@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/Poppins-Regular.ttf') format('truetype');
   /* Adjust path as needed */
   font-weight: 400;
   font-style: normal;
}


@font-face {
   font-family: "Eras Light ITC";
   src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
      url("../fonts/ErasITC-Light.woff") format("woff");
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: "Eras Medium ITC";
   src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
      url("../fonts/ErasITC-Medium.woff") format("woff");
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}


@font-face {
   font-family: "ErasITC-Medium";
   src: url("../fonts/ErasITC-Medium.woff");
}


@font-face {
   font-family: "Inter_18pt-Regular";
   src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
}

@font-face {
   font-family: "PublicSans-Regular";
   src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
}

@font-face {
   font-family: "PublicSans-Bold";
   src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
}


@font-face {
   font-family: "ErasDemiITC";
   src: url(../fonts/ErasDemiITC.ttf);
}


* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   /* font-family: 'Poppins-Regular'; */
   font-weight: 400;
}


h1,
h2,
h3,
div {
   font-family: "PublicSans-Bold", sans-serif;
   color: #021440;
}

p {
   font-family: "Inter_18pt-Regular";
   color: #434e5c;
}


/* hero section */

.banner-subPage {
   /* height: 300px; */
   /* height: auto; */
   position: relative;
   /* background: linear-gradient(to right, #174c92bd 0%, #7fb0d273 100%), url(../images/hero-bg.webp); */
   background-color: #0065f2;
   /* background-color: #0b558e; */
}


.wrap {
   max-width: 1160px;
   min-width: 320px;
   /* padding: 0px 2%; */
   margin: 0 auto;
   /* min-width: 290px; */
   width: 96%;
}

.hero-section {
   display: flex;
   justify-content: space-between;
   gap: 20px;
}

.lft {
   float: left;
}

.banner-subPage .lft {
   float: none;
   padding-top: 40px;
}

.banner-subPage .lft h1 {
   text-align: left;
   color: #fff;
   margin-bottom: 0px;
   /* font-family: "Montserrat-Regular"; */
   font-weight: bold;
   font-size: 3rem;
   letter-spacing: 1px;
   padding-top: 5%;
   line-height: 1.4;
}

.banner-subPage .lft span {
   font-size: 3rem;
   color: #ffa500;
   font-weight: bolder;
}



.banner-subPage .lft p {
   text-align: left;
   line-height: 25px;
   font-size: 18px;
   letter-spacing: 0.5px;
   color: #fff;
   padding-bottom: 7%;
   padding-top: 1%;
}

.clear {
   clear: both;
}

.right img {
   /* padding-left: 100px; */
   padding-top: 0rem;
   width: 400px;
   height: 400px;
}





.price-sec .cards h3 {
   font-weight: 800;
   /* color:#021440 */
   letter-spacing: normal;
   font-size: 1.786rem;

}

/* body {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background-color: rgb(249, 249, 249);

} */
.popular img {
   width: 16px;
   margin-right: 4px;
}

.popular {
   background-color: #ff6a00;
   color: #ffff;
   padding: 5px 10px;
   font-size: 1rem;
   display: flex;
   position: absolute;
   top: 37px;
   bottom: auto;
   left: auto;
   right: 10px;
   border-radius: 15px;

}

.price-sec .box {
   width: 100%;
   height: 100vh;
   background-color: grey;
}

.price-sec .card-filters {
   display: flex;
   position: relative;
   justify-content: flex-end;
   gap: 30%;
   width: 100%;
   margin: 3% auto;
   text-align: center;
   align-items: center;
   height: 3rem;
   cursor: pointer;
}


.price-sec .main-duration {
   display: flex;
   align-items: center;
   gap: 10px;
   font-family: sans-serif;
}

.price-sec .duration-toggle {
   position: relative;
   display: flex;
   align-items: center;
   border: 1px solid #31313153;
   border-radius: 22px;
   overflow: hidden;
   background-color: #fff;
   width: 180px;
   height: 40px;
}

.price-sec .toggle-slider {
   position: absolute;
   margin: 3px;
   top: 0;
   left: 0;
   width: 45%;
   height: 86%;
   background-color: #0047bb;
   border-radius: 22px;
   transition: left 0.4s ease;
   z-index: 0;
}

.price-sec .duration-option {
   flex: 1;
   text-align: center;
   line-height: 40px;
   cursor: pointer;
   font-weight: 500;
   color: #021440;
   z-index: 1;
   transition: color 0.4s ease;
   font-size: 1.1rem;
}

.price-sec .duration-option.active {
   color: #fff;
}

