.section_comparison {
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-size: 12px;
  display: none;
  color:#000;
}

.section_comparison sup {
  top:0;
}

.section_comparison ul {
  padding-left: 0;
  list-style-type: none;
}

.section_comparison li {
  padding-bottom:20px;
}

.section_comparison.display {
  display: block;
}

.section_comparison>.container-fluid>.row {
  display: flex;
  justify-content: center;
}

.section_comparison .col-xs-12 {
  padding: 0 !important;
}

.section_comparison .spec_container {
  width: 100%;
  max-width: 1171px;
}

.section_comparison .spec_container .spec_row {
  background: #fff;
  overflow: hidden;
}

.section_comparison .spec_container .spec_row:last-of-type {
  border-top: 1px solid #dedede;
}

.section_comparison .spec_header .col-xs-4 {
  padding: 10px 5px 20px 5px;
}

.section_comparison .spec_header {
  text-align: center;  
}

.section_comparison .spec_header .feature-subheader {
  margin: -1px 0 0 0;
  font-size: 12px;
  color:#fff !important;
  background-color: #949494;
  text-align:center !important;
  padding:0 2px 2px;
  height: 46px;
  line-height: 20px;
}

.section_comparison .spec_header>div {
  padding: 0 !important;
  display:flex;
  align-items: stretch;
}

.section_comparison .spec_header p {
  margin: 0 0 10px;
  font-size: 12px;
}

.section_comparison .spec_header img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
  float:none;
  padding:0 !important;
}

/*hide for the highlight img until script done*/
.section_comparison .spec_header .img2 {
  display:none;
}

.section_comparison .spec_container .spec_row:not(:first-of-type) div {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  text-align: left;
}

.section_comparison .spec_container .spec_row>div:first-of-type {
  text-align: center;
  justify-content: center;
}

.section_comparison .spec_title {
  background-color: #949494;
  color: #fff;
  font-size: 15px;
  padding: 10px 10px !important;
}

.section_comparison.gold .spec_title {
  background-color: #b49c75;
}

/*highlight row1*/
.section_comparison.highlight1 .spec_row.spec_header div:nth-of-type(2) .feature-subheader,
.section_comparison.highlight1 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(2) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight1.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(2) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight1.gold .spec_row.spec_header div:nth-of-type(2) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight1 .spec_row.spec_header div:nth-of-type(2) .img1 {
  display:none;
}
.section_comparison.highlight1 .spec_row.spec_header div:nth-of-type(2) .img2 {
  display:block;
}

/*highlight row2*/
.section_comparison.highlight2 .spec_row.spec_header div:nth-of-type(3) .feature-subheader,
.section_comparison.highlight2 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(3) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight2.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(3) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight2.gold .spec_row.spec_header div:nth-of-type(3) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight2 .spec_row.spec_header div:nth-of-type(3) .img1 {
  display:none;
}
.section_comparison.highlight2 .spec_row.spec_header div:nth-of-type(3) .img2 {
  display:block;
}

/*highlight row3*/
.section_comparison.highlight3 .spec_row.spec_header div:nth-of-type(4) .feature-subheader,
.section_comparison.highlight3 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(4) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight3.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(4) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight3.gold .spec_row.spec_header div:nth-of-type(4) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight3 .spec_row.spec_header div:nth-of-type(4) .img1 {
  display:none;
}
.section_comparison.highlight3 .spec_row.spec_header div:nth-of-type(4) .img2 {
  display:block;
}

/*highlight row4*/
.section_comparison.highlight4 .spec_row.spec_header div:nth-of-type(5) .feature-subheader,
.section_comparison.highlight4 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(5) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight4.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(5) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight4.gold .spec_row.spec_header div:nth-of-type(5) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight4 .spec_row.spec_header div:nth-of-type(5) .img1 {
  display:none;
}
.section_comparison.highlight4 .spec_row.spec_header div:nth-of-type(5) .img2 {
  display:block;
}

/*highlight row5*/
.section_comparison.highlight5 .spec_row.spec_header div:nth-of-type(6) .feature-subheader,
.section_comparison.highlight5 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(6) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight5.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(6) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight5.gold .spec_row.spec_header div:nth-of-type(6) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight5 .spec_row.spec_header div:nth-of-type(6) .img1 {
  display:none;
}
.section_comparison.highlight5 .spec_row.spec_header div:nth-of-type(6) .img2 {
  display:block;
}

