
html{
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}


/*font-family: Arial;*/
body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    color: #090B0E;
    box-sizing: border-box;
    /* padding-top: 66px; */
    font-size: 15px;
}
a {
    color: #6380e3;
    text-decoration: none;
}
ul{
    padding-left: 0;
    list-style: none;
    margin: 0;
}
h1{
    margin: 0;
}
h2{
    margin: 0;
}
h3{
    margin: 0;
}
h4{
    margin: 0;
}
h5{
    margin: 0;
}
h6{
    margin: 0;
}
.paragraph-text {
    font-size: 16px;
    margin: auto;
    color: #090B0E;
    line-height: 22px;
    font-weight: 500;
}
p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-20 {
    font-size: 20px !important;
}

/*---------- Loader Style ----------------*/

/*--.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    background: rgba(255,255,255,0.97);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader_div {
    border: 6px solid #dff1ff;
    border-radius: 50%;
    border-top: 6px solid #45B1FF;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
--*/


/*---------- Loader Style closed ----------------*/

.top-cover-imgs {
    background-image: url(../images/cover-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0px 95px 0px;
    margin: 0px;
    height: 350px;
    background-position: center;
    position: relative;
    text-align: center;
}
h2.title-head {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0px 0px 20px #00000030;
}
ol.breadcrumb-txt {
    display: flex;
    justify-content: center;
    margin: 0px;
    list-style: none;
    margin-top: 7px;
    gap: 5px;
}
ol.breadcrumb-txt li.breadcrumb-item {
    font-size: 15px;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.feather-chevron-right.chevron-right {
    height: 19px;
    color: #090B0E;
}
section.pricing-wrapper {
    background-color: #ffffff;
    padding: 100px 0px;
}
.bg-color {
    background-color:#e9eeff !important;
}
.pricing-table {
    background-color: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}
.pricing-table:hover {
    transition: all .4s;
    /* transform: translateY(-10px); */
    transform: scale(1.05);
}
.pricing-head {
    padding: 30px 40px 25px;
    border-bottom: 1px dotted #E5E5E5;
}
.pricing-head h6 {
    color: #090B0E;
    font-size: 24px;
    font-weight: 500;
}
.pricing-head h3 {
    font-size: 44px;
    font-weight: 600;
    padding: 20px 0px 0px;
}
.pricing-head h3 span {
    font-size: 16px;
    font-weight: 400;
}
.pricing-table.pr-des2 .pricing-head {
    border: 0px;
    padding-bottom: 0px;
}
.rounded30 {
    border-radius: 30px !important;
}
.pricing-table.active {
    background-color: #e1ece4;
}
.pricing-table.pr-des2 {
    background-color: #f8f8f8;
    border-radius: 0px !important;
    box-shadow: none;
}
ul.pricing-list {
    line-height: normal;
}
ul.pricing-list li {
    font-size: 15px;
    margin-bottom: 18px;
    display: block;
    font-weight: 400;
}

li.nopad .feather-check-circle.listIcon {
    color: #a9a9a9;
}
li.nopad {
    color: #9a9a9a;
}
.pricing-body {
    padding: 0px 35px 30px;
}
.section-title {
    font-style: normal;
    font-weight: 600;
    color: #3E82F7;
    margin: 0px;
    line-height: 48px;
    text-align: center;
    text-transform: capitalize;
    font-size: 32px;
}
.section-subtitle {
    font-size: 14px;
    color: #9a9a9a;
}

.seciton-heading {
    text-align: center;
}
.pricing-btn {
    margin-top: 10px;
}
.cs-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #5b59c3;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0;
    min-width: 150px;
}
.cs-btn:before {
    border: 1px solid #6990FF;
    z-index: 3;
}
.cs-btn:after, .cs-btn:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    left: -15px;
    margin-top: -7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cs-btn:after {
    background-color: #fff;
    z-index: 2;
}
.cs-btn:hover {
    color: #fff;
}
.cs-btn:hover:before {
    left: -9px;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.cs-btn:hover:after {
    left: -6px;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.cs-btn:hover span:before {
    width: 110%;
    height: 110%;
    opacity: 1;
}
.cs-btn span:before {
    content: '';
    position: absolute;
    height: 110%;
    width: 0%;
    background: rgba(0, 0, 0, 0.3);
    left: -3px;
    top: -3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
    z-index: -1;
}
.cs-btn.cs-size_md span {
    padding: 10px 25px;
}
.cs-btn span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 12px 25px;
    width: 100%;
    text-align: center;
}
.feather-check-circle.listIcon {
    font-size: 22px;
    /* width: 20px; */
    height: 18px;
    color: #6990ff;
}
.popular-tag {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 38px;
    text-align: center;
    background-color: #6990ff;
    color: #fff;
    font-weight: 500;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 200px;
    right: -48px;
    top: 35px;
    z-index: 9;
}
.pricing-table.blue .popular-tag {
    background-color: #ffffff;
    color: #2d5772;
}
.Pricing-tagline h5 {
    background: #ffffff;
    width: 135px;
    margin: 0px auto;
    padding: 13px 7px;
    font-size: 14px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 30px;
    letter-spacing: 1.5px;
    color: #3E82F7;
}
.tag-line {
    margin-top: -41px;
}
.seciton-heading p {
    color: #999999;
    line-height: 21px;
    font-size: 15px;
}
.monthly-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap: 12px;
}
.monthly-tabs label {
    font-size: 18px;
}
.monthly-tabs .form-check.form-switch {
    margin: 0px;
    padding-right: 0px;
}
.monthly-tabs .form-check-input {
    height: 40px;
    width: 86px;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.pricing-listing-div {
    display: flex;
}

.pricing-table.plan-tile {
    display: flex;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 2px 11px 0px #ccccccb3;
}
.pricing-table.plan-tile:hover {
    box-shadow: 2px 4px 6px 0px #6990ff;
}
.plan-tile .pricing-head {
    padding: 30px;
    border-bottom: 0px;
    width: 30%;
}
.plan-tile .pricing-body {
    padding: 25px;
    background-color: #F7F7F7;
    border-radius: 20px;
    width: 70%;
}
.plan-tile .pricing-head h3 span {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 0.5px;
}
.plan-tile .pricing-head h3 sup {
    font-size: 22px;
    font-weight: 400;
    top: -20px;
}
.plan-tile .pricing-head h6 {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: -6px;
}
.pricing-listing-div .feather-check.listIcon {
    width: 18px;
    height: 18px;
    background: #6990ff;
    border-radius: 50%;
    color: #fff;
    padding: 2px;
    margin-right: 5px;
}
.plan-title {
    text-align: left;
}

.plan-title .section-title {
    text-align: left;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 55px;
    margin: 16px 0px;
}

.plan-title p {
    color: #242424;
    line-height: 27px;
    font-size: 15px;
}

.plan-title  .section-subtitle {
    letter-spacing: 3px;
    color: #6990ff;
    font-size: 14px;
    text-transform: uppercase;
}
.plan-title {
  position: sticky;
  top: 200px; /* or adjust as needed, e.g., top: 60px */
  z-index: 1000; /* ensures it stays above other elements */
}
.plan-tile ul.pricing-list li:last-child {
    margin-bottom: 0;
}
.feather-check.buyNow {
    width: 22px;
    margin-left: 5px;
}



.plan-header {
    font-size: 42px;
    font-weight: 600;
    text-transform: math-auto;
    color: #363a43;
}
nav.tabs-nav {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}
nav.tabs-nav .nav.nav-tabs {
    text-align: center;
    justify-content: center;
    border: 0px;
    background: #ececec;
    border-radius: 30px;
    padding: 5px 10px 8px 10px;
    margin: 0px auto;
    width: fit-content;
}
nav.tabs-nav .nav.nav-tabs .nav-link {
    padding: 8px 36px;
    border-radius: 30px;
    font-size: 16px;
    color: #363a43;
}
.pricing-divider {
    border-radius: 20px;
    background: #5b59c3;
    padding: 40px 35px 72px;
    position: relative;
    text-align: left;
}
.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}
.blue .pricing-divider {
    background: #2D5772;
}
.green .pricing-divider {
    background: #1AA85C;
}
 .feather-check.listIcon {
    width: 18px;
    height: 18px;
    background: #5b59c3;
    border-radius: 50%;
    color: #fff;
    padding: 2px;
    margin-right: 5px;
}
h4.pricing-amt {
    font-size: 44px;
    font-weight: 600;
    padding: 10px 0px 20px;
   color: #fff;
}
h4.pricing-amt sup {
    font-size: 22px;
    font-weight: 400;
    top: -20px;
}
h4.pricing-amt span {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
}




