/* Compare page */

.comparePage .mainhead.headingh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comparePage {
  padding: 0;
  
}
.headingTop {
  padding-bottom: 20px;
  padding-top: 15px;

}
.comwrap.titleborder{
  padding-bottom: 30px;

}
.headingTop h1 {
  color: var(--black);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
}
.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(--primary-color);
  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;
}

.compare-three .col-1 {
  width: 32%;
  background: var(--white);
  float: left;
  padding: 0;
  border-radius: 16px 16px 0 0;
  position: relative;
  margin-left: 9px;
}
.compare-three form .compareCard {
  border: 1px solid var(--grey-border);
  width: 100%;
  border-radius: 16px;
}


.compare-three form{
  display: flex;
  gap: 30px;

}

.comwrap .compic {
  text-align: center;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  max-height: 276px;

}
.comwrap .compic img{
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
}
.comwrap .comhead {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  padding: 0;
  margin-bottom: 18px;
}

.comparewrap h3 a {
  text-decoration: none;
}

.comparewrap h3 a .spleft {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
}
.comparewrap h3.open a .sprite {
  background-position: -1px -228px;

}
.comparewrap h3 a .sprite {
  width: 12px;
  height: 8px;
  float: right;
  margin-right: 15px;
  background-position: -13px -229px;
  margin-top: 12px;
  rotate: 180deg;
}



.comparewrap #open-by-default-example {
  height: 60px;
}
.comparewrap .open-by-default-example{
  border: 1px solid var(--gray-border);
  border-radius: 16px;
  display: grid;
  padding: 20px;
  margin-bottom: 30px;
}
.compare-model-info .compare-price{
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;

}


.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);
  width: 100%;
}
.select-wrapper,
.select-wrapper select {
  color: var(--black);
  font-size: 18px;
  height: 55px;
  line-height: 40px;
  width: 100%;
}
.compcontent li {
  width: 100%;
  margin: 20px 0;
}
.compcontent li .compareleft {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
  border-radius: 10px;
  background-color: var( --light-gray-bg);
  padding: 10px 0;
  margin-bottom: 10px;
}


.compcontent li .compareright {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--gray-border);
  padding: 20px 0;
}
.compcontent li .compareright>div{
font-size: 14px;
font-weight: 400;
line-height:19.6px;

}

.respanal {
  width: 100%;
  margin: 10px 0 0 0;
  border: 1px solid var(--gray-border);
  border-radius: 16px;
}
.paneltitle {
  width: 100%;
  font-size: 15px;
  padding: 10px 0 10px 10px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-weight: 500;
}

.panaldata {
padding: 0 10px;
}
.panaldata table {
  width: 100%;
  border-collapse: initial;
  border-spacing: 0 10px;
}

.panaldata td {
  text-align: center;
  font-size: 13px;
  padding: 8px 0;
  border-radius: 4px;
  font-weight: 400;
}
.panaldata tr:nth-of-type(2n) td {
  border: 1px solid var(--gray-border);
  background: var(--white);
  border-radius: 4px;
}
.panaldata tr:nth-of-type(2n-1){
  background: var(--light-gray-bg);
  padding-bottom: 10px;
}


.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(--primary-color);
  color: var(--primary-color);
}
.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;
  min-width: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--black);
}
.commobwrap .compareDivBox {
  margin: 8px auto 10px;
  width: 95.5%;
}
.comparePage .compare-mobview .W45P {
  width: 50%;
}

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

.compare-model-stcky {
  position: sticky;
  top: 0px;
  background: #fff;
  height: 40px;
  width: 100%;
  z-index: 99999;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: end;
  margin-bottom: 10px;
  box-shadow: 0 5px 17px rgba(0, 0, 0, 0.05);
  align-items: center;
}

.compare-mdl-text {
  font-size: 18px;
  line-height: normal;
}
.compare-pic-circle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 276px;
}
.compare-pic-circle span{
  border: 1px dashed var(--black);
  border-radius: 50%;
  display: block;
  height: 90px;
  opacity: .5;
  position: relative;
  width: 90px;
}
.compare-pic-circle span::before{
  background-color:var(--black);
    content: "";
    height: 18px;
    left: 50%;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 2px;
}
.compare-pic-circle span::after{
  background-color: var(--black);
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.compare-model-head{
  height: 80px;
}
.comcarname{
  display: flex;
  gap: 10px;
  width: 100%;
}
.comcarname a {
  color:var(--black);
  font-size: 14px;
  display: block;
}
.compare-mob-dtls .select-wrapper .custom-select{
  height: auto;

}

.comcarname .compare-mob-info{
  border: 1px solid var(--gray-border);
  border-radius: 16px;
}
.comcarname .compare-mob-dtls{
  padding: 0 10px;
}
.comcarname .compare-mob-info img{
  border-radius: 16px 16px 0 0;
  height: 114px;
}
.compare-mobview .col-6:first-child{
  padding-right: 0;
}
.comcarname .compare-price{
  color: var(--primary-color);
  margin-bottom: 10px;

}
@media screen and (max-width: 767px){
  .compare-pic-circle{
    height: 118px;
  }

  .compare-pic-circle span{
    height: 70px;
    width: 70px;
  }
}

@media screen and (min-width: 768px) {


  .headingTop h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
  }
  .headingTop {
    padding-bottom: 65px;
    padding-top: 45px;
  
  }

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



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

  .comwrap .compareselect {
    width: 100%;
  }
  .comparewrap .compcontent {
    width: 100% !important;
  }
  .compare.container {
    width: 1124px;
  }
}
.compareCard .compare-model-info{
  padding: 16px;

}