* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
}

ol,
ul {
  list-style: none;
}

.container-fluid.deekey {
  /* padding: 0px; */
}

.newbanner .card-title.ps-5.py-3 h3 {
    padding-top: 8px;
    font-weight: 300;
    padding-bottom: 4px;
    font-size: 35px;
}

.sec-sek{
    font-size: 35px;
    font-weight: 300;
}

.text-style-s {
    font-size: 17px;
    font-weight: 300;
}

#alternative {
  background-color: #f1f8f4;
  /* padding: 0px 0px; */
}
/** =======Hero Banner======= **/

.main-l img {
  width: 250px;
}

.col-md-8.foote-list {
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}

section.Exploring.text-center.py-5 a {
    text-decoration: none;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
    margin-top: 37px;
    color: #fff;
    border: 1px solid #449155;
    background: #449155;
}

section.Exploring.text-center.py-5 a:hover {
    background-color: #333!important;
    color: #ffffff!important;
    border-color: #333!important;
}

#banner-main {
    margin-top: -2px;
  height: 100vh;
  background-size: cover !important;
  background-image: url("images/hero-mainbanner.png");
  padding: 40px 0px;
  background-repeat: no-repeat;
}

.banner-b button {
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 40px;
  border-radius: 50px;
  width: 40%;
}

.banner-box {
  width: 88%;
  margin-top: 25%;
  padding: 30px 28px;
  background: #fff;
  border-radius: 25px;
}

.banner-box button {
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 50px;
  border-radius: 50px;
  width: 100%;
}

/** =======Hi Friends Section======= **/

section.hi-friend {
  background: #f1f8f3;
  padding: 70px 0px;
}

section.hi-friend h2 {
  padding-right: 10%;
  text-align: right;
  font-size: 50px;
}

section.hi-friend p {
  margin-top: -57px;
  text-align: right;
  font-size: 28px;
  padding-right: 10%;
}
.hi-tham h2 svg#Layer_1 {
  margin-bottom: 53px;
}

p.hi-p {
  margin-top: 2px !important;
  text-align: left !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

button svg#Layer_1 {
  margin-top: -7px;
}

section.hi-friend button {
  font-size: 17px;
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 50px;
  border-radius: 50px;
  width: 100%;
}

/** =======Check your eligibility Section======= **/

#box-med {
  padding: 70px 0px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 17rem);
  gap: 2rem;
}

#find {
    padding: 100px 0px;
    background-size: cover !important;
    background-image: url("https://skylarkac.com/leaf/images/img-sd.png") !important;
}

@media (max-width: 768px) {
#find {
    padding: 100px 0px;
    background-size: cover !important;
    background-image: url("https://skylarkac.com/leaf/images/img-sd.png") !important;
}}

.item {
  position: relative;
  height: auto;
  background-color: lightGrey;
  overflow-y: hidden;

  h3 {
    margin: 0;
    display: block;
    /*    background-color: turquoise;*/
    padding: 1rem;
  }

  a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    &:hover,
    &:focus {
      ~ .item__overlay {
        transform: translate3d(0, 0, 0);
      }
    }
  }
}

img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.item__overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 300ms;
  background-color: lighten(turquoise, 15%);
  transform: translate3d(0, calc(100% - 3.5rem), 0);
}

.item__body {
  flex-grow: 1;
  padding: 1rem;

  p {
    margin: 0;
  }
}

.item h3 {
  font-size: 17px;
}

/** =======Pricing======= **/

section#pricingdfg {
  padding: 60px 0;
  min-height: 100%;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bg-gray {
  background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 35px;
}

/*.site-heading h4::before {
  background: #ffaf5a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}*/

.site-heading h2 span {
  color: #ffaf5a;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.pricing-area .site-heading {
  margin-bottom: 65px;
}

.pricing-item {
  height: 500px;
  border-radius: 25px;
  padding-bottom: 40px;
  text-align: left;
  background: #f1f8f3;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  z-index: 9;
  padding-bottom: 30px;
  padding: 0px 25px 35px 25px;
}

.pricing-item .icon {
  margin-top: -14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  height: 100px;
  left: 50%;
  line-height: 85px;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
  padding-bottom: 11px;
}

