/* Main Content */
.mainContent>.flexContainer {
    display: block;
}

.mainContent {
    margin-top: 40px;
    font-size: 16px;
}

.mainContent3 {
    margin-top: 60px;
}

.mainContent3 h2 {
    text-align: center;
    margin-top: 0;
}

.mainContent h2 {
    font-size: 34px;
    line-height: 44px;
    color: #333333;
}

@media(max-width:991px) {
    .mainContent3 h2 {
        text-align: left;
        margin-top: 0;
    }

    .mainContent1 {
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .mainContent {
        font-size: 13px;
        margin-top: 20px;
    }

    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
        margin: 20px 0 10px;
    }

    .mainContent3 h2 {
        margin-top: 50px;
    }
    .ctaTop{
        margin-bottom: 20px;
    }
}

@media(max-width:575px) {
    .mainContent3 h2 {
        text-align: center;
    }
}

/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}

.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after {
    width: 341px;
    height: 440px;
    right: 50px;
}

.hasWebP .ctaTop .flexContainer:after {
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-27.webp');
}

.noWebP .ctaTop .flexContainer:after {
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-27.png');
}

.hasWebP .ctaTop .flexContainer::after,
.noWebP .ctaTop .flexContainer::after {
    width: 355px;
    background-position: right -25px bottom 0;
}

.ctaTop .flexContainer::before {
    width: 400px;
    height: 337px;
    background-size: 12px;
}

.ctaTop .ctaTopText>h1 {
    font-size: 40px;
    line-height: 55px;
}

.ctaTop .ctaTopText>div:nth-of-type(1) {
    font-size: 16px;
}

.ctaTop .ctaTopText {
    max-width: 745px;
    max-height: 250px;
}

@media(max-width:1199px) {
    .ctaTop .ctaTopText > h1{
        max-width: 710px;
    }
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }

    .ctaTop .flexContainer:after {
        width: 350px;
        background-size: 100% auto;
    }

    .hasWebP .ctaTop .flexContainer::after,
    .noWebP .ctaTop .flexContainer::after {
        right: 0px;
    }
}

@media(max-width:991px) {
    .ctaTop .flexContainer:after {
        display: none;
    }

    .ctaTop .flexContainer::before {
        width: 340px;
        height: 100px;
        background-size: 10px;
    }

    .ctaTop .ctaTopText {
        max-width: 100%;
    }

    .ctaTop .ctaTopText>h1 {
        font-size: 48px;
    }

    .ctaTop .flexContainer {
        height: 395px;
    }

    .ctaTop .ctaTopText {
        height: 240px;
    }

    .ctaTop .ctaTopText {
        height: 270px;
    }
}

