.heading {
  font-weight: 700;
  font-size: 36px;
  line-height: 28px;
}

.cta-container {
  border: 1px solid #27ddb1;
  border-radius: 10px;
  padding-left: 28px;
  padding-right: 28px;
  background: #ffffff1a;
}
.left-side {
  width: 60%;
}
.right-side {
  width: 40%;
}
.ip-lookup {
  color: black;
  background-color: #27ddb1;
  font-weight: 600;
  font-size: 18px;
  padding: 10.5px 24px;
  width: max-content;
  border-radius: 5px;
}
.vpn-cta-button {
  color: black;
  background-color: #27ddb1;
  padding: 10.5px 24px;
  width: max-content;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 33px;
  margin-top: 20px;
  transition: 0.2s;
}
.cta-p1 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.vpn-cta-button:hover {
  text-decoration: none;
  color: black;
  background-color: #27ddb0d8;
}
.h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
.cta-image {
  width: 100%;
}

.ip-container {
  display: flex;
  margin-bottom: 27px;
  margin-top: 27px;
}
.your-ip-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin-right: 6px;
}
.ip-address {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  margin-left: 6px;
}
.custom-box {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px solid #27ddb1;
  color: rgb(255, 255, 255);
}

.box-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 16px;
}

.custom-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.custom-box ul {
  padding: 0 1.5rem !important;
}
.container.three-boxes {
  padding: 0;
}

.faq-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
#accordion {
  background-color: transparent;
  color: #fff;
  margin-top: 40px;
}

.card {
  border: none;
  background-color: transparent;
  margin-bottom: 10px;
}
.custom-accordion-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 15px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.custom-accordion-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.custom-accordion-button.collapsed {
  color: #fff;
  text-decoration: none;
}

.custom-accordion-button:not(.collapsed) {
  color: white;
  text-decoration: none;
}
.card-header {
  padding: 0;
}
.card-body {
  background-color: transparent;
  padding: 20px;
  border-radius: 0;
  color: rgba(255, 255, 255);
  font-weight: 400;
  font-size: 16px;
  list-style: 26px;
}
.faq-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.form-row {
  align-items: end;
}
@media (max-width: 1199px) {
  .cta-container {
    padding: 40px 28px;
  }
}
@media (max-width: 992px) {
  .cta-container {
    flex-direction: column;
  }
  .left-side {
    width: 100%;
  }
  .right-side {
    width: 100%;
  }
  .heading {
    text-align: center;
  }
  .ip-lookup {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-image {
    content: url("../static/vpn-cta-image-mobile.png");
  }
  .vpn-cta-button {
    width: 100%;
    text-align: center;
  }
  .three-boxes {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .custom-box {
    margin-bottom: 30px;
  }
  .form-group {
    text-align: center;
  }
  .form-control {
    text-align: center;
  }
}
@media (max-width: 512px) {
  .cta-container {
    flex-direction: column;
  }
  .cta-image {
    width: 100%;
  }
  .vpn-cta-button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .heading {
    line-height: 32px;
  }
}