.pricing-item .icon::after {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon::after {
  background: #ffaf5a none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.pricing-item.active .icon i {
  color: #ffffff !important;
}

.pricing-item .icon i {
  color: #ffaf5a;
  cursor: inherit !important;
}

.pricing-header h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #323a45;
}

.pricing-header h2 {
    color: #449155;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 0;
}

.pricing-header h2 sup {
  font-size: 24px;
  font-weight: 500;
  top: -25px;
}

.pricing-header h2 sub {
  font-size: 18px;
  font-weight: 400;
  margin-left: -5px;
}

.pricing-item .pricing-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-header {
  /* border-bottom: 1px solid #e5e5e5; */
  margin-bottom: 0px !important;
  padding: 55px 0px 15px !important;
}

.pricing-item .footer {
  padding: 20px 30px 30px;
}

.pricing-item li {
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  margin: 0 1px;
  text-transform: capitalize;
}

.pricing-item li::marker {
  margin-top: 10px;
}

.pricing-area .pricing-item.active .pricing-header {
  background: #ffaf5a none repeat scroll 0 0;
  border-color: transparent;
  margin: 0;
}

.pricing-area.color-yellow .pricing-item.active .pricing-header {
  background: #ff9800 none repeat scroll 0 0;
}

.pricing-area .pricing-item.active .pricing-header h2,
.pricing-area .pricing-item.active .pricing-header h4,
.pricing-area .pricing-item.active .pricing-header span {
  color: #ffffff;
}

.pricing-area .pricing-item.active .pricing-header span.badge {
  background: #ffffff none repeat scroll 0 0;
  color: #323a45;
}

.pricing-item li i {
  color: #449155;
  margin-left: 2px;
  margin-right: 5px;
}

.pricing-item li i:hover {
  cursor: help;
}

.pricing-item li i.fa-times {
  color: #e22626;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}
.btn-dark {
  background-color: #323a45;
  color: #ffffff;
  border: 2px solid #323a45;
}

.btn-dark.border {
  background-color: transparent;
  color: #323a45;
  border: 2px solid #323a45;
}

.btn-dark.border:hover {
  background-color: #323a45;
  color: #ffffff !important;
  border: 2px solid #323a45;
}

.btn-theme {
  background-color: #ffaf5a;
  color: #ffffff !important;
  border: 2px solid #ffaf5a;
}

.pricing-item button {
  font-size: 17px;
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 50px;
  border-radius: 50px;
  width: 100%;
}

button.pr-botton {
    position: relative;
    width: 75%;
    margin-top: 20px;
    padding: 0px 14px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-left: 12%;
    background: #275c7f;
}
h2.text-center.ero {
    color: #275c7f;
}
.pricing-item li p {
  line-height: 30px;
}

.aws-a{
  font-size: 18px;
  text-decoration: line-through;
}

.hr-lines p {
  font-size: 20px;
}

button.pr-botton:after {
  content: " ";
  height: 1px;
  width: 50px;
  background: #275c7f;
  display: block;
  position: absolute;
  top: 50%;
  right: -17%;
}

button.pr-botton:before {
  content: " ";
  height: 1px;
  width: 50px;
  background: #275c7f;
  display: block;
  position: absolute;
  top: 50%;
  left: -29px;
}

ul.list-desin li {
  margin-left: 10px;
}

ul.list-desin li p {
  line-height: 30px;
}

/** =======How do I know if alternative medicine is right for me?======= **/

#alternative {
  background-color: #f1f8f4;
/*  padding: 0px 0px;*/
}

.leaf-md img {
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
  height: 510px;
}

.alt-now {
  padding: 10% 15%;
}

button {
  font-size: 17px;
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 50px;
  border-radius: 50px;
  width: 100%;
}

.leaf-md-22 img {
  border-top-right-radius: 250px;
  height: 550px;
  border: 1px solid #ccc;
}

/*.container-fluid.deekey {
  padding: 0px;
}*/

.hot-temp {
  display: flex;
  width: 100%;
}

.demo-one {
  width: 50%;
}
.demo-one h3 {
  font-size: 40px;
}
.demo-two {
  width: 50%;
  text-align: right;
}

/** =======Let’s answer your======= **/

