@font-face {
    font-family: 'Avenir';
    src: url('../avenir_font/Avenir-Medium.eot');
    src: local('Avenir Medium'), local('Avenir-Medium'),
        url('../avenir_font/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../avenir_font/Avenir-Medium.woff2') format('woff2'),
        url('../avenir_font/Avenir-Medium.woff') format('woff'),
        url('../avenir_font/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Main Content */
.mainContent > .flexContainer {
  display: block;
}
.mainContent{
    margin: 75px 0 0;
    font-size: 16px;
}
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    margin: 40px 0 20px;
}
.mainContent h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0 20px;
}


/* Green CTA */

.blockWithSpace {
  margin-top: 80px;
}
.greenSimpleCta {
    position: relative;
  background-color: #5BBC6D;
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.greenSimpleCta__title{
    font-family: 'Roboto',sans-serif;
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px
}

.greenSimpleCta .flexContainer{
    display: block;
    
}

.greenSimpleCta::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 185px;
  height: 115px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/dots-field.svg);
  background-repeat: no-repeat;
}
.greenSimpleCta::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
  width: 250px;
  height: 75px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/dots-field.svg);
  background-repeat: no-repeat;
}




.eightBlocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eightBlocks__item {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(166, 166, 166, 0.10);
  width: 23%;
  padding: 24px 16px;
  margin-bottom: 37px;
  color: #626262;
}
.eightBlocks__title {
  min-height: 44px;
  display: block;
  line-height: 22px;
  margin-bottom: 8px;
  color: #333;
}
.twoLineBlock__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.twoLineBlock__line-1{
    border-bottom: 1px solid #E1E0E0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.twoLineBlock__text {
  max-width: 652px;
}
.twoLineBlock__btn,
.twoLineBlock__title{
    max-width: 391px;
}
.twoLineBlock__line h2{
    margin-top: 0;
}

.twoLineBlock__text .greenBtn{
    display: none;
}


@media(max-width:1199px){
    
.twoLineBlock__text {
  max-width: 529px;
}
}
@media(max-width:991px){
    .mainContent{
        margin: 60px 0 0
    }
   .greenSimpleCta::before {
        width: 105px;
        height: 140px;
    }
    
    .greenSimpleCta::after {
        width: 115px;
    }
    .greenSimpleCta__title{
        max-width: 424px;
        margin-left: auto;
        margin-right: auto;
    }
    .eightBlocks__item {
        width: 32%;
    }
    .twoLineBlock__btn .greenBtn{
          display: none;
    }
    .twoLineBlock__text .greenBtn{
          display: inline-block;
          margin-top: 40px;
    }
    .twoLineBlock__btn,
    .twoLineBlock__title,
    .twoLineBlock__text{
        max-width: unset;
    }
    .eightBlocks::after {
        content: "";
        display: block;
        width: 32%;
      }
    
}
@media(max-width:767px){
/*    .mainContent{
        font-size: 13px;
    }*/
    .mainContent h2 {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
    .blockWithSpace {
        margin-top: 60px;
      }
      .eightBlocks__item {
      width: 48%;
    }
    .eightBlocks::after {
      display: none;
    }
}
@media(max-width:575px){
     .greenSimpleCta {
        padding: 40px 0;
      }
    .greenSimpleCta__title{
        font-size: 24px;
    }
    .greenSimpleCta::before {
        width: 50px;
        height: 112px;
    }
    
    .greenSimpleCta::after {
        width: 75px;
        height: 60px;
    }
    .eightBlocks__item {
  width: 100%;
}
}
/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    width: 560px;
    height: 373px;
    right:0;
    background-size: cover;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-43.webp');
    background-position: bottom 0 right -50px;
}

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

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 16px;
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 0;
}
.ctaTop .ctaTopText {
  max-width: 675px;
  max-height: 200px;
  
}

@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .ctaTop .ctaTopText {
      max-width: 522px;
      max-height: 265px;
    }
    ctaTop .ctaTopText > h1 {
        font-size: 48px;
        
    }
}
@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;
        line-height: 55px;
    }
    .ctaTop .flexContainer {
        height: 395px;
    }
    .ctaTop .ctaTopText {
        height: 300px;
    }
    .ctaTop .ctaTopText > div:nth-of-type(1) {
        margin: 0;
    }
}
@media(max-width:767px){
    .ctaTop .ctaTopText > h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .ctaTop .ctaTopText > div:nth-of-type(1) br {
        display:none;
    }
    .ctaTop::before {
        display: block;
        width: 340px;
        height: 91px;
        background-size: 10px;
    }
    .ctaTop .flexContainer {
        height: 400px;
    }
    .ctaTop .flexContainer {
        padding-bottom: 80px;
        padding-top: 20px;
    }
    .ctaTop .flexContainer{
        padding-bottom: 40px;
        height: auto;
    }
    .ctaTop .ctaTopText{
        max-height: 200px;
    }
     .ctaTop .flexContainer{
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
}
@media(max-width:575px){
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText > h1{
        margin-bottom: 16px;
    }
    .ctaTop .ctaTopText {
        height: inherit;
        
    }

    .ctaTop .flexContainer,
    .ctaTop .ctaTopText {
        height: inherit;
        max-height: inherit;
      }
      .ctaTop .flexContainer {
        padding-bottom: 40px;
        padding-top: 40px;
      }
      .ctaTop::before {
       display: none
      }
    .ctaTop::before {
        width: 170px;
        height: 120px;
        display: block;
        bottom: 0;
      }
      .ctaTop .ctaTopText{
         
      }
}


/* btnWithLines */
.btnWithLines{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.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;
}
.btnWithLines__btn .greenBtn {
  padding: 0px 74px;
}
@media(max-width: 767px){
/*    .btnWithLines__btn .greenBtn {
        padding: 0 30px;
    }*/
    .btnWithLines__line{
        display: none;
    }
}




/* HOW */
h2.how__title{
    margin-top: 0;
}
.how__desc {
  max-width: 552px;
}
.fourSteps{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 55px;
    border-bottom: 1px solid #E1E0E0;
}

.fourSteps > div{
    width: 20%;
    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;
    color: #000;
}
.fourSteps > div:nth-of-type(4){
    padding-right: 28px;
}
.fourSteps > div > b{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    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";  
}
.fourSteps > div:nth-of-type(5):after{
    content: "5";  
}
@media(max-width:991px){
     .fourSteps > div {
        width: 100%;
        padding: 0 0 45px 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;
        padding-top: 0;
        padding-bottom: 50px;
        margin-bottom: 40px;
      }
}
@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;
    }

}

