/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

#main-card-div {
  gap: 2em;
}

.pricing-bg {
  height: 100%;
  padding-bottom: 4rem;
  width: 100%;
  background: url(../img/pricing/pricing.jpg) top center no-repeat;
  background-size: cover;
  margin-top: -8px;
}

#pricing {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.fa-check {
  color: rgb(3, 209, 65) !important;
  padding-right: 10px !important;
}

.section-title h2 {
  text-align: center;
  color: var(--secondary-color);
  font-size: 30px;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-title p {
  text-align: center;
}

.pricing .row {
  padding-top: 30px;
}

.pricing .box {
  padding: 60px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px 0 rgba(61, 69, 80, 0.15);
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.pricing .box:hover {
  transform: scale(1.05);
}
#pricingMediumCard {
  transform: scale(1.05);
  background: #293275;
}
#pricingMediumCard h3,
#pricingMediumCard h4 span,
#pricingMediumCard h4,
#pricingMediumCard ul li {
  color: #fff !important;
}
#pricingMediumCard .redStar {
  color: rgb(254 208 0);
  padding-left: 3px;
}
#pricingMediumCard .get-started-btn {
  background-color: #ea5b21 !important;
}

.pricing .featured-badge {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: calc(50% - 49px);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 20px 5px 20px;
  font-size: 13px;
  text-transform: uppercase;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: rgb(23, 5, 46);
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #8d8d8d;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 15px;
  color: rgb(85, 85, 85);
}

.pricing ul i {
  /* color: #34fd45; */
  font-size: 18px;
  padding-right: 15px !important;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s ease-in-out;
}

.pricing .get-started-btn:hover {
  background: #040c46;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
  border: 1px solid #fdc134;
}

.pricing .featured .get-started-btn {
  background: var(--primary-color);
}

.pricing .featured .get-started-btn:hover {
  background: #161615;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 40px auto;
  }

  .pricing ul {
    text-align: left !important;
  }

  .section-title p {
    margin: 10px !important;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 30px 40px 30px;
  }

  .pricing-collapsed {
    margin-bottom: 2rem !important;
  }

  .pricing ul {
    text-align: left !important;
  }

  .pricing .row {
    padding-top: 20px;
  }

  #pricing {
    margin-bottom: 1rem;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    /* margin: 0 30px 40px 30px !important; */
  }
}

