    .bg-primary {
    background: #effbf7 !important;
    background-image:none !important  ; 
    height: 631px !important;
}
.card {
    position: relative;
    display: contents !important;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaedf2;
    border-radius: 2px !important;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%);
    transform: translateY(-.5rem);
    max-width: 400px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
    color: #204356;
    font-size: 17px !important;
    font-family: 'proxima_novaregular';
    text-align: center; !important;
}
.stretched-link {
    color: #C1253C !important;
}
h3 {
    color: #204356 !important;
    text-align: left;
    padding-top: 10px;
    font-weight: 600;
    font-size: 23px;
}

.bg-primary-1 {
    background: #F3F7FB !important;
    background-image: none !important;

}

@media (max-width: 500px) {
    .bg-primary-1 {
    background-color: #F3F7FB !important;

    background-position: center;
}
.poppins {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 1.2rem !important;
    color: #204356;
    text-align: justify;
}
.no-hardware {
    padding-left: 1px !important;
    margin-left: 1px !important;
}
.whats-dec {
    text-align: center !important;
}
}

@media (max-width: 320px) {
    .bg-primary-1 {
    background-color: #F3F7FB !important;

    background-position: center;
}
.poppins {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 1.2rem !important;
    color: #204356;
    text-align: justify;
}
.no-hardware {
    padding-left: 1px !important;
    margin-left: 1px !important;
}
.whats-dec {
    text-align: center !important;
}
}

.no-hardware {
    padding-left: 50px;
    margin-left: 50px;
}
@media (min-width: 500px) and (max-width: 768px) {
    .pt-75 {
    padding-top: 5.5rem !important;
}
.no-hardware {
    padding-left: 1px !important;
    margin-left: 1px !important;
        margin-top: 100px !important;
}
}
.interest-form {
    
    padding: 20px;
}
.form-bg {
    background: #f7f7f9;
    padding: 20px 15px 10px 15px;
        border-radius: 10px;
}
.google {
    width: 200px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}
.facebook {
    width: 200px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}
.twitter {
    width: 200px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}
@media (max-width: 768px) {
  .google {
    margin-left: 36px !important;
        margin-bottom: 20px;
}
.facebook{
    margin-left: 36px;
        margin-bottom: 20px;
}
.twitter {
    margin-left: 36px;
        margin-bottom: 20px;
}
}

.custom-control-label::before {
    position: absolute;
    top: .125rem;
    right: -3.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #cbd2df solid 1px;
    box-shadow: none;
    float: right;
}
.custom-control-label {
    float: right;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.375rem + 2px);
    padding: .6875rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #555a64;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid #eaedf200 !important;
    border-radius: .1875rem;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (max-width: 768px) {
  .custom-control-label {
    float: left !important;
}
.h-line {
    border-bottom: 1px solid #707070;
    width: 173px;
    margin-left: 51px;
}
.pricing-table {
    width: 100%;
    margin: 20px auto !important;
    min-height: 400px;
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 30px 10px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

}

.content-container {
  width: 94%;
  margin: 40px auto;
}
.pricing-table {
  width: 100%;
  margin: 50px auto;
  min-height: 400px;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 30px 10px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-table:hover {
  border-color: #97a0af;
}
h2 {
  margin-bottom: 0;
}
h3 {
  margin-top: 5px;
  font-size: 22px;
}
p {
      margin-bottom: 20px;
    margin-top: 20px;
    color: #204356;
    font-family: 'proxima_novaregular';
    font-weight: 500;
    font-size: 16px;
}
.plan-content {
  margin-top: 30px;
  margin-bottom: 50px;
}
.pricing {
  font-size: 30px;
}
.price-text {
  font-size: 10px;
  margin-top: 0;
}
.btn {
  background: #fa4a86;
  border: 1px solid #fa4a86;
  padding: 11px 40px;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn:hover {
  background: #2E58FF;
    border: 1px solid #2E58FF;
    color: #ffffff !important;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .pricing-table {
    padding: 30px 5px;
    width: 100%;
  }
  .btn {
    padding: 11px 25px;
  }
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
}
.fixed a {
  color: #4c5667;
  text-decoration: underline;
}
.sq-btn {
    width: 190px !important;
    border-radius: 5px;
    color: #ffffff !important;
}
.btn {
    background: transparent;
    border: 1px solid #2E58FF;
    padding: 11px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    
}
.standard {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.btn-1 {
    background: #2E58FF;
    border: 1px solid #2E58FF;
    padding: 11px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #ffffff !important;
}
.btn-1:hover {
    color: #2e58ff !important;
    background-color: #ffffff;
    border-color: #2e58ff;
}
.h-line {
  border-bottom: 1px solid #707070;
  width: 173px;
    margin-left: 31px;
}
.btn-danger {
    color: #fff;
    background-color: none;
    border-color: none;
    box-shadow: none;
    cursor: pointer;
}
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2e58ff;
    border-color: #2e58ff;
    color: #ffffff !important;
}

.pricing-container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.pricing-item {
    padding: 10px 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
    border-radius: 10px;
    max-width: 315px;
}

.pricing-item.featured {
    background: #241348;
    border-radius: 10px;
    color: #FFFFFF;
    transform: scale(1.05);
    box-shadow: 5px 10px 10px 0px rgb(0 0 0 / 20%);
}

.pricing-item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    border-bottom: 1px solid #C7C7C7;
}

.pricing-item-header h2 {
    font-weight: bold;
    font-size: 26px !important;
    line-height: 40px;
}

.pricing-item-body {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding-top: 13px;
    font-size: 16px;
    color: #204356;
}

.pricing-item-body h3 {
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #A9A9AA;
    padding: 0;
    margin: 0;
}

.pricing-item-body div {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    text-align: left;
}

.pricing-item-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    padding: 5px 0;
}