.price-sec .arrow {
   vertical-align: middle;
   right: -19%;
   top: -10px;
   width: 60px;
   -webkit-transform: rotate(8deg);
   -ms-transform: rotate(8deg);
   transform: rotate(8deg);
}

.price-sec .save-note {
   position: absolute;
   right: 32%;
   top: 47%;
   color: #14ba7c;
   font-style: italic;
   font-weight: 500;
   font-size: 1.286rem;
}




/* Wrapper Styling */
.price-sec .country {
   position: relative;
   display: flex;
   align-items: center;
   gap: 8px;
   font-family: 'Segoe UI', sans-serif;
}

/* Globe Icon */
.price-sec .country img {
   width: 20px;
   height: 20px;
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   pointer-events: none;
   opacity: 0.7;
}

/* Country Dropdown Styling */
#countrySelect {
   font-size: "Inter_18pt-Regular";
   padding: 8px 10px 8px 36px;
   outline: none;
   border: none;
   border-bottom: 2px solid #bdbdbd;
   border-radius: 0;
   font-size: 1.071rem;
   width: 140px;
   background-color: #ffffff;
   color: #021440;
   appearance: none;
   background-image: url("../images/arrow_drop_down.svg");
   background-repeat: no-repeat;
   background-position: right 10px center;
   background-size: 30px;
   transition: all 0.3s ease;
   cursor: pointer;
}


/* Hover and Focus */
#countrySelect:hover,
#countrySelect:focus {
   background-color: #fff;
   /* border-color: #434343; */
   /* box-shadow: 0 0 0 2px rgba(139, 139, 139, 0.2); */
}





.price-sec .container {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
   gap: 1%;
   width: 100%;
   height: auto;
   margin: 0px auto;
   /* padding: 20px; */
   padding-top: 0px;
   align-items: start;
   position: relative;
   padding: 17px 0 20px;
}



.price-sec .cards {
   margin: 0 auto;
   /* margin-top: 3em;
   margin-bottom: 3em; */
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   padding: 40px 22px;
   width: 100%;
   height: 100%;
   gap: 4px;
   overflow: hidden;
   /* border: 1px solid #f3f3f3; */
   border-radius: 15px;
   /* box-shadow: 1px 1px 6px -3px#021440 */
   position: relative;
   border: 1px solid #bdbdbd;
   background: rgba(255, 255, 255, 0.1);
   /* box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2); */
   transition: height 0.3s ease;
}



.list-data {
   /* height: 700px; */
   overflow: hidden;
   max-height: 410px;
}

.list-data.expanded {
   max-height: 100%;
}

#toggleBtn {
   margin-left: 0;
   margin-top: 10px;
   border: none;
   color: #0065f2;
   background-color: transparent;
   cursor: pointer;
   text-align: left;
   font-size: 1.143rem;
   transition: transform .2s;
}

#toggleBtn:hover {
   color: #004bb5;
   transform: scale(1.1);
}


.price-sec .cards.card0 {
   border-top: 5px solid rgb(249 115 22);
}

.price-sec .cards.card1 {
   /* border-radius: 10px 0px 0px 10px; */
   border: 2px solid #0047bb;
   border-top: 5px solid #0047bb;
}


