.single-pricing-pack-2 li {
	padding: 5px 0 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
	border-top: 1px dashed #e5e9f2;
}
.single-pricing-pack-2 li:first-child {
	border-top: none;
}
.single-pricing-pack-2 li i {
	font-size: 14px;
}
.single-pricing-pack-2 li p {
	margin-bottom: 0;
	font-size: 14px;
	color: #6c757d;
}
.single-pricing-pack-2 li p strong {
	color: initial;
}
.brands {
	padding-top: 25px;
    text-align: center;
}
.brands img {
	padding: 15px 0px;	
}
.brands div > img {
	filter: grayscale(100%);
	opacity: .5;
	transition: .4s;
}
.brands div > img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.anchor-target {
    position: absolute;
    display: block;
    height: 1px;
    width: 1px;
}
.pricing-discount {
    font-size: 22px;
	display: flex;
	justify-content: center;
	font-weight: 500;
}
.pricing-discount-before {
    color: #666666;
    text-decoration: line-through;
}
.pricing-discount-saving {
    color: #083e9b;
	padding-left: 10px;
}
.custom-nav-link {
    font-size: 15px;
}
.title-with-icon-link {
    padding: 10px 15px;
}
hr.eln-solid-1 {
    border: 1px solid #f67a3c;
}
.ti-menu{
	font-size: large;
}
.contact-us-content {
	padding: 25px 25px 0 25px;
	top: 12%;
}
.radio-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.radio-box-wrap .single-radio-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    display: block;
}
.single-radio-box {
    display: block;
    position: relative;
    border: 1px solid #ebebeb;
    margin: 5px 12px;
    border-radius: 4px;
    width: 100%;
}
.single-radio-box input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.single-radio-box input[type=radio]:checked ~ label {
    color: #fff;
    background: #035ded;
    border-radius: 4px;
}
.single-radio-box label {
    font-family: Poppins, sans-serif;
    display: block;
    position: relative;
    padding: 10px;
    z-index: 9;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    margin-bottom: 0;
}
.single-radio-box input[type=radio]:checked ~ label .custom-check {
    border: 2px solid #035ded;
    background: #fff;
}
.single-radio-box label .custom-check {
    display: block;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: -30%;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}
.single-radio-box input[type=radio]:checked ~ label .custom-check::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    color: #035ded;
}
.yearly-price, .biannual-price, .triennial-price {
    display: none;
}
.inr-price, .inr1-price, .inr2-price {
	display: none;
}
.container-ot {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
}
.single-radio-box label .custom-check:before {
    display: block;
    position: absolute;
    border-radius: 100%;
    font-size: 14px;
    height: 11px;
    width: 11px;
    left: 40%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 0;
    right: 0;
    bottom: 60%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
.mt-3 {
	margin-bottom: 1rem !important;
}
label:has(input[type="radio"]:checked) {
    color: #fff;
    background: #035ded;
    border-radius: 4px;
}
.single-pricing-pack-2 .pricing-icon {
	margin: 0 auto 15px;
}
.single-pricing-pack-2 {
	padding: 25px 25px;
}
.single-pricing-pack-2 .package-title {
	font-weight: 500;
}
.package-title {
	margin-bottom: 5px;
}
.mb-40 {
	margin-bottom: 15px;
}
.single-pricing-pack-2 .pricing-price:after {
	left: 0;
	right: 0;
	width: 135px;
	margin: auto;
}
.ptb-10 {
	padding: 10px 0;
}
.ptb-70 {
	padding: 70px 0;
}
.pricing-new-wrapper .pricing-info .p-icon {
    width: 50px;
    height: 25px;
    line-height: 10px;
    text-align: center;
    font-size: 30px;
}
.single-pricing-pack-2 .pricing-price .price-cycle {
	font-weight: 500;
}
.main-sub-menu {
	width: 330px;
	height: auto;
	overflow: hidden;
    display: block;
}
div[id^="nav-id"] h3, div[id^="nav-id"] h5 {
  margin-bottom: 5px;
}
.btn {
	font-size: inherit;
	padding: 6px 25px;
}
.container-popup {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.alert-popup {
	display: flex;
	background-color: #06155a;
	justify-content: center;
    align-items: center;
	letter-spacing: 0.5px;
	height: 50px;
	color: #ffffff;
	font-weight: 600;
	gap: 10px;
}
.closebtn {
  color: white;
  font-weight: bold;
  float: right;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: #f67a3c;
}
@media (max-width: 768px) {
  .alert-popup {
    width: 96%;
  }
}