@media(max-width:767px) {
    .ctaTop .ctaTopText>h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .ctaTop .ctaTopText>div:nth-of-type(1) br {
        display: none;
    }

    .ctaTop::before {
        display: block;
        width: 340px;
        height: 91px;
        background-size: 10px;
    }

    .ctaTop .flexContainer {
        height: 365px;
    }

    .ctaTop .flexContainer {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}

@media(max-width:575px) {
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText > h1{
        font-size: 28px;
    }
}

/* for widget trustpilot*/
body .widgetWrap {
    margin-top: 15px;
}

@media(max-width:991px) {
    body .widgetWrap {
        margin-top: 15px;
    }
}


/* extras block */
.extras {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 30px;
}

.extras>div {
    width: 23%;
    padding: 64px 0 30px 0;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
    background-repeat: no-repeat;
    background-size: 54px 54px;
    background-position: 0 0px;
}

.extras>div>b {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
}

.extras ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.testimonials {
    margin-top: 90px;
}
@media(max-width:991px) {
    .extras>div {
        width: 40%;
    }

    .extras {
        margin: 10px 0 30px;
    }
}

@media(max-width:767px) {
    .extras {
        margin: 50px 0 15px;
    }

    .extras>div {
        width: 48%;
    }

    .extras>div>b {
        font-size: 18px;
    }
}

@media(max-width:575px) {
    .extras>div {
        width: 100%;
        padding: 0 0 15px 44px;
        background-size: 30px 30px;
        background-position: 0 7px;
    }

    .extras {
        margin: 20px 0 15px;
    }

    .testimonials {
        margin-top: 0;
    }
}

/* btnWithLines */
.btnWithLines {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
}

.btnWithLines__line {
    width: 100%;
    height: 1px;
    background-color: #E1E0E0;
    margin: 23px 0 24px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.btnWithLines__btn {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
}

@media(max-width: 767px) {
    .btnWithLines__btn .greenBtn {
        padding: 0 30px;
    }
}

/* benefits */
.benefits {
    padding: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.benefits__block1 {
    width: 45%;
    padding: 0 15px;
    position: relative;
}

.benefits__block2 {
    width: 55%;
    padding: 0 0 0 45px;
}

.benefits__block3 {
    width: 55%;
    padding: 0 0 0 45px;
}

.benefits__block2 h2 {
    margin-top: 0;
}

.benefits__grid {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.benefits__img {
    position: absolute;
    height: auto;
    z-index: 2;
}

.benefits__img:nth-of-type(1) {
    width: 330px;
    left: 45px;
    top: 13px;
}

.benefits__img:nth-of-type(2) {
    width: 78px;
    left: 0;
    top: 107px;
}

.benefits__img:nth-of-type(3) {
    width: 90px;
    left: 58px;
    top: 357px;
}

.benefits__img:nth-of-type(4) {
    width: 83px;
    left: 288px;
    top: 382px;
}

.benefits__img:nth-of-type(5) {
    width: 62px;
    left: 340px;
    top: 164px;
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    65% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media(max-width:991px) {
    .benefits__img:nth-of-type(1) {
        width: 187px;
        left: 28px;
        top: 9px;
    }

    .benefits__img:nth-of-type(2) {
        width: 43px;
        left: 0;
        top: 100px;
    }

    .benefits__img:nth-of-type(3) {
        width: 48px;
        left: 38px;
        top: 238px;
    }

    .benefits__img:nth-of-type(4) {
        width: 41px;
        left: 165px;
        top: 255px;
    }

    .benefits__img:nth-of-type(5) {
        width: 33px;
        left: 195px;
        top: 132px;
    }

    .benefits__grid {
        width: 80%;
    }

    .benefits__block1 {
        width: 39%;
    }

    .benefits__block2 {
        width: 61%;
        padding: 0 0 0 25px;
    }

    .benefits__block3 {
        width: 100%;
        padding: 0;
    }
}

@media(max-width:767px) {
    .benefits__block1 {
        width: 100%;
        order: 2;
        min-height: 265px;
    }

    .benefits__block2 {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .benefits__block3 {
        width: 100%;
        padding: 0;
        order: 3;
    }

    .benefits__grid {
        width: 200px;
        left: 85px;
    }

    .benefits__block1 {
        min-height: 265px;
        margin: 0 auto;
        width: 280px;
    }

    .benefits {
        padding: 0;
    }
}

@media(max-width:575px) {
    .benefits__block2 h2 {
        text-align: center;
    }
}



/* CTA */

.ctaStudingText > div:first-of-type{
    font-family: "Roboto";
}
.ctaStudingWrap {
    padding: 70px 0 0;
}

.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 590px;
}

@media(max-width:1199px) {
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 485px;
    }

    .ctaStudingWrap .ctaStudingText>div:nth-of-type(2) {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 360px;
    }

    .ctaStudingWrap {
        padding: 40px 0 0;
        margin-bottom: 50px;
    }
}

.ctaStudingWrap .ctaStuding.ctaStudingV2 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v2.png);
    background-position: right bottom;
}

.ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText::before {
    bottom: unset;
    right: unset;
    left: 0;
    top: 0;
}

.ctaStuding.ctaStudingV2 {
    justify-content: flex-start;
}

.ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
    padding-left: 100px;
    padding-right: 0px;
}

.ctaStudingWrap .ctaStudingText>div:nth-of-type(2) {
    line-height: 26px;
}

@media(max-width:1199px) {
    .ctaStudingWrap .ctaStudingV2 .ctaStudingText>div:nth-of-type(2) {
        line-height: 26px;
    }
}

@media(max-width:991px) {
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText::before {
        display: none;
    }

    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 30px;
    }

    .ctaStudingWrap .ctaStudingV2 .ctaStudingText>div:nth-of-type(2) {
        line-height: 24px;
    }
}