/* Blue Cols 2 */

.blueCols2 {
  margin: 0 0 90px;
  background: #E4EEFC;
  padding: 70px 0 0;
}
.blueCols2 > .flexContainer {
  display: block;
  padding-bottom: 40px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/ir-dotted.svg);
  background-repeat: no-repeat;
  background-position: right bottom -80px;
}
.blueCols2 h2 {
  text-align: center;
  margin: 0 0 40px;
}

.blueCols2__desc {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  max-width: 477px;
  margin-bottom: 40px;
}
.blueCols2__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blueCols2__item {
  padding: 24px;
  background: #fff;
  width: 23.5%;
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
}
.blueCols2__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 18px);
  width: 36px;
  height: 4px;
  background: #5bbc6d;
  border-radius: 0  0 4px 4px;
}
.blueCols2__item-img {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.blueCols2__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
.blueCols2__item-desc {
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}
@media(max-width:991px){
    .blueCols2__item {
     width: 48.5%;
   }  
   .blueCols2__item{
       margin-bottom: 20px;
       min-height: 190px;
   }
   .blueCols2 h2 {
        margin: 0 0 24px;
      }
   .blueCols2 {
        margin: 0 0 60px;
        padding: 40px 0 0;
      }
      .blueCols2 > .flexContainer{
          padding-bottom: 15px;
      }
}
@media(max-width:767px){

}
@media(max-width:575px){
    .blueCols2 > .flexContainer {
        background-size: 350px auto;
        background-position: right -100px bottom
    }
    
    .blueCols2__item {
     width: 100%;
   }  
   .blueCols2__item{
       margin-bottom: 16px;
       padding: 16px;
   }
    
}


/* CTA */
.ctaStudingWrap {
    padding: 10px 0 100px;
}
.ctaStudingWrap .ctaStuding .ctaStudingText {
    max-width: 590px;
}
.mainContent4 h2 {
    margin-top: 0;
}
@media(max-width:1199px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 510px;
    } 
    .ctaStudingWrap .ctaStudingText > div:nth-of-type(2) {
        font-size: 15px;
    }
}

@media(max-width:991px){
   .ctaStudingWrap .ctaStuding .ctaStudingText {
        max-width: 360px;
    } 
}
@media(max-width:767px){
    .ctaStuding .ctaStudingText, .ctaStudingWrap .ctaStuding .ctaStudingText {
        min-height: 310px;
    }
}
.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;
    }
    .ctaStudingWrap {
        padding: 10px 0 70px;
    }
    .ctaStudingWrap .ctaStuding.ctaStudingV2 .ctaStudingText {
        padding-left: 0px;
    }
}
@media(max-width:575px){
    .ctaStuding{
        border-radius: 0;
    }
    .ctaStuding .white3Btn, .ctaStudingWrap .whiteBtn {
        padding: 0 60px;
    }
}


/* listedblock */

h2.listedblock__title {
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 573px;
}
.listedblock__wrap {
  margin-bottom: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listedblock__item {
  padding: 24px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(166, 166, 166, 0.10);
  width: 49%;
  margin-bottom: 24px;
}
h3.listedblock__item-title {
  color: #333;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 16px;
}

.listedblock__ul {
  padding: 0;
  margin: 0;
}

.listedblock__ul li {
  display: block;
  padding: 0 0 0 32px;
  background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin: 0 0 8px;
}

@media(max-width:991px){
    .listedblock__wrap {
        margin-bottom: 48px;
    }
    .listedblock__item{
        width: 100%;
        margin-bottom: 16px;
    }
}


/* FAQs */
.faqs{
    margin: 0 0 90px;
}
.faqs h2{
    text-align: center;
}
.faqs2col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

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

.faqs2col .item{
    border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.faqs2col .item .question{
    padding: 5px 17px 5px 0;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    position: relative;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.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: 20px;
    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;
}


.list2col {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px 0 60px 0;
    flex-wrap: wrap;
}
.list2col li {
    padding: 0 15px 0 35px;
    font-weight: 400;
    font-size: 16px;
}
@media(max-width:767px){
    .list2col li{
        width: 100%;
    }
    .list2col {
        margin: 10px 0 30px 0;
    }
    .list2col li {
        font-size: 13px;
    }
    .faqs {
    margin: 0 0 60px;
  }
}

/* Quick */
.quick__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.quick__item{
    width: 48%;
    margin: 0 0 40px;
}
.quick__item-1{
    width: 100%;
}
.quick__item h3 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 16px;
  line-height: normal;
}
.quick__item p{
    margin: 0;
}
.whyIr {
  padding: 50px 0 0px;
}
.whyIr3::before {
  background: #E4EEFC;
}
@media(max-width:991px){
  .quick__item{
        width: 100%;
    }  
}