.pricing-item-footer div {
    /*display: flex;*/
}

.pricing-item-footer .pricing {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.pricing-item-footer button {
    width: 100%;
    background: #EF3C4F;
    color: #ffffff;
    border-radius: 7px;
    border: none;
    padding: 12px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .pricing-container {
        flex-direction: column;
    }
}
.fc-box {
    margin-left: auto;
    background: #F0F6FC;
    padding: 8px;
    border-radius: 5px;
    color: #204356;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
button.silver-btn {
    background: #ffffff;
    color: #241348;
}
.pricing-item-body img {
    width: 16px !important;
    margin-top: 4px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pricing-item {
    padding: 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 30px;
    border-radius: 10px;
    max-width: 315px;
}
.bg-primary-1 {
    background: #F3F7FB !important;
    background-image: none !important;

}
.pricing-item-footer .pricing {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
}


@media (min-width: 500px) and (max-width: 768px) {
  .pricing-item {
    padding: 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 15px;
    border-radius: 10px;
    max-width: 315px;
}
.bg-primary-1 {
    background: #F3F7FB !important;
    background-image: none !important;

}
.pricing-item-footer .pricing {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
}


@media (max-width: 460px) {
  .pricing-item {
    padding: 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
    border-radius: 10px;
    max-width: 315px;
    margin-bottom: 50px;
    margin-left: 25px;
}
}
@media (min-width: 376px) (max-width: 390px) {
  .pricing-item {
    padding: 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
    border-radius: 10px;
    max-width: 315px;
    margin-bottom: 50px;
    margin-left: 10px;
}
}
@media (max-width: 375px) {
  .pricing-item {
    padding: 24px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 40px;
    border-radius: 10px;
    max-width: 315px;
    margin-bottom: 50px;
    margin-left: 3px;
}
}

.wh-fixed {
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100px;
}

#sign-up-modal .form-control{border: 1px solid #eaedf2 !important;}

.sign-up-head{
    text-transform: none;
}
/* New Pricing Start  */

@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&amp;display=swap");



.packages {
    margin: 20px;
    width: 300px;
    padding-bottom: 1.5em;
/*    height: 415px;*/
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 10%);
    flex-wrap: wrap;
    color: #f4f4f4;
}

h1,
h2 {
  font-size: 2.2em;
}

.list li {
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-inline-start: 0;
  border-width: 1px;
  padding: 10px;
}

.first {
  margin-top: 40px;
  border-top: 1px solid #f4f4f4;
}

.list {
  width: 80%;
}

ol,
ul {
  padding: 0;
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

input,
label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.button {
  padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    margin: 33px 15px;
    border-radius: 5px;
    color: #204356;
    transition: all 0.2s ease 0s;
    border: 1px solid #EF3C4F;
    font-weight: 600;
}


.button1 {
  background-color: #00cc99;
  box-shadow: 0 0 10px 0 #00cc99 inset, 0 0 20px 2px #00cc99;
}

.button2 {
  background-color: #ff007c;
  box-shadow: 0 0 10px 0 #ff007c inset, 0 0 20px 2px #ff007c;
}

.button3 {
  background-color: #ffae42;
  box-shadow: 0 0 10px 0 #ffae42 inset, 0 0 20px 2px #ffae42;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 145px !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg,#0e655b, #C1253C);
  -webkit-transition: 0.4s;


  transform: translate(0px, 0px);
  transition: 0.6s ease transform, 0.6s box-shadow;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/*.slider:after {
  position: absolute;
  content: "Weekly";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}*/
input:checked + .slider {
  background-color: #50bfe6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #50bfe6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
h1.text2 {
    color: #EF3C4F !important;
}
h1.text1 {
    color: #EF3C4F !important;
}
.pack-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 600;
}
.p-des {
        padding: 1px 30px;
    font-weight: 500;
    font-size: 18px;
}

a.button.b-white.text-white {
    border: 1px solid #ffffff !important;
}
.text-white {
    color: #fff!important;
}
.pricing-table-section .row:nth-child(even) {
    background: #F7F9FC;
}
.bg-table {
    background: #F9FBFD;
}
.fe-title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
}
p.fe-des {
    font-size: 18px !important;
    padding-top: 10px;
}
.fe-title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
    border-right: 1px solid #204356;
    padding-right: 10px;
}
.fe-bg {
    background: #ffffff;
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 40px 15px;
}
.green {
    max-width: 200px;
    margin: auto;
    display: block;
    margin-top: 39px;
}

.feature-table {
    box-shadow: 0px 15px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background: #ffffff;
    padding-bottom: 30px;
}


/*switch styles*/

div.btn-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.btn-container i{
    display: inline-block;
    position: relative;
    top: -9px;
}

#pricing label {
    font-size: 20px;
    color: #424242;
    font-weight: 600;
    font-family: inherit;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 200px;
    height: 50px;
    background: #F1F1F1;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    top: 7px;
    right: 20px;
    color: #777D92;
    padding-top: 5px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
        content: attr(data-off);
    /* width: 70px; */
    /* height: 16px; */
    background: linear-gradient(90deg,#0e655b, #C1253C);
    border-radius: 26px;
    position: absolute;
    left: 2px;
    /* top: 2px; */
    text-align: center;
    transition: all 0.3s ease;
    /* box-shadow: 0px 0px 6px -2px #111; */
    padding: 10px 25px;
    color: #ffffff;
    font-size: 20px;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 160px;
    height: 50px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
    background: #F1F1F1;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
        left: 92px;
    background: linear-gradient(90deg,#0e655b, #C1253C);
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner{
   /* background: #bababa; */
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}
p.year-off {
    color: #EF3C4F;
    margin-bottom: 5px;
/*    margin-left: 130px;*/
    font-size: 16px;
    font-weight: 600;
}
img.arrow-img {
    margin-left: 210px;
    margin-top: -78px;
    width: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}


.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 60px !important;
    z-index: 1020;
}
.btn-block {
    display: block;
    width: 100%;
    border: 1px solid #EF3C4F;
    border-radius: 50px;
    width: 50%;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.text-green {
    color: #EF3C4F;
    font-weight: 700;
}
.card-header {
    padding: 0.75rem 2.25rem;
    margin-bottom: 8px !important;
    background-color: #F7F7F9;
    border-bottom: 1px solid #eaedf200;
    cursor: pointer;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 20px;
    font-weight: 600;
    color: #1F4073 !important;
}
.join-business {
    margin: auto;
    margin-bottom: 20px;
}
.plr-200 {
    padding: 0 200px;
}
.b-white {
        background: #ffffff;
    color: #3C3664 !important;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    margin: 33px 15px;
    border-radius: 5px;
    /* color: #204356; */
    transition: all 0.2s ease 0s;
    /* border: 1px solid #EF3C4F; */
    font-weight: 600;
}
.btn-gradient {
    background: linear-gradient(90deg,#0e655b, #C1253C);
    color: #ffffff;
}
.btn-gradient:hover {
    background: linear-gradient(90deg,#0e655b, #C1253C);
    color: #ffffff;
}


@media (max-width: 991px) {
    .plr-200 {
        padding: 0 10px !important;
    }
    .btn-block {
    display: block;
    width: 100%;
    border: 1px solid #EF3C4F;
    border-radius: 50px;
    width: 100%;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.display-4 {
    font-size: 1.4rem !important;
    font-weight: 700;
    line-height: 1;
    text-align: left !important;
    font-family: 'proxima_novaregular';
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem !important;
    color: #204356;
    font-size: 15px;
    font-family: 'proxima_novaregular';
    text-align: center;
}
.top-1 {
    margin-top: 40px !important;
    font-size: 22px !important;
}
.dnone {
    display: none;
}
.book-demo {
    font-size: 15px;
    font-weight: 600;
    color: #EF3C4F;
}

}

@media (min-width: 992px) {
    .package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

}

.dnone1 {
    display: none;
}
h6, .h6 {
    font-size: 1rem;
}
.book-demo {
    font-size: 16px;
    font-weight: 600;
    color: #EF3C4F;
}
.p-logo {
    height: 60px;
    padding-right: 35px;
    justify-content: center;
    margin-bottom: 35px;
}
.plr-50 {
    padding-left: 50px;
    padding-right: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
.free-support {
    font-size: 20px;
    font-weight: 700;
    font-family: inherit;
    color: #204356;
    margin-top: 25px;
}
.mt-10 {
    margin-top: 10px;
}



/*.pb-md-4, .py-md-4 {
    padding-bottom: 0.8rem!important;
}
.py-md-4 {
    padding-bottom: 1.5rem!important;
}*/