@media(max-width:765px) {
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-size: 300px auto;
        background-position: bottom -30px right;
    }

    .ctaStudingWrap {
        padding: 10px 0 70px;
    }

    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 0px;
    }
}

@media(max-width:575px) {
    .ctaStuding {
        border-radius: 0;
    }

    .ctaStuding .white3Btn,
    .ctaStudingWrap .whiteBtn {
        padding: 0 60px;
    }

    .ctaStudingWrap {
        padding-top: 0;
    }
}

/* statistic */
.statistic {
    padding-top: 30px;
    padding-bottom: 50px;
}

.statistic .flexContainer {
    justify-content: space-between;
    flex-wrap: wrap;
}

.statistic__item {
    width: 20%;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.statistic__item span {
    display: block;
    font-weight: 800;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    color: #5BBC6D;
    width: 100%;
    margin-bottom: 10px;
}

@media(max-width: 1199px) {
    .statistic__item {
        width: 25%;
    }
}

@media(max-width: 991px) {
    .statistic__item {
        font-size: 14px;
    }

    .statistic__item span {
        font-size: 60px;
    }
}

@media(max-width:767px) {
    .statistic__item {
        width: 100%;
        margin-bottom: 50px;
    }

    .statistic {
        padding-bottom: 0;
    }

    .statistic__item span {
        font-size: 72px;
    }
}

@media(max-width:767px) {
    .slick-slide {
        min-height: 255px;
    }
}

@media(max-width:575px) {

    .slick-slide {
        min-height: 409px;
    }

}


/* CTA V3 */
.ctaStuding.ctaStudingV3 {
    background-position: left 150px bottom;
    position: relative;
}

.ctaStuding.ctaStudingV3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 265px;
    height: 200px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots-green.svg);
    background-repeat: repeat;
    background-position: bottom left;
}

.ctaStuding.ctaStudingV3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 125px;
    display: block;
    width: 355px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.hasWebP .ctaStuding.ctaStudingV3:after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v3.webp);
}

.noWebP .ctaStuding.ctaStudingV3:after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v3.png);
}

.noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3,
.hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
    background-image: none;
}

@media(min-width:1199px) {
    .slider-testimonials .slick-dots {
        display: none !important;
    }
}

@media(max-width: 1199px) {
    .ctaStuding.ctaStudingV3::after {
        left: 100px;
        height: 250px;
        background-size: auto 100%;
        background-position: left bottom;
    }

    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 540px;
        padding-right: 100px;
    }
}

@media(max-width: 991px) {
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText::before {
        display: none;
    }

    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 355px;
        padding-right: 50px;
    }

    .ctaStuding.ctaStudingV3::before {
        height: 232px;
    }

    .ctaStuding.ctaStudingV3::after {
        height: 231px;
        width: 237px;
    }
}

@media(max-width: 767px) {
    .ctaStuding.ctaStudingV3::after {
        height: 170px;
        width: 180px;
        left: 234px;
    }

    .ctaStuding.ctaStudingV3::before {
        top: auto;
        left: auto;
        width: 265px;
        height: 200px;
        bottom: 0;
        right: 0;
    }

    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        padding-right: 0;
    }

    .ctaStudingWrap {
        padding-bottom: 20px;
    }
}

@media(max-width: 575px) {
    .ctaStuding.ctaStudingV3::before {
        width: 190px;
        height: 212px;
    }

    .ctaStuding.ctaStudingV3::after {
        left: auto;
        right: 50px;

    }

    .ctaStudingWrap .ctaStudingV3 .ctaStudingText>div:nth-of-type(2) {
        padding: 0 30px;
    }
}

.slick-dots li,
.slick-dots li button,
.slick-dots li.slick-active {
    width: 39px;
}

/* Services Links */
.servicesLinks {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0px;
}

.servicesLinks>span {
    display: block;
    width: 33%;
    line-height: 20px;
    height: 70px;
    padding: 25px 15px 25px 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow6.svg);
    background-position: top 24px left 30px;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-right: 1px solid #E4EEFC;
    border-bottom: 1px solid #E4EEFC;
}

.servicesLinks>span a {
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #333;
}

.servicesLinks a:hover {
    color: #5BBC6D;
}

