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

}
@media(max-width:575px){
    .lanCtaText h1{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    .advantages {
        margin-top: 5px;
    }
}

/************************************************************* TextBlock1 */
.textBlock1 {
    margin-top: 30px;
}

.textBlock1 .flexContainer{
      display: block;
}
.textBlock1 h2 {
    margin-bottom: 15px;
    color: #333;
    font-size: 34px;
    line-height: 44px;
}



/************************************************************* 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: 90px 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: 250px;
    margin: 0 3% 20px 0;
    line-height: 24px;
    padding: 10px 10px 10px 20px;
    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: flex-start;
    background-color: #fff;
    flex-wrap:wrap;
}
.list3col li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 82px;
    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: 3px;
}


@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;
    font-size: 14px;
    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;
    color: #333;
}

.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: 33.33%;
   padding: 6px 55px 30px 0;
   position: relative;
   display: flex;
   flex-wrap:wrap;
   align-content: flex-start;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: left top;
   background-image: url(/wp-content/themes/irs_us/new-design/img/ir-icon-19.svg);
}

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

.block3x6 > div p{
   font-size: 16px;
   line-height: 26px;
   color: #626262;
}
.ourServices {
    padding: 90px 0 0px;
}

@media(max-width:1199px){
    .ourServices h2{
        font-size: 30px;
        line-height: 42px;
    }

}
@media(max-width:991px){
    .block3x6 > div {
        width: 100%;
        padding-right: 0;
    }

}
@media(max-width:767px){
    .ourServices h2{
        font-size: 24px;
        line-height: 34px;
    }
}

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

/* REviews */
.reviews {
    padding: 30px 0 75px;
}
.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{
    margin: 30px 0 0 0;
}
.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.slick-active {
    background: #fff !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;
    }
}

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



/********** Price Slider *********/
.slider-prices .mySlide{
    position: relative;
    background: #fff;
    box-shadow: 0px 4px 18px rgba(166, 166, 166, 0.1);
    border-radius: 4px;
    padding: 40px 0;
    margin: 12px 15px;
}

.slider-prices .mySlide:before{
        content: "";
        position: absolute;
        left: 40%;
        top: 0;
        width: 23%;
        height: 6px;
        background: #e4eefc;
        border-radius: 0 0 4px 4px;
}

.slider-prices .mySlide > div{
    padding: 0 30px;
}

.slider-prices .mySlide .title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Avenir';
    text-align: center;
}
.slider-prices .mySlide > div:nth-of-type(1){
    height: 155px;
}

.slider-prices .mySlide > div:nth-of-type(2){
    height: 160px;
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-content:center;
    margin: 0 -15px;
}
.slider-prices .mySlide > div:nth-of-type(2) ul{
    padding-left: 32px;
}
.slider-prices .mySlide > div:nth-of-type(2) ul li{
    font-size: 16px;
    line-height: 26px;
    color: #626262;
}
.slider-prices .mySlide > div:nth-of-type(1) p{
    font-size: 14px;
    line-height: 26px;
    color: #626262;
}
.slider-prices .mySlide > div:nth-of-type(3) {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.slider-pricesText{
    padding-left: 30px;
    width:70%;
}
@media(max-width:991px){
    .slider-pricesText {
        padding-left: 5px;
    }
    .slider-prices .mySlide .title{
        margin-bottom: 5px;
    }
}


.slider-pricesNav{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px 0 0;
    margin-top: -60px;
    margin-bottom: 60px;
}
.slider-pricesNav > div {
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 12px;
    padding: 0;
    background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow-sm.svg);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    opacity: 0.85;
}
.slider-pricesNav > div:hover {
    /*background-image: url(/wp-content/themes/irs_us/new-design/img/ir-arrow-sm-active.svg);*/
    /*border: 1px solid #6c6c6c;*/
    opacity: 1;
}

.slider-pricesNav > div:last-of-type {
    transform: rotate(180deg);
}

.slider-prices.without-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slider-prices.without-slider .mySlide {
    width: 31.5%;
    margin: 0;
}
.mySlide label{
    font-size: 12px;
    color: #828282;
    margin-bottom: 0;
}
.mySlideSelect {
    cursor: pointer;
    height: 50px;
    padding: 0 52px 0 10px;
        padding-left: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    color: #333;
    box-shadow: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #D0D0D0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNiAwLjQ2MDY5M0wzIDUuNDA1NjZMMCAwLjQ2MDY5M0w2IDAuNDYwNjkzWiIgZmlsbD0iI0JEQkRCRCIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right 15px top 22px;
}

.mySlide .greenBtn {
    width: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOSAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjUwNjggMy45MjMxN0MxMC4wNzQzIDAuNTYyMjE1IDEwLjE1OTcgMC42NzIwNTQgMTAuNjI3NyAwLjIxNDkwM0MxMC44NjI1IC0wLjAxNDU3MTkgMTEuMDkxMyAtMC4wNjAyMzMyIDExLjMxNDQgMC4wNzc3MzkyQzExLjY1NTYgMC4yODg3ODcgMTguMTQzNyA2LjcxMzYyIDE4LjE4NzQgNi44ODM3OEMxOC4yMTQ5IDYuOTkwODMgMTguMTk1OCA3LjE1Mjg5IDE4LjE0NSA3LjI0NDAzQzE4LjAzMDggNy40NDg2MSAxMS40OTc3IDEzLjgyODMgMTEuMjgxIDEzLjk0NjlDMTAuODkzNSAxNC4xNTg3IDEwLjMyNTMgMTMuNjk3MyAxMC40MzcxIDEzLjI2MTZDMTAuNDY4MiAxMy4xNDEyIDExLjY5NzUgMTEuODY3IDEzLjIwNzIgMTAuMzkwN0MxNC43MDAzIDguOTMwOCAxNS45MjE4IDcuNzEzNDEgMTUuOTIxOCA3LjY4NTM2QzE1LjkyMTggNy42NTczMiA3LjA4NjIyIDcuNjM0NCAwIDcuNjM0NFY2LjM3NjAyQzcuMDg2MjIgNi4zNzYwMiAxNS45MjE4IDYuMzU2MTUgMTUuOTIxOCA2LjMzMTk4QzE1LjkyMTggNi4zMDc3MSAxNC44MzUxIDUuMjIzNzkgMTMuNTA2OCAzLjkyMzE3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}

.priceFrom {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #626262;
    line-height: 30px;
    margin-bottom: 20px;
}
.priceFrom span{
    line-height: 30px;
}
.priceHere{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
}

.lanCta .slick-dots{
    display: none!important;
}
.slick-dots li,
.slick-dots li button {
    width: 79px;
}
@media(max-width: 1199px){
    .lanCta .slick-dots{
        display: flex !important;
    }

}
@media(max-width: 575px){
    .slider-prices .mySlide{
        margin-left: 0;
        margin-right: 0;
    }
}

.reviews .slick-dots li,
.reviews .slick-dots li button,
.reviews .slick-dots li.slick-active {
    width: 18px !important;
}
.reviews .slick-dots li.slick-active {
    width: 79px !important;
    background: #5BBC6D !important;
}
.reviews .mySlide {
    min-height: 600px;
}
