:focus {
  outline: none;
}

.body-content .btn-links {
  margin: 0px;
  text-align: center;
}

.body-content .btn-links .col {
  padding: 15px 25px;
  margin: 10px 10px;
  border: 5px solid #f3f3f3;
  border-radius: 50px;
  background-color: transparent;
}

.body-content .btn-links .col .link {
  color: #a0a09f;
}

.body-content .btn-links .col:hover {
  border: 5px solid #d75f7f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.body-content .btn-links .active {
    border: 5px solid #d75f7f;
    color: #d75f7f;
}

.body-content .btn-links .active .link {
    color:  #d75f7f !important;
}



.body-content .options {
  width: 100%;
  background-color: #f9f9f9;
}

.body-content .options label {
  font-size: 16px;
  padding-left: 10px;
  color: #5e6264;
}

.body-content .options .groub {
  padding: 20px 5px;
}

.body-content .options .groub .custom-select:focus {
  outline: none;
}

.body-content .options .stage {
  border: 5px solid #8fb125;
  height: 50px;
  width: 250px;
  border-radius: 5px;
  color: #8fb125;
}

.body-content .options .class {
  border: 5px solid #f3f3f3;
  height: 50px;
  width: 250px;
  color: #a0a09f;
}

.body-content section .container .row .col-lg-4:nth-child(2) .card .card-head {
  background: url("../../images/Union 7.png") !important;
}

.body-content section .container .row .col-lg-4:nth-child(3) .card .card-head {
  background: url("../../images/Union 8.png") !important;
}

.body-content section .container .row .col-lg-4:nth-child(4) .card .card-head {
  background: url("../../images/Union 9.png") !important;
}

.body-content section .container .row .col-lg-4:nth-child(5) .card .card-head {
  background: url("../../images/Union 10.png") !important;
}

.body-content section .container .row .col-lg-4:nth-child(6) .card .card-head {
  background: url("../../images/Union 11.png") !important;
}

.body-content section .container .row .col-lg-4:nth-child(7) .card {
  margin-bottom: 15%;
}

.body-content section .container .row .col-lg-4:nth-child(7) .card .card-head {
  background: url("../../images/Union 12.png") !important;
}