@media(min-width:1200px) {

    .servicesLinks>span:nth-of-type(3),
    .servicesLinks>span:nth-of-type(6),
    .servicesLinks>span:nth-of-type(9),
    .servicesLinks>span:nth-of-type(12),
    .servicesLinks>span:nth-of-type(15),
    .servicesLinks>span:nth-of-type(18),
    .servicesLinks>span:nth-of-type(21) {
        border-right: none;
    }

    .servicesLinks>span:nth-of-type(19),
    .servicesLinks>span:nth-of-type(20),
    .servicesLinks>span:nth-of-type(21) {
        border-bottom: none;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .servicesLinks>span {
        width: 50%;
    }

    .servicesLinks>span:nth-of-type(2),
    .servicesLinks>span:nth-of-type(4),
    .servicesLinks>span:nth-of-type(6),
    .servicesLinks>span:nth-of-type(8),
    .servicesLinks>span:nth-of-type(10),
    .servicesLinks>span:nth-of-type(12),
    .servicesLinks>span:nth-of-type(14),
    .servicesLinks>span:nth-of-type(16),
    .servicesLinks>span:nth-of-type(18),
    .servicesLinks>span:nth-of-type(20) {
        border-right: none;
    }

    .servicesLinks>span:nth-of-type(21) {
        border-bottom: none;
    }
}

@media(max-width:767px) {
    .servicesLinks>span {
        width: 100%;
    }

    .servicesLinks>span {
        border-right: none;
    }

    .servicesLinks>span:nth-of-type(21) {
        border-bottom: none;
    }
}

/* REviews */
.reviewsText p {
    max-width: 700px;
    margin: 0 auto 0;
    text-align: center;
}

.reviews .mySlide::before {
    top: 5px;
}

.reviews .mySlide {
    background-color: #F8FBFF;
}

.star-empty {
    display: inline-block;
    width: 17px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjYzNyA3LjI1MDkzQzE2Ljk2NTEgNi45MzA1NyAxNy4wODA5IDYuNDYwMzkgMTYuOTM5NCA2LjAyMzMyQzE2Ljc5NzUgNS41ODYyNiAxNi40MjgxIDUuMjc0MjYgMTUuOTc0MiA1LjIwODA0TDExLjkzODggNC42MjA0OUMxMS43NjY5IDQuNTk1NDEgMTEuNjE4NCA0LjQ4NzQgMTEuNTQxNiA0LjMzMTIzTDkuNzM3NDcgMC42Njc0NzVDOS41MzQ5IDAuMjU1ODIxIDkuMTIzNzQgMCA4LjY2NTUzIDBDOC4yMDc2NSAwIDcuNzk2NSAwLjI1NTgyMSA3LjU5MzkyIDAuNjY3NDc1TDUuNzg5NDUgNC4zMzE1NkM1LjcxMjY5IDQuNDg3NzMgNS41NjM4NSA0LjU5NTc0IDUuMzkxOTcgNC42MjA4M0wxLjM1NjUxIDUuMjA4MzhDMC45MDI5NzQgNS4yNzQyNSAwLjUzMzIwMSA1LjU4NjU5IDAuMzkxMzY2IDYuMDIzNjZDMC4yNDk4NjQgNi40NjA3MyAwLjM2NTY2OSA2LjkzMDkgMC42OTM3MjUgNy4yNTEyNkwzLjYxMzUzIDEwLjEwMzFDMy43MzgwMSAxMC4yMjQ4IDMuNzk1MDggMTAuNCAzLjc2NTcxIDEwLjU3MTJMMy4wNzY4OSAxNC41OTgyQzMuMDE1ODIgMTQuOTUyNiAzLjEwODU5IDE1LjI5NzQgMy4zMzc1MyAxNS41NjkzQzMuNjkzMjkgMTUuOTkzIDQuMzE0MzYgMTYuMTIyMSA0LjgxMDk1IDE1Ljg2MDZMOC40MTk5MSAxMy45NTkxQzguNTcwNzUgMTMuODc5OSA4Ljc2MDY0IDEzLjg4MDUgOC45MTExNiAxMy45NTkxTDEyLjUyMDQgMTUuODYwNkMxMi42OTYgMTUuOTUzMiAxMi44ODMyIDE2IDEzLjA3NjQgMTZDMTMuNDI5MiAxNiAxMy43NjM2IDE1Ljg0MjggMTMuOTkzNSAxNS41NjkzQzE0LjIyMjggMTUuMjk3NCAxNC4zMTUyIDE0Ljk1MiAxNC4yNTQyIDE0LjU5ODJMMTMuNTY1IDEwLjU3MTJDMTMuNTM1NyAxMC4zOTk3IDEzLjU5MjcgMTAuMjI0OCAxMy43MTcyIDEwLjEwMzFMMTYuNjM3IDcuMjUwOTNaIiBmaWxsPSIjQkRCREJEIi8+Cjwvc3ZnPgo=);
}

