    .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: 60px;
    }
    @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: 23%;
        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;
    }

     .lanCtaCalc .advantages{
            display: none;
    }
    @media(max-width:1199px){
       .advantages > span{
            width: 48%;
            margin-bottom: 15px;
        }
    }

    @media(max-width:991px){
        .lanCta .flexContainer {
            flex-direction: column;
            height: 1010px;
            justify-content: center;
        }
       .lanCtaCalc,
       .lanCtaText {
            width: 100%;
            padding-right: 0px;
        }

        .lanCtaCalc .advantages{
            display: flex;
        }

        .lanCtaText .advantages {
            display: none;
        }

        .lanCtaText h1 {
            margin-bottom: 20px;
            /*margin-top: 50px;*/
        }
        .lanCtaCalc .advantages {
            width: 100%;
            justify-content: space-between;
        }
        .advantages > span {
            width: 22%;
        }
    }
    @media(max-width:767px){
        .lanCta .flexContainer {
            height: 1110px;
        }
        .advantages > span {
            width: 48%;
        }
    }
    @media(max-width:575px){
        .lanCtaText h1{
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 25px;
        }
        .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: 30px 0 0 0;
    flex-wrap: wrap;

}
.list3col li{
    width: 30%;
    min-height: 118px;
    margin: 0 3% 20px 0;
    line-height: 26px;
    padding: 15px 15px 20px 35px;
    font-size: 16px;
    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: flex-start;
    background-color: #fff;
    flex-wrap: wrap;
}
.list3col li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 108px;
    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: 155px;
}

.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: 542px;
    right: 0;
    position: absolute;
    bottom: 5px;
    background-size: 16px;
}

.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;
    font-size: 14px;
}
.hiw_step b{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color:#333333;
}
.hiw_step p {
    margin: 0 0 10px 0;
}

.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;
    }
/*    .hiw__slider.slick-initialized{
        background-color: #fff;
        border-radius: 4px;
    }*/
    .hiw_step:last-of-type {
        margin-bottom: 240px;
    }
    .hiw .flexContainer::after {
        top: unset;
        bottom: 30px;
        left: 80px;
    }
    .hiw_block h2{
        font-size: 24px;
        line-height: 34px;
        margin: 30px 0 10px;
    }
    .hiw .flexContainer::before{
        display: block;
        width: 67px;
        height: 318px;
    }
    .hiw {
        margin-bottom: 0px;
    }
}



/* block2x6 */
.block2x6{
   display: flex;
   flex-wrap: wrap;
   margin: 30px 0 60px;
   width: 100%;
   justify-content: space-between;
}

.block2x6 > div{
   width: 48%;
   padding: 44px 0 30px 0;
   position: relative;
   display: flex;
   flex-wrap:wrap;
   text-decoration: none;
   background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: left top;
}

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

.block2x6 > div p{
   font-size: 14px;
   line-height: 26px;
   color: #828282;
   margin: 0;
}


.ourServices {
    padding: 60px 0 0px;
}
.ctaStudingWrap {
    padding: 90px 0 30px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText::before{
    z-index: 1;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 590px;
    padding-right: 30px;
    line-height: 28px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText div {
    z-index: 2;
    position: relative;
}
@media(max-width:1199px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 500px;
    }
    .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){
    .whyIrblocks > div:last-of-type {
        width: 48% !important;
    }
}
@media(max-width:767px){
    .ourServices h2{
        font-size: 24px;
        line-height: 34px;
    }
    .whyIrblocks > div:last-of-type {
        width: 100% !important;
    }
    .block2x6 > div {
        width: 100%;
    }
}
@media(max-width:575px){

}


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

.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 h2{
    font-size: 34px;
    line-height: 40px;
}
.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%
    }
    .twoCol h2{
        font-size: 24px;
        line-height: 34px;
    }
}

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