.body-content section .card:hover {
  -webkit-box-shadow: 0px 0px 26px 0px #b0c0ff;
  box-shadow: 0px 0px 26px 0px #b0c0ff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.body-content section .card {
  border: 1px solid #3eacff;
  border-radius: 5px;
  border-top: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.body-content section .card .card-head {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: url("../../images/Union 6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 67px;
  margin-top: -15px;
}

.body-content section .card .card-head p {
  margin-top: 15px;
  font-size: 20px;
  color: #ffffff;
}

.body-content section .card .card-class p {
  line-height: 12px;
  color: #a0a09f;
  font-size: 16px;
}

.body-content section .card .users .users-img img {
  position: relative;
  width: 60px;
  height: 60px;
}

.body-content section .card .users .users-img img:not(:first-child) {
  margin-right: -40px;
}

.body-content section .card .users .card-count p {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  padding: 5px 10px;
  color: #c2c2c2;
  font-size: 15px;
  font-weight: bold;
}

.body-content section .card .users .card-count p span {
  font-size: 20px;
  color: #d75f7f;
}

.body-content section .card .dashed {
  border: 1px dashed #3eacff;
  margin: 15px -15px;
}

.body-content section .card .card-price .current .price {
  font-weight: bold;
  font-size: 30px;
  color: #d75f7f;
}

.body-content section .card .card-price .current .price span {
  font-size: 14px;
  font-weight: lighter;
}

.body-content section .card .card-price .current .time {
  color: #c2c2c2;
}

.body-content section .card .card-price .old p {
  color: #c2c2c2;
  text-decoration: line-through;
  font-size: 20px;
  margin-top: -13px;
}

.body-content section .card .buy-card .details {
  color: #3eacff;
  font-size: 18px;
  margin-top: 3%;
  cursor: pointer;
}

.body-content section .card .buy-card .details:hover {
  color: #3eabffa6;
  font-size: 18px;
  margin-top: 3%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.body-content section .card .buy-card button {
  width: 50%;
  margin-top: 0%;
  background: url("../../images/Group 12360.png");
  border: none;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 16px;
  color: white;
  padding-bottom: 10px;
}

.body-content section .card .buy-card button:hover {
  color: #d5e032;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.body-content section .card .buy-card button:focus {
  outline: none;
}

@media (max-width: 1024px) {
  .body-content .btn-links {
    -ms-flex-wrap: 0 0 50%;
        flex-wrap: 0 0 50%;
    margin: 0px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 10px 20px;
    margin: 10px;
    border: 5px solid #f3f3f3;
    border-radius: 25px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    margin: auto 15px;
  }
}

@media (max-width: 768px) {
  .body-content .btn-links {
    -ms-flex-wrap: 0 0 50%;
        flex-wrap: 0 0 50%;
    margin: 0px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 15px 40px;
    margin: 10px;
    border: 5px solid #f3f3f3;
    border-radius: 20px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    margin: auto 15px;
  }
}

@media (max-width: 760px) {
  .container .row .col-lg-4:nth-child(7) .card {
    margin-bottom: 15%;
  }
  .card {
    margin: auto 12%;
  }
  .options {
    width: 100%;
    background-color: #f9f9f9;
    text-align: center !important;
  }
  .options label {
    font-size: 16px;
    padding-left: 10px;
    color: #5e6264;
  }
  .options .groub {
    padding: 10px 5px;
  }
  .options .groub .custom-select:focus {
    outline: none;
  }
  .options .stage {
    border: 5px solid #8fb125;
    height: 50px;
    width: 250px;
    border-radius: 5px;
    color: #8fb125;
  }
  .options .class {
    border: 5px solid #f3f3f3;
    height: 50px;
    width: 250px;
    color: #a0a09f;
  }
  .body-content .btn-links {
    margin: -8px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 15px 22px;
    margin: 10px 40px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 5px 20px;
    margin-left: 35px;
  }
}

@media (width: 562px) {
  .body-content .btn-links {
    margin: 0px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 10px 20px;
    margin: 10px 50px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 10px 40px;
    margin: auto 15px;
  }
}

@media (max-width: 469px) {
  .container .row .col-lg-4:nth-child(7) .card {
    margin-bottom: 15%;
  }
  .card {
    margin: auto 12%;
  }
  .body-content .btn-links {
    margin: 0px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 14px 20px;
    margin: 10px 25px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 5px 35px;
    margin: auto 10px;
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .container .row .col-lg-4:nth-child(7) .card {
    margin-bottom: 15%;
  }
  .card {
    margin: auto 12%;
  }
  .body-content .btn-links {
    margin: 0px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 14px 20px;
    margin: 10px 35px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 5px 35px;
    margin: auto 10px;
    margin-left: 20px;
  }
}

@media (max-width: 443px) {
  .container .row .col-lg-4:nth-child(7) .card {
    margin-bottom: 15%;
  }
  .card {
    margin: auto 12%;
  }
  .body-content .btn-links {
    margin: 20px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 10px 20px;
    margin: 10px 45px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 10px 40px;
    margin: auto 45px;
  }
}

@media (max-width: 376px) {
  .container .row .col-lg-4:nth-child(7) .card {
    margin-bottom: 15%;
  }
  .card {
    margin: auto 2%;
  }
  .body-content .btn-links {
    margin: 50px;
    text-align: center;
  }
  .body-content .btn-links .col {
    padding: 10px 20px;
    margin: 10px 15px;
    border: 5px solid #f3f3f3;
    border-radius: 30px;
    background-color: transparent;
  }
  .body-content .btn-links .col .link {
    color: #a0a09f;
  }
  .body-content .btn-links .col:hover {
    border: 5px solid #d75f7f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .body-content .btn-links .col:nth-child(1) {
    border: 5px solid #d75f7f;
  }
  .body-content .btn-links .col:nth-child(1) .link {
    color: #d75f7f;
  }
  .body-content .btn-links .col:nth-child(4) {
    font-size: 15px;
    padding: 10px 40px;
    margin: auto 15px;
  }
}
/*# sourceMappingURL=style2.css.map */
