/* 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;
        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: 396px;
    height: 440px;
    right: 35px;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-14.webp');
}

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

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
    width: 100%;
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
}
.ctaTop .ctaTopText {
    max-width: 640px;
    max-height: 300px;
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .hasWebP .ctaTop .flexContainer:after,
    .noWebP .ctaTop .flexContainer:after{
        right: 0;
    }
    .ctaTop .flexContainer:after{
        width: 350px;
        background-size: 100% auto;
    }
}
@media(max-width:991px){
    .hasWebP .ctaTop .flexContainer::after, 
    .noWebP .ctaTop .flexContainer::after {
        height: 395px;
        background-size: auto 100%;
        background-position: right bottom;
    }
    .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 .flexContainer:after{
        display: none;
    }
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
    }
    .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;
    }
}

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

/* Grenn List */
.twoColumn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.twoColumn__item {
    width: 48%;
}
@media(max-width:767px){
    .twoColumn__item {
        width: 100%;
    }
}
.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: 10px 15px 10px 35px;
    font-weight: 800;
    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;
}

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

/* 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: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;
    }
}



/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 645px;
}
.ctaStudingWrap .ctaStudingText > div:first-of-type {
    margin-bottom: 10px;
}
.ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
    line-height: 28px;
}
@media(max-width:1199px){

}

@media(max-width:991px){

}

.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 .ctaStuding.ctaStudingV2 .ctaStudingText::before {
        display: none;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 30px;
    }
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 485px;
    } 
    .ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
        font-size: 15px;
    }
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 570px;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-position: right -30px bottom;
    }
    .ctaStudingWrap .ctaStudingV2 .ctaStudingText > div:nth-of-type(2) {
        line-height: 26px;
    }
    .ctaStudingWrap .ctaStudingText > div:first-of-type {
        margin-bottom: 0px;
    }
}
@media(max-width:991px){
    
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 30px;
    }
    .ctaStudingWrap .ctaStudingV2 .ctaStudingText > div:nth-of-type(2) {
        line-height: 24px;
    }
    .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 490px;
    } 
    .ctaStudingWrap .ctaStuding.ctaStudingV2 {
        background-position: right -131px bottom;
    }
}

@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: 15px;
        padding-right: 15px;
    }
    .ctaStuding .ctaStudingText, .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 450px;
    }
}
@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;
    }
}


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

@media(max-width:575px){

    .slick-slide {
        min-height: 409px;
    }
}
@media(min-width:1199px){
    .slider-testimonials .slick-dots{
        display: none !important;
    }
}
.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;
}