.price-sec .cards.card0 h3 {
   background: linear-gradient(180deg, #7c2d12, #f97316);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   padding-bottom: 54px;
}

.price-sec .cards.card1 h3 {
   background: linear-gradient(180deg, #1e3a8a, #2563eb);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}

.price-sec .cards.card2 h3 {
   background: linear-gradient(180deg, #581c87, #9333ea);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;

}

.price-sec .cards.card3 {
   /* border-radius:0px 10px 10px 0px; */
}

.price-sec .cards.card3 h3 {
   color: #0065f2;

}

.price-sec .cards.card0>.btn {
   background-color: transparent;
   /* margin-bottom: 29%; */
   border: 1px solid rgb(249 115 22);
   color: rgb(249 115 22);
}

.price-sec .cards.card1>.btn {
   background-color: transparent;
   /* margin-bottom: 29%; */
   border: 1px solid rgb(0 101 242);
   color: #021440;
}

.price-sec .cards.card2>.btn {
   background-color: transparent;
   /* margin-bottom: 29%; */
   border: 1px solid rgb(147 51 234);
   color: rgb(147 51 234);
}

.price-sec .cards.card3>.btn {
   /* margin-top: 1.5rem; */
   /* margin-bottom: 28%; */
}

.price-sec .cards.card2 {
   border-radius: 10px;
   -webkit-transform: scaleY(1.023);
   -ms-transform: scaleY(1.01);
   transform: scaleY(1.01);
   /* border: 2px solid #0065f2;
    border-top: 5px solid #0065f2; */
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   border-top: 5px solid rgb(147 51 234);

}

.price-sec .cards:hover {
   /* box-shadow: 4px 4px 4px 4px #aaaaaa ; */
}

.price-sec h3 {
   margin-bottom: 2%;
   text-align: center;
   font-weight: 550;
   position: relative;
}

/* .price-sec .cards>h3::after {
   content: "";
   position: absolute;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #0065f2;
   top: 30px;
   margin: 0 auto;
   
} */

.price-sec .price {
   padding-top: 0%;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: 600;
   text-align: center;
   /* margin: 0 auto; */
   font-size: 3.286rem;
   /* letter-spacing: -0.025em; */
   color: rgb(48, 48, 48);
   align-items: baseline;
}

.cards h6 {
   font-size: 1.143rem;
   font-weight: 600;
   color: #14ba7c;
   margin-right: 5px;
}

.price-sec .enterprisePrice {
   font-size: 2.286rem;
   text-align: center;
   font-weight: 600;
   color: #021440;
   line-height: 22px;
   margin-bottom: 18px;
   letter-spacing: 0px;
   word-spacing: 5px;
   margin-top: 3%;
}

.price-sec span>.text {
   text-align: center;
   color: #021440;
   /* margin: 16px auto; */
   font-weight: 400;
   font-size: 1rem;

}

/* .price-sec .cards::after {
   content: "";
   position: absolute;
   display: block;
   width: 100%;
   height: 1px;
   background-color: rgb(200, 200, 200);
   top:32%;
} */

.price-sec .cards>p {
   margin-top: 0px;
   margin-bottom: 8%;
   text-align: center;
   font-size: 1rem;
   font-weight: 400;
   /* color:#021440 */
}

.price-sec .cards .list-data p.everything {
   color: #000000;
   font-weight: 500;
   font-size: 1.2rem;
   margin-bottom: 3%;
   /* margin-top: -6px; */

}

.price-sec .cards>.btn:hover {
   /* box-shadow: none; 
   background-color: #196ba1; */
   box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3),
      -10px -10px 10px rgba(255, 255, 255);
   transition: .5s ease;
}

.price-sec .cards>.btn1:hover {
   /* box-shadow: none; 
   background-color: #196ba1; */
   box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3),
      -10px -10px 10px rgba(255, 255, 255);
   transition: .5s ease;
}


.price-sec .cards>.btn {
   margin-top: 1.2rem;
   margin-bottom: 0.8rem;
   font-size: 1.1rem;
   letter-spacing: .5px;
   line-height: 1.5;
   width: 100%;
   transition: 0.5s ease;
   text-align: center;
   justify-content: center;
   /* margin: 0 auto; */
   /* border-radius: 3px; */
   background: #0047bb;
   color: #fff;
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   padding: 11px 36px;
   cursor: pointer;
   box-shadow: none;
   /* z-index: 10; */
}

.price-sec .cards>.btn1 {
   margin-top: 0.2rem;
   margin-bottom: 1.1rem;
   font-size: 1rem;
   letter-spacing: .5px;
   line-height: 1.5;
   width: 100%;
   transition: 0.5s ease;
   text-align: center;
   border: 2px solid #0065f2;
   justify-content: center;
   /* margin: 0 auto; */
   /* border-radius: 3px; */
   /* background: #0065f2; */
   color: #021440;
   display: flex;
   align-items: center;
   padding: 0.375rem 0.75rem;
   padding: 11px 36px;
   cursor: pointer;
   box-shadow: none;
   z-index: 10;
}



.list {
   color: #021440;
}

.price-sec ul {
   margin-top: 10px;

}

.price-sec ul>li {
   font-size: 1.143rem;
   line-height: 20px;
   list-style: none;
   color: #021440;
}

.price-sec ul>li>i {
   color: green;
   /* padding: 7px; */
}

.price-sec .red-para {
   font-weight: 500;
   color: rgb(251, 45, 45);
}


.price {
   opacity: 1;
   transform: translateY(0);
   transition: opacity 0.3s ease, transform 0.3s ease;
}

.price.fade-out {
   opacity: 0;
   transform: translateY(-10px);
}

.price.fade-in {
   opacity: 1;
   transform: translateY(10px);
   /* start from 10px down */
}


.originalPrice {
   color: gray;
   font-size: 1.143rem;
   margin-right: 6px;
   text-decoration: line-through;
}

.discountedPrice {
   font-weight: bold;
   font-size: 2.286rem;
   color: #021440
}






.feature-group {
   margin-bottom: 15px;

}

.manual-features {
   border-bottom: 1px solid #eee;
   padding-bottom: 20px;
   padding-top: 10px;
   background: #f6fbff;
}

.manual-features li {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}

.manual-features i {
   color: #007bff;
   margin-right: 10px;
   font-size: 16px;
   width: 20px;
}

.dynamic-features li {
   display: flex;
   align-items: center;
   margin-bottom: 8px;
}


/* Style the lists for all packages */
#moreFreemium ul,
#moreStandard ul,
#moreProfessional ul,
#moreEnterprise ul {
   list-style: none;
   padding: 0;
   margin: 0;
   /* max-height: 360px; */
}

/* Style the list items */
#moreFreemium ul li,
#moreStandard ul li,
#moreProfessional ul li,
#moreEnterprise ul li {
   color: #434e5c;
   font-size: 1.071rem;
   line-height: 1.6;
   margin: 8px 0;
   /* margin-bottom: 16px; */
   display: flex;
   align-items: flex-start;
   font-weight: 500;
}