a.btn.serven.collapsed img {
    width: 35px;
    height: auto;
    display: block;
    object-fit: cover;
    margin-left: 10px;
}

div#accordion .card {
    margin: 20px 0px;
}

.tab-botton h2 {
  font-size: 35px;
  color: #449155;
  margin-top: 25px;
}
.tab-botton button {
  text-align: left;
  font-size: 17px;
  color: #000;
  border: none;
  background: transparent;
  padding: 10px 1px;
  border-radius: 50px;
}
.tab-botton button span {
  border-bottom: 2px solid #449155;
}

#tab-baar {
  padding: 50px 0px;
  background-size: cover !important;
  background-image: url("images/tab-banner.jpg");
  background-repeat: no-repeat;
}

a.btn.serven {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card {
  border-radius: 40px;
  border: 1px solid #449155;
  margin: 0px 0px;
}
.card .card-header {
  background: transparent;
  border-radius: 40px;
  border: 0px solid #449155;
}
.serven h4 {
  margin-top: 3%;
  font-size: 17px;
}
.serven {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/** =======Let’s answer your======= **/

#alternative-plus {
  background-color: #f1f8f4;
  padding: 0px 0px;
}

.leaf-md-dk img {
  margin-top: -22px;
  border-top-left-radius: 250px;
  border-bottom-left-radius: 250px;
  height: 526px;
}

.ww-med {
  padding: 10px;
}

/** =======Let’s answer your======= **/
.leaf-md-pk img {
  position: absolute;
  margin-top: 82px;
  width: -webkit-fill-available;
  border-top-left-radius: 250px;
  border-bottom-left-radius: 50px;
}

/** =======Kick it to the curb with a natural alternative======= **/

#kick {
  padding: 50px 0px 80px 30px;
}

#kick h2 {
  font-size: 40px;
}

#kick button {
  font-size: 17px;
  color: #fff;
  border: 1px solid #449155;
  background: #449155;
  padding: 10px 50px;
  border-radius: 50px;
  width: 25%;
}

.newbanner .star-img {
    height: 200px;
    width: 200px;
    position: relative;
    margin-top: 60px;
    margin-left: -10%;
}

/** =======Kick it to the curb with a natural alternative======= **/

#find h2 {
  font-size: 35px;
  color: #fff;
}

.find-eligible {
  border-radius: 40px;
  padding: 50px;
  background: #fff;
}

/** =======Footer======= **/
#footer {
  background-image: url("images/footer-banner-a.jpg");
  padding: 100px 0px 15px 0px;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.col-foot {
  padding-bottom: 10px;
}

.foo-bootom-line {
  border-bottom: 2px solid #449155;
}

#footer img,
svg {
  margin-top: 0px;
  vertical-align: middle;
}

.foot-deekey h3 {
  font-size: 30px;
}

.ww-med img {
    width: 150px;
    padding-bottom: 15px;
}

.col-md-8.foote-list {
    display: flex;
}

h3.foo-plus {
  font-size: 30px;
  padding-top: 20px;
}

.foot-logo img {
  width: 150px;
}

.mail-footer

.foote-list {
  padding-top: 30px;
  justify-content: space-between;
  display: flex;
}
.foot-deekey {
  text-align: right;
}

