    .lanCta{
        background-color: #5BBC6D;
        position: relative;
        z-index: 6;
    }
    
    .lanCta .flexContainer::before {
        content: "";
        display: block;
        background-image: url(/wp-content/themes/irs_us/new-design/img/ir-single-dot-1.svg);
        background-repeat: repeat;
        background-position: right bottom;
        width: 395px;
        height: 325px;
        right: 0;
        position: absolute;
        bottom: 5px;
        background-size: 12px;
    }
    .lanCta .flexContainer {
        height: 580px;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        background: none;
        overflow: hidden;
    }
    .lanCtaCalc{
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .lanCtaText{
        width: 65%;
        padding-right: 30px;
    }
    @media(max-width:1199px){
        .lanCtaCalc{
            width: 45%;
        }

        .lanCtaText{
            width: 55%;
        }
    }
    .lanCtaText h1{
        color: #fff;
        font-weight: bold;
        font-size: 40px;
        line-height: 47px;
        margin-bottom: 40px;
    }
    .lanCtaText div{
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
    }
    
    .lanCtaCalc > div:first-of-type{
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(166, 166, 166, 0.1);
        border-radius: 4px;
        max-width: 393px;
        width: 100%;
        min-height: 472px;
        position: relative;
        z-index: 7;
        margin: 30px 0;
        padding: 0 35px 43px 35px;
    }
    .advantages{
        display: flex;
        flex-wrap:wrap;
        justify-content: flex-start;
        margin-top: 25px;
        position: relative;
        z-index: 7;
    }
    
    .advantages > span{
        width: 22%;
        display:block;
        background: #46AA59;
        border-radius: 100px;
        margin-right: 2%;
        font-weight: 800;
        font-size: 12px;
        line-height: 42px;
        height: 42px;
        color: #FFFFFF;
        padding: 0 10px 0 40px;
        background-image: url('/wp-content/themes/irs_us/new-design/img/ir-icon-check.svg');
        background-position: left 10px center;
        background-repeat: no-repeat;
    }
    .advantages > span:first-of-type{
        width: 26%;
    }
    
     .lanCtaCalc .advantages{
            display: none;
    }
    @media(max-width:1199px){
       body .lanCtaText .advantages > span{
            width: 48%;
            margin-bottom: 15px;
        } 
    }
    
    @media(max-width:991px){
        .lanCta .flexContainer {
            flex-direction: column;
            height: 1200px;
            justify-content: center;
        }
       .lanCtaCalc,
       .lanCtaText{
            width: 100% !important;
            padding-right: 0px;
        }
        
       body .advantages > span {
            width: 100% !important;
            padding-right: 0px;
            margin-bottom: 15px;
        }
        
        .lanCtaCalc .advantages{
            display: flex;
        }
       
        .lanCtaText .advantages {
            display: none;
        }

    }
    @media(max-width:575px){
        .lanCtaText h1{
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 25px;
        }
        .lanCta .flexContainer {
            height: 1300px;
        }
       .lanCtaText{
            width: 100% !important;
        }
        .advantages {
            margin-top: 5px;
        }
    }
    
    
    
    
/************************************************************* Benefits */
.benefits{
    padding: 60px 0;
}

.benefits h2{
    margin-bottom: 15px;
    color: #333;
    font-size: 34px;
    line-height: 44px;
}
.benefits .flexContainer {
    flex-wrap:wrap;
}
.benefits .flexContainer > div:nth-of-type(1){
      width: 40%;
      padding: 0 15px;
 }

 .benefits .flexContainer > div:nth-of-type(2){
      width: 60%;
      padding: 0 15px 0 45px;
      display: flex;
      flex-wrap:wrap;
      align-content: flex-end;
 }
  .benefits .flexContainer > div:nth-of-type(3){
      width: 100%;
      padding: 0;
      margin: 140px 0 0 0;
 }
 
 @media(max-width:1199px){
    .benefits .flexContainer > div:nth-of-type(2){
        padding: 0 15px;
    }
    .benefits h2{
        font-size: 30px;
        line-height: 42px;
    }
}
@media(max-width:991px){
    .benefits .flexContainer > div:nth-of-type(1) {
        width: 35%;
    }
    .benefits .flexContainer > div:nth-of-type(2) {
        width: 65%;
    }
}
@media(max-width:767px){
   .benefits .flexContainer > div:nth-of-type(2) {
        width: 80%;
        order: 1;
    } 
    .benefits .flexContainer > div:nth-of-type(1) {
        width: 10%;
        order: 2;
        background: none;
    }
    .benefits .flexContainer{
        background-image: url(/wp-content/themes/irs_us/new-design/img/ir-students-sm-2.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: auto;
    }
    .benefits h2{
        font-size: 24px;
        line-height: 34px;
        margin-top: 0;
    }
    .list3col li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media(max-width:575px){
    .benefits .flexContainer{
        background-image: url(/wp-content/themes/irs_us/new-design/img/ir-students-sm.png);
    }
    .benefits .flexContainer > div:nth-of-type(1) {
        display: none;
    }
    .benefits .flexContainer > div:nth-of-type(2) {
        width: 90%;
        order: 1;
        padding: 0;
    } 

    .benefits .flexContainer > div:nth-of-type(2) p {
        padding-right: 30px;
    } 
}
 
.benefits .flexContainer > div:nth-of-type(1){
    position: relative;
}
.benefits .flexContainer > div:nth-of-type(1) > img{
    position: absolute;
    height: auto;
}
.benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(1) {
    width: 350px;
    right: 62px;
    top: 40px;
    border-radius: 5px;
}
.benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(2) {
    width: 78px;
    right: 354px;
    top: 107px;
/*    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite;*/
}
.benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(3) {
    width: 90px;
    right: 274px;
    top: 357px;
/*    -webkit-animation: floating 5s ease-in-out infinite;
    animation: floating 5s ease-in-out infinite;*/
}
.benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(4) {
    width: 68px;
    right: 54px;
    top: 382px;
/*    -webkit-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;*/
}
.benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(5) {
    width: 62px;
    right: 23px;
    top: 164px;
/*    -webkit-animation: floating 3s ease-in-out infinite;
    animation: floating 3s ease-in-out infinite;*/
}
@-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 .flexContainer > div:nth-of-type(1) > img:nth-of-type(1) {
        width: 272px;
        right: 40px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(2) {
        width: 66px;
        right: 287px;
        top: 87px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(3) {
        width: 78px;
        right: 220px;
        top: 287px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(4) {
        width: 61px;
        right: 49px;
        top: 316px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(5) {
        width: 50px;
        right: 18px;
        top: 134px;
    }
}
@media(max-width:991px){
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(1) {
        width: 187px;
        right: 28px;
        top: 9px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(2) {
        width: 43px;
        right: 196px;
        top: 59px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(3) {
        width: 48px;
        right: 154px;
        top: 199px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(4) {
        width: 41px;
        right: 34px;
        top: 214px;
    }
    .benefits .flexContainer > div:nth-of-type(1) > img:nth-of-type(5) {
        width: 33px;
        right: 12px;
        top: 91px;
    }
}
@media(max-width:767px){
    .benefits .flexContainer > div:nth-of-type(1) > img{
        display: none;
    }
}


/* list3col */
.list3col{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    flex-wrap: wrap;

}
.list3col li{
    width: 30%;
    height: 170px;
    margin: 0 3% 20px 0;
    line-height: 20px;
    padding: 0 10px 0 35px;
    font-size: 14px;
    position: relative;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    flex-wrap:wrap;
    align-content: flex-start;
    padding-top: 22px;
    padding-bottom: 22px;
}
.list3col li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 75px;
    width: 4px;
    height: 20px;
    background: #5BBC6D;
    border-radius: 0 4px 4px 0;
}

.list3col li b{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}


@media(max-width:991px){
    .benefits .flexContainer > div:nth-of-type(3) {
        margin: 30px 0 0 0;
    }
    .list3col li {
        width: 47%;
        
    }
}

@media(max-width:767px){
    .benefits .flexContainer > div:nth-of-type(3) {
        order: 3;
    }
    .list3col li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}


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

@media(max-width:767px){
    .hiw .flexContainer::after {
        width: 269px;
    }
}

@media(max-width:575px){
    .hiw .flexContainer::after {
        width: 200px;
        height: 180px;
    }
}



/* block3x6 */
.block3x6{
   display: flex;
   flex-wrap: wrap;
   margin: 30px 0 60px;
   width: 100%;
}

.block3x6 > div{
   width: 50%;
   padding: 36px 26px 26px 16px;
   border-right: 1px solid #EFEFEF;
   position: relative;
   display: flex;
   flex-wrap:wrap;
   align-content: flex-start;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: right -50px center;
}

.block3x6 > div:nth-of-type(1),
.block3x6 > div:nth-of-type(3){
   padding-left: 0;
}

.block3x6 > div:nth-of-type(2),
.block3x6 > div:nth-of-type(4){
   border-right: none;
}

.block3x6 > div:nth-of-type(1),
.block3x6 > div:nth-of-type(2){
   border-bottom: 1px solid #EFEFEF;
}

.block3x6 > div:nth-of-type(2):before{
   content: "";
   width: 17px;
   height: 2px;
   display: block;
   background-color: #5BBC6D;
   position: absolute;
   left:-8px;
   bottom: -1px;
}

.block3x6 > div h3{
   font-weight: 700;
   font-size: 18px;
   line-height: 26px;
   color: #333333;
   margin-bottom: 15px;
   margin-right: 30px;
   font-family: 'Avenir';
   transition: all .3s ease-out;
}

.block3x6 > div p{
   font-size: 14px;
   line-height: 26px;
   color: #828282;
   margin: 0;
}
.ourServices {
    padding: 60px 0 0px;
}
.ctaStudingWrap {
    padding: 10px 0 30px;
}
.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;
    } 
}

@media(max-width:1199px){
   .block3x6 > div {
        padding: 16px 12px 26px 12px;
    } 
    .block3x6 > div p {
        line-height: 24px;
    }
    .block3x6 > div h3 {
        line-height: 22px;
        margin-bottom: 10px;
    }
    .ourServices h2{
        font-size: 30px;
        line-height: 42px;
    }
        
}
@media(max-width:991px){
    
}
@media(max-width:767px){
    .ourServices h2{
        font-size: 24px;
        line-height: 34px;
    }
    .whyIrblocks > div:last-of-type {
        width: 100% !important;
    }
}
@media(max-width:575px){
    .block3x6 > div {
        width: 100%;
        padding: 16px 0px 16px 0 !important;

    }
     .block3x6 > div:before {
        display: none !important;
    }
    .block3x6 > div {
        border: none !important;
    }
    .block3x6 > div {
        border-bottom: 1px solid #efefef !important;
    }
}


/* REviews */
.reviewsText p {
    max-width: 700px;
    margin: 0 auto 30px;
    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;
}
@media(max-width:991px){
    .reviewsText {
        width: 80%;
    }
    .reviewsText h2,
    .reviewsText p {
        text-align:left;
    }
    .reviewsText p {
        margin: 0;
    }
}

@media(max-width:575px){
    .reviewsText {
        width: 100%;
    }
    .reviewsText h2,
    .reviewsText p {
        text-align:center;
    }
    .reviewsText p {
        margin: 0 0 30px;
    }
    .reviewsNav{
        display: none;
    }
}

.whyIr h2 {
    margin-bottom: -70px;
}

.whyIr2 > .whyIrblocks::after{
    display: none;
}
.whyIrblocks > div:nth-of-type(5), 
.whyIrblocks > div:nth-of-type(6) {
    width: 30%;
}

.whyIrblocks > div.ir-pic-0 {
    display: flex;
}

.whyIrblocks > div.ir-pic-2 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-7.svg);
}
.whyIrblocks > div.ir-pic-4 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-6.svg);
}
.whyIrblocks > div.ir-pic-5 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-8.svg);
}
.whyIrblocks > div.ir-pic-6 {
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-4.svg);
}
.whyIrblocks > div:nth-of-type(4)::before, .whyIrblocks > div:nth-of-type(5)::before {
    width: 65px;
    height: 60px;
}
.whyIrblocks > div {
    margin-bottom: 40px;
    align-content: flex-start;
}