#moreFreemium ul li span,
#moreStandard ul li span,
#moreProfessional ul li span,
#moreEnterprise ul li span {
   color: #000000;
   font-size: 1.071rem;
   line-height: 1.6;
   margin-left: 2px;
   /* margin-bottom: 16px; */
   display: flex;
   align-items: flex-start;
   font-weight: 500;
}


#moreFreemium ul li img,
#moreStandard ul li img,
#moreProfessional ul li img,
#moreEnterprise ul li img {
   width: 17px;
   height: 17px;
   margin-right: 7px;
   margin-top: 5px;

}

/* Style the icons inside list items */
#moreFreemium ul li i,
#moreStandard ul li i,
#moreProfessional ul li i,
#moreEnterprise ul li i {
   color: #4CAF50;
   margin-right: 10px;
   font-size: 1.286rem;
}


/* #moreFreemium ul li:hover,#moreStandard ul li:hover,
#moreProfessional ul li:hover,
#moreEnterprise ul li:hover {
   color: #007BFF;
   cursor: pointer;
} */

#moreFreemium,
#moreProfessional,
#moreStandard,
#moreEnterprise {
   list-style: none;
   width: 100%;
   font-size: 0.929rem;
   line-height: 23px;
   /* max-height: 800px; */

   padding-right: 0px;

}


.price-sec i {
   color: green;
   margin-right: 6px;
}

.price-sec .cards>ul {
   margin-bottom: 70px;
}

.price-sec .currencySymbol {
   font-weight: bold;
   margin-right: 1px;
   display: inline !important;
   font-size: 2rem;
   color: #021440;
   font-family: sans-serif;
}

.price-sec .priceNum {
   font-weight: bold;
   font-size: 2.286rem;
   color: #021440;
}

.price-sec .price .month {
   font-weight: 500;
   font-size: 1.143rem;
   color: #021440;
   margin-left: 1px;
   margin-top: 4%;
}



/* pop form */



.popup-form-group {
   position: relative;
}

.popup-form label {
   position: absolute;
   top: 50%;
   left: 10px;
   transform: translateY(-50%);
   background-color: #fff;
   padding: 0 5px;
   opacity: 0;
   transition: 0.3s ease-in-out;
   font-size: 14px;
   color: #6e6e6e;
   pointer-events: none;
}

.popup-form input:focus+label,
.popup-form textarea:focus+label,
.popup-form select:focus+label {
   opacity: 1;
   transform: translate(-10px, -150%);
   font-size: 12px;
   color: #007bff;
}

.popup-form input:focus::placeholder,
.popup-form textarea:focus::placeholder {
   opacity: 0;
   /* Hide the placeholder when input is focused */
}

.popup-form input,
.popup-form textarea,
.popup-form select {
   padding: 10px;
   font-size: 14px;
   width: 100%;
   border: 1px solid #b7bbd1;
   border-radius: 6px;
   transition: 0.3s ease-in-out;
}

.popup-form input::placeholder,
.popup-form textarea::placeholder {
   color: #6e6e6e;
   transition: opacity 0.3s ease-in-out;
}



.overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   /* Semi-transparent black */
   z-index: 100;
   /* Below the popup */
   display: none;
   /* Hidden by default */
}

.close-btn {
   position: absolute;
   top: -12px;
   right: -30px;
   border: none;
   font-size: 30px;
   font-weight: bold;
   color: #fff;
   cursor: pointer;
   background-color: transparent;
}

/* Popup styles */
.popup-form {
   display: none;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background-color: #fff;
   padding: 28px;
   border-radius: 8px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
   z-index: 200;
   /* Above the overlay */
   width: 63%;
}

