.comp-vpn-ul li .form-control {
  background: #f6f7f9;
  border: 0;
  border-radius: 50px;
  padding: 15px 30px 15px 15px;
  height: auto;
  appearance: none;
  border: 0.5px solid rgb(230 240 248 / 85%);
}
.comp-vpn-ul li .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.comp-dd-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: white;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px !important;
  color: #d4d9df;
  border-radius: 100%;
  font-size: 20px;
}
.comp-vpn-input-row {
  display: flex;
  align-items: center;
}
.comp-vpn-ul {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.comp-vpn-ul > li {
  width: 100%;
  height: auto;
  margin: 0 0 0 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.comp-vpn-ul > li:first-child {
  margin: 0;
}
.comp-prov3.hide-prov {
  width: 0;
  margin: 0;
  height: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.comp-vpn-ul::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #d4d9df;
  top: 50%;
  transform: translateY(-50%);
}
.comp-ftr-hd {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: var(--blue);
}
tr.comp-prov-tr {
  background: none !important;
}
.comp-vpn-tbl {
  margin: 100px 0 0 0;
}
.prov-main-info {
  box-shadow: 0px 3px 10px #6c6c6c;
  border-radius: 15px;
  min-height: 155px;
  background: white;
  position: absolute;
  top: -60px;
  padding: 10px;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  word-break: break-word;
}
.prov-main-info img {
  width: 154px;
  height: 45px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.cut {
  color: #000;
  text-decoration: line-through;
  display: inline-block;
}
.prov-main-info .price {
  font-size: 34px;
  font-weight: 700;
  font-family: "poppinsbold";
  text-shadow: 1px 2px 4px #d9d9d9;
}
.prov-main-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  filter: drop-shadow(0 6px 3px #626262);
}
.prov-info-box {
  background: #f6f7f9;
  padding: 145px 20px 15px 20px;
  border-radius: 15px;
  position: relative;
  min-height: 203px;
}
.prov-info-box.express {
  background: #d93b41;
}
.prov-info-box.surfshark {
  background: #22819b;
}
.prov-info-box.nord {
  background: #4687ff;
}
.comp-vpn-tbl,
.comp-vpn-tbl td,
.comp-vpn-tbl tr {
  border: 0;
}
.prov-info-text {
  line-height: 21px;
  text-align: left;
}
.add-comp-btn {
  height: 45px;
  line-height: 47px;
  width: 45px;
  min-width: 45px;
  text-align: center;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 20px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0 0 15px;
  transition: 0.3s ease-in-out;
}
.add-comp-btn:hover {
  background: var(--blue);
  color: white;
  transition: 0.3s ease-in-out;
}
.comp-prov-tr > td {
  min-width: 232px;
}

@media (max-width: 768px) {
  .add-comp-btn {
    margin: 15px 0 0 0;
  }
  .comp-vpn-ul > li {
    margin: 20px 0 0 0;
  }
  .comp-vpn-ul::before {
    width: 5px;
    height: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .comp-vpn-input-row,
  .comp-vpn-ul {
    display: block;
  }
  .comp-prov-tr > td:first-child .prov-main-info::after {
    display: none;
  }
  .comp-prov-tr > td:first-child .prov-main-info {
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    width: auto;
    min-height: auto;
    top: 60px;
    background: none;
  }
  .comp-prov-tr > td:first-child .prov-main-info h3 {
    font-size: 20px;
  }
  .comp-prov-tr > td {
    min-width: 175px;
  }
}
