/* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin-top: 40px;
    font-size: 16px;
}
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
}
@media(max-width:767px){
    .mainContent{
        font-size: 13px;
    }
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
}

/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    width: 710px;
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-15.webp');
}

.noWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-15.png');
}
.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: 520px;
    max-height: 300px;
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .ctaTop .flexContainer:after{
        width: 350px;
        background-size: 100% auto;
    }
    .hasWebP .ctaTop .flexContainer::after, 
    .noWebP .ctaTop .flexContainer::after {
        width: 615px;
        height: 440px;
        background-size: 100% auto;
    }
}
@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 .flexContainer {
        height: 395px;
    }

    .ctaTop .ctaTopText > div:nth-of-type(1) br {
        display:none;
    }
}
@media(max-width:767px){
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
        line-height: 36px;
    }
    
    .ctaTop::before {
        display: block;
        width: 340px;
        height: 91px;
        background-size: 10px;
    }
    .ctaTop .flexContainer {
        height: 365px;
    }
    .ctaTop .ctaTopText {
        max-height: 250px;
    }
    .ctaTop .flexContainer {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}
@media(max-width:575px){
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText {
        max-height: inherit;
    }
    .ctaTop .flexContainer {
        height: 475px;
    }
}
/* 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: 70px;
}
.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-top: -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;
}

/* for widget trustpilot*/
body .widgetWrap {
    margin-top: 15px;
}
@media(max-width:991px){
    body .widgetWrap {
        margin-top: 15px;
    }
}    

/* 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: 80px 0;
    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__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:1199px){
    .benefits__block2 p br{
        display: none;
    }
}
@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 {
        display:none;
    }
    .benefits__block2 p:last-of-type{
        display: none;
    }
    .benefits {
        padding: 50px 0 20px;
    }
}
@media(max-width:767px){
    .benefits__block1 {
        min-height: 265px;
        margin: 0 auto;
        width: 280px;
    }
    .benefits__block2 {
        width: 100%;
        padding: 0;
    }
    

    .benefits__grid {
        width: 200px;
        left: 85px;
    }
    
}
@media(max-width:575px){
    
}


/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.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 .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;
}

@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;
    }
    .ctaStuding .ctaStudingText, .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 380px;
        padding: 0 0 150px;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 0px;
    }
}
@media(max-width:575px){
    .ctaStuding{
        border-radius: 0;
    }
    .ctaStuding .white3Btn, .ctaStudingWrap .whiteBtn {
        padding: 0 60px;
    }

}

/* statistic */
.statistic {
    padding-bottom: 100px;
}

.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: 20px;
    }
    .statistic__item span {
        font-size: 72px;
    }
}

/* hiw */
.hiw {
    background-color: #E4EEFC;
    padding: 30px 0 0 0;
    margin-bottom: 150px;
}
.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: 100px;
}

.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: 5px;
    background-size: 14px;
}

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

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

.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: 15px 30px;
    margin-bottom: 20px;
    line-height: 22px;
    position: relative;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots.svg);
    background-repeat: no-repeat;
    background-position: right -30px top -38px;
}
.hiw_step b{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.hiw_step::before {
    content: "";
    display: block;
    height: 20px;
    width: 0;
    border-left: 3px dashed #d5e2f5;
    position: absolute;
    bottom: -20px;
    left: 30px;
}
.hiw_step:last-of-type::before{
    display: none;
}
.hiw_step:last-of-type{
    margin-bottom: -70px;
}

@media(max-width:1199px){
    .hiw_block {
        max-width: 480px;
    }
    .hiw .flexContainer::before {
        width: 465px;
    }
    .hiw .flexContainer::after {
        width: 465px;
        background-size: 100% auto;
    }
}

@media(max-width:991px){
    .hiw_block {
        max-width: 100%;
    }
    .hiw .flexContainer::before {
        display: none;
    }
    .hiw .flexContainer::after {
        background-image: url(/wp-content/themes/irs_us/new-design/img/ir-notebook2-sm.png);
        width: 369px;
        height: 308px;
        top: -105px;
        right: 0;
        bottom: unset;
    }
    .hiwDesc{
        max-width: 456px;
    }
}

@media(max-width:767px){
    .hiwDesc{
        max-width: 347px;
    }

    .hiw .flexContainer::after {
        top: inherit;
        bottom: 30px;
        right: 170px;
        width: 200px;
        height: 180px;
    }
    .hiw .slick-dots {
        margin: 10px 0 215px;
    }
    .slick-slide {
        min-height: 255px;
    }
    .hiw .flexContainer::before {
        display: block;
        width: 58px;
        height: 403px;
    }
    .hiw_block h2{
        font-size: 24px;
        line-height: 36px;
    }
}

@media(max-width:575px){

    .slick-slide {
        min-height: 409px;
    }
    .hiw .flexContainer::after {
        right: 70px;
    }
}

    
/* 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;
    }
}
@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 30px;
    text-align: center;
}
@media(max-width:767px){
    .reviewsText p {
        text-align: left;
    } 
    .reviewsText p br{
        display: none;
    } 
    .reviews h2 {
        text-align: left;
    }
    .reviews {
        padding: 40px 0 75px;
    }
}

.slick-dots li{
    background-color: #fff;
}

/* hiw2 */
.hiw.hiw2 .flexContainer::before {
    right: unset;
    left: 0;
    width: 381px;
    height: 370px;
}

.hiw.hiw2 .hiw_step {
    background-position: right -26px top -17px;
    background-size: auto 69px;
    font-size: 14px;
    padding: 20px 63px 20px 30px;
}

.hiw.hiw2 .flexContainer::after {
    width: 380px;
    height: 450px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-student-6.png);
    left: 0;
    bottom: 0;
    right: unset;
    background-size: auto 100%;
}
.hiw.hiw2 .flexContainer {
    justify-content: flex-end;
}

.hiw.hiw2 .hiw_block {
    max-width: 675px;
}

.hiw.hiw2 .hiw_step:last-of-type {
    margin-bottom: -50px;
}

.hiw.hiw2  {
    margin-bottom: 100px;
}

@media(max-width:1199px){
    .hiw.hiw2 .hiw_block {
        max-width: 550px;
    }
}


@media(max-width:991px){
    .hiw.hiw2 .hiw_block {
        max-width: 100%;
    }
    .hiw.hiw2 .flexContainer:before,
    .hiw.hiw2 .flexContainer:after{
        display: none !important;
    }
}

@media(max-width:991px){
    .hiw.hiw2 {
        margin-top: -70px;
        padding: 0;
    }

}