.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;
    }
}


.twoCol{
    margin-bottom: 50px;
}
.twoCol .flexContainer {
    flex-wrap: wrap;
    justify-content: space-between;
}

.twoCol .flexContainer> div:nth-of-type(1) {
    width: 100%
}
.twoCol .flexContainer> div:nth-of-type(2) {
    width: 48%
}
.twoCol .flexContainer> div:nth-of-type(3) {
    width: 48%
}
.twoCol .flexContainer h2{
    text-align: center;
    color: #333333;
}

@media(max-width:765px){
    .twoCol .flexContainer> div:nth-of-type(2),
    .twoCol .flexContainer> div:nth-of-type(3) {
        width: 100%
    }
}

.hiw.hiw2 .flexContainer::before {
    right: unset;
    left: 0;
    width: 385px;
}

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

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

.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: 450px;
    }
}


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


/* HOW */
.how{
    background-color: #E4EEFC;
    padding: 80px 0 65px;
    margin: 30px 0;
}
h2.how__title{
    margin: 0 0 40px;
    color: #333;
    font-size: 34px;
    font-style: normal;
    line-height: 44px;
}
.fourSteps {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fourSteps > div{
    width: 25%;
    padding: 45px 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 15px;
}
.fourSteps > div:nth-of-type(4){
    padding-right: 28px;
}
.fourSteps > div > b{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    margin-bottom: 4px;
    display: inline-block;
}
.fourSteps > div::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #5bbc6d;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
.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){
    .how {
        padding: 60px 0 45px;
        margin: 0;
      }
    h2.how__title{
        text-align: center;
    }
     .fourSteps > div {
        width: 100%;
        padding: 0 0 24px 43px;
        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:0px;
    }
    .fourSteps > div:last-of-type{
        background-image: none;
        padding-bottom: 0;
    }
    .fourSteps {
        display: flex;
        flex-wrap: wrap;
      }
}
@media(max-width:575px){
    .how {
        padding: 40px 0;
        margin: 0;
    }
    h2.how__title{
        font-size: 24px;
    }
   .fourSteps > div{
        padding: 0 0 24px 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:0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}
