/* 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:991px){
    .mainContent{
        margin-top: 0;
    }
}
@media(max-width:767px){
    .mainContent{
        font-size: 13px;
        margin-top: 0;
    }
    .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: 383px;
    height: 440px;
    right: 50px;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-19.webp');
}

.noWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-19.png');
}
.ctaTop .flexContainer::before {
    width: 400px;
    height: 337px;
    background-size: 12px;
}

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
}
.ctaTop .ctaTopText {
    max-width: 600px;
    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 {
        right: 0;
    }
}
@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;
    }
}
@media(max-width:767px){
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
    }
    .ctaTop .ctaTopText > div:nth-of-type(1) br {
        display:none;
    }
    .ctaTop .ctaTopText {
        height: 260px;
    }
    .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 .flexContainer {
        height: 470px;
    }
}

/* 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: 120px 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;
}
@media(max-width:1199px){
   .extras {
        margin: 30px 0 30px;
    } 
}
@media(max-width:991px){
   .extras > div{
        width: 40%;
    } 
}
@media(max-width:767px){
    .extras{
        margin: 30px 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;
    }
}

/* btnWithLines */
.btnWithLines{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-bottom: 90px;
}
.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: 991px){
    .btnWithLines {
        margin-bottom: 60px;
    }
}
@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: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,
    .benefits__block3{
        width: 61%;
        padding: 0 0 0 25px;
    }
    .benefits{
        padding: 80px 0 30px;
    }
}
@media(max-width:767px){
    .benefits__block3 {
        width: 100%;
        padding: 0;
    }
    .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;
    }
}



/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 590px;
    min-height: 300px;
}
.ctaStudingWrap__mb .ctaStuding .ctaStudingText {
    max-width: 690px;
    min-height: 440px;
}
.ctaStudingWrap__mb{
    padding-bottom: 0;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    padding-right: 55px;
}
.ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
    line-height: 28px;
}
@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;
        min-height: 250px;
    }
    .ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
        line-height: 24px;
    }
}

@media(max-width:767px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 300px;
    }
}

 
.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;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-position: right -45px bottom;
    }
}

@media(max-width:765px){
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-size: 300px auto;
        background-position: bottom -30px right;
    }
    .ctaStudingWrap {
        padding: 10px 0 0;
    }
    .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-top: 90px;
}

.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;
    }
    .statistic{
        padding-top: 30px;
    }
}
@media(max-width:767px){
    .statistic__item {
        width: 100%;
        margin-bottom: 50px;
    }
    .statistic {
        padding-bottom: 20px;
    }
    .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: 242px;
    height: 345px;
    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: 35px;
    display: block;
    width: 414px;
    height: 420px;
    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-long.webp);
}    
.noWebP .ctaStuding.ctaStudingV3:after {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-studing-v3-long.png);
} 
.noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3,
.hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
    background-image: none;
    margin: 40px 0 90px;
}
@media(min-width:1199px){
    .slider-testimonials .slick-dots{
        display: none !important;
    }
}
@media(max-width: 1199px){
    .ctaStuding.ctaStudingV3::after {
        left: -30px;
        
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 583px;
        padding-right: 30px;
    }
}

@media(max-width: 991px){
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText::before{
        display: none;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV3 .ctaStudingText {
        max-width: 435px;
        padding-right: 30px;
    }
    .ctaStuding.ctaStudingV3::before {
        height: 360px;
    }
    .ctaStuding.ctaStudingV3::after {
        width: 310px;
        background-size: 100% auto;
        left: -15px;
    }
    .ctaStudingWrap__mb .ctaStuding .ctaStudingText {
        min-height: 410px;
    }
}
@media(max-width: 767px){
    .ctaStuding.ctaStudingV3::after {
        height: 175px;
        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__mb .ctaStuding .ctaStudingText {
        min-height: 585px;
    }
    .ctaStudingWrap.ctaStudingWrap__mb2 {
        margin-bottom: 60px;
    }
    .noWebP .ctaStudingWrap .ctaStuding.ctaStudingV3, .hasWebP .ctaStudingWrap .ctaStuding.ctaStudingV3 {
        margin: 20px 0 60px;
    }
}
@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;
    }

    .ctaStudingWrap__mb .ctaStuding .ctaStudingText {
        min-height: 680px;
    }
}
.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:991px){
    .reviews h2 {
        text-align: left;
    }
    .reviewsText p {
        text-align: left;
        max-width: unset;
    }
}
@media(max-width:767px){
    .reviewsText p {
        text-align: left;
    } 
    .reviewsText p br{
        display: none;
    } 
    .reviews h2 {
        text-align: center;
    }
    .reviewsText p {
        text-align: center;
    }
    .reviews {
        padding: 40px 0 75px;
    }
}

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