.reviews .mySlide {
    justify-content: flex-start;
    border: 1px solid #E4EEFC;
    box-shadow: 0px 4px 20px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
}

.reviewsStars {
    margin-bottom: 15px;
    margin-top: 5px;
}

.reviews .mySlide::before {
    width: 83px;
    height: 78px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-single-dot-3.svg);
    background-repeat: repeat;
}

.reviews .mySlide {
    padding: 75px 30px 36px;
}

.sliderReviews .slick-dots li {
    background: #EFEFEF;
}

.slick-dots li,
.slick-dots li button {
    width: 19px !important;
    cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    width: 39px !important;
}

.slick-dots li.slick-active {
    background: #5BBC6D !important;
}

.reviewsNav>div:hover {
    opacity: 1;
}

.reviewsNav>div:hover {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow-sm-active.svg);
    opacity: 1;
}

.reviews {
    padding: 60px 0;
}

@media(max-width:991px) {
    .reviewsText {
        width: 80%;
    }

    .reviewsText h2,
    .reviewsText p {
        text-align: left;
    }

    .reviewsText p {
        margin: 0;
    }
}

@media(max-width:767px) {

    .reviews {
        padding: 50px 0 45px;
    }
}

@media(max-width:575px) {
    .reviewsText {
        width: 100%;
    }

    .reviewsText h2,
    .reviewsText p {
        text-align: center;
    }

    .reviewsText p {
        margin: 0 0 30px;
    }

    .reviewsNav {
        display: none;
    }

    .reviews {
        padding: 60px 0;
    }

    .reviews .slick-dots {
        margin: 10px 0 0 0;
    }
}

/* software */
.software {
    position: relative;
    margin: 60px 0 30px;
}

.software::before {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 218px;
    right: 0;
    top: 0;
    background: #E4EEFC;
    border-radius: 5px 0 0 5px;
}

.software h2 {
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 50px;
}

.software__all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.software__item {
    position: relative;
    width: 30%;
    height: 250px;
    box-shadow: 0 0 5px 0px #eee;
    border-radius: 5px;
    margin-bottom: 50px;
    z-index: 2;
    background-color: #fff;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.software__item img {
    display: block;
    margin: 0 auto;
}

.software__item span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
}

.software__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 65px;
    height: 60px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

@media(max-width:991px) {
    .software {
        margin: 35px 0 10px;
    }

    .software__item {
        width: 48%;
    }

    .software::before {
        display: none;
    }
}

@media(max-width:767px) {
    .software {
        margin: 15px 0 0;
    }

    .software h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
        margin-bottom: 35px;
    }

    .software__item {
        width: 100%;
        height: 187px;
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .software__item::before {
        width: 49px;
    }
}

/* Grenn List */
.twoColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.twoColumn__item {
    width: 48%;
    margin-bottom: 50px;
}

.twoColumn h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #333333;
    margin-top: 0;
}

.twoColumn__mb {
    margin-bottom: 70px;
}

.twoColumn2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.twoColumn__item2 {
    width: 48%;
}

.twoColumn2 h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #333333;
    margin-top: 0;
}

.twoColumn2__mb {
    margin-bottom: 30px;
}

.twoColumn__item b {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
}

@media(max-width:991px) {
    .twoColumn__item2 {
        width: 100%;
    }

    .twoColumn2__item {
        margin-top: 30px;
    }

    .twoColumn2__mb {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .twoColumn__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .twoColumn2 h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .twoColumn__item b {
        margin-top: 0;
    }
}

.greenList {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.greenList li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 20px;
    background: #5BBC6D;
    border-radius: 0 4px 4px 0;
}

.greenList li {
    width: 100%;
    min-height: 60px;
    margin: 0 0 10px 0;
    line-height: 20px;
    padding: 3px 15px 3px 35px;
    position: relative;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, .1);
    border-radius: 4px;
    color: #333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    flex-wrap: wrap;
}