input:focus,
textarea:focus,
select:focus {
   border-color: #007bff;
   outline: none;
}

.popup-form h2 {
   margin: 0 0 3px;
   text-align: left;
   font-family: 'poppins-regular';
   font-size: 27px;
   font-weight: 600;
}

.popup-form p {
   text-align: left;
   padding-bottom: 4%;
}

.popup-form input {
   padding-top: 3.5%;
   padding-bottom: 3%;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
   width: 100%;
   /* margin: 8px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; */
   height: auto;
   color: #021440;
   background-color: #fff;
   border: 1px solid #b7bbd1;
   border-radius: 6px;
   margin-bottom: 2.5%;
   padding-left: 5%;
   font-size: 13px;
   font-weight: 300;
   transition: border-color .2s, box-shadow .2s;
   box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input::placeholder {
   color: #6e6e6e;
}

.popup-form textarea,
.popup-form select {
   padding-top: 3%;
   padding-bottom: 0%;
   padding-left: 3%;
}

.popup-form input:hover,
.popup-form select:hover,
.popup-form textarea:hover {
   border: 1px solid #3f51b5;
   box-shadow: none;
}

.popup-form .label-width {
   width: 40%;
}

.popup-form .label-plan {
   width: 24.5%;
   bottom: -29px;
   left: 23px;
}

.popup-form .label-message {
   bottom: -29px;
   left: 23px;
   width: 20%;
}

.popup-form select {
   font-size: 15px;
   padding-top: 2%;
   padding-bottom: 2%;
}

.popup-form label {
   color: #021440;
   z-index: 2;
   width: 31%;
   background-color: #fff;
   border-radius: 3px;
   margin-bottom: 0;
   padding-left: 6px;
   padding-right: 7px;
   font-size: 15px;
   font-weight: 500;
   line-height: 15px;
   display: inline-block;
   position: relative;
   bottom: -20px;
   left: 23px;
}

.popup-form-group {
   display: flex;
   flex-direction: column;
   width: 100%;
}

.popup-btn {
   border: none;
   box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
   width: 100%;
   cursor: pointer;
   /* justify-content: center; */
   font-size: 15px;
   text-align: center;
}

.flex-form {
   margin-bottom: 0.5%;
   display: flex;
   flex-direction: row;
   gap: 2%;
}



/* 
.popup-btn {
    border: none;
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
    width: 100%;
    cursor: pointer;
    justify-content: center;
    font-size: 15px;
    text-align: center;
} */



.popup-form button {
   padding: 10px 20px;
   background-color: #007bff;
   color: #fff;
   border: none;
   border-radius: 5px;
   cursor: pointer;
}

.popup-form button:hover {
   background-color: #0056b3;
}


.close-btn {
   position: absolute;
   top: -12px;
   right: -30px;
   border: none;
   font-size: 30px;
   font-weight: bold;
   color: #fff;
   cursor: pointer;
   background-color: transparent;
}

/* .close-btn {
  background-color: #ccc;
  color:#021440
} */
.success-message {
   color: green;
   font-weight: bold;
   margin-top: 10px;
   display: none;
}



.shape-image {
   position: absolute;
   right: 0;
   top: 23px;
   z-index: 10;
   height: 50px;
}



/* price compare */


.hidden {
   display: none;
}

.plan-container {
   width: 100%;
   height: auto;
   margin: 7rem 0;
}

.feature-row .currencySymbol {
   font-size: 19px;
   font-style: normal;
}

.plan-btn {

   text-align: center;
}


.plan-compare {
   text-align: center;
   margin: 70px 0;
}


.Btn-Container {
   font-family: "Inter_18pt-Regular";
   /* display: inline-block; */
   position: relative;
   border: none;
   text-decoration: underline;
   background-color: transparent;
   color: #0065f2;
   /* padding: 10px 45px; */
   /* border-radius: 7px; */
   font-size: 21px;
   min-width: 40px;
   cursor: pointer;
   margin-bottom: 1em;
   margin-top: 3em;
   text-align: center;
   /* box-shadow: 0 10px 15px rgb(0 0 0 / 15%); */
   transition: transform .2s;
}

.Btn-Container:hover {
   /* color: red; */
   cursor: pointer;
   transform: scale(1.1);
}




.reveal-dropdown {
   display: none;
   margin-right: 5px;
   cursor: pointer;
   /* display: inline-block; */
   /* transition: transform 0.8s ease-in-out; */
   align-items: center;
   position: absolute;
   margin-right: 5px;
   right: 5px;
   top: 10px;
}

.reveal-dropdown.rotated {
   transform: rotate(180deg);
   transition: transform 0.8s ease-in-out;
}

.plan-comparison {
   text-align: center;
   /* margin: 20px; */
}

.all-features {
   text-align: left;
   font-size: 16px;
   cursor: pointer;
}

.all-features input {
   width: 20px;
}

.features-head {
   font-size: 28px;
   margin-bottom: 10px;
   color: #fff;
   font-weight: 400;
   text-align: left;
   /* font-family:"Poppins-Regular"; */
}

.plan-header {
   display: flex;
   justify-content: center;
   gap: 20px;
   margin: 30px 0;
}

.plan {
   border: 1px solid #ddd;
   padding: 10px;
   border-radius: 5px;
   text-align: center;
   width: 150px;
}

.header h3 {
   font-size: 21px;
   font-weight: 400;
   text-align: center;
   padding: 9% 0%;
   color: #fff;
}



table {
   width: 100%;
   margin: 30px auto;
   border-collapse: collapse;
   /* box-shadow: 1px 1px 6px -3px #000; */
}

thead th {
   background-color: #0047bb;
   padding: 20px;
   font-weight: 400;
   font-size: 20px;
   color: rgb(255, 255, 255);
   text-align: center;
   min-width: auto;
   /* width: 0%; */
}


tbody tr {
   border-bottom: 1px solid #ddd;
   font-size: 16px;
}

tbody td {
   text-align: center;
   padding: 10px;
   font-size: 15px;
   font-family: "Inter_18pt-Regular";
}

.price {
   font-size: 19px;
}

.plan-name {
   font-size: 24px;
   color: #fff;
}

tbody td:first-child.btn-row {
   height: 70px;
   border: none;
   font-size: 19px;
   font-weight: 500;
   color: #0047bb;
}

.try-btn {
   display: inline-block;
   color: #ffffff;
   padding: 11px 19px;
   font-size: 16px;
   min-width: 40px;
   cursor: pointer;
   text-decoration: none;
   box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
   /* margin-bottom: 1em; */
   transition: transform .2s;
}

.try-btn:hover {
   display: inline-block;
   /* border: 1px solid #4f4d4d; */
   background-color: #fff;
   /* color: #000; */
   /* padding:12px 20px; */
   font-size: 16px;
   min-width: 40px;
   cursor: pointer;
   text-decoration: none;
   box-shadow: none;
   /* transform: scale(1.05); */
}



.try-btn.free {
   /* border: 1px solid rgb(249 115 22); */
   background: rgb(249 115 22);
   color: rgb(255 255 255);
}

.try-btn.standard {
   /* border: 1px solid rgb(0 101 242); */
   background: rgb(0 101 242);
   color: #ffffff;
}

.try-btn.professional {
   border: 1px solid rgb(147 51 234);
   background: rgb(147 51 234);
   color: rgb(255, 255, 255);
}


tbody td:first-child {
   text-align: left;
   padding: 15px 0px 15px 53px;
   color: #434e5c;
}

.feature-row:hover {
   background-color: #0069ba1f;
}

.group-header td {
   background-color: #f8f9fa;
   font-weight: bold;
   text-align: left;
   align-items: center;
   transition: transform 5s ease-in-out;
   position: sticky;
   top: 11.5em;
   /* z-index:11; */
   font-size: 16px;
}

.group-header span {
   font-size: 17px;
   color: #021440;
}

.group-header {
   cursor: pointer;
   background-color: #f9f9f9;
   font-weight: 400;
   color: #021440;
   letter-spacing: 1px;
   align-items: center;
   position: relative;
   transition: transform 5s ease-in-out;
   -webkit-transition: 5s;
}

.group-header:hover {
   background-color: #6a6262;
}


.dropdown-btn {
   margin-right: 5px;
   cursor: pointer;
   display: inline-block;
   transition: transform 0.5s ease-in-out;
   color: #2f2e2c;
   align-items: center;
   position: absolute;
   left: 26px;

}

.dropdown-btn.rotated {
   transform: rotate(180deg);
}


.hidden {
   display: none;
   transition: transform 5s ease-in-out;
}


.header {
   text-align: left;
   position: sticky;
   top: 5.5em;
   z-index: 2;
   overflow-y: hidden;
}

.features {
   text-align: left;
   margin-top: 5px;
   transition: transform 5s ease-in-out;
}


.acc-soft-pricing h2 {
   font-size: 2.5rem;
   font-weight: 600;
   color: #021440;
   margin-top: 30px;
   text-align: center;
   letter-spacing: -0.025rem;
}

.acc-soft-pricing p {
   text-align: center;
   font-size: 18px;
   color: #434e5c;
   margin-bottom: 0px;
   font-weight: 400;
   line-height: 1.6;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 20px;
}

@media (max-width: 850px) {
   .header h3 {
      font-size: 18px;
   }

   .try-btn {
      font-size: 12px;
   }

   .features-head {
      font-size: 24px;
      margin-bottom: 0px;
   }

   .check-box {
      font-size: 12px;
   }

   .header .features {
      background: none;
      display: contents;
   }

   thead th {
      padding-right: 0px;
   }

   .plan-name {
      font-size: 19px;
   }

   .pricingPage .solution-right {
      display: none;
   }
}

@media (max-width: 718px) {
   .plan-comparison {
      margin: 0px;
   }

   thead th {
      padding-left: 5px;
   }

   tbody td {
      padding: 3px;
   }

   .plan-container {
      width: 100%;
   }


   .table-container {
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
   }

   .dropdown-btn {
      left: 5px;
   }

   tbody td:first-child {
      text-align: left;
      padding: 15px 0px 15px 32px;
   }

   .price {
      font-size: 16px;
      padding: auto;
   }

   .header {
      text-align: left;
      position: static;
   }

   .group-header td {
      position: static;
   }

   .header h3 {
      font-size: 17px;
   }

   thead th {
      width: 250px;
   }

   tbody td:first-child.btn-row {
      font-size: 16px;
   }
}

@media (max-width: 500px) {

   .plan-name {
      font-size: 16px;
   }

   .try-btn {
      padding: 7px;
   }

   .group-header span {
      font-size: 16px;
   }

   thead th {
      padding: 10px;

   }

   .plan-container .wrap {
      width: 100%;
      padding: 0px 0px;
   }

   .features-head {
      font-size: 17px;
   }

   .header h3 {
      font-size: 15px;
   }

   .check-box {
      font-size: 11px;
   }

   tbody td:first-child {
      padding: 15px 0px 15px 6px;
      font-size: 13px;
   }

   .group-header span {
      font-size: 15px;
      padding-left: 7%;
   }

   .price,
   .feature-row .currencySymbol,
   tbody td {
      font-size: 13px;
   }

   .plan-container {
      width: 100%;
   }

   .dropdown-btn {
      left: 10px;
   }

   .features h1 {
      font-size: 22px;
   }

   .all-features {
      font-size: 15px;
   }

}



/* solution section */

.pricingPage .solutions {
   max-width: 1170px;
   /* position: relative; */
   background: linear-gradient(135deg, #e4eeff9e 50%, #cedfffa8 100%);
   left: 0;
   right: 0;
   margin: auto auto;
   /* border-radius: 10px; */
   /* box-shadow: 0px 2px 10px -4px; */
   /* padding: 50px; */
   align-items: left;
   margin-bottom: 90px;
   display: flex;
   flex-wrap: nowrap;
   text-align: left;
   gap: 1%;
   /* padding-bottom: 4%; */
}


.pricingPage .solution-left {
   width: 60%;
   text-align: left;
   padding: 40px 2%;
}

.pricingPage .solution-left h2 {

   font-size: 3rem;
   font-weight: bold;
   color: #021440;
   margin-bottom: 21px;
   text-align: left;
   letter-spacing: -0.025rem;
}

.pricingPage .solution-left h2 .sol {
   color: #0047bb;
   /* font-family: "ErasDemiITC"; */
   font-size: 3rem;
   font-weight: 900;
}



.pricingPage .solution-left h2 p {
   text-align: left;
   margin-top: 13px;
   font-size: 1.29rem;
   /* color: #021440; */
   margin-bottom: 2rem;
   line-height: 1.6;
}


.bttn-org {
   font-family: "Inter_18pt-Regular";
   box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
   text-decoration: none;
   font-size: 1.1rem;
   line-height: 1.5;
   width: fit-content;
   transition: 0.5s ease;
   text-align: center;
   margin: 0 auto;
   border-radius: 3px;
   background: #0d9f16;
   color: #ffffff;
   align-items: center;
   padding: 0.575rem 1.9rem;

}

.bttn-org:hover {
   background-color: #0c8314;
   box-shadow: none;
   transition: .5s ease;
   color: #ffffff;
}

.pricingPage .solution-right {
   width: 40%;
   text-align: right;
   background: url("../images/customize-solutions.png") no-repeat;
   background-position: center;
   background-size: cover;
}


.pricingPage .solution-right img {
   height: 16rem;
   /* position: absolute; */
   top: 42px;
   right: 1%;
   /* width: 29rem; */
   border-radius: 61px 0px;
   box-shadow: 13px 19px 52px -13px;
}


@media (max-width: 1400px) {
   .popular {
      top: 1%;
   }

}

@media (max-width:1325px) {
   .price-sec .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      width: 100%;
      align-items: center;
   }
}


@media (max-width:1225px) {
   .price-sec .container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      width: 100%;

      align-items: center;
   }
}


