.pricing_container_call .slick-prev, 
.pricing_container_call .slick-next {
    font-size: 45px;
    line-height: 1;
    color: #fff;
    background: #207DE9;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Vertically centers the icon */
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center; /* Centers the icon vertically */
    justify-content: center; /* Centers the icon horizontally */
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.pricing_container_call .slick-prev span, 
.pricing_container_call .slick-next span{
    display:block;
    margin-top:-13px;
}
/* Left arrow */
.pricing_container_call .slick-prev {
    left: -10px; /* adjust spacing */
}

/* Right arrow */
.pricing_container_call .slick-next {
    right: -10px; /* adjust spacing */
}




.pricing-container h3 {
      font-size: 28px;
	    background:#4D98CF;
	    font-weight:bold;
		padding:20px;
	    color:#fff !important;
	  border-radius: 12px 12px 0px 0px;
    }
.pricing-container p.plan_price{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}
 div.pricing-card-container{padding:20px 10px;}
.pricing-container .pricing_content{padding:20px;}
    .pricing-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.2s;
    }
    .pricing-card:hover {
      transform: translateY(-5px);
    }
    .pricing-card h3.plan_name {
      font-size: 28px;
      margin-bottom: 10px;
      color: #1e3a8a;
    }
    .price {
      font-size: 22px;
      font-weight: bold;
      margin: 10px 0;
    }
    ul {
      list-style: none;
      padding: 0;
      margin: 15px 0;
      text-align: left;
    }
    ul li {
      margin: 8px 0;
    }
    .subscribe-btn {
      display: block;
      width: 100%;
      background: #2563eb;
      color: #fff;
      text-decoration: none;
      padding: 10px;
      border-radius: 6px;
      font-weight: bold;
      transition: background 0.3s;
    }
    .subscribe-btn:hover {
      background: #1d4ed8;
    }
    .current {
      border: 2px solid #16a34a;
    }
    .current .price {
      color: #16a34a;
    }
    .current-plan {
      color: #16a34a;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .subscribed-btn {
      display: block;
      width: 100%;
      background: #e5e7eb;
      color: #6b7280;
      padding: 10px;
      border-radius: 6px;
      font-weight: bold;
      pointer-events: none;
    }
div.pricing-card.current_plan{
	opacity:0.6;
}

div.pricing-card ul{
	list-style:disc;
}


/* Tooltip styles */
span.toolTipClose{
    display: flex;
    text-align: right;
    position: absolute;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #ddd;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    top: -10px;
    cursor:pointer;
}
.tooltip-box_support {
  display: none;
  position: absolute;
  max-width: 350px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-size: 14px;
  z-index: 9999;
}
.tooltip-box_support ul {
  margin: 0;
  padding-left: 18px;
  list-style:disc;
}
.tooltip-box_support li {
  margin-bottom: 6px;
}

li span.has_support{
    display:inline-block;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}
div.plan_mis_support{
    font-size: 18px;
    font-weight: bold;
    background: #4D99D0;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
    margin-bottom:15px;
}

span.plan_include{
    display:inline-block;
    padding: 0px 2px;
    font-weight: 500;
    margin-top: 5px;
}

tr.status_cancelled, tr.status_expired, tr.status_pending-cancel{opacity:0.6;}