/* twoCols */

.twoCols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 10px;
}

.twoCols>div {
    width: 100%;
    padding-left: 74px;
    padding-bottom: 40px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
    background-repeat: no-repeat;
    background-size: 54px 54px;
    background-position: 0 7px;
}

.twoCols>div>b {
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

@media(max-width:991px) {
    .twoCols>div {
        width: 100%;
    }
}

@media(max-width:767px) {
    .twoCols>div {
        padding-left: 44px;
        padding-bottom: 15px;
        background-size: 30px 30px;
        background-position: 0 7px;
    }

    .twoCols{
        margin-top: 40px;
    }
}



/* hiw */
.hiw {
    background-color: #E4EEFC;
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

.hiw .flexContainer::after {
    content: "";
    display: block;
    width: 565px;
    height: 471px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-notebook2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    right: 0px;
    bottom: 350px;
}

.hiw .flexContainer::before {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-single-dot-2.svg);
    background-repeat: repeat;
    background-position: right bottom;
    width: 565px;
    height: 480px;
    right: 0;
    position: absolute;
    bottom: 125px;
    background-size: 14px;
}

.hiw .flexContainer {
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.hiw_block {
    
    width: 100%;
    z-index: 7;
    position: relative;
}

.hiw_slider{
    max-width: 580px;
}

.hiw_block h2 {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
    color: #333;
}

.hiw_step {
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
    padding: 5px 30px;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
  }

.hiw_step::before {
    content: "";
    display: block;
    height: 20px;
    width: 4px;
    background: #5BBC6D;
    position: absolute;
    top: 20px;
    left: 0px;
    border-radius: 0 3px 3px 0;
}
.hiw_block > p:first-of-type{
    max-width: 1000px;
    color: #333;
}

.hiw_block > p:last-of-type{
    max-width: 600px;
    margin-bottom: 53px;
    color: #333;
}
@media(max-width:1199px) {
    .hiw_slider {
        max-width: 480px;
    }

    .hiw .flexContainer::before {
        width: 465px;
    }

    .hiw .flexContainer::after {
        width: 465px;
        background-size: 100% auto;
    }
}

@media(max-width:991px) {
    .hiw_slider {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hiw .flexContainer::before {
        display: none;
    }

    .hiw .flexContainer::after {
        display: none;
    }

    .hiwDesc {
        max-width: 456px;
    }

    .hiw_block>p {
        max-width: 400px;
    }
    .hiw_step {
        width: 48%;
        padding: 5px 20px;
      }
      .hiw_block > p:last-of-type {
        max-width: unset;
      }
}

@media(max-width:767px) {
    .hiw_step {
        width: 100%;
      }
    .hiw {
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .hiw_block h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .hiw_block>p {
        max-width: unset;
    }

    .hiw_step b {
        margin-bottom: 20px;
    }

    .hiw .flexContainer::after {
        top: inherit;
        bottom: 30px;
        right: 170px;
        width: 200px;
        height: 180px;
    }

    .hiw .slick-dots {
        margin: 10px 0 215px;
    }

    .slick-slide {
        min-height: 160px;
    }

    .hiw .flexContainer::before {
        display: block;
        width: 58px;
        height: 403px;
    }

    .hiw .flexContainer::after {
        top: inherit;
        bottom: 30px;
        right: 120px;
        width: 315px;
        height: 262px;
    }

    .hiw .slick-dots {
        margin: 10px 0 310px;
    }
}

@media(max-width:575px) {

    .slick-slide {
        min-height: 409px;
    }

    .hiw .flexContainer::after {
        right: 70px;
    }

    .slick-slide {
        min-height: 270px;
    }

    .hiw {
        margin-bottom: 0;
    }
}


/* ul-with-steps */
.ul-with-steps__wrap {
    margin: 30px 0 90px 0;
}

.ul-with-steps__desc {
    max-width: 692px;
    margin-bottom: 40px;
}

.ul-with-steps__wrap>.flexContainer {
    display: block;
}

.ul-with-steps__wrap .flexContainer::before {
    border-top: 1px solid #E1E0E0;
    content: "";
    display: block;
    width: 100%;
}

.ul-with-steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.ul-with-steps:before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    display: block;
    width: 100%;
    height: 1px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDIwIDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHkxPSIwLjUiIHgyPSIyMCIgeTI9IjAuNSIgc3Ryb2tlPSIjNUJCQzZEIiBzdHJva2UtZGFzaGFycmF5PSI1IDUiLz4KPC9zdmc+Cg==) repeat-x;
}

.ul-with-steps__item {
    width: 31%;
    padding-top: 60px;
    position: relative;
}

.ul-with-steps__item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #5BBC6D;
    border-radius: 25px;
    font-weight: 800;
    font-size: 26px;
}

.ul-with-steps__item:nth-of-type(1):before {
    content: "1";
}

.ul-with-steps__item:nth-of-type(2):before {
    content: "2";
}

.ul-with-steps__item:nth-of-type(3):before {
    content: "3";
}

.ul-with-steps__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    display: block;
    color: #333;
}