@media (max-width: 1035px) {
   .price-sec .container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 50%;
      height: auto;
   }

   .price-sec .cards {
      margin-bottom: 25px;
   }

   .price-sec .cards.card1 {
      border-radius: 10px;
   }

   .price-sec .cards.card3 {
      border-radius: 10px;
   }

   .Btn-Container {
      margin-top: 2em;
   }
}

@media (max-width: 750px) {
   #countrySelect {
      width: 154px;
   }

   .price-sec .card-filters {
      width: 100%;
      gap: 21%;
      justify-content: center;
   }

   .price-sec .save-note {
      right: 42%;
   }

   .price-sec .cards {
      margin-top: 2em;
      margin-bottom: 0em;
   }

   .price-sec .cards.card0 h3 {
      padding-bottom: 10px;
   }
}

/* Medium screens (min-width: 601px and max-width: 1024px) */
@media (min-width: 751px) and (max-width: 1150px) {
   .price-sec .card-filters {
      width: 85%;


   }

}

@media screen and (max-width: 1026px) {
   .price-sec .container {
      width: 85%;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
   }

   .price-sec .enterprisePrice {
      margin-top: 0%;
   }

   .price-sec .price {
      padding-top: 0%;
   }
}

@media (max-width:1024px) {
   .pricingPage .solution-left h2 {
      font-size: 2.5rem;
   }

   .pricingPage .solution-left h2 .sol {
      font-size: 2.5rem;
   }
}



