/* twoColums */
.twoColums{
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 88px;
    justify-content: space-between;
}

.twoColums > .col1{
    width: 57%;
}
.twoColums > .col2{
    width: 36%;
}
.bl1,
.bl2,
.bl3{
    display: flex;
    flex-wrap:wrap; 
}

.bl1 > div:nth-of-type(1),
.bl2 > div:nth-of-type(1),
.bl3 > div:nth-of-type(1){
    width: 60%;
}
.bl1 > div:nth-of-type(2),
.bl2 > div:nth-of-type(2),
.bl3 > div:nth-of-type(2){
    width: 40%;
    display: flex;
    flex-wrap:wrap; 
    justify-content: flex-end;
    align-content: center;  
}
.bl1,
.bl2{
    border-bottom: 1px solid #E1E0E0;
}

.greenBL{
    position: relative;
    padding-top: 45px;
}
.greenBL > div{
    position: relative;
    z-index: 2;
    min-height: 412px;
    background: #5BBC6D;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    padding: 50px 30px;
    width: 393px;
    margin: 0 0 0 auto;


}
.greenBL: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: top left;
    width: 425px;
    height: 460px;
    right: -47px;
    position: absolute;
    bottom: 5px;
    background-size: 15px;
    z-index: 1;
    top: 0;   
}
.greenBL .title{
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}

.greenBL .text{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.greenBL .whiteBtn{
    margin: 20px auto 0;
    display: block;
    width: 260px;
}

@media(max-width:1199px){
    .twoColums > .col1 {
        width: 55%;
    }
    .twoColums > .col2 {
        width: 43%;
    }
    .greenBL > div {
        width: 370px;
    }
    .greenBL::before {
        width: 409px;
    }
}
@media(max-width:991px){
    .twoColums > .col1 {
        width: 100%;
    }
    .twoColums > .col2 {
        width: 100%;
    }
    .greenBL {
        width: 370px;
        margin: 0 auto;
    }
}
@media(max-width:575px){
    .bl1 > div:nth-of-type(1), .bl2 > div:nth-of-type(1), .bl3 > div:nth-of-type(1) {
        width: 100%;
    }
    .bl1 > div:nth-of-type(2), .bl2 > div:nth-of-type(2), .bl3 > div:nth-of-type(2) {
        width: 100%;
        justify-content: flex-start;
    }
    .twoColums > .col1 .greenBtn{
        max-width: 200px;
        margin-bottom: 20px;
    }
    .greenBL {
        width: 370px;
        margin: 50px auto 0;
    }
    .greenBL::before {
        width: 100%;
        right: 0;
    }
}


/* Services Links */
.servicesLinks{
    display: flex;
    flex-wrap:wrap;
    margin: 50px 0 70px;
}
.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; 
    }
}
@media(max-width:575px){
    .greenBL > div {
        width: 100%;
        padding: 40px 15px;
    }
    .greenBL {
        width: 100%;
    }
    .greenBL .title {
        font-size: 29px;
    }
}

/* 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;
    }
}
/* Main Content: How We*/
.howWe{
    border-top: 1px solid #E1E0E0;
    margin-top: 80px;
}

.fourSteps{
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 70px;
}

.fourSteps > div{
    width: 25%;
    padding: 64px 40px 15px 0;
    position: relative;
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line-horizontal.svg');
    background-repeat: no-repeat;
    background-position: left 0 top 25px;
}
.fourSteps > div:nth-of-type(4){
    padding-right: 28px;
}
.fourSteps > div > b{
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin-bottom: 5px;
    display: inline-block;
}
.fourSteps > div:after{
    position: absolute;
    left: 0;
    top:0;
    display: block;
    width: 50px;
    height: 50px;
    background: #5BBC6D;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 26px;
}
.fourSteps > div:nth-of-type(1):after{
    content: "1";
}
.fourSteps > div:nth-of-type(2):after{
    content: "2";    
}
.fourSteps > div:nth-of-type(3):after{
    content: "3";  
}
.fourSteps > div:nth-of-type(4):after{
    content: "4";  
}
@media(max-width:991px){
   .fourSteps > div{
        width: 100%;
        padding: 30px 15px 25px 80px;
        position: relative;
        background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line.svg');
        background-position: left 25px top 0;
    }
    .fourSteps > div:after{
        top:20px;
    }
}
@media(max-width:575px){
   .fourSteps > div{
        padding: 10px 0px 10px 50px;
        position: relative;
        background-image: url('/wp-content/themes/irs_us/new-design/img/ir-line.svg');
        background-position: left 15px top 0;
    }
    .fourSteps > div:after{
        top:10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

}


/* Main Content: Jumpstart*/
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
}
.twoCols{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 10px;
}
.twoCols > div{
    width: 48%;
    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:575px){
   .twoCols > div{
        padding-left: 44px;
        padding-bottom: 15px;
        background-size: 30px 30px;
        background-position: 0 7px;
    }
}

 /* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin-top: 90px;
}

/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-11.png');
    width: 412px;
    height: 440px;
}
.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: 640px;
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .ctaTop .flexContainer:after{
        width: 350px;
        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 .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::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;
    }
}

/* Topics */
.topics{
    padding: 90px 0 75px;
    background: #E4EEFC;
}

.topics h2 {
color:#333;
margin-top: 0;
font-size: 34px;
line-height: 44px;
} 

.topics .flexContainer{
    display: block;
    padding: 0;
}
@media(max-width:991px){
    .topics .flexContainer{
        padding: 0 15px;
    }
}
@media(max-width:767px){
    .topics .flexContainer{
        padding: 0 9px;
    }
}
@media(max-width:575px){
    .topics .flexContainer{
        padding: 0 15px;
    }
}

.topics .mySlide{
    position: relative;
    background: #fff;
    background: linear-gradient(-37deg, transparent 16px, #fff 0),linear-gradient(37deg, transparent 20px, #e0e9f6 0);
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
    padding: 42px 0 40px;
    margin: 12px 15px;
}

.topics .mySlide:before{
    position: relative;
    content: "";
    display: block;
    width: 20px;
    height: 41px;
    position: absolute;
    left: 30px;
    top: -12px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-clip.svg);
    background-repeat: no-repeat;
}
.topics .mySlide:after{
    position: relative;
    content: "";
    display: block;
    width: 25px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-nook-sm.svg);
    background-repeat: no-repeat;
}
.topics .mySlide > div{
    padding: 0 20px;
}

.topics .mySlide h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Avenir';
}
.topics .mySlide > div:nth-of-type(1){
    border-bottom: 1px dashed #f0f0f0;
    height: 42px;
    margin-bottom: 30px;
}

.topics .mySlide > div:nth-of-type(1) p{
    font-size: 14px;
    line-height: 26px;
    color: #626262;
}
.topics .mySlide > div:nth-of-type(2) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.topicsText{
    padding-left: 30px;
    width:70%;
}
@media(max-width:991px){
    .topicsText {
        padding-left: 5px;
    }
}
.topics .white2Btn {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    display: block;
    width: 100%;
}
@media(min-width:1199px){
    .slick-dots{
        display: none !important;
    }
    .topics h2 {
        margin-bottom: 40px;
    }
}

@media(max-width:767px){
    .topics h2 {
        font-size: 30px;
    }
}
.slick-dots li,
.slick-dots li button,
.slick-dots li.slick-active {
    width: 39px;
}