/* Compare page */

.comparePage .mainhead.headingh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comparePage {
  padding: 30px 0 !important;
  
}
.headingTop {
  padding-bottom: 0px;
}
.headingTop h1 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  text-transform: capitalize;
}
.headingTop .breadcrumbModel {
  margin-bottom: 0;
}

.breadcrumbModel {
  margin-bottom: 30px;
}
.breadcrumbModel .breadcrumbList a:is(:first-child) {
  color: #1a3760;
  font-size: 14px;
  line-height: 1.5;
}

.breadcrumbModel .breadcrumbList i {
  padding-right: 8px;
  padding-left: 8px;
  color: #999;
}
.breadcrumbModel .breadcrumbList a,
.breadcrumbModel .breadcrumbList span {
  color: #6c757d;
  text-transform: capitalize;
}

.breadcrumbModel span {
  font-weight: 600;
}

.breadcrumbModel {
  margin-bottom: 12px;
}
.breadcrumbModel .breadcrumbList span,
.breadcrumbModel .breadcrumbList a:is(:first-child) {
  color: var(--blue);
  font-size: 15px;
  line-height: 1.8;
}
.breadcrumbModel .breadcrumbList span {
  color: var(--black);
  font-style: normal;
  font-weight: 400;
}
.breadcrumbModel .breadcrumbList i {
  padding-right: 3px;
  padding-left: 3px;
  color: var(--black);
}
.compare-desktopview {
  display: none;
}
.comwrap .combox {
  padding-top: 0px;
  width: 100%;
}
.compare-three .col-1 {
  width: 32%;
  background: var(--white);
  float: left;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  position: relative;
  margin-left: 9px;
}
.compare-three form .compareCard {
  border: 1px solid var(--grey-border);
  height: 378px;
  border-bottom: none;
}

.comwrap .compic {
  text-align: center;
  background: #fff;
  width: 100%;
  height: 144px;
  padding: 20px 0 0;
  margin: 0 0 10px;
  border-radius: 12px;
}
.comwrap .first .comhead {
  color: var(--black);
  font-weight: 500;
  font-size: 19px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 16px;
}
.comparewrap h3 {
  border-radius: 12px 12px 4px 4px;
  background-color: var(--white-background);
  display: block;
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 6px;
}
.comparewrap h3 a {
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.comparewrap h3 a .spleft {
  float: left;
  width: 95%;
  text-align: left;
  border-radius: 12px 12px 4px 4px;
  line-height: normal;
  padding: 17px 20px;
}
.comparewrap h3.open a .sprite {
  width: 12px;
  height: 8px;
  background-position: -1px -228px;
  margin-top: 24px;
  rotate: 180deg;
}
.comparewrap h3 a .sprite {
  width: 12px;
  height: 8px;
  float: right;
  margin-right: 15px;
  background-position: -13px -229px;
  margin-top: 21px;
  rotate: 180deg;
}

.comparewrap h3 {
  background-color: var(--white-background);
  filter: contrast(0.9);
}
.comparewrap h3.margintop0 {
  margin-top: 0;
  margin-bottom: 6px;
}

.comparewrap h3.open {
  background-color: var(--white-background);
  border-radius: 12px 12px 4px 0;
  /* padding: 17px 20px; */
  line-height: normal;
  margin-bottom: 6px;
}
.comparewrap #open-by-default-example {
  height: 60px;
}
.compcontent li {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 16px;
  color: var(--black);
  padding: 17px 20px;
  height: 60px;
  margin-bottom: 6px;
}

.compcontent li:nth-of-type(odd) {
  border-radius: 4px;
  background-color: var(--table-background);
}

.compcontent li:nth-of-type(even) {
  border-radius: 4px;
  background-color: var(--white-background);
}
.compare .compare-three .select-wrapper select.custom-select,
.compare .compare-three .select-wrapper {
  height: 38px;
  border: 1px solid var(--grey-border);
  border-radius: 8px;
  background-color: var(--white);
}
.select-wrapper,
.select-wrapper select {
  color: var(--black);
  font-size: 18px;
  height: 55px;
  line-height: 40px;
  width: 100%;
}
.compcontent li .compareleft {
  width: 213px;
  float: left;
  text-align: left;
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
}