@media screen and (max-width: 794px) {
   .price-sec .cards>p {
      margin-bottom: 6%;
   }

   .price-sec .main-duration span {
      font-size: 1rem;
   }
}

@media (max-width: 740px) {
   .price-sec .container {
      width: 65%;
   }

   .price-sec .cards.card1>.btn {
      margin-bottom: 1%;
   }

   .price-sec .cards.card3>.btn {
      margin-bottom: 1%;
   }

   .Btn-Container {
      margin-top: 9em;
   }

   .price-sec .cards {
      height: auto;
   }
}

@media screen and (max-width: 500px) {
   .price-sec .cards>p {
      margin-top: 10px;
   }

   .price-sec .cards::after {
      top: 24%
   }

   .price-sec .country img {
      position: absolute;
      top: 19px;
      right: 76px;
      width: 18px;
      height: 18px;
   }

   .price-sec .cards {
      width: 100%;
      padding: 26px 10px;
   }

   .price-sec .price-sec .container {
      width: 100%;
   }

   #countrySelect {
      width: 104px;
      /* padding: 7px 0px; */
   }

   .price-sec .save-note {
      right: 35%;
      top: 80%;
   }

   .price-sec .arrow {
      width: 42px;
      transform: rotate(15deg);
   }

   .price-sec .duration-toggle {
      width: 155px;
      height: 34px;
   }
}