@media(max-width:991px) {
    .ul-with-steps {
        flex-direction: column;
        padding: 0;
    }

    .ul-with-steps:before {
        left: 25px;
        top: 0;
        width: 1px;
        height: 100%;
        background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDEgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjUiIHkxPSIyMCIgeDI9IjAuNTAwMDAxIiB5Mj0iLTIuMTg1NTdlLTA4IiBzdHJva2U9IiM1QkJDNkQiIHN0cm9rZS1kYXNoYXJyYXk9IjUgNSIvPgo8L3N2Zz4K) repeat-y;
    }

    .ul-with-steps__item {
        padding: 0 0 0 80px;
        width: 100%;
        margin-bottom: 40px;
    }

    .ul-with-steps__title {
        padding-top: 30px;
    }

    .ul-with-steps__item::before {
        top: 20px;
    }

    .ul-with-steps__wrap {
        margin: 20px 0 60px 0;
    }
}

@media(max-width:767px) {
    .ul-with-steps__item::before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .ul-with-steps::before {
        left: 16px;
    }

    .ul-with-steps__item {
        padding: 0 0 0 50px;
        width: 100%;
        margin-bottom: 0px;
    }

    .ul-with-steps__title {
        padding-top: 20px;
        margin-bottom: 0;
    }

    .ul-with-steps__desc {
        margin-bottom: 30px;
    }
    .ul-with-steps__wrap h2{
        margin-top: 40px;
    }

    .hiw_step {
        margin-bottom: 10px;
        height: 40px;
        min-height: 40px;
        font-size: 13px;
        line-height: 20px;
      }
      .hiw_step::before {
        top: 10px;
    }
    .hiw_block > p:last-of-type {
        margin-bottom: 30px;
      }
}

/* testimonials */

.testimonialNav>div:hover {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow-sm-active.svg);
    opacity: 1;
}

.reviewsNav>div:hover {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow-sm-active.svg);
    opacity: 1;
}


.slick-dots {
    margin: 35px 0 0 0;
}

.our-service__desc {
    max-width: 729px;
}

.ctaStudingWrap .ctaStuding .ctaStudingText {
    padding-right: 70px;
}

@media(max-width:1199px) {
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        padding-right: 30px;
    }

    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 460px;
    }

    .ctaStudingWrap .ctaStudingText>div:first-of-type {
        margin-bottom: 10px;
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .ctaStudingWrap .ctaStudingText>div:nth-of-type(2) {
        line-height: 24px;
    }
}

@media(max-width:991px) {
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        padding-right: 30px;
    }

    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 344px;
    }

    .ctaStudingWrap .ctaStudingText>div:first-of-type {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .ctaStudingWrap .ctaStudingText>div:nth-of-type(2) {
        font-size: 14px;
        line-height: 24px;
    }

    .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 245px;
      }
}

@media(max-width:767px) {
    .our-service__desc br {
        display: none;
    }

    .testimonials {
        padding: 50px 0 45px;
        margin-top: 60px;
    }
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        padding-right: 0px;
    }
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 400px;
      }
      .dn-br-sm br{
        display: none;
      }
}

@media(max-width:767px) {
    .ctaStudingWrap {
        padding-bottom: 0;
      }
      .extras > div > b {
        margin-bottom: 0;
      }
}