.compcontent li .compareright div {
  padding: 0 0 0 20px;
  line-height: normal;
  float: left;
  width: 240px;
  font-weight: 400;
}

.paneltitle {
  background: var(--white-background);
  color: var(--black);
  width: 100%;
  font-size: 15px;
  padding: 10px 0 10px 10px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-weight: 500;
  filter: contrast(0.9);
}

.panaldata {
  border: 1px solid var(--border-gray);
  border-top: none;
  width: 100%;
  background: var(--table-background);
}
.panaldata tr {
  margin-bottom: 4px !important;
}

.panaldata td {
  text-align: center;
  color: var(--black);
  font-size: 13px;
  padding: 8px 4px;
  border-radius: 4px;
  font-weight: 400;
}
.panaldata tr:nth-of-type(2n) {
  background: var(--white-background);
}
.comparedetail table{
  table-layout: fixed;
}
.commobwrap .comtitle h2 {
  font-size: 20px !important;
  text-transform: capitalize !important;
  color: var(--black);
  text-align: start;
}
.cd-tabs a.selected {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
}
.compare-mobview .cd-tabs-navigation a {
  font-size: 16px;
  margin-right: 5px;
  padding: 10px 8px;
}

.compare-mobview .cd-tabs-navigation > li {
  padding: 10px 0;
  width: auto;
}
.commobwrap .select-wrapper {
  margin: 0px auto;
  margin-bottom: 5px;
  float: none;
  display: block;
  height: 38px;
}
.commobwrap .select-wrapper,
.commobwrap .select-wrapper select {
  width: 100%;
  font-size: 13px;
}
.commobwrap .select-wrapper .holder {
  font-size: 11px;
  margin: 0 10px 0 10px;
  line-height: 37px;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
}
.commobwrap .compareDivBox {
  margin: 8px auto 10px;
  width: 95.5%;
}
.comparePage .compare-mobview .W45P {
  width: 50%;
}
.comwrap .comhead {
  font-size: 20px;
  padding-bottom: 14px;
  line-height: 1;
  text-align: center;
}
.comcarname .select-wrapper:hover,
.comcarname .select-wrapper:focus,
.compareselect .select-wrapper:hover,
.compareselect .select-wrapper:focus {
  background: url(../image/br_downhover.png) no-repeat scroll 95% 50% #f5f5f5;
  border: 1px solid var(--grey-border);
}
.cd-tabs nav {
  overflow-x: auto;
  overflow-y: hidden;
  height: 53px;
}
.cd-tabs nav::-webkit-scrollbar{
    display: none;
}

@media screen and (min-width: 768px) {
  .headingTop {
    padding-bottom: 40px;
  }
  .compareCard {
    width: 342px;
  }
  .headingTop h1 {
    font-size: 40px;
    line-height: 48px;
    margin-top: 12px;
  }
  .compare-three {
    width: 1050px !important;
  }
  .panaldata td {
    text-align: center;
    padding: 8px 0;
  }
}
@media screen and (min-width: 1000px) {
  .compare-desktopview {
    display: block;
  }
}

@media screen and (min-width: 1180px) {
  .compare-desktopview {
    display: block;
  }
}

/*Compare*/
@media screen and (min-width: 1260px) {
  .compare-three .col-1 {
    margin-left: 20px;
    width: 320px;
  }
  .compare-three .col-1 {
    margin-left: 10px;
    max-width: initial;
  }

  .comwrap .compareselect {
    width: 100%;
  }
  .comparewrap .compcontent {
    width: 100% !important;
  }
  .compcontent li .compareright {
    width: 885px;
  }
  .compcontent li .compareright div {
    width: 290px;
  }
  .compare.container {
    width: 1124px;
  }
}