/*highlight row6*/
.section_comparison.highlight6 .spec_row.spec_header div:nth-of-type(7) .feature-subheader,
.section_comparison.highlight6 .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(7) {
  background: #000 !important;
  color: #fff;
}
/*highlight with gold color*/
.section_comparison.highlight6.gold .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(7) {
  background: #eae0d0 !important;
  color:#000;
}
.section_comparison.highlight6.gold .spec_row.spec_header div:nth-of-type(7) .feature-subheader {
  background-color: #b49c75 !important;
}
.section_comparison.highlight6 .spec_row.spec_header div:nth-of-type(7) .img1 {
  display:none;
}
.section_comparison.highlight6 .spec_row.spec_header div:nth-of-type(7) .img2 {
  display:block;
}

.section_comparison .spec_container .spec_row div:nth-of-type(n+2) {
  padding: 10px 7px;
}

.section_comparison .spec_container .spec_row:not(:first-of-type) div:nth-of-type(n+2):nth-of-type(-n+3):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000px;
  right: 0;
  top: 0;
  border-right: 1px solid #dedede;
}

.section_comparison .spec_container .spec_row:last-of-type div:after,
.section_comparison .spec_container .spec_row:last-of-type .spec_title {
  display: none;
}

.section_comparison .spec_container .spec_row:last-of-type div {
  background: none;
  justify-content: center;
}

.section_comparison a.button-medium {
  height: auto;
  line-height: 16px;
  padding: 10px;
  background: #e69984;
  border-radius: 5px;
  transition: .4s all ease;
  opacity: .8;
  filter: alpha(opacity=80);
  display:none;
}

.section_comparison a.button-medium:hover {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (max-width:767px) {
  /*hide last two row on mobile*/
  .section_comparison .spec_container .spec_row>div:nth-of-type(n+4),
  .section_comparison .spec_container .spec_row:not(:first-of-type)>div:nth-of-type(n+4) {
    display: none;
  }
}

@media screen and (min-width:425px) {
  .section_comparison {
    font-size: 14px;
  }

  .section_comparison .spec_container .spec_row div:nth-of-type(n+2) {
    padding: 10px 15px;
  }
}

@media screen and (min-width:768px) {
  .section_comparison {
    padding: 0;
    font-size: 16px;
  }  

  .section_comparison .spec_header>div {
    padding: 0 !important;
    margin:2px !important;
  }

  .section_comparison .spec_container .spec_row,
  .section_comparison .spec_container .spec_row:first-of-type {
    display: flex;
    background: none;
  }

  .section_comparison .spec_container .spec_row>div {
    margin: 2px;
  }

  .section_comparison .spec_container .spec_row>div {
    width: calc(100% / 5);
  }

  .section_comparison .spec_container .spec_row>div:last-of-type,
  .section_comparison .spec_container .spec_row:not(:first-of-type)>div:last-of-type {
    display: flex;
  }

  .section_comparison .spec_container .spec_row:not(:first-of-type):not(:last-of-type) div:nth-of-type(n+2) {
    background: #dfdfdf;
  }

  .section_comparison .spec_container .spec_row div:nth-of-type(n+2):after {
    display: none;
  }

  .section_comparison .spec_container .spec_row:last-of-type {
    border-top: none;
  }

  .section_comparison .spec_container .spec_row:last-of-type div:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .section_comparison .spec_container .spec_row:last-of-type .spec_title {
    display: flex;
  }

  .section_comparison .spec_container .spec_row>div:first-of-type {
    text-align: left;
    justify-content: left;
  }

  .section_comparison a.button-medium {
    padding: 10px 20px;
  }
}

@media screen and (min-width:1200px) {
  .section_comparison {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
  }

  .section_comparison .spec_title {
    font-size: 17px;
  }

  .section_comparison .spec_header .feature-subheader {
    font-size: 18px !important;
    padding-bottom:6px;
  }

  .section_comparison .spec_header p {
    font-size: 16px;
  }

  .section_comparison a.button-medium {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 30px;
  }
}

@media screen and (min-width:1600px) {
  .section_comparison .spec_header .feature-subheader {
    font-size: 18px !important;
    padding-bottom:10px;
  }

  .section_comparison a.button-medium {
    font-size: 16px;
    line-height: 20px;
  }
}

/*bug fix*/
.section_comparison .spec_row.sup .col-xs-6 > div{
  display:inline-block !important;
}

.section_comparison .spec_row.sup .col-xs-6 > div sup{
  top:-.5em;
}

@media screen and (max-width:767px) {
  .section_comparison .spec_row.sup .col-xs-6 {
    height:52px;
  }
}

/*for ie only*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*bug fix - reset flex-valign-middle inner div width to 100% */
  .section_comparison .spec_header a,
  .section_comparison .spec_header > div > div {
    width:100%;
  }
  .section_comparison .spec_header a {
    display:block;
  }
}