/* =======================card ribbon ====================== */
.ribbon {
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 135px;
  display: block;
  background: #f10b03;
  background: linear-gradient(#f10b03 0%, #d11c04 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 24px;
  right: -30px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #f10b03;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f10b03;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #f10b03;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f10b03;
}

.plans-btn {
  border: none;
  background: none;
}

.plan-feature-header {
  text-align: center;
  padding: 20px !important;
  font-size: 20px !important;
}

.table th,
.table td {
  padding: 15px !important;
  font-size: 15px !important;
}

.table th {
  font-size: 16px !important;
  text-align: center !important;
}

.plan-title {
  width: 30%;
  font-weight: 600;
  text-align: center;
}

.pricing-collapsed {
  width: 100%;
  border: 1px solid rgb(200, 200, 200);
  display: block;
  text-align: center;
  padding: 15px;
  margin-bottom: 4rem;
  font-size: 25px;
  font-weight: 700;
  color: #15042f;
}

.collapse-icon {
  margin-left: 10px;
}

.table {
  margin-bottom: 5rem !important;
}

.table-data {
  text-align: center;
}

.fa-times {
  font-size: 20px;
  color: red;
}

.fa-check {
  font-size: 20px;
  color: green;
}

.table-bordered {
  border: 1px solid red;
}

.pricing-collapsed:hover,
.pricing-collapsed:active,
.pricing-collapsed:focus {
  color: #15042f;
}

@media screen and (min-width: 320px) and (max-width: 370px) {
  .pricing-heading h2 {
    margin-bottom: 0px;
    margin-top: -4rem;
    font-size: 40px;
  }

  .pricing-heading p {
    margin-bottom: 0px;
    margin-top: 0rem;
    font-size: 14px;
  }

  .pricing-collapsed {
    font-size: 20px !important;
  }

  .table th,
  .table td {
    font-size: 12px !important;
  }

  .table th {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 370px) and (max-width: 400px) {
  .pricing-heading h2 {
    margin-bottom: 10px;
    margin-top: 0rem;
  }

  .pricing-heading p {
    margin-bottom: 0px;
    margin-top: 0rem;
    font-size: 14px;
  }

  .pricing .row {
    padding-top: 0px;
  }

  .pricing-container {
    padding: 20px;
  }

  .pricing-collapsed {
    font-size: 20px !important;
  }

  .table th,
  .table td {
    font-size: 12px !important;
  }

  .table th {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
  .pricing-collapsed {
    font-size: 20px !important;
  }

  .table th,
  .table td {
    font-size: 12px !important;
  }

  .table th {
    font-size: 12px !important;
  }
}

.removeCardFeatures {
  display: none;
}

@media screen and (min-width: 1400px) {
  .plans-btn {
    position: absolute;
    bottom: 3rem;
    left: 80px;
  }

  .pricing ul {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1700px) {
  .plans-btn {
    position: absolute;
    bottom: 3rem;
    left: 105px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .plans-btn {
    position: absolute;
    bottom: 3rem;
    left: 50px;
  }

  .pricing ul {
    padding-bottom: 3rem;
  }

  .pricing ul li {
    font-size: 14px;
  }
}

.plans-btn:focus {
  outline: none;
}

.modal-dialog {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 97vw !important;
  height: 90vh !important;
}

.modal-header .close {
  margin: 0px !important;
  padding: 8px !important;
  outline: none !important;
  font-size: 30px !important;
}

.modal-title {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.modal-header {
  background-color: rgb(231, 231, 231);
  padding: 1rem 2rem;
}

.modal-title {
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}

.modal-body {
  padding: 1rem 2rem !important;
}

.modal_two_fields_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.modal_input {
  margin-right: 20px;
}

.modal_form_fields > input[type="email"],
input[type="text"],
input[type="tel"],
input[type="password"],
select {
  height: 50px;
  width: 100%;
  padding: 9px;
  border: none;
  border-bottom: 1px solid rgb(155, 155, 155);
  border-radius: 0px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
  resize: vertical;
}

#email {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  height: 50px !important;
  border: none !important;
  border-bottom: 1px solid rgb(155, 155, 155) !important;
  border-radius: 0px !important;
}

.modal_form_submit {
  background-color: #293275;
  color: white;
  border: none;
  outline: none;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  margin: 1rem 0rem;
}

.modal_form_submit:hover {
  background-color: #ea5b21;
}

.modal_form_submit:active,
.modal_form_submit:focus {
  outline: none !important;
}

.spinner-border-sm {
  margin-right: 1rem !important;
}

@media only screen and (max-width: 768px) {
  #pricingTableNote {
    font-size: 16px !important;
  }
  .pricingTable {
    margin-bottom: 40px !important;
  }

  .modal-dialog {
    width: 97vw !important;
    height: 97vh !important;
  }
}

.modal-open {
  padding: 0px !important;
  width: 100% !important;
  overflow: auto !important;
}

#modal_para {
  font-size: 12px;
  margin-bottom: 10px !important;
}

.modal_form_links {
  color: blue;
  font-weight: 500;
}

#callBlockingFeature {
  padding-right: 20px !important;
}

.toggle-password-eye {
  float: right;
  bottom: 50px;
  right: 5px;
  position: relative;
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid rgb(155, 155, 155) !important;
}

.plansSpinner {
  color: #ea5b21;
}

#planGetStartedBtn {
  padding-left: 10px !important;
}

@media screen and (max-width: 600px) and (max-height: 500px) {
  #myModal {
    padding: 150px 0px !important;
  }
}

@media screen and (max-width: 600px) and (min-height: 500px) and (max-height: 600px) {
  #myModal {
    padding: 100px 0px !important;
  }
}

@media screen and (max-width: 600px) and (min-height: 600px) and (max-height: 700px) {
  #myModal {
    padding: 50px 0px !important;
  }
}

@media screen and (max-width: 600px) and (min-height: 700px) and (max-height: 750px) {
  #myModal {
    padding: 30px 0px !important;
  }
}

.redStar {
  color: red;
  padding-left: 3px;
}

#pricingTableNote {
  text-align: center;
}

@media screen and (max-width: 990px) {
  #pricingMediumCard {
    transform: scale(1);
  }
}