@media (max-width: 767px) {
    .enquiry-top img {
        width: 30px;
        height: auto;
        position: absolute;
        padding-left: 3%;
        margin-left: 3%;
    }
    
  .col-md-4.pry.er {
    margin-bottom: 0px;
  }

  .col-md-4.wks.er {
    margin-bottom: 0px;
  }

  .col-md-4.wks {
    margin-bottom: 75px;
  }

  #footer {
    padding: 50px 0px 15px 0px;
  }

  .col-foot h5 {
    font-size: 30px;
  }

  h3.foo-plus {
    margin-bottom: 25px;
    font-size: 26px !important;
    padding-top: 20px;
  }

  .foot-deekey h3 {
    margin-top: 15px;
    font-size: 33px;
  }

  .foot-deekey {
    text-align: left;
  }

  #kick button {
    border-radius: 50px;
    width: 80%;
  }

  .ex-thumb {
    text-align: center;
  }

  #kick {
    padding: 50px 0px 64px 3px;
  }

  .alt-now {
    padding: 10% 5%;
  }

  .leaf-md-pk img {
    margin-bottom: 40px;
    position: relative;
    margin-top: 0px;
    width: -webkit-fill-available;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 50px;
  }

  .col-md-4.pry {
    margin-bottom: 75px;
  }

  section.hi-friend p {
    margin-top: -20px;
    text-align: left;
    font-size: 28px;
    padding-right: 10%;
  }

  section.hi-friend h2 {
    text-align: left;
    font-size: 42px;
  }

  .col-md-4.as {
    margin: 70px 0px;
  }

  .banner-box {
    margin: auto;
    width: 90%;
  }

  #banner-main {
    margin-top: 56px;
    height: auto;
}

  .banner-b button {
    color: #fff;
    border: 1px solid #449155;
    background: #449155;
    padding: 15px 12px;
    border-radius: 50px;
    width: 100%;
  }
  .main-l img {
    width: 165px;
  }
  .col-md-6.ab {
    width: 50%;
  }
}
/* --------------------------------- */
@media (max-width: 575px) {
  section#pricingdfg {
    display: none;
  }
}
.demo-one h3 {
  color: #000;
}
.demo-two img {
  margin-left: 10px;
}
.ex-thumb img {
  width: 116px;
  height: 122px;
  margin-left: 2px;
}
h5.footer-headings {
  display: flex;
  align-items: center;
}
span.first-img img {
  height: 32px;
  width: 32px;
}
span.social-icon img {
    width: 27px;
    height: 28px;
    margin-left: 20px;
    padding-top: 1px;
}
.col-md-8.foote-list {
    display: flex;
}

h2.text-center.ex-tr {
    color: #275c7f;
}

span.aws-a {
    color: #275c7f;
}

h3.social {
  display: flex;
  align-items: center;
}
.foot-deekey {
  float: right;
}
img.hi-icon {
  width: 100px;
  height: 100px;
}
h2.hi-heading img {
  height: 100px;
  width: 100px;
}

h2.hi-heading {
  display: flex;
  align-items: center;
}
.hi-tham p {
  margin-top: -12px !important;
}

section.slider.Mobile {
    display: none;
}

section.top-baaar {
        display: none;
    }
    
    .card-title.wded {
    padding: 50px 50px;
}

@media (max-width: 767px) {
    
    .newbanner .star-img {
    position: relative;
    height: 140px;
    width: 156px;
    position: relative;
    margin-top: -100%;
    margin-left: 67%;
}
.card-title.wded {
    padding: 50px 15px;
}
    
    .ex-thumb img {
    margin-left: 122px !important;
}
    .slider {
    padding-bottom: 50px;
}
   section.top-baaar {
    margin-top: -58px;
    display: block;
    z-index: 99;
    width: 100%;
    position: fixed;
    background: #000;
}
    .top {
    justify-content: space-around;
    display: flex;
}
   .enquiry-top {
    padding: 20px 0px;
    text-align: center;
    width: 50%;
}
.enquiry-top a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
}
.enquiry-top.ex {
    background: #000000;
}
.enquiry-top {
    background: #449155;
    padding: 17px 0px;
    text-align: center;
    width: 50%;
}

}

.foot-logo img{
    height: auto;
    width: 240px;
}