@media screen and (max-width: 400px) {
   .price-sec .priceNum {
      font-size: 2.429rem;
   }

   .enterprisePrice {
      margin-top: 2%;
   }

   .price-sec .card-filters {
      width: 99%;
      margin: 9% auto;
   }

   .price-sec .price {
      padding-top: 0%;
   }

   .price-sec .container {
      width: 100%;
   }

   .cards:hover .cards::after {
      top: 35%;
   }

   .price-sec .cards::after {
      top: 24%;
   }

   .feature-section-main-table ::after {
      top: 34%;
   }
}

@media screen and (max-width: 370px) {
   .price-sec .cards::after {
      top: 23%;
   }
}

/* offer price css */


.popular.save {
   position: absulate;
   top: 100px;
   right: auto;
   background-color: #ffe4c4;
   color: #ff6a00;
   font-size: 13px;
}

.price .price-val {
   font-size: 40px;
   font-weight: 700;
   color: #002c96;
   line-height: 1;
}

.price .rupee {
   font-size: 28px;
   font-weight: 700;
   color: #002c96;
}

.price .real-price {
   display: flex;
   align-items: baseline;
   gap: 1px;
   margin-left: 10px;
}

.price .price-val.real {
   font-size: 24px;
   font-weight: 700;
   color: #808080;
   line-height: 1;
   text-decoration: line-through;
}

.price.price-month {
   font-size: 18px;
   font-weight: 600;
   color: #021440;
   margin-left: 3px;
}