/* Main Content */
.mainContent > .flexContainer{
    display: block;
}
.mainContent{
    margin: 90px 0 0;
    font-size: 16px;
}
.mainContent h2{
    font-size: 34px;
    line-height: 44px;
    color: #333333;
    margin: 0 0 20px;
}
.mainContent h3 {
    font-size: 20px;
    line-height: 40px;
    margin: 30px 0 20px;
}
@media(max-width:767px){
    .mainContent {
        margin: 60px 0 0;
      }
      .mainContent h2 {
        font-size: 24px;
        line-height: 140%;
      }
}
/* TOP CTA */
.ctaTop .flexContainer {
    height: 440px;
}
.hasWebP .ctaTop .flexContainer:after,
.noWebP .ctaTop .flexContainer:after{
    width: 448px;
    height: 390px;
    right:0;
    background-size: cover;
}
.hasWebP .ctaTop .flexContainer:after{
    background-image: url('/wp-content/themes/irs_us/new-design/img/ir-student-40.webp');
    background-position: bottom right -40px;
}

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

.ctaTop .ctaTopText > h1 {
    font-size: 40px;
    line-height: 45px
}
.ctaTop .ctaTopText > div:nth-of-type(1) {
    font-size: 16px;
    margin-bottom: 24px;
}
.ctaTop .ctaTopText {
  max-width: 675px;
  max-height: 258px;
}
.ctaTop .ctaTopText > div:nth-of-type(1) span {
  display: inline-block;
  margin-bottom: 10px;
}
@media(max-width:1199px){
    .ctaTop .flexContainer::before {
        width: 335px;
        height: 314px;
    }
    .ctaTop .ctaTopText {
      max-width: 522px;
      max-height: 335px;
    }
    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;
    }

}
@media(max-width:575px){
    .ctaTop::before {
        width: 300px;
        height: 81px;
    }
    .ctaTop .ctaTopText > h1{
        margin-bottom: 16px;
    }
    .ctaTop .ctaTopText {
        height: inherit;
        
    }
    .ctaTop .ctaTopText > div:nth-of-type(1){
        margin-bottom: 24px;
    }
    .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;
      }
}

/* statistic */
.statistic {
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E0E0;
  margin-bottom: 40px;
}

.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 span {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }
    .statistic {
        margin: 0 0 40px 0;
    }
    .mainContent2{
        margin-top: 0;
    }
}
@media(max-width:767px){
    .statistic__item {
        width: 100%;
        margin-bottom: 50px;
    }
    .statistic {
        padding-bottom: 20px;
    }
    .statistic__item span {
        font-size: 72px;
    }
    .statistic {
        margin: 70px 0 40px;
        padding-bottom: 0;
    }
}




/* btnWithLines */
.btnWithLines{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 40px 0;
}
.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;
    }
}


/*blue cols*/

.blueCols {
  background: #E4EEFC url('/wp-content/themes/irs_us/new-design/img/dots-field-blue.svg') top 9px right -179px no-repeat;
  padding: 90px 0;
  margin: 0 0 90px;
  position: relative;
}
.blueCols:before{
    content: "";
    display: block;
    width: 130px;
    height: 335px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url('/wp-content/themes/irs_us/new-design/img/dots-field-blue.svg') repeat;
}

.blueCols__item {
  border-radius: 4px;
  background: #FFF;
  padding: 24px;
  width: 31.5%;
  margin-bottom: 40px
}
.blueCols__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blueCols__item-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
}
.blueCols__item-title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
}
.btn-center {
  text-align: center;
}
.btn-center .greenBtn {
    padding: 0 74px;
    max-width: 250px;
}

/*list styled*/
.list-styled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-styled li {
  padding: 0 0 0 16px;
  position: relative;
  margin: 0 0 4px;
}

.list-styled li::before {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  border: 2px solid #5BBC6D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.list-2cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-2cols li {
  width: 40%;
}
.mainContent ol {
  padding-left: 17px;
}
@media(max-width: 1199px){
    .blueCols:before{
        width: 73px;
    }
    .list-2cols li {
        width: 50%;
      }
}
@media(max-width: 991px){
    .blueCols__item {
        width: 48.5%;
        margin-bottom: 20px;
    }
    .blueCols:before{
        display: none;
    }
    .blueCols__item-icon {
    width: 40px;
    height: 40px;
  }
  .blueCols__item-title {
    font-weight: 400;
    margin-bottom: 8px;
  }
  .btn-center {
    padding-top: 20px;
  }
  .blueCols {
    padding: 60px 0;
    background-position: top 9px right -328px;
    margin-bottom: 60px;
  }
   .list-2cols li {
        width: 100%;
      }
}

@media(max-width: 767px){
    .blueCols{
        margin-bottom: 20px;
    }
    .blueCols__item {
      width: 100%;
    }
   
}

@media(max-width: 575px){
     .blueCols {
    padding: 40px 0;
  }
  .blueCols__item {
        padding: 16px;
        margin-bottom: 16px;
    }
    .btn-center {
    padding-top: 8px;
  }
}


/* Services Links */
.servicesLinks{
    display: flex;
    flex-wrap:wrap;
    margin: 50px 0 90px;
}
.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(max-width:991px){
    .servicesLinks{
        margin-bottom: 60px;
    }
    .mainContent.mainContent4 {
        margin-top: 60px;
      }
}
    
@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; 
    }
}



/* Outline */
.outline__wrap {
  margin-bottom: 90px;
}
.outline__item {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 18px 0px rgba(166, 166, 166, 0.10);
  margin-bottom: 16px;
  padding: 24px 24px 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(/wp-content/themes/irs_us/new-design/img/dots-field-blue.svg);
  background-repeat: no-repeat;
  background-position: top -187px right -366px;
}
h2.outline__item-title {
  margin: 0 0 16px;
  color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
}
.outline__item-col-1 {
  width: 50%;
}
.outline__item-col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 50%;
  padding: 0px 3%;
  margin: 0;
}
.outline__item-li {
  display: block;
  width: 50%;
  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;
}
.outline__item-link {
  margin-top: 8px;
  display: inline-block;
  font-weight: 600;
}

@media(max-width:1199px){
    .outline__item-col-2 {
        justify-content: center;
      }
      .outline__item-li {
        width: 80%;
      }
}

@media(max-width:991px){
    .outline__item-col-1{
        width: 100%;
      }
    .outline__item-col-2 {
        width: 100%;
        margin: 16px 0 0 0;
        padding: 0;
        justify-content: flex-start;
      }
    .outline__item-li {
        width: 33%;
        margin-bottom: 24px;
      }
      .outline__item {
        padding-bottom: 0px;
      }
}
@media(max-width:767px){
    h2.outline__item-title{
        font-size: 18px;
    }
    .outline__item-li {
        width: 50%;
      }
}

@media(max-width:575px){
    
    .outline__item-li {
        width: 100%;
      }
        .outline__item {
        padding: 16px 16px 0;
        background-position: top -209px right -387px;
      }
      h2.outline__item-title {
        font-size: 18px;
        margin-bottom: 8px;
      }
        .outline__item-li {
            margin-bottom: 16px;
          }
}