/* 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;
}
@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{
    width:70%;
}
.topics .mySlide img{
    margin-bottom: 10px;
}
.topics .mySlide h3{
    margin-bottom: 30px;
}
.topics .mySlide > div:nth-of-type(1) {
    height: auto;
    margin-bottom: 30px;
}

.topics .white2Btn {
    line-height: 46px;
    max-width: 230px;
    padding: 0;
    display: block;
    width: 100%;
    height: 48px;
    font-weight: 800;
    font-size: 16px;
}

.slider-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topics .mySlide{
    width:31%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
}
@media(min-width:1199px){
    .topics h2 {
        margin-bottom: 40px;
    }
}

@media(max-width:991px){
    .topicsText {
        padding-left: 5px;
    }
    .topics .mySlide{
        width:48%;
    }
}




@media(max-width:767px){
    .topics h2 {
        font-size: 30px;
    }
    .topicsText{
        width: 100%;
    }
}
.slick-dots li,
.slick-dots li button,
.slick-dots li.slick-active {
    width: 39px;
}
.all-samples{
    display: none;
}
@media(max-width:575px){
    .all-samples{
        display: block;
    }
    .topics .mySlide{
        width:100%;
        display: none;
    }
    .topics .mySlide.active{
        display: block;
    }

    .slider-topics-nav {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .slider-topics-nav > div {
        width: 16.5%;
        height: 3px;
        background-color: #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        cursor: pointer;
    }
    .slider-topics-nav > div.active{
        background-color: #5BBC6D;
        border-color: #5BBC6D;
    }
    .all-samples {
        font-weight: 800;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #4D9DE0;
        margin: 60px auto 0;
        width: 115px;
        cursor: pointer;
    }
    .slider-topics-nav.hide,
    .all-samples.hide{
        display: none !important;
    }
}


.faqs{
    margin-top: 30px;
    width: 100%;
    margin-bottom: 90px;
}

.faqs h2 {
    font-size: 34px;
    line-height: 27px;
    color: #333;
    margin: 40px 0 20px;
    text-align: center;
}

.faqs2col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}
.faqs2col > div{
    width: 48% !important;
    position: relative;
}
@media(max-width:1199px){
    .faqs2col > div{
        width: 100% !important;
    }
}

.faqs2col .item{
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.faqs2col .item .question{
    padding: 15px 27px 15px 0;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #626262;
    position: relative;
}
.faqs2col .item .question:before{
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 20px;
    color: #5BBC6D;
    font-size: 28px;
    font-weight: 300;
    transition: all .3s ease-out;
}
.faqs2col .item .question:hover:before{
    color: #40924F;
}
.faqs2col .item.opened .question:before{
    content: "–";
    color: #555 !important;
}
.faqs2col .item .answer{
    padding: 10px 30px 10px 0;
    display: none;
    transition: all .3s ease-out;
}
.faqs2col .item.opened .answer{
    display: block;
}

.stories {
    background: #E4EEFC;
    padding-top: 90px;
    padding-bottom: 70px;
}

.stories .flexContainer {
    flex-direction: column;
}
.stories--row1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.stories--col1 {
    width: 69%;
    padding-left: 15px;
}
.stories--col2 {
    width: 29%;
    padding-right: 15px;
}
.stories h2 {
    color: #333;
    font-size: 34px;
    margin-top: 0;
    line-height: 36px;
}
.stories label {
    font-size: 12px;
    color: #828282;
    margin-bottom: 0;
    margin-top: 31px;
}
.stories--block{
    display: none;
}

.stories--block.active{
    display: block;
}

.select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    line-height: 46px;
    height: 46px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 30px;
}

.stories label {
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #BDBDBD transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
}

.slick-slide > div::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 92px;
    height: 83px;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dots.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.slick-slide > div {
    background-color: #fff;
    box-shadow: 0px 4px 18px rgba(166,166,166,.1);
    border-radius: 4px;
    padding: 40px 24px 20px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top 25px left 27px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 341px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    min-height: 522px;
}
/*.stories--block .slick-slide:nth-last-of-type(3) > div {
    margin-left: 0;
    margin-right: auto;
}
.stories--block .slick-slide:nth-last-of-type(2) > div {
    margin-left: auto;
    margin-right: auto;
}
.stories--block .slick-slide:nth-last-of-type(1) > div {
    margin-left: auto;
    margin-right: 0;
}*/
.stories .stories--block .slick-slide > div {
    margin-left: auto;
    margin-right: auto;
}

.slick-slide img {
    display: block;
    margin-bottom: 20px;
}

.slick-slide a {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    color: #3D5C8A;
    margin-bottom: 20px;
    text-align: center;
}
.slick-slide a:hover {
    text-decoration: none;
}

.slick-slide p {
    text-align: center;
    margin: 0;
}
.slick-dots {
    display: none !important;
    margin: 30px 0 0;
}
.stories--row2 {
    margin-top: 20px;
}
@media(max-width:1199px){
    .stories .stories--block .slick-slide > div {
        margin-left: auto;
        margin-right: auto;
    }
    .slick-dots {
        display: flex !important;
    }
    .stories--col1 br{
        display: none;
    }
}
.stories--col3{
    display: none;
}
.stories .testimonialNav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px 0 0;
    margin-top: 57px;
    margin-bottom: 0;
}
@media(max-width:991px){
    .stories--col1 {
        width: 100%;
    }
    .stories--col2 {
        width: 48.5%;
        padding-left: 10px;
    }
    .stories--col3{
        display: block;
        width: 50%;
    }
}
@media(max-width:767px){
    .stories label{
        margin-top: 0;
    }
    .stories--col1 {
        width: 100%;
    }
    .stories--col2 {
        width: 100%;
    }
    .stories--col3{
        display: none;
    }
    .select2.select2-container.select2-container--default{
        margin-bottom: 20px;
    }

    .stories h2 {

        color: #333;
        font-size: 24px;
        margin-top: 0;
        line-height: 34px;
        text-align: center;

    }
    .stories--col1{
        text-align: center;
    }
    .stories {
        background: #e4eefc;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.slick-dots li, .slick-dots li button, .slick-dots li.slick-active {
    width: 79px;
}
.slick-dots li, .slick-dots li button {
    width: 79px !important;
    cursor: pointer;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button {
    width: 79px !important;
}
.slick-dots li {
    background: #fff;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow{
    display: none !important;
}
.lanCtaCalc .input_words{
    background-color: #fff;
}