@media (max-width: 575px) {
  section.slider.Mobile {
    display: block;
}}




  .our-easy-a span.card-bottom-b img {
    width: 21px !important;
    height: 26px !important;
    padding-bottom: 8px;
    margin-left: 8px;
}
    .our-easy-a h2.card-first-row-c img {
    width: 40px !important;
    height: 40px !important;
}
.our-easy-a  .card-body-s.content {
    padding-top: 18px;
}
.our-easy-a .card.text-white {
    overflow: hidden;
    border: 0;
}
.our-easy-a h2.card-first-row-c .card-no {
    font-size: 25px;
    margin-left: 20px;
}
.our-easy-a span.get {
    color: rgb(227, 252, 227);
}
.our-easy-a .first-col{
    background:#c1dbcd;
    padding:20px 20px 0 20px;
    
}
.our-easy-a .col-md-6.first-col .row-cols-md-2{
padding-top:20px;
}
.our-easy{
    /* padding-top:50px; */
   
    width:100%;
}
.our-easy-a .second-col .logo img{
    width:160px;
    height: auto;
}
.our-easy-a .col-md-6.second-col {
    padding: 30px;
    background: #F1F8F4;
}
.our-easy-a h3.text-success {
    padding-left: 14px;
}
.our-easy-a .col-md-6.second-col .card {
    border-radius: 40px;
    border: 1px solid #449155;
    margin: 2px 0px;
} 
.our-easy-a .col-md-6.second-col  .card .card-header {
    background: transparent;
    border-radius: 40px;
    border: 0px solid #449155;
}
.our-easy-a a.btn.serven {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.our-easy-a .serven h4 {
    text-align: left;
    margin-top: 1px;
    font-size: 16px;
}
.our-easy-a a.btn.serven img {
    width: 25px;
    height: 25px;
}
.row.easy-second-row.text-center.cpl-md-12 {
    position: relative;
}
.row.easy-second-row .card.text-center {
    border: 1px solid green;
    height:198px;
}
.row.easy-second-row .price {
    font-size: 40px;
}
a.btn.btn-primary.rounded-pill.fs-5.px-5.limited {
    position: relative;
    top: -37px;
}
button.btn.btn-success.rounded-pill {
    position: relative;
    top: -22px;
}

button.btn.btn-success.rounded-pill img {
    width: 25px;
    height: 23px !important;
    margin-bottom: 6px;
    margin-left: 6px;
} 
 
section.easy-cards {
    padding-top: 40px;
    padding-bottom: 70px;
}
.our-easy-a .cards {
    border: 1px solid green;
    border-radius: 20px;
    margin: 11px;
}
.our-easy-a .cards .card-body-s {
    padding: 5px;
}
section.easy-cards {
    background: linear-gradient(to right, #c1dbcd 0%, #c1dbcd 50%, #f1f8f4 50%, #f1f8f4 100%);
}
.easy-cards .container {
    padding-top: 26px;
}
.easy-cards .headings.fs-5 {
    top: -24px;
    position: relative;
    font-size:19px!important;
}
.easy-cards button.btn.btn-success.rounded-pill.px-5.active {
    top: -12px;
}
section.easy-cards a.btn.rounded-pill.fs-5.px-5.limited {
    position: relative;
    bottom: 36px;
}
.row.easy-second-row .price {
    position: relative;
    top: -31px;
}

.carousel-inner {
    padding-top: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
/* ----------media query--------------- */
@media (max-width:1024px){
  .our-easy-a .first-col {
    padding: 20px;
    padding-top: 30px;
    
}
.our-easy-a .col-md-6.second-col {
    padding: 10px;
}
.our-easy-a .serven h4 {
    margin-top: 4px;
    font-size: 15px;
}
.our-easy-a .second-col .logo img {
    width: 140px;
    height: 50px;
}
.our-easy-a h3.text-success {
    padding-left: 17px;
}
.our-easy-a h5.card-title {
    font-size: 16px;
}
.our-easy-a .cards {
    margin: 2px;
}

.row.easy-second-row.text-center.cpl-md-12 {
    padding-top: 20px;
}
a.btn.rounded-pill.fs-5.px-5.limited {
    font-size: 15px !important;
}
.easy-cards .container {
    max-width: 100%;
    padding-left: 26px;
    padding-right: 26px;
}
.easy-cards .headings.fs-5 {
    font-size: 16px !important;
}
.row.easy-second-row .card.text-center {
    height: 240px;
}
}
@media (max-width:855px){
    
    .sticky-button {
    width: auto !important;
    height: 110px !important;
}
    
    .main-l img {
    margin-top: -10px;
}
    
    .row.easy-second-row .card.text-center {
    height: auto;
    margin-bottom: 24px;
}

button.btn.btn-success.rounded-pill {
    display: flex !important;
    position: absolute !;
    top: 15px !important;
    width: 75% !important;
    margin: auto !important;
    justify-content: center !important;
}

  section.easy-cards{
    background:#fff;
  }
  .our-easy-a .cards {
    margin: 15px 5px;
}
.our-easy-a h3.text-success {
    padding-top: 20px;
    padding-left: 10px;
}
.our-easy-a .second-col .logo img {
    width: 200px;
    height: auto;
}
    .our-easy-a h5.card-title {
        font-size: 12px;
    }
    .our-easy-a h2.card-first-row-c img {
    width: 25px!important;
    height: 25px!important;
}

.our-easy-a h2.card-first-row-c .card-no {
    font-size: 16px;
}
.card-body-s.content {
    position: absolute;
    bottom: 15px!important;
}
  .our-easy-a span.get {
    color: rgb(227, 252, 227);
    font-size: 12px;
}
.our-easy-a span.card-bottom-b img {
    width: 17px !important;
    height: 23px !important;
    padding-bottom: 5px;
}
.our-easy-a .serven h4 {
    margin-top: 2px;
    font-size: 17px;
    text-align: left;
}
    a.btn.rounded-pill.fs-5.px-5.limited {
        font-size: 20px !important;
    }
    .easy-cards span.card-btn {
    font-size: 11px;
}
  .our-easy-a .first-col {
    background: #f1f8f4;
    padding: 10px;
}
.our-easy-a .col-md-6.second-col {
    padding: 10px;
}
section.easy-cards {
    padding-bottom: 60px;
    padding-top: 0px;
}
section.easy-cards .col-md-4 {
    padding-top: 60px;
}

section.easy-cards-1 {
    padding: 40px 10px 40px 10px !important;
}

}

@media (max-width:575px){
  .our-easy-a .col-md-6.second-col .card{
    margin: 14px 0px;
  }
  .our-easy-a h5.card-title {
        font-size: 27px;
    }
    .our-easy-a .first-col {
    background: #f1f8f4;
    padding: 10px!important;
}
.our-easy-a h2.card-first-row-c .card-no {
    font-size: 28px;
    margin-left: 0px;
    padding-left: 10px;
}
    .our-easy-a span.get {
        color: rgb(227, 252, 227);
        font-size: 22px;
    }
    .our-easy-a span.card-bottom-b img {
        width: 30px !important;
        height: 38px !important;
        padding-bottom: 13px;
        padding-left: 5px;
    }
}
.card.text-white:hover {
    width: 101%;
    transition:ease-in 1s;
    cursor: pointer;
}
.our-easy-a h2.card-first-row-c img {
        width: 45px !important;
        height: 45px !important;
    }
   

.row.easy-second-row .price {
    position: relative;
    top: -19px;
}
button.btn.btn-success.rounded-pill {
    display: flex;
    position: relative;
    width: 75%;
    margin: auto;
    top: -5px;
    justify-content: center;
}

s, strike {
    margin-left: 15px;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    /* margin-bottom: -49px; */
}

s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}
span.card-bottom-b {
    display: flex;
}

section.our-easy-a .card {
    border-radius: 0px;
    border: 1px solid #449155;
    margin: 0px 0px;
}

h2.card-first-row-c {
    display: flex;
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}

.modal-body {
    padding: 0px;
}

.modal-header img{
    width: 160px;
    height: auto;
}

section.easy-cards-1 {
    padding: 20px 50px 50px 50px;
    background: linear-gradient(to right, #c1dbcd 0%, #c1dbcd 50%, #f1f8f4 50%, #f1f8f4 100%);
}

.sticky-button {
    position: fixed;
    bottom: 30%;
    right: 0px;
    z-index: 99;
    width: auto;
    height: 170px;
    font-size: 30px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);*/
    /*-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);*/
    /*box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);*/
    /*animation: effect 5s infinite ease-in;*/
}



   
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: auto;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}


      

	.modal.right.fade .modal-dialog {
		right: 0px;
		-webkit-transition: opacity 0.3s linear, right 0.6s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.6s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.6s ease-out;
		        transition: opacity 0.3s linear, right 0.6s ease-out;
	}
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}
	
	span.card-btn {
    font-size: 16px;
}
	@media (max-width:855px){
    
    .sticky-button {
    width: auto !important;
    height: 180px !important;
}}

	
#myBtn {
    width: 100%;
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #449155;
    color: white;
    cursor: pointer;
    padding: 14px;
    border-radius: 4px;
}

.card-bottom-b svg{
    margin-top: -10px;
    margin-left: 10px;
    vertical-align: middle;
}

.col-md-8.foote-list p{
    font-size: 12px;
}