/*header*/
.header {
  background: #E8F8EA;
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
body {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.header .container {
  position: relative;
}

.header.my-fixed {
  background: #E8F8EA;
  transition: all .4s ease;
}

.header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.header .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.header-shop {
  display: inline-flex;
  align-items: center;
}

.header-shop .cart-link a,
.header-shop .shop-btn a {
  font-size: 14px;
  text-transform: uppercase;
}

.header-shop .shop-btn a {
  background: #198754;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  display: inline-block;
}

.header-shop .shop-btn a:hover {
  color: #fff;
}

.header-shop .cart-link {
  margin-right: 16px;
}

.header-shop .cart-link a {
  padding-left: 24px;
  position: relative;
  color: #000;
}

.header-shop .cart-link a::before {
  content: url(../images/cart-icon-sm.svg);
  position: absolute;
  left: 0px;
  top: 0px;
}

@media (max-width: 1199px) {
  .header .navbar-brand img {
    transition: width 0.5s ease;
    width: 90px;
  }

  .header .navbar-toggler {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .header .navbar-collapse {
    position: absolute;
    background: #fffdf6;
    width: 100%;
    top: 53px;
    left: 0;
    padding: 10px 10px 10px 30px;
    border-bottom: 5px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
  }

  .header-shop {
    position: absolute;
    right: 60px;
  }

  .header .navbar-nav .nav-item {
    border-bottom: 1px solid #198754;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .header .navbar-nav .nav-item.shop-btn {
    border-bottom: none;
  }

  .header .navbar-nav .nav-item.cart-link {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .header {
    padding: 0px 0px 5px;
  }

  .header .navbar-brand img {
    transition: width 0.5s ease;
    width: 150px;
  }

  .header.my-fixed .navbar .navbar-brand img {
    width: 100px;
  }

  .header .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 14px;
  }

  .header-shop .cart-link a,
  .header-shop .shop-btn a {
    font-size: 16px;
    font-weight: 500;
  }

  .header-shop .cart-link a {
    padding-left: 40px;
  }

  .header-shop .cart-link {
    margin-left: 10px;
    margin-right: 14px;
  }

  .header-shop .cart-link a::before {
    left: 0px;
    content: url(../images/cart-icon.svg);
    top: -6px;
  }
}

@media (min-width: 1366px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 10px 16px;
  }

  .header-shop .cart-link a,
  .header-shop .shop-btn a {
    font-size: 18px;
  }

  .header-shop .cart-link {
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .header .navbar-nav .nav-item .nav-link {
    padding: 10px 18px;
  }

  .header-shop .cart-link {
    margin-right: 22px;
  }
}

@media (min-width: 1920px) {
  .header .navbar-nav .nav-item .nav-link {
    padding: 10px 22px;
  }

  .header-shop .cart-link {
    margin-right: 27px;
  }
}

.prod-img {
  padding: 30px 10px;
  text-align: center;
}

.prod-txt {
  padding: 20px;
}

.prod-txt-inner .cart--btn {
  text-align: center;
}

.prod-txt h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 800;
}

.prod-price {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.prod-img1 {
  background: #F8F5DB;
}

.prod-txt1 {
  background: #F1DAB6;
}

.prod-img2 {
  background: #FFF2E0;
}

.prod-txt2 {
  background: #198754;
}

.prod-img img {
  width: 107px;
}

@media (max-width: 767px) {
  .prod-titl {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .prod-txt-inner .cart-btn {
    width: 100%;
  }

  .prod-sec .container {
    width: 100%;
    /*padding-left: 0; padding-right: 0;*/
  }

  .prod-sec .prod-txt {
    margin-left: 15px;
    margin-right: 15px;
  }

  .prod-box1 {
    background: #F8F5DB;
    padding-bottom: 30px;
  }

  .prod-box2 {
    background: #FFF2E0;
    padding-bottom: 30px;
  }

  .prod-sec.spb-50 {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .prod-img img {
    width: 200px;
  }

  .prod-txt h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .prod-price {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .prod-txt-inner .cart--btn {
    text-align: unset;
  }

  .prod-img img {
    width: auto;
  }

  .prod-txt {
    padding: 30px 20px;
    text-align: center;
  }

  .prod-txt-inner {
    display: inline-block;
    text-align: left;
  }

  .prod-txt h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .prod-price {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 1366px) {
  .prod-txt h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .prod-price {
    font-size: 28px;
    line-height: 32px;
  }
}

.best-sec {
  /* background: #428690; */
  /* color: #fff; */
  padding-bottom: 35px;
  padding-top: 30px;
}

.best-sec .row {
  align-items: center;
  z-index: 2;
  position: relative;
}

.best-sec h2 {
  border-bottom: 2px solid black;
  /* padding-bottom: 20px; */
  margin-bottom: 24px;
  width: 100%;
}

.best-sec ul {
  padding: 0;
  margin: 0;
}

.best-sec ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  list-style-type: none;
}

.best-img {
  position: relative;
}

.best-img .best-badge {
  position: absolute;
  bottom: -15px;
  left: -65px;
  width: 103px;
}

@media (max-width: 767px) {
  .best-sec span.db {
    display: block;
  }
}

@media (min-width: 768px) {
  .best-sec ul li {
    font-size: 24px;
    line-height: 30px;
  }

  .best-img .best-badge {
    position: absolute;
    bottom: -30px;
    left: -78px;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .best-sec {
    padding-bottom: 100px;
    padding-top: 30px;
  }

  .best-sec ul li {
    font-size: 34px;
    line-height: 40px;
  }

  .best-img .best-badge {
    position: absolute;
    bottom: -30px;
    left: -100px;
    width: 200px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .best-sec h2 span {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .best-sec {
    padding-bottom: 100px;
    padding-top: unset;
  }

  .bestcol-left {
    padding-top: 200px;
  }

  .best-sec-inner {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .best-sec h2 {
    position: absolute;
    left: 0;
    top: 10%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff;
  }

  .best-sec h2 {
    position: absolute;
    left: 0;
    top: 10%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff;
  }

  .best-img .best-badge {
    position: absolute;
    bottom: -50px;
    left: -110px;
    width: 220px;
  }

  .best-sec ul li {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 1366px) {
  .best-img .best-badge {
    position: absolute;
    bottom: -50px;
    left: -130px;
    width: 250px;
  }

  .best-sec ul li {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (min-width: 1920px) {
  .best-sec {
    padding-bottom: 150px;
  }

  .best-img .best-badge {
    position: absolute;
    bottom: -106px;
    left: -174px;
    width: auto;
  }
}

.benefits-sec {
  background: #FFFCF9
}

.benefits-sec-top h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.benefits-sec-top img {
  width: 92px;
}

.benefits-sec h2 span {
  display: block;
}

.benefits-sec-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  margin-top: 10px;
}

.ben-btm-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ben-btm-item .ben-item-img {
  flex-shrink: 0;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.ben-btm-item h3 {
  font-size: 12px;
  line-height: 14px;
}

@media (min-width: 768px) {
  .benefits-sec-top img {
    width: 120px;
  }

  .benefits-sec-btm {
    padding-top: 30px;
    margin-top: 30px;
  }

  .benefits-sec h2 span {
    display: inline-block;
  }

  .ben-btm-item h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .benefits-sec-top h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .ben-btm-item {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .benefits-sec-top img {
    width: auto;
  }

  .benefits-sec-top h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .ben-btm-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1366px) {
  .benefits-sec-top h3 {
    font-size: 26px;
  }

  .ben-btm-item h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .ben-btm-item .ben-item-img {
    flex-shrink: 0;
    margin-right: 20px;
    width: 80px;
  }
}

@media (min-width: 1920px) {
  .benefits-sec-top h3 {
    font-size: 30px;
  }
}

.nchart-sec {
  background: #fff;
}

.nchart-sub {
  text-align: center;
}

.nchart-sub .nchart-sub-inner {
  font-size: 14px;
  line-height: 14px;
  background: #F47D20;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  border-radius: 75px;
  font-weight: 600;
  padding-left: 45px;
}

.nchart-sub .nchart-sub-inner:before {
  content: "";
  background: url(../images/cal-icon.svg);
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  position: absolute;
  left: -3px;
  top: -2px;
}

.nchart-sec .cdlist {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dotted #000;
  margin-bottom: 8px;
}

.cdlist .cdtitl,
.cdlist .cdvol {
  background: #C6E9F0;
  position: relative;
  top: 5px;
  line-height: 14px;
}

.cdlist .cdtitl {
  padding-right: 8px;
}

.cdlist .cdvol {
  padding-left: 8px;
}

@media (min-width: 768px) {
  .nchart-sub .nchart-sub-inner {
    font-size: 24px;
    line-height: 28px;
    padding-left: 75px;
  }

  .nchart-sub .nchart-sub-inner:before {
    width: 68px;
    height: 68px;
    background-size: 68px 68px;
    left: -3px;
    top: -10px;
  }
}

@media (min-width: 1200px) {
  .nchart-sub .nchart-sub-inner {
    font-size: 28px;
    line-height: 32px;
    padding-left: 95px;
  }

  .nchart-sub .nchart-sub-inner:before {
    width: 88px;
    height: 88px;
    background-size: 88px 88px;
    left: -3px;
    top: -15px;
  }

  .nchart-sec .cdlist {
    border-bottom: 3px dotted #000;
    margin-bottom: 12px;
  }

  .cdlist .cdtitl,
  .cdlist .cdvol {
    line-height: 20px;
  }
}


/* Cart page*/
.cart-section {
  background: #fffcf9;
}

.cart-section h5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.cart-section .nav.nav-tabs {
  justify-content: space-around;
  border-bottom: 1px solid #C6C6C6;
  padding-bottom: 5px;
}

.cart-section .nav-tabs .nav-link {
  border: unset;
  font-size: 16px;
  font-weight: 600;
  color: #B1B5C3;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-section .nav-tabs .nav-link span {
  display: none;
}

.cart-section .nav-tabs .nav-link.active {
  background: transparent;
  color: #198754;
  position: relative;
}

.cart-section .nav-tabs .nav-link.active:after {
  content: "";
  background: #198754;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

@media (min-width: 414px) {
  .cart-section .nav-tabs .nav-link {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {

  .cart-section,
  .cart-section.sp-50 {
    padding: 80px 0px 150px;
  }

  .cart-section .nav.nav-tabs {
    justify-content: center;
    padding-bottom: 20px;
  }

  .cart-section .nav-tabs .nav-item {
    padding: 0px 44px;
  }

  .cart-section .nav-tabs .nav-link {
    font-size: 24px;
    padding-left: 60px;
    padding-right: 40px;
  }

  .cart-section .nav-tabs .nav-link.active:after {
    height: 4px;
    bottom: -21px;
  }

  .cart-section .nav-tabs .nav-link span {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #B1B5C3;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 0;
  }

  .cart-section .nav-tabs .nav-link.active span {
    background: #198754;
  }
}

.sc-col-left {
  background: #EEFCFF;
  padding: 30px;
}

.sc-col-left-desc {
  display: grid;
  grid-template-columns: 45% 18% 22% 15%;
  grid-column-gap: 10px;
  border-bottom: 1px solid #0091B0;
  padding-bottom: 10px;
}

.sc-prod-items-prod {
  display: flex;
  align-items: stretch;
}

.sc-prod-items-prod-img img {
  flex-shrink: 0;
  margin-right: 10px;
  width: 70px;
}

.sc-prod-items-prod-details {
  position: relative;
}

.sc-prod-items-prod-details .sc-prod-titl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 5px;
}

.sc-prod-items-prod-details .sc-prod-qty {
  font-size: 14px;
  color: #707070;
}

.sc-prod-items-prod-details .sc-prod-del {
  position: absolute;
  bottom: 5px;
}

.sc-prod-items-prod-details .sc-prod-del a {
  font-size: 14px;
  color: #FF4040;
  text-decoration: underline;
  font-weight: 600;
}

.sc-prod-items-prod-details .sc-prod-del a:hover {
  text-decoration: none;
}

.sc-prod-counter,
.sc-price,
.sc-subtotal {
  margin-top: 8px;
}

@media (max-width: 1079px) {
  .sc-col-left {
    margin-bottom: 30px;
  }

  .sc-col-left-desc,
  .sc-subtotal {
    display: none;
  }

  .sc-col-left .sc-col-left-items {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    border-top: 1px solid #707070;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
  }

  .sc-col-left .sc-col-left-items:nth-of-type(2) {
    border-top: 0px;
    padding-top: 0;
  }

  .sc-prod-items-prod-img {
    position: absolute;
    right: 0;
  }

  .sc-col-left {
    padding: 30px 20px;
  }

  .sc-prod-items-prod-img img {
    margin-right: 0px;
    width: 65px;
  }

  .sc-prod-items-prod-details {
    position: unset;
    margin-right: 75px;
  }

  .sc-prod-qty span {
    display: none;
  }

  .sc-prod-items-prod-details .sc-prod-del {
    position: absolute;
    bottom: 5px;
    left: 109px;
  }

  .sc-prod-items-prod-details .sc-prod-del a {
    font-size: 12px;
  }

  .sc-prod-counter {
    margin-top: 24px;
    width: 100%;
    order: 1;
  }

  .sc-price {
    text-align: right;
    position: absolute;
    bottom: -3px;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
  }

  .sc-price span {
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .sc-save {
    color: #198754;
    background: #C6E9F0;
    padding: 3px 10px;
    text-align: center;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 20px;
  }

  .sc-prod-counter input.form-control {
    flex: 0.3 1 auto;
  }
}

@media (min-width: 768px) {
  .sc-col-left-desc span {
    font-size: 20px;
  }

  .sc-col-left-items {
    display: grid;
    grid-template-columns: 45% 18% 22% 15%;
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .sc-col-left-items {
    padding-top: 30px;
  }
}

@media (min-width: 1600px) {

  .sc-prod-items-prod-details .sc-prod-titl,
  .sc-price,
  .sc-subtotal {
    font-size: 18px;
  }

  .sc-prod-items-prod-img img {
    margin-right: 16px;
    width: 90px;
  }
}

.sc-prod-counter button {
  background: transparent;
  border: 0;
}

.sc-prod-counter .input-group {
  width: 96px;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 4px;
  flex-wrap: nowrap;
}

.sc-icon-minus {
  content: url(../images/sc-icon-minus.svg);
  display: block;
  position: relative;
  left: 5px;
  max-width: 11px;
}

.sc-icon-plus {
  content: url(../images/sc-icon-plus.svg);
  display: block;
  position: relative;
  top: 5px;
  right: 5px;
  max-width: 11px;
}

.sc-prod-counter input.form-control {
  width: 40px;
  background: transparent;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 0;
  border-bottom: 0;
  flex: unset;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.sc-price {
  color: #2DA426;
}

.sc-price span {
  color: #707070;
  margin-right: 8px;
  text-decoration: line-through;
}

.sc-subtotal {
  font-weight: 600;
}

.sc-coupon .sc-coupon-titl {
  font-size: 18px;
  font-weight: 18px;
}

.sc-coupon .sc-coupon-desc {
  color: #707070;
}

.sc-coupon input.form-control {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-color: #B5B5B5;
}

.sc-coupon .btn {
  border: 1px solid #B5B5B5;
  border-radius: 0;
  border-left: 0;
}

.sc-coupon .btn:active,
.sc-coupon .btn:focus,
.sc-coupon .btn:focus-visible,
.sc-coupon .btn:first-child:active {
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid #B5B5B5;
  border-radius: 0;
  border-left: 0;
}

.sc-coupon .coupon-icon {
  border: 1px solid #B5B5B5;
  border-radius: 0;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sc-coupon input.form-control,
.sc-coupon .btn {
  height: 50px;
  font-size: 18px;
}

.coupon-icon {
  content: url(../images/coupon-icon.svg);
}

.sc-cart-summary .sccs-titl {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.sc-cart-summary .sccs-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sccs-list-item-total {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #B5B5B5;
  padding-top: 10px;
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .sccs-list-item-total {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .sc-cart-summary .sccs-list-item {
    font-size: 18px;
  }
}

.sc-save {
  color: #198754;
}

.cart-section .btn-submit {
  background: #198754;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: 38px;
  margin-top: 20px;
  border-radius: 0;
  font-size: 14px;
}

.cart-section .btn-submit:active,
.cart-section .btn-submit:focus,
.cart-section .btn-submit:focus-visible,
.cart-section .btn-submit:first-child:active {
  background: #198754;
  color: #fff;
  border: 0;
}

@media (min-width: 1024px) {
  .cart-section .btn-submit {
    height: 70px;
    font-size: 18px;
  }
}

.checkout-details {
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
  color: #6C7275;
}

.checkout-details input.form-control {
  border-color: #999999;
  border-radius: 0;
}

.checkout-details .form-check-input[type="checkbox"] {
  border-radius: 0;
  --bs-form-check-bg: #D9D9D9;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 8px;
}

.checkout-details .btn-outline-violet {
  color: #198754;
  border: 1px solid #198754;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.checkout-details .btn-outline-violet:active,
.checkout-details .btn-outline-violet:focus,
.checkout-details .btn-outline-violet:focus-visible,
.checkout-details .btn-outline-violet:first-child:active {
  background: transparent;
  color: #198754;
  border: 1px solid #198754;
}

@media (max-width: 767px) {

  .checkout-details,
  .checkout-details .form-control {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .checkout-details input.form-control {
    height: 40px;
  }

  .checkout-details .btn-outline-violet {
    font-size: 16px;
  }
}

.checkout-details .form-control::placeholder,
.checkout-details .form-control::-moz-placeholder {
  color: #6C7275;
}

.payment-details {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #6C7275;
}

.ysa-edit-btn {
  background: transparent;
  border: 0;
}

.ysa-box textarea {
  border: 1px solid #999999;
  background: transparent;
  height: 120px;
  padding: 16px;
}

.payment-methods .pm-btn {
  width: 100%;
  display: block;
  background: transparent;
  border: 1px solid #6C7275;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  padding: 5px 10px 5px 60px;
}

.payment-methods .pm-btn {
  color: #6C7275;
  font-size: 12px;
  text-transform: uppercase;
}

.payment-methods .pm-btn span {
  color: #6C7275;
  font-size: 12px;
  text-transform: none;
  display: block;
}

.payment-methods .pm-btn:after {
  content: url(../images/pm-arrow-icon-sm.svg);
  position: absolute;
  right: 16px;
  top: 18px;
  display: inline-block;
}

.payment-methods .pm-btn:before {
  display: inline-block;
}

.pm-btn-upi:before {
  content: url(../images/pm-upi-icon-sm.svg);
  position: absolute;
  top: 18px;
  left: 12px;
}

.pm-btn-cards:before {
  content: url(../images/pm-cards-icon-sm.svg);
  position: absolute;
  top: 11px;
  left: 12px;
}

.pm-btn-nb:before {
  content: url(../images/pm-nb-icon-sm.svg);
  position: absolute;
  top: 11px;
  left: 12px;
}

.pm-btn-cod:before {
  content: url(../images/pm-cod-icon-sm.svg);
  position: absolute;
  top: 9px;
  left: 12px;
}

@media (min-width: 1024px) {
  .payment-methods .pm-btn {
    margin-bottom: 20px;
    padding: 10px 10px 10px 90px;
  }

  .payment-methods .pm-btn:after {
    content: url(../images/pm-arrow-icon.svg);
    right: 16px;
    top: 18px;
  }

  .payment-methods .pm-btn {
    font-size: 14px;
  }

  .payment-methods .pm-btn span {
    font-size: 14px;
  }

  .pm-btn-upi:before {
    content: url(../images/pm-upi-icon.svg);
    position: absolute;
    top: 22px;
    left: 16px;
  }

  .pm-btn-cards:before {
    content: url(../images/pm-cards-icon.svg);
    position: absolute;
    top: 13px;
    left: 16px;
  }

  .pm-btn-nb:before {
    content: url(../images/pm-nb-icon.svg);
    position: absolute;
    top: 13px;
    left: 16px;
  }

  .pm-btn-cod:before {
    content: url(../images/pm-cod-icon.svg);
    position: absolute;
    top: 12px;
    left: 16px;
  }
}

/*home css*/
.nc-table.table>:not(caption)>*>* {
  background-color: transparent;
  padding: 0.4rem 0.5rem;
}

.nc-table th {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  white-space: nowrap;
}

.nc-table td {
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  vertical-align: middle;
}

.note-sec p {
  font-size: 28px;
  font-weight: 400;
  line-height: 33.6px;
}

/*Story css*/
.thmbg-primary {
  background-color: #f0fff4;
}

.thmtxt-primary {
  color: #198754;
}

.second-hdng {
  font-size: 56px;
  line-height: 67.2px;
}

.third-hdng {
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.fourth-hdng {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.para {
  font-size: 20px;
  line-height: 28px;
}

.story--banner h1 span {
  color: gray;
}

.fw-600 {
  font-weight: 600;
}

.story--banner p {
  font-size: 24px;
  line-height: 32px;
}

.mainctnt-col {
  padding-bottom: 210px;
}

.story--banner .mainimg-col {
  z-index: 1;
}

.story--banner .main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 30px;
}

.story-sec2 {
  margin-top: -230px;
  padding-bottom: 400px;
}

.subsec-2 h4,
.subsec-3 h2,
.story-sec4 h2 {
  border-bottom: 3px solid #198754  ;
}

.pro-col {
  z-index: 1;
}

.line-img {
  margin-left: -110px;
}

.story-sec3 {
  background-color: #e8f1f7;
  border-radius: 15px;
}


.img-box {
  margin-bottom: -70px;
}

.story-sec4 h4 {
  font-size: 30px;
  line-height: 38px;
}

.story-sec4 p {
  font-size: 24px;
  line-height: 32px;
}

.story-sec4 .ctnt-col {
  padding-bottom: 85px;
}

.story-sec4 .mainimg-col {
  z-index: 1;
}

.story-sec4 .main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media (min-width: 1200px) {
  .para {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1400px) {
  .img-box {
    margin-bottom: -135px;
  }

  .story-sec4 .ctnt-col {
    padding-bottom: 160px;
  }


  .story-sec3 {
    max-width: 1380px;
  }
}

@media (min-width: 1600px) {
  .story-sec2 {
    margin-top: -285px;
  }
}

@media only screen and (max-width:1024px) {

  .nc-table th,
  .nc-table td {
    font-size: 22px;
    line-height: 32px;
  }

  .mainctnt-col {
    padding-bottom: 95px;
  }

  .story--banner .main-img {
    margin-left: 0px;
  }

  .story-sec2 {
    margin-top: -135px;
  }

  .pro-col {
    padding-left: 30px;
  }

  .story-sec3 {
    margin-top: 5px;
  }

  .story-sec4 .ctnt-col {
    padding-bottom: 0px;
  }

  .story-sec5 {
    margin-top: 0px;
  }

  .note-sec p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media only screen and (max-width:991px) {

  .nc-table th,
  .nc-table td {
    font-size: 16px;
    line-height: 26px;
  }

  .nc-table.table>:not(caption)>*>* {
    padding: 0.20rem 0.4rem;
  }

  .first-hdng {
    font-size: 48px;
    line-height: 58px;
  }

  .second-hdng {
    font-size: 40px;
    line-height: 50px;
  }

  .third-hdng {
    font-size: 32px;
    line-height: 42px;
  }

  .fourth-hdng {
    font-size: 30px;
    line-height: 40px;
  }

  .story-sec4 h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .mainctnt-col {
    padding-bottom: 0px;
  }

  .story--banner .main-img {
    margin-top: -75px;
  }

  .story-sec2 {
    margin-top: -175px;
  }

  .pro-col img {
    padding-left: 30px;
  }

  .story-sec3 {
    margin-top: 5px;
  }

  .img-box {
    margin-bottom: 30px;
  }

  .subsec-3 .ctnt-box .para {
    height: 95px;
  }
}

@media only screen and (max-width:767px) {

  .nc-table th,
  .nc-table td {
    font-size: 14px;
    line-height: 20px;
  }

  .nc-table.table>:not(caption)>*>* {
    padding: 0.2rem 0.2rem;
  }

  .site-accord .home-nc .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .note-sec p {
    font-size: 18px;
    line-height: 24px;
  }

  .story--banner .main-img {
    margin-top: -25px;
  }

  .first-hdng {
    font-size: 32px;
    line-height: 42px;
  }

  .second-hdng {
    font-size: 28px;
    line-height: 38px;
  }

  .third-hdng {
    font-size: 24px;
    line-height: 34px;
  }

  .fourth-hdng {
    font-size: 20px;
    line-height: 30px;
  }

  .story--banner p,
  .story-sec4 p {
    font-size: 18px;
    line-height: 28px;
  }

  .para {
    font-size: 16px;
    line-height: 26px;
  }

  .story-sec2 {
    margin-top: -115px;
  }

  .pro-col {
    text-align: -webkit-center;
  }

  .pro-col img {
    padding-left: 0px;
  }

  .line-img {
    display: none;
  }

  .subsec-3 img {
    width: 50%;
  }

  .subsec-3 .ctnt-box .para {
    height: auto;
    text-align: center;
    margin-top: 15px;
  }

  .story-sec3 {
    margin-top: 5px;
  }
}

@media only screen and (max-width:360px) {
  .nc-table.table>:not(caption)>*>* {
    padding: 0.20rem 0.1rem;
  }
}