
.price-table-style-3 {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 2px 5px -2px rgba(123, 127, 138, 0.15);
    box-shadow: 0 2px 5px -2px rgba(123, 127, 138, 0.15);
}

.price-table-style-4 {
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    background: #e9e9e9; /* Updated background color for price-table-head */
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-shadow: 0 2px 5px -2px rgba(123, 127, 138, 0.15);
    box-shadow: 0 2px 5px -2px rgba(123, 127, 138, 0.15);
}

.price-table-style-4 .price-list {
    background: linear-gradient(135deg, rgba(163, 168, 240, 1) 0%, rgb(30 59 127) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
}


.price-table-style-4 .price-list ul {
    margin: 0;
    padding: 0;
}

.price-table-style-4 .price-list li {
    padding: 1.3rem;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 70px; /* Adjust the height as needed */
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.price-table-style-3:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(123, 127, 138, 0.30);
    box-shadow: 0 15px 30px 0 rgba(123, 127, 138, 0.30);
    -webkit-transform: translateY(-15px) scale(1.05);
    transform: translateY(-15px) scale(1.05);
}

.price-table-style-4:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(123, 127, 138, 0.30);
    box-shadow: 0 15px 30px 0 rgba(123, 127, 138, 0.30);
    -webkit-transform: translateY(-15px) scale(1.05);
    transform: translateY(-15px) scale(1.05);
}

.price-table-style-3 .price-table-head,
.price-table-style-4 .price-table-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px 25px;
    background: #C3D1FF;
}

.price-table-style-4 .price-title h2 {
    color: #000000;
}


.price-table-style-3 .price-title,
.price-table-style-4 .price-title {
    flex: 1;
    text-align: center;
}

.price-table-style-3 .price-title h2,
.price-table-style-4 .price-title h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.price-table-style-3.box2 .price-title h2,
.price-table-style-4.box2 .price-title h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.price-table-style-3 .price-title .price-disc,
.price-table-style-4 .price-title .price-disc {
    font-size: 13px;
}

.price-table-style-3 .price-text,
.price-table-style-4 .price-text {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.price-table-style-3 .price-list li,
.price-table-style-4 .price-list li {
    padding: 1.3rem;
    font-size: 14px;
    border-bottom: 1px solid #e6e2e2;
    height: 70px; /* Adjust the height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-table-style-3 .price-list2 li {
    padding: 1.3rem;
    font-size: 14px;
    border-bottom: 1px solid #e6e2e2;
    height: 70px; /* Adjust the height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-table-style-4 .price-list li {
    padding: 1.3rem;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); /* Updated opacity */
    height: 70px; /* Adjust the height as needed */
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-table-style-3 .primary-button {
    padding: 10px 30px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.price-table-style-3.box1 .price-table-head {
    background: #e9e9e9;
}


.price-table-style-3.box2 .price-table-head {
    background: #1e3b7f;
}

.price-table-style-3.box3 .price-table-head {
    background: #e9e9e9;
}

.price-table-style-3.box4 .price-table-head {
    background: #e9e9e9;
}

.price-table-style-3.box1 .primary-button {
    border-color: #f35764;
    color: #fff;
    background: #f35764;
}

.price-table-style-3.box1 .primary-button:hover {
    background: #fff;
    color: #f35764;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.price-table-style-3.box2 .primary-button {
    border-color: #2bcc6f;
    color: #fff;
    background: #2bcc6f;
}

.price-table-style-3.box2 .primary-button:hover {
    background: #fff;
    color: #2bcc6f;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.price-table-style-3.box3 .primary-button {
    border-color: #feb73b;
    color: #fff;
    background: #feb73b;
}

.price-table-style-3.box3 .primary-button:hover {
    background: #fff;
    color: #feb73b;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
     left: 20px;
      right: 0px;
      background-color: #1e3b7f;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 35px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
    }
    .whatsapp {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 21px;
    
      right: 40px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 100px;
      text-align: center;
      font-size: 35px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
    }