/*!
Theme Name: Ask the Nurse Child 
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --ff-primary: "Poppins", sans-serif;
  --ff-secondary: "Nunito", sans-serif;
  --clr-primary: linear-gradient(320.22deg, rgba(0, 169, 255, 0.83) 5.9%, rgba(34, 131, 211, 0.95) 59.07%, #3172BF 91.67%);
  --clr-text-secondary: #252525;
  --clr-dark-blue: #3175C2;
  --clr-light-blue: #00A9FF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--ff-primary);
}


body {
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  left: auto;
  margin-left: auto;
  position: relative;
  /*background-image: url(/wp-content/uploads/2020/10/404.jpg);*/
  background-size: cover;
  padding: 120px 0;
}

.not_found_inner {
  max-width: 100%;
}

.error404 #masthead,
.error404 #colophon {
  /* display: none; */
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  /* margin-top: 0px; */
  /* margin-bottom: 0px; */
  font-weight: 800;
  margin: 0px;
}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 40px;
}

.page-header p {
  font-size: 18px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}


/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */


.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

.search-results .nav-links {
  display: none;
}



/*SEARCH RESULTS - NO RESULTS CSS ENDS*/


/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */


/*  Drop down menu CSS*/
#primary-menu {
  margin: 0px;
  text-align: center;
}

#primary-menu li {
  display: inline-block;
  /* padding: 0 10px; */
}

li.current_page_item a:not(.button_wrap a)::before {
  opacity: 1 !important;
}

#primary-menu li a {
  padding: 10px 0;
  color: #000;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: '';
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: none;
  !important;
  height: auto !important;
}

#mm ul.sub-menu.active-sub-menu {
  display: block !important;
}

#mml {
  padding-inline: 15px;
  color: #ffffff;
  padding-block: 10px;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background: transparent;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 44%;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  transform: translateY(-50%) !important;
}

#mmb span {
  display: block;
  position: absolute;
  height: 4.5px;
  width: 100%;
  background: var(--clr-dark-blue);
  background: var(--clr-primary);
  /* transform: translateY(-50%) !important; */
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 4px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 123px;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
  background-image: var(--clr-primary) !important;
  border-radius: 0px;
  /* border: none; */
  background-color: white !important;
  font-weight: 500;
  height: 57px !important;
}

#mm #primary-menu a:hover {
  background-color: var(--clr-dark-blue);
  opacity: .9;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 22px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {

  border-color: rgba(84, 84, 84, 0.8);

}

.input-radio::after,
input[type="radio"]::after {

  border-radius: 50%;

}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, .1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  letter-spacing: ;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, .9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 550px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}


ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}


a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}


.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}


.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: 10px !important;
  text-align: center;
}

.page-id-317 .woocommerce-MyAccount-content a.woocommerce-Button {
  position: relative;
  top: -10px !important;
  text-align: center;
}

/* Woo Commerce End Here */

/* UTILS START */

.zoom-125 .about-story-row .img_wrap {
	 top: 5%;
}

.mb-6 {
	margin-bottom: 55px;
}

.hide-all-scroll {
	overflow: hidden !important;
}

.opacity-effect>* {
  transition: all 300ms ease;
}

.opacity-effect>*:hover {
  opacity: .8;
}

.clr-blue {
  color: var(--clr-dark-blue) !important;
}

.sub-section-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  text-transform: capitalize;
  color: var(--clr-dark-blue);
  margin-bottom: 10px;
}

.bordered-heading {
  font-size: 32px !important;
  font-style: normal;
  letter-spacing: -5%;
  -webkit-text-stroke-width: 1px;
  display: block;
  transition: all 0.4s ease;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--clr-dark-blue);
  font-weight: 900 !important;
}

.section-heading-center .section-heading {
  text-align: center;
}

.container {
  max-width: 1240px !important;
  width: 100%;
}

.section-heading {
  font-weight: 600;
  font-size: 64px;
  line-height: 40px;
  color: var(--clr-text-secondary);
  margin-bottom: 40px;
}

.colored-text {
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.83) 5.9%, rgba(34, 131, 211, 0.95) 59.07%, #3172BF 91.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: capitalize;
  margin: 0px;
}

.section-caption {
  font-weight: 500;
  font-size: 32px;
  line-height: 70px;
  color: #000000;
  text-transform: capitalize;
}

@keyframes jiggle {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.button_wrap>*,
.page-content .return_home {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  min-width: 256px;
  height: 60px;
  padding-inline: 44px;
  padding-block: 16.5px;
  background: var(--clr-primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF !important;
  border-radius: 40px;
  border-bottom-left-radius: 0px;
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color 200ms ease;
}

.button_wrap>*:hover {
  color: #fff !important;
  animation: jiggle 0.3s ease;
}

/* Overlay background */
.button_wrap>*::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms ease;
  z-index: 0;
}

/* Show black overlay on hover */
.button_wrap>*:hover::before {
  transform: scaleX(1);
}

/* Keep text visible above overlay */
.button_wrap>* span {
  position: relative;
  z-index: 1;
}

.button_wrap>* {
  position: relative;
  color: #fff !important;
  z-index: 1;
  /* Add this */
}

.button_wrap>*::before {
  z-index: -1;
  /* Send overlay behind the text */
}

/* Optional: ensure white text stays */
.button_wrap>*:hover {
  color: #fff !important;
}


.outer-links>* {
  width: 180px;
  height: 58.62px;
  border-radius: 11.81px;
  overflow: hidden;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease;
  /* Smooth scaling */
}

.outer-links img {
   transition: transform 0.3s ease;
}

/* .outer-links .playstore-button {
  background-image: url(/wp-content/uploads/2025/07/google-play-svg.svg);
}

.outer-links .appstore-button {
  background-image: url(/wp-content/uploads/2025/07/apple-store-svg.svg);
} */

.outer-links > a:hover img {
  transform: scale(1.1);
}

/* UTILS END */

/* HEADER START */

html {
  margin-top: 145px !important;
}

.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	/* background: transparent; */
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}

.header-flex #primary-menu li a:not(.button_wrap a) {
  position: relative;
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #001034;
  padding: 10px;
  margin-right: 60px;
}

.header-flex #primary-menu li a:not(.button_wrap a)::before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  bottom: 0px;
  background: var(--clr-primary);
  opacity: 0;
  transition: opacity 200ms ease;
}

.header-flex #primary-menu li a:not(.button_wrap a):hover::before {
  opacity: 1;
}

#mml .logo-wrapper {
  width: fit-content;
}

#mml .logo-wrapper img {
  width: 100px;
}

/* HEADER END */

/* BANNER SECTION START */

.banner-section {
  position: relative;
  /* padding-bottom: 40px; */
  margin-bottom: 40px;
}

.about-us-page .banner-section {
  margin-bottom: 110px;
}

.banner-section .banner-wrapper {
  min-height: 737px;
  width: 100%;
}

.banner-section .banner-row {
  align-items: center;
}

.banner-section::before {
  content: "";
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, rgba(194, 234, 253, 0.4489) 84.91%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 266px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}

.banner-section .section-caption {
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  margin: 0px;
  color: #000000;
}

.banner-section .banner-text .colored-text {
  margin-bottom: 20px;
  width: max-content;
}

.banner-section .banner-text p {
  margin-bottom: 20px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

/* BANNER SECTION END */

/* HOME STATS SECTION START */

.h-stats-section {
  position: relative;
  /* top: -85px; */
  padding-bottom: 130px;
}

.h-stats-section .stats-row {
	justify-content: center;
}

.stats-card-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: flex-start;
  margin-bottom: 29px;
}

.stats-card-wrapper .stat-card {
  position: relative;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 242px;
  height: 296px;
  box-shadow: 0px 24px 49.6px rgba(234, 234, 234, 0.2);
  border-radius: 40px;
  padding-inline: 30px;
  isolation: isolate;
}

.stats-card-wrapper>div:not(:first-child) img {
  right: 12px;
}

.stat-card-text img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.stat-card h5 {
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.157143px;
  color: var(--clr-light-blue);
}

.stat-card span {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--clr-text-secondary);
}

.stats-note {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #939393;
  font-style: italic;
}

.stats-card-wrapper .img_wrap {
  position: relative;
}

.stats-wrapper .img_wrap::before {
  content: "";
  background: rgba(176, 223, 254, 0.53);
  border-radius: 12px;
  position: absolute;
  height: 358px;
  width: 394px;
  z-index: -1;
  top: 3%;
  left: 29%;
}

.h-why-started-section .started-section-row {
  align-items: center;
}

.h-why-started-section .started-section-row .colored-text {
  margin-bottom: 30px;
  line-height: .8;
}

/* HOME STATS SECTION END */

/* HOME WHY STARTED SECTION START */

.h-why-started-section {
  position: relative;
  min-height: 660px;
  padding-bottom: 90px;
}

.h-why-started-section::before {
  content: "";
  position: absolute;
  width: 425px;
  height: 660px;
  left: 0px;
  top: -85px;
  background: rgba(176, 223, 254, 0.29);
  border-radius: 12px;
}

.h-why-started-section .img_wrap img {
  border-radius: 12px;
}

.h-why-started-section p {
  margin-bottom: 30px;
}

/* HOME WHY STARTED SECTION END */

/* HOME NUTRITION SECTION START */

.h-nutrition-section {
  padding-bottom: 60px;
  position: relative;
}

.nutrition-sec-wrapper {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 24px 49.6px rgba(234, 234, 234, 0.2);
  border-radius: 15px;
  max-width: 1361px;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  min-height: 393px;
  justify-content: center;
}

.nutrition-text {
  text-align: center;
}

.nutrition-text .section-caption {
  margin-bottom: 128px;
}

.nutrition-text .colored-text {
  margin-bottom: 45px;
  line-height: 82.95px;
}

.nutrition-text .button_wrap * {
  width: fit-content;
  margin-inline: auto;
  font-weight: 500;
  font-size: 18px;
  min-width: 240px;
  padding-inline: 20px;
}

.text-slider {
  position: absolute;
  height: 294px;
  width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-item {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(-500%);
  text-align: center;
  transition: opacity 3s ease, transform 3s ease;
}

.text-item.enter {
  opacity: 1;
  transform: translateY(0%);
}

.text-item.exit {
  opacity: 0;
  transform: translateY(0%);
}

.hide-scroll {
  overflow-x: hidden !important;
}

/* HOME NUTRITION SECTION END */

/* HOME HELP SECTION START */

.h-help-section {
  position: relative;
  padding-bottom: 108px;
  min-height: 650px;
}

.h-help-section::before {
  content: "";
  background: rgba(176, 223, 254, 0.29);
  border-radius: 50%;
  height: 664px;
  width: 682px;
  position: absolute;
  right: -17.01%;
  /* left: 50%; */
  top: -30px;
}

.h-help-section::after {
  content: "";
  background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0%, #FFFFFF 84.91%);
  position: absolute;
  height: 267px;
  width: 100%;
  bottom: 20px;
  right: 0px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0px;
  /* background: white; */
  z-index: 1;
}

.h-help-section .img_wrap {
  position: relative;
  height: 647px;
  width: 100%;
}

.h-help-section .img_wrap img {
  width: 695px;
  height: 647px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0px;
}

.help-section-wrapper .colored-text {
  margin-bottom: 30px;
}

.help-section-row {
  align-items: center;
}

.help-section-row .left-col {
  position: relative;
  z-index: 10;
}

.help-section-row .left-col p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
  padding-right: 51px;
}

/* HOME HELP SECTION END */

/* HOME IMAGE GRID SECTION START */

.h-image-grid-section {
  padding-bottom: 120px;
}

.image-grid {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.image-grid-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.42px;
  margin: 0px;
  position: relative;
  top: 20px;
}

.image-grid-social-list a {
  display: block;
}

.image-grid-social-list a img {
  transition: all 300ms ease;
}

.image-grid-social-list a:hover img {
  transform: rotate(360deg);
}

.image-grid .img_wrap:first-child {
	width: 245px;
	height: 401px;
}

.image-grid .img_wrap:first-child img {
    object-position: left;
}

.image-grid .img_wrap:nth-child(2) {
	width: 435px;
    height: 285px;
}

.image-grid .img_wrap:nth-child(3) {
	width: 255px;
    height: 285px;
}

.image-grid .img_wrap:last-child {
	width: 245px;
    height: 401px;
}

.image-grid img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.h-image-grid-section .section-heading {
  margin-bottom: 50px;
}

.image-grid-text {
  position: relative;
  top: 20px;
}

/* HOME IMAGE GRID SECTION END */

/* FOOTER START */

.footer-wrapper {
  background-color: var(--clr-dark-blue);
}

.footer-wrapper .footer-row {
  justify-content: space-between;
  margin-bottom: 58px;
}

.footer-text h5 {
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.footer-email {
  margin-bottom: 60px;
  width: fit-content;
}

.footer-email a {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-email p {
  margin: 0;
}

.footer-email span {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-right: 15px;
}

.footer-email p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}

.footer-logo {
  margin-inline: auto;
  text-align: center;
  position: relative;
  top: -80px;
}

.footer-logo a {
  display: block;
  width: min-content;
  margin-inline: auto;
}

.footer-logo a img {
  transition: all 300ms ease;
}

.footer-logo a:hover img {
  transform: scale(1.1);
}

.copyright {
  margin: 0px;
}

.footer-imp-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-imp-links li:nth-child(2) {
  padding-inline: 27px;
}

.footer-imp-links li a {
  padding-right: 27px;
  padding-block: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #E8E8E8;
  border-right: 1px solid #E8E8E8;
  transition: all 200ms ease;
}

.footer-imp-links li a:hover {
  opacity: .7;
}

.footer-imp-links li:last-child a {
  border: none;
}

.footer-play-button-col h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer-col-wrap {
  width: max-content;
  margin-left: auto;
}

p.copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  padding-block: 9px;
  border-top: 1px solid #54A2FA;
}

.copyright a {
  color: #fff !important;
}

.copyright a:hover {
  opacity: .6;
}

/* FOOTER END */

/* ABOUT US PAGE START */

.about-us-page .banner-section::before {
  bottom: 4px;
}

/* ABOUT EVEN COL SECTION */

.about-even-col-section {
  padding-bottom: 110px;
}

.about-even-col-section .row {
  align-items: center;
}

.even-col-image-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.even-col-image-container img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-group .img_wrap:first-child {
  margin-bottom: 20px;
  height: 291px;
  width: 291px;
}

.image-group .img_wrap:last-child {
  width: 291px;
  height: 213px;
}

.even-col-image-container>.img_wrap {
  height: 426px;
  width: 291px;
}

.about-even-text .colored-text {
  margin-bottom: 30px;
}

.about-even-text {
  max-width: 520px;
  width: 100%;
}

.about-even-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 20px;
}

.about-even-text p:last-child {
  margin-bottom: 0px;
}

/* ABOUT EVEN COL SECTION */

/* ABOUT STORY SECTION START */

.about-story-section {
  position: relative;
  min-height: 540px;
  margin-bottom: 100px;
}

.about-story-section::before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0px;
  background-image: url('/wp-content/uploads/2025/07/about-story-prop.png');
  height: 179px;
  width: 283px;
}

.about-story-section::after {
  content: "";
  position: absolute;
  width: 425px;
  height: 660px;
  left: 0px;
  top: -40px;
  z-index: -3;
  background: rgba(176, 223, 254, 0.29);
  border-radius: 12px;
}

.about-story-section .about-story-row {
  align-items: center;
  min-height: 572px;
}

.about-story-row .left-col {
  position: static;
}

.about-story-row .img_wrap {
  position: absolute;
  left: 0px;
  top: 5%;
  width: 44%;
  z-index: -2;
}

.about-story-row .img_wrap img {
  width: 100%;
  object-fit: cover;
  height: 514px;
}

.about-story-row .right-col {
  position: static;
}

.about-story-text {
  padding-left: 40px;
}

.about-story-text::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 1px;
  background-color: var(--clr-dark-blue);
  height: 572px;
  width: 58%;
  z-index: -1;
  border-radius: 12px;
}

.about-story-text .colored-text {
  color: #fff !important;
}

.about-story-text .about-story-heading {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.about-story-cont {
    height: 350px;
    overflow-y: auto;
	padding-right: 10px;
}

.about-story-text p, .about-story-text li, .about-story-text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.about-story-text li {
    list-style: disc;
    margin-left: 20px;
}

.about-story-text p a {
  color: #fff;
}

.about-story-text a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.about-story-text .button_wrap>* {
  color: #000 !important;
  background: #fff;
}

.about-story-text .button_wrap>*:hover {
  color: #fff !important;
}

/* ABOUT STORY SECTION END */

/* ABOUT VALUE SECTION START */

.about-value-section {
  padding-bottom: 137px;
}

.about-value-slider .slick-list {
  height: 400px;
}

.about-value-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.about-value-wrapper .section-heading {
  margin: 0px !important;
}

.arrow-btn button {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  outline: none;
  color: var(--clr-dark-blue);
  transition: all 400ms ease;
}

.arrow-btn button:hover {
  background-color: var(--clr-dark-blue);
  color: #fff;
}

.item:has(.about-value-card) {
  margin-right: 30px;
}

.about-value-card {
  width: 328px;
  min-height: 372px;
  padding: 35px 40px;
  background: #FFFFFF;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
}

.about-value-card .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.83) 5.9%, rgba(34, 131, 211, 0.95) 59.07%, #3172BF 91.67%);
  border-radius: 50%;
  margin-bottom: 20px;
}

.about-value-card h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252B42;
  width: max-content;
}

.about-value-card .divider {
  margin-block: 20px;
  width: 50px;
  height: 2px;
  background: linear-gradient(180deg, #FFFFFF 4.24%, #48B9FE 108.61%);
}

.about-value-card p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin: 0px;
  color: #737373;
}

/* ABOUT VALUE SECTION END */

/* ABOUT US PAGE END */

/* SERVICES PAGE START */

.services-page .banner-section {
	margin-bottom: 0px;
}

.services-page .banner-section::before,
.blogs-page .banner-section::before {
  bottom: 5px;
}

/* SERVICE FEATURE SERVICE SECTION START */

.service-feature-section {
  padding-bottom: 100px;
  padding-top: 117px;
}

.service-feature-section .colored-text {
  margin-bottom: 25px;
  font-size: 60px;
}

.service-feature-section .img_wrap img {
  border-radius: 12px;
}

.service-feature-points {
  margin: 0px;
}

.service-feature-points li:not(:last-child) {
  margin-bottom: 43px;
}

.service-feature-points li .list-item-header p {
  font-weight: 500;
  font-size: 26px;
  line-height: 136.9%;
  color: #252525;
  margin: 0px;
}

.list-item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.service-feature-points li>.description-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #252525;
}

.list-item-header :is(span, p) {
  transition: all 0.4s ease;
}

.list-item-header:hover :is(span, p) {
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.83) 5.9%, rgba(34, 131, 211, 0.95) 59.07%, #3172BF 91.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-stroke-width: 0px;
}

.service-feature-points li>.description-box p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 700ms ease, opacity 700ms ease;
  opacity: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #252525;
}

.list-item-header:hover+.description-box p,
.list-item-header:hover~.description-box p {
  max-height: 200px;
  opacity: 1;
}

/* SERVICE FEATURE SERVICE SECTION END */

/* SERVICE TABBING SECTION START */

.service-tabbing-section {
  padding-bottom: 70px;
}

.service-tabbing-content {
  text-align: center;
  margin-bottom: 35px;
}

.promise-tab-button-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
}

.service-tab-wrapper > .tab:first-child .img_wrap {
    text-align: end;
/*     margin-right: -30px; */
}

.outline-button button {
  border: 1px solid #000;
  background: #fff;
  color: #000 !important;
  width: auto;
  min-width: auto !important;
  padding-inline: 20px;
  padding-block: 10px;
}

.outline-button button:hover {
  color: #fff !important;
  border-color: #FFFFFF;
}

.outline-button button::before {
  background: var(--clr-primary);
}

.active-button button {
  background: var(--clr-primary);
  color: #fff !important;
  border: none;
  padding-inline: 20px;
  padding-block: 10px;
}

.service-tab-wrapper .row {
    align-items: center;
    margin: auto;
}

.hide-tab {
  display: none;
}

.service-tab-wrapper .icon_wrap {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 435.429px;
}

.service-tab-wrapper h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: var(--clr-dark-blue);
}

.service-tab-wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  color: #252525;
  margin: 0px;
}

/* SERVICE TABBING SECTION END */

/* SERVICE CTA SECTION START */

.service-cta-section {
  position: relative;
  margin-bottom: 140px;
  min-height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-cta-section::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 600px;
  height: 468px;
  background: rgba(176, 223, 254, 0.29);
  border-radius: 12px;
}

.service-cta-wrapper {
  position: relative;
  background: var(--clr-primary);
  padding-top: 74px;
  padding-bottom: 61px;
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  border-radius: 12px;
  min-height: 355px;
}

.cta-text h5 {
  font-weight: 600;
  font-size: 48px;
  line-height: 70px;
  color: #FFFFFF;
}

.cta-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.service-cta-wrapper .button_wrap>* {
  background: #fff !important;
  color: #000 !important;
}

.service-cta-wrapper .right-col {
  position: static !important;
}

.service-cta-wrapper .img_wrap {
  position: absolute;
  right: -130px;
  top: -14px;
  width: 53%;
}

.service-cta-wrapper .button_wrap:hover>* {
  color: #fff !important;
}

/* SERVICE CTA SECTION END */

/* SERVICES PAGE END */

/* BLOG PAGE START */

.blogs-page .banner-section {
  margin-bottom: 107px;
}

/* FEATURED POST SECTION START */

.feature-post-section {
  position: relative;
}

.feature-post-section .heading_wrap {
  text-align: center;
  margin-bottom: 95px;
}

.featured-post-slider-wrapper {
  position: relative;
  height: 660px;
}

.feature-post-section::before {
  content: "";
  background: rgba(176, 223, 254, 0.29);
  border-radius: 12px;
  content: "";
  position: absolute;
  width: 460px;
  height: 660px;
  top: 52%;
  left: 0px;
  transform: translateY(-50%);
}

.featured-post-even-col .img_wrap img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  height: 534px;
}

.featured-post-even-col {
  align-items: center;
}

.featured-post-even-col h4.colored-text {
  margin-bottom: 30px;
}

.featured-post-even-col p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
  padding-right: 40px;
}

.featured-post-even-col .button_wrap>* {
  width: fit-content;
  /* margin-inline: auto; */
}

.featured-post-slider-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-post-slider-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-dark-blue);
  font-size: 30px;
  border: 5px solid var(--clr-dark-blue);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  transition: all 300ms ease;
  cursor: pointer;
}

.featured-post-slider-button button:hover {
  background-color: var(--clr-dark-blue);
  color: #fff;
}

/* FEATURED POST SECTION END */

/* RECENT BLOG SECTION START */

.recent-post-section {
  padding-bottom: 140px;
  padding-top: 70px;
}

.recent-post-section .heading_wrap {
  margin-bottom: 62px;
}

.recent-blog-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 537px;
}

.recent-blog-card .img_wrap img {
  width: 100%;
  min-height: 537px;
  object-fit: cover;
}

.recent-blog-card .recent-card-bottom {
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.7221) 5.9%, rgba(34, 131, 211, 0.8265) 59.07%, rgba(49, 114, 191, 0.87) 91.67%);
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 144px;
  padding-block: 32px;
  transition: opacity 800ms ease;
}

.recent-blog-card .recent-card-bottom h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin: 0px;
}

.recent-blog-card .recent-card-content {
  opacity: 0;
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.7221) 5.9%, rgba(34, 131, 211, 0.8265) 59.07%, rgba(49, 114, 191, 0.87) 91.67%);
  padding-inline: 14px;
  transition: opacity 800ms ease;
}

.recent-blog-card .recent-card-content h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.recent-blog-card .recent-card-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #F8FAFC;
  margin-bottom: 32px;
}

.recent-blog-card .recent-card-content a {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #F8FAFC;
}

.recent-blog-card:hover .recent-card-content {
  opacity: 1;
}

.recent-blog-card:hover .recent-card-bottom {
  opacity: 0;
}

/* RECENT BLOG SECTION END */

/* BLOG PAGE END */

/* MODAL CSS START */

.hide-modal {
  display: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.modal-overlay>* {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-close-button {
  margin-left: auto;
  position: absolute;
  margin-right: 15px;
  right: 0px;
  top: 0px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  background: var(--clr-primary);
  z-index: 2;
}

.modal-close-button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00d";
  font-weight: 900;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

.contact-us-modal-wrapper .contact-us-row {
  align-items: center;
}

.contact-us-modal-wrapper .form-heading {
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  text-transform: capitalize !important;
  margin-bottom: 30px;
}

.contact-us-modal-wrapper .form-heading span {
  font-weight: 500 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  text-transform: capitalize !important;
  margin-bottom: 30px;
}

.contact-us-modal-wrapper {
  max-width: 1071px;
  width: 100%;
  min-height: 688px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  /* padding-block: 70px; */
  padding-right: 25px;
}

.contact-us-form-wrapper .gform-theme--framework .gform_validation_errors .gform_submission_error {
	gap: 0px !important;
	font-size: 12px !important;
	flex-wrap: nowrap;
	flex-direction: row;
	text-align: start;
	gap: 10px !important;
}

.contact-us-form-wrapper .validation_message {
    text-align: start !important;
}

.contact-us-form-wrapper .gform-theme--foundation .gform_fields {
  row-gap: 25px !important;
}

.contact-us-form-wrapper .input_wrap {
  margin-bottom: 16px;
}

.contact-us-form-wrapper label {
  display: block !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--clr-dark-blue) !important;
}

.contact-us-form-wrapper input[type="text"],
.contact-us-form-wrapper input[type="email"],
.contact-us-form-wrapper input[type="number"],
.contact-us-form-wrapper input[type="tel"],
.contact-us-form-wrapper textarea {
  background: #FFFFFF !important;
  width: 100% !important;
  border: 1px solid #C9C9C9 !important;
  border-radius: 8px !important;
  height: 62px !important;
  padding-block: 19px !important;
  padding-inline: 16px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #252525 !important;
}

.contact-us-form-wrapper textarea {
  resize: none !important;
  width: 100% !important;
  height: 75px !important;
  background: #FFFFFF !important;
  border: 1px solid #C9C9C9 !important;
  border-radius: 8px !important;
  padding-block: 13px !important;
  padding-inline: 16px !important;
  outline: none !important;
  min-block-size: unset !important;
}

.contact-us-form-wrapper .gform_wrapper .gform_footer input[type="submit"],
.contact-us-form-wrapper .gform_wrapper .gform_page_footer input[type="submit"] {
  position: relative !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px !important;
  gap: 10px !important;
  width: 256px !important;
  height: 60px !important;
  padding-inline: 44px !important;
  padding-block: 16.5px !important;
  background: var(--clr-primary) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  color: #FFFFFF !important;
  border-radius: 40px !important;
  border-bottom-left-radius: 0px !important;
  outline: none !important;
  border: none !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition: color 200ms ease !important;
  text-align: center !important;
}

.contact-us-form-wrapper .gform_wrapper .gform_footer input[type="submit"]:hover,
.contact-us-form-wrapper .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: #000 !important;
  animation: 0.3s ease 0s 1 normal none running jiggle;
}

.contact-us-form-wrapper #gform_1_validation_container {
  display: none !important;
}

.contact-us-form-wrapper .button_wrap>* {
  font-weight: 700;
  min-width: 183px;
}

.thankyou-modal-wrapper {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  max-width: 798px;
  width: 100%;
  padding-block: 70px;
  padding-inline: 50px;
  text-align: center;
}

.thankyou-modal-wrapper .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152.4px;
  height: 152.4px;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 435.429px;
  margin-bottom: 30px;
  margin-inline: auto;
}

.thankyou-modal-wrapper .colored-text {
  font-weight: 800 !important;
  font-size: 45px !important;
}

.thankyou-modal-wrapper p {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #252525;
  margin-bottom: 30px;
}

.thankyou-modal-wrapper .button-container {
  justify-content: center;
}

.thankyou-modal-wrapper .button-container button:first-child {
  /* background-image: url('/wp-content/uploads/2025/07/google.png'); */
}

.thankyou-modal-wrapper .button-container button:last-child {
  /* background-image: url('/wp-content/uploads/2025/07/app-store.png'); */
}

.thankyou-modal-wrapper .outer-links>* {
  width: 227px;
  height: 75px;
}

.qr-code-modal .image-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.qr-code-modal .image-container h6 {
  font-size: 20px;
  color: var(--clr-dark-blue);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
}

.qr-code-modal .image-container img {
	width: 200px;
}

.qr-code-modal-row > div:first-child img {
	width: 100%;
}

.qr-code-modal-row .image-container img {
	width: 100%;
}

.qr-code-modal-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding-top: 73px;
  padding-bottom: 61px;
  padding-left: 81px;
  padding-right: 46px;
}

.qr-code-modal-wrapper .qr-code-modal-row {
  justify-content: center;
  text-align: center;
}

.qr-code-modal-wrapper .text_wrap h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #252525;
}

.qr-code-modal-row .logo-wrapper {
  margin-bottom: 53px;
}

.qr-code-wrapper {
  margin-bottom: 22px;
}

.qr-code-modal-wrapper .text_wrap span {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #3175C2;
  display: block;
}

/* MODAL CSS END */

/* INNER BANNER SECTION START */

.inner-page-banner {
  position: relative;
  padding-top: 186px;
  padding-bottom: 176px;
  margin-bottom: 93px;
  margin-top: 22px;
  isolation: isolate;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(8, 34, 61, 0.78);
  z-index: -1;
}

.inner-banner-text {
  max-width: 782px;
  width: 100%;
}

.inner-page-banner .inner-banner-text h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 96px;
  background: linear-gradient(180deg, #FFFFFF 4.24%, #48B9FE 108.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 15px;
}

.inner-page-banner .inner-banner-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF !important;
  margin: 0px;
}

/* INNER BANNER SECTION END */

/* DELETE ACCOUNT FORM SECTION START */

.delete-account-form-section {
  padding-bottom: 72px;
  text-align: center !important;
}

.delete-account-form-section :is(div, p) {
	text-align: center;
}

.delete-account-form-section .field-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
  gap: 50px;
}

.field-container>* {
  flex-grow: 1;
}

section.delete-account-form-section h2.gform_title {
  display: none !important;
}

section.delete-account-form-section .gform-theme--foundation .gform_fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

section.delete-account-form-section .gform-theme--foundation .gform_fields>div {
  flex: 1;
}

section.delete-account-form-section form input[type="text"],
section.delete-account-form-section form input[type="email"],
section.delete-account-form-section form input[type="password"],
section.delete-account-form-section form input:not([type]),
section.delete-account-form-section form input {
  border: 1px solid var(--clr-dark-blue) !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding-block: 16.5px !important;
  padding-inline: 24px !important;
  border-radius: 6px !important;
  width: 100% !important;
  height: 62px !important;
  text-align: start !important;
}

/* DELETE ACCOUNT FORM SECTION END */

/* NOTE SECTION START */

.note-wrapper {
  display: flex;

  justify-content: center;
  width: 100%;
  gap: 29px;
  background: var(--clr-primary);
  border-radius: 12px;
  padding-block: 36px;
  margin-bottom: 125px;
}

.note-wrapper .icon_wrap {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--clr-dark-blue);
  border-radius: 50%;
  background-color: #fff;
}

.note-section h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0px;
}

.note-section p {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0px;
}

/* NOTE SECTION END */


/* BLOG DETAIL SECTION START */

.blog-detail-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

.blog-detail-section h1.colored-text {
  margin-bottom: 40px;
}

.blog-detail-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin: 0px;
}

.blog-detail-image-wrapper {
  position: relative;
  margin-block: 24px;
  min-height: 714px;
  isolation: isolate;
}

.blog-detail-image-wrapper .img_wrap img {
    width: 100%;
    height: 715px;
    border-radius: 20px;
    object-fit: contain;
    background-color: #3175c2;
}

.blog-detail-image-wrapper::before,
.blog-detail-image-wrapper::after {
  content: "";
  position: absolute;
  width: 1289px;
  height: 394px;
  background: rgba(176, 223, 254, 0.57);
  border-radius: 12px;
  z-index: -1;
}

.blog-detail-image-wrapper::before {
  top: 38px;
  left: -50%;
}

.blog-detail-image-wrapper::after {
  bottom: 11px;
  right: -50%;
}

/* BLOG DETAIL SECTION END */

/* BLOG DETAIL RISK SECTION START */

.blog-detail-risk-section {
  padding-bottom: 83px;
}

.blog-detail-risk-section p, .blog-detail-risk-section li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.blog-detail-risk-section li {
    list-style: disc;
    text-align: left;
}

.blog-detail-risk-section .risk-slider-wrapper {
  margin-block: 48px;
  overflow: hidden;
}

.blog-detail-risk-section .risk-slider-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  padding-bottom: 11px;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 35px;
  width: 300px;
  isolation: isolate;
}

.risk-slider-card:hover::after {
  opacity: 1;
}

.risk-slider-card:hover::before {
  background: #fff;
}

.risk-slider-card::after {
  content: "";
  opacity: 0;
  background: linear-gradient(180deg, #FFFFFF 4.24%, #48B9FE 108.61%);
  inset: 0;
  position: absolute;
  z-index: -1;
  transition: all 200ms ease;
}

.blog-detail-risk-section .risk-slider-card h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #535353;
  margin-bottom: 20px;
}

.blog-detail-risk-section .risk-slider-card h5 > span {
    font-size: 14px;
    line-height: normal;
}

.blog-detail-risk-section .risk-slider-card::before {
  content: "";
  position: absolute;
  bottom: 11px;
  width: 50px;
  left: 40px;
  height: 2px;
  background: linear-gradient(180deg, #FFFFFF 4.24%, #48B9FE 108.61%);
}

.risk-slider.slick-slider {
  margin: 0 -15px !important;
}

.risk-slider .slick-slide {
  margin: 0 15px;
}

.risk-slider .slick-list {
  overflow: visible;
  width: 95%;
}

/* BLOG DETAIL RISK SECTION END */

/* BLOG DETAIL REF SECTION START */

.blog-detail-ref-section {
  padding-bottom: 134px;
}

.blog-detail-ref-section ul {
  text-align: center;
  margin: 0px;
}

.blog-detail-ref-section ul li {
  margin-bottom: 20px;
}

.blog-detail-ref-section ul li h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0px;
}

.blog-detail-ref-section ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #3175C2;
  text-decoration: underline !important;
  font-style: italic;
}

/* BLOG DETAIL REF SECTION END */

/* BLOG DETAIL EVEN COL SECTION START */

.detail-page .about-story-row .img_wrap {
  /* top: 13%; */
  /* width: 53%; */
}

.detail-page .about-story-text .about-story-heading {
  /*width: max-content;*/
  font-size: 40px;
	line-height: 52px;
  text-transform: capitalize;
}

.detail-page .about-story-text p {
  margin: 0px;
}

/* BLOG DETAIL EVEN COL SECTION END */


/* DELETE ACCOUNT STEPS SECTION START */

.delete-acc-steps-section {
  padding-bottom: 105px;
}

.acc-delete-steps-row {
  justify-content: space-between;
  row-gap: 91px;
}

.steps-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.steps-list li:not(:last-child) {
    margin-bottom: 55px;
}

.steps-list li p:not(.step-six-box p) {
  width: max-content;
  white-space: nowrap;
}

.steps-list li:not(:last-child) {
  margin-bottom: 50px;
}

.steps-list li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px;
  /* width: max-content; */
}

.steps-list li h6.bordered-heading {
  background: linear-gradient(320.22deg, rgba(0, 169, 255, 0.83) 5.9%, rgba(34, 131, 211, 0.95) 59.07%, #3172BF 91.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-stroke-width: 0px;
  font-size: 36px !important;
  font-weight: 600 !important;
  margin: 0px;
}

.step-six-box br {
  display: none;
}

.step-six-box h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px;
  margin-bottom: 5px;
}

.step-six-box h6 span {
  /* display: block; */
  margin-right: 14px;
}

.step-six-box p {
  font-style: italic;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* DELETE ACCOUNT STEPS SECTION END */


/* CONTENT PAGE START */

.content-section :is(p, li) {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0px;
}

.content-section h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  /* margin-bottom: 30px; */
}

.content-section h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 0px;
}

.content-section h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0px;
}

.content-section strong {
  font-weight: 600;
}

.content-section ul {
  padding-left: 20px;
  margin: 0px;
}

.content-section li {
  list-style: disc;
}

.content-section {
  padding-bottom: 144px;
}

.content-section br {
  display: none;
}

.privacy-policy-page ul li a {
  color: #000;
}

/* CONTENT PAGE END */

.page-template-delete-acc-steps-php .inner-banner-text {
  max-width: 100%;
  width: 100%;
}

.zoom-125 .featured-post-slider .slick-list {
	width: 97%;
}


::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #2cacf4;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.blog-bottom-text p {
	font-size: 18px;
	color: #000;
	margin: 0px;
	text-align: center;
	margin-top: 50px;
}

/* RESPONSIVE START */

@media (min-width: 1600px) {
  .h-why-started-section::before {
    width: 36%;
  }
	
	.detail-page .about-story-section::before {
       bottom: 46px;
       right: 280px;
    }
	
	.about-story-row .img_wrap {
		top: 20%;
	}
	
	.about-story-row .img_wrap img {
		height: 514px;
	}

  .detail-page .about-story-row .img_wrap {
    top: 20%;
    width: 43%;
  }

  .h-help-section::before {
    content: "";
    background: rgba(176, 223, 254, 0.29);
    border-radius: 50%;
    height: 731px;
    width: 731px;
    position: absolute;
    right: -6.01%;
    top: -50px;
  }

  .about-story-section::before {
    bottom: 58px;
  }

  .about-story-text {
    padding-top: 50px;
  }

  .about-story-section {
    min-height: 721px;
    margin-bottom: 200px;
  }

  .about-story-section .about-story-row {
    min-height: 721px;
  }

  .about-story-text::before {
    top: 15.5%;
    height: 572px;
  }

  /* .h-help-section::before {
    right: -11.01%;
    height: 800px;
    width: 800px;
  } */

  .about-story-section::after {
    height: 646px;
    width: 30%;
    top: 11%;
  }

  .h-help-section .img_wrap img {
    position: static;
  }
}

@media (max-width: 1199px) {

  .mm,
  #mm {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
  }
  
  .service-tab-wrapper > .tab:first-child .img_wrap {
      margin: unset;
      text-align: center;
  }
  
  .service-tab-wrapper > .tab:first-child .img_wrap img {
      width: 87%;
  }
	
	.button_wrap a.open-modal-btn {
		animation: none;
	}
	
	.about-even-col-section {
      padding-bottom: 80px;
    }
	
	.about-story-section .about-story-row {
		min-height: 420px;
	}
	
	.about-story-text::before {
		height: 420px;
	}
	
	.button_wrap a.open-modal-btn::before {
		display: none;
	}
	
	.button_wrap a.open-modal-btn:hover {
		opacity: .8;
	}
	
	section.delete-account-form-section .gform-theme--foundation .gform_fields {
		gap: 20px;
	}
	
	html {
    margin-top: 123px !important;
   }   
	
   .steps-list li p:not(.step-six-box p) {
      width: auto;
      white-space: wrap;
    }

  .content-section .mb-4,
  .content-section .my-4 {
    margin-bottom: 1rem !important;
  }

  .content-section h5 {
    font-size: 18px;
  }

  .content-section h4 {
    font-size: 22px;
  }

  .content-section :is(p, li) {
    font-size: 16px;
    line-height: 26px;
  }

  .delete-account-form-section .field-container {
    gap: 20px;
    margin-bottom: 25px;
  }

  .delete-account-form-section {
    padding-bottom: 40px;
  }

  .acc-delete-steps-row>div:nth-child(2) .acc-delete-step-wrapper ul {
    margin-bottom: 61px;
  }

  .inner-page-banner {
    padding-block: 120px !important;
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .inner-page-banner .inner-banner-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-page-banner .inner-banner-text h1 {
    font-size: 50px;
    line-height: 51px;
  }

  .delete-acc-steps-section {
    padding-bottom: 50px;
  }

  .acc-delete-steps-row {
    justify-content: space-between;
    row-gap: 50px;
  }

  .steps-list li:not(:last-child) {
    margin-bottom: 25px;
  }

  .steps-list li p {
    font-size: 16px;
    line-height: 26px;
  }

  .steps-list li {
    gap: 10px;
  }

  .blog-detail-image-wrapper {
    min-height: 602px;
  }

  .blog-detail-image-wrapper::after {
    bottom: 0px;
  }

  .blog-detail-image-wrapper::before,
  .blog-detail-image-wrapper::after {
    width: 1173px;
    height: 167px;
  }

  .blog-detail-image-wrapper .img_wrap img {
    width: 100%;
  }

  .blog-detail-risk-section .risk-slider-card {
    width: auto;
  }

  .blog-detail-ref-section ul li a {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-detail-risk-section {
    padding-bottom: 40px;
  }

  .blog-detail-risk-section .risk-slider-card h5 {
    font-size: 16px;
  }

  .sub-section-heading {
    line-height: 35px;
    font-size: 25px;
  }

  .detail-page .about-story-text p {
    line-height: 26px !important;
  }

  .blog-detail-section h1.colored-text {
    margin-bottom: 20px;
  }

  .detail-page p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
  }

  .service-tabbing-content .section-heading {
    margin-bottom: 25px;
  }

  .thankyou-modal-wrapper p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .thankyou-modal-wrapper .icon_wrap {
    margin-bottom: 20px;
  }

  .thankyou-modal-wrapper {
    padding-block: 30px;
  }

  .qr-code-modal-wrapper {
    max-width: 100%;
    width: 81%;
  }

  .contact-us-modal-wrapper {
    width: 95%;
  }

  .contact-us-modal-wrapper .img_wrap img {
    /* width: 100%; */
  }

  .service-cta-wrapper {
    padding-top: 100px;
  }

  .service-cta-wrapper .img_wrap {
    right: -42px;
  }

  .cta-text h5 {
    font-size: 35px;
  }

  .cta-text h5 {
    font-size: 35px;
    line-height: 40px;
  }

  .cta-text p {
    font-size: 18px;
  }

  .service-tab-wrapper .icon_wrap {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }

  .service-tab-wrapper .icon_wrap img {
    width: 45px;
  }

  .service-tab-wrapper .img_wrap img {
    width: 100%;
  }

  .service-tab-wrapper p {
    font-size: 16px;
    line-height: 32px;
  }

  .service-tabbing-section button {
    padding-inline: 15px;
    font-size: 14px;
  }

  .promise-tab-button-list {
    gap: 10px;
  }

  .service-tabbing-content {
    margin-bottom: 25px;
  }

  .featured-post-slider-button button {
    height: 45px;
    width: 45px;
    font-size: 25px;
  }

  .feature-post-section {
    padding-bottom: 100px;
    margin-bottom: 40px;
  }

  .featured-post-slider-wrapper {
    height: auto;
  }

  .recent-post-section .section-heading {
    margin-bottom: 30px;
  }

  .recent-post-section .heading_wrap {
    margin-bottom: 40px;
  }

  .recent-blog-card .recent-card-bottom h5 {
    font-size: 22px;
    line-height: 25px;
  }

  .recent-blog-card .recent-card-bottom {
    height: 110px;
    /* padding-block: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recent-blog-card .img_wrap img {
    height: 430px;
  }

  .service-feature-section .colored-text {
    margin-bottom: 20px;
  }

  .service-tabbing-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .service-feature-section {
    padding-block: 35px;
  }

  .service-feature-points li:not(:last-child) {
    margin: 0px;
  }

  .service-feature-points li .list-item-header p {
    font-size: 20px;
  }

  .service-feature-points li>.description-box p {
    font-size: 16px;
    line-height: 28px;
  }

  .service-feature-section .img_wrap img {
    width: 100%;
  }

  .recent-blog-card .recent-card-content p {
    font-size: 16px;
    line-h;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .recent-blog-card .recent-card-content h5 {
    font-size: 26px;
    line-height: 28px;
  }

  .recent-post-section {
    padding-top: 0px;
  }

  .home .recent-post-section {
    padding-bottom: 80px !important;
  }

  .feature-post-section::before {
    height: 540px;
    top: 53%;
    width: 316px;
  }

  .featured-post-slider-button {
    top: unset;
    justify-content: center;
    gap: 20px;
    bottom: -10px;
  }

  .featured-post-even-col p {
    font-size: 16px;
  }

  .featured-post-even-col h4.colored-text {
    margin-bottom: 15px;
  }

  .blogs-page .banner-section {
    margin-bottom: 60px;
  }

  .banner-section .banner-row {
    row-gap: 20px;
  }

  .services-page .banner-section::before,
  .blogs-page .banner-section::before {
    bottom: 0px;
  }

  .about-value-section {
    padding-bottom: 100px;
  }

  .about-even-text p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-story-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .arrow-btn button {
    width: 50px;
    height: 50px;
  }

  .about-story-section::after {
    left: -22%;
  }

  .about-story-section::before {
    height: 141px;
    width: 204px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 35px;
  }

  .about-story-section::after {
    height: 460px;
    top: 46.7%;
    transform: translateY(-50%);
  }

  .about-story-section {
    margin-bottom: 50px;
    min-height: 460px;
  }

  br {
    display: none;
  }

  .about-us-page .banner-section::before {
    bottom: 0px;
  }

  .about-even-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .about-even-text .colored-text {
    margin-bottom: 15px;
  }

  .even-col-image-container .img_wrap {
    width: auto !important;
    height: auto !important;
  }

  .site-header {
    display: none;
  }

  .banner-section {
    margin-bottom: 30px;
  }

  .stats-note {
    font-size: 14px;
    line-height: 26px;
  }

  .banner-section .section-caption {
    font-size: 25px;
  }

  .button-container {
    gap: 10px;
  }

  .banner-section .banner-text p {
    font-size: 16px;
    line-height: 28px;
  }

  .banner-section .banner-wrapper {
    min-height: auto;
  }

  .banner-section .banner-row img {
    width: 100%;
  }

  .banner-section .banner-text .colored-text {
    margin-bottom: 15px;
  }

  .colored-text {
    font-size: 54px;
    line-height: 68px;
  }

  .stats-card-wrapper {
    margin-bottom: 15px;
    gap: 15px;
  }

  .stat-card span {
    font-size: 16px;
    line-height: 26px;
  }

  .stat-card h5 {
    font-size: 50px;
    line-height: 60px;
  }

  .stats-card-wrapper .stat-card {
    height: 235px;
  }

  .stat-card-text img {
    width: 80px;
  }

  .stats-wrapper .img_wrap::before {
    height: 269px;
    width: 323px;
    left: 0%;
  }

  .h-stats-section .img_wrap img {
    width: 100%;
    object-fit: cover;
  }

  .h-why-started-section .img_wrap img {
    width: 100%;
  }

  .h-why-started-section p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .section-caption {
    font-size: 25px;
    line-height: 50px;
  }

  .button_wrap>* {
    min-width: 210px;
    height: 55px;
    font-size: 16px;
    line-height: 26px;
  }

  .h-why-started-section .started-section-row .colored-text {
    margin-bottom: 15px;
  }

  .h-why-started-section {
    min-height: auto;
  }

  .h-why-started-section::before {
    height: 577px;
  }

  .nutrition-text .colored-text {
    line-height: 1.2;
    font-size: 35px;
  }

  .nutrition-text .section-caption {
    font-size: 30px;
    margin-bottom: 100px;
  }

  .text-slider {
    height: 243px;
  }

  .nutrition-sec-wrapper {
    min-height: 330px;
    margin-top: 60px;
  }

  .help-section-row .left-col p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding-inline: 0px;
  }

  .h-help-section::before {
    right: -26.01%;
    height: 603px;
    width: 635px;
  }

  .h-help-section {
    min-height: auto;
    padding-bottom: 30px;
  }

  .help-section-wrapper .colored-text {
    margin-bottom: 15px;
  }

  .h-help-section .img_wrap img {
    width: 544px;
    height: 553px;
  }

  .h-help-section::after {
    bottom: 84px;
  }

  .image-grid img {
    width: 100%;
    object-fit: cover;
  }

  .section-heading {
    font-size: 54px;
  }

  .image-grid {
    gap: 10px;
  }

  .image-grid-social-list {
    gap: 10px;
  }

  .image-grid-social-list img {
    width: 50px;
    height: 50px;
  }

  .h-image-grid-section .section-heading {
    margin-bottom: 30px;
  }

  .footer-text h5 {
    font-size: 26px;
    line-height: 40px;
  }

  .footer-email {
    margin-bottom: 20px;
  }

  .footer-email p {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-email span {
    margin-right: 5px;
    font-size: 16px;
  }

  .footer-wrapper .footer-row {
    margin-bottom: 30px;
  }

  .footer-imp-links li a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding-right: 15px;
  }

  .footer-imp-links li:nth-child(2) {
    padding-inline: 15px;
  }

  p.copyright {
    font-size: 14px;
    line-height: 26px;
  }

  .about-story-row .img_wrap {
    top: 46.4% !important;
    transform: translateY(-50%);
    width: 44% !important;
  }

  .about-story-row .img_wrap img {
    height: 370px !important;
  }

  .about-story-text p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .about-story-text .about-story-heading {
    font-size: 38px !important;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
	
	.about-story-cont {
    height: 300px;
}

}

@media (max-width: 991px) {
section.delete-account-form-section .gform-theme--foundation .gform_fields {
    flex-direction: column;
    align-items: stretch;
}
  .banner-section .section-caption {
    font-size: 20px;
  }
	
	    .about-story-row .img_wrap img {
        height: 350px !important;
    }
	
	.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message)) {
		font-size: 12px !important;
		margin-block: 4px !important;
	}
	
	.outer-links img {
		width: 100% !important;
	} 

    .contact-us-form-wrapper input[type="text"], .contact-us-form-wrapper input[type="email"], .contact-us-form-wrapper input[type="number"], .contact-us-form-wrapper input[type="tel"], .contact-us-form-wrapper textarea {
		height: 50px !important; 
	}
	
	
	.contact-us-form-wrapper textarea {
		height: 100px !important;
		min-height: 90px !important;
	} 
	
	.about-story-section .about-story-row {
		min-height: 390px;
	}
	
	.about-story-row .img_wrap {
       top: 49.3% !important;
 }
	
	.contact-us-form-wrapper {
		margin-top: 45px;
	}
	
	.contact-us-modal-wrapper .img_wrap img {
      width: 100%;
    }
	
	.about-us-page .banner-section {
		margin-bottom: 40px;
	}
	
	.about-story-text::before {
	   width: 60%;
	   height: 390px;
	}

    .home .recent-post-section {
    padding-bottom: 60px !important;
  }
	
	section.delete-account-form-section form input[type="text"], section.delete-account-form-section form input[type="email"], section.delete-account-form-section form input[type="password"], section.delete-account-form-section form input:not([type]), section.delete-account-form-section form input {
		padding-inline: 15px !important; 
		font-size: 14px !important;
	}
	
	.about-story-text {
      padding-left: 10px;
  }
	
	.about-story-section::after {
		width: 332px;
	}

  .steps-list li h6.bordered-heading {
    font-size: 30px !important;
  }

  .steps-list li :is(p, h6:not(.bordered-heading)) {
    font-size: 14px;
    line-height: 22px;
  }

  .acc-delete-step-wrapper .img_wrap img {
    width: 100%;
  }

  .steps-list li {
    gap: 10px;
  }

  .blog-detail-ref-section ul li a {
    font-size: 14px;
  }

  .blog-detail-ref-section {
    padding-bottom: 70px;
  }

  .blog-detail-ref-section:has(.blog-bottom-text) {
    padding-bottom: 100px;
  }

  .blog-detail-risk-section .risk-slider-wrapper {
    margin-block: 20px;
  }

  .blog-detail-section {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .blog-detail-image-wrapper {
    min-height: 450px;
  }

  .blog-detail-image-wrapper::before,
  .blog-detail-image-wrapper::after {
    width: 100%;
  }
	
	.blog-detail-image-wrapper .img_wrap img {
    height: 430px;
}

  .detail-page p {
    font-size: 14px !important;
  }

  .about-story-text .about-story-heading {
    font-size: 30px !important;
    width: fit-content;
    margin-bottom: 10px;
  }
	
	.about-story-cont {
    height: 250px;
}

  .thankyou-modal-wrapper {
    max-width: 680px;
  }

  .thankyou-modal-wrapper .colored-text {
    font-weight: 800 !important;
    font-size: 35px !important;
  }

  .thankyou-modal-wrapper .icon_wrap {
    width: 130.4px;
    height: 130.4px;
  }

  .thankyou-modal-wrapper p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .thankyou-modal-wrapper .button-container {
    gap: 15px;
  }

  .qr-code-modal-wrapper .text_wrap h5,
  .qr-code-modal-wrapper .text_wrap span {
    font-size: 18px;
  }

  .banner-section .banner-text .colored-text {
    width: auto;
  }

  .qr-code-modal-wrapper {
    width: 90%;
    padding-inline: 20px;
  }

  .qr-code-modal-wrapper .img_wrap img {
    width: 100%;
  }

  .contact-us-form-wrapper .input_wrap {
    margin-bottom: 12px;
  }

  .contact-us-modal-wrapper {
    min-height: 550px;
    height: 688px;
  }

  /* .contact-us-form-wrapper {
    padding-block: 0px;
  }
 */
  .contact-us-modal-wrapper .form-heading {
    margin-bottom: 10px;
  }

  .contact-us-form-wrapper textarea {
    height: 100px;
    font-size: 14px;
  }

  .contact-us-form-wrapper input {
    height: 50px;
    font-size: 14px;
  }

  .contact-us-modal-wrapper .form-heading span {
    font-size: 30px !important;
  }

  .contact-us-modal-wrapper .form-heading {
    font-size: 26px !important;
  }

  .contact-us-row .col-md-5 {
    position: static;
  }

  .contact-us-row .col-md-5 .img_wrap {
    position: absolute;
    top: 198px;
    width: 40%;
  }

  .contact-us-form-wrapper label {
    margin-bottom: 10px;
  }

  .service-cta-wrapper .img_wrap {
    right: -76px;
  }

  .service-feature-section,
  .service-tabbing-section {
    padding-block: 25px;
  }

  .service-cta-section {
    min-height: 400px;
    margin-bottom: 110px;
  }

  .cta-text h5 {
    font-size: 31px;
    line-height: 36px;
  }

  .service-cta-section::before {
    width: 40%;
    height: 379px;
  }

  .service-tab-wrapper h5 {
    font-size: 25px;
  }

  .service-tab-wrapper p {
    font-size: 14px;
    line-height: 26px;
  }

  .service-tab-wrapper .icon_wrap {
    width: 80px;
    height: 80px;
  }

  .service-tab-wrapper .icon_wrap img {
    width: 40px;
  }

  .cta-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .service-cta-wrapper {
    min-height: 290px;
    padding-top: 60px;
  }

  .service-cta-wrapper .img_wrap img {
    width: 82%;
  }

  .service-tabbing-section button {
    /* padding-inline: 5px; */
    /* font-size: 12px; */
  }

  .service-tabbing-content {
    margin-bottom: 20px;
  }

  .service-tabbing-content .section-heading {
    margin-bottom: 20px;
  }

  .service-tabbing-content p {
    font-size: 14px;
    line-height: 26px;
    padding-inline: 14px;
    margin-bottom: 15px !important;
  }

  .service-feature-points li>.description-box p {
    font-size: 14px;
    line-height: 26px;
  }

  .list-item-header {
    margin: 0px;
  }

  .promise-tab-button-list {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 12px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
  }

  .promise-tab-button-list li {
    text-align: center;
  }

  .service-feature-points li .list-item-header p {
    font-size: 18px;
  }

  .service-feature-section .colored-text {
    font-size: 35px;
  }

  .bordered-heading {
    font-size: 28px !important;
  }

  .blogs-page .banner-section {
    margin-bottom: 30px;
  }

  .button_wrap>* {
    min-width: 172px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }

  .recent-row {
    row-gap: 30px;
  }

  .featured-post-even-col p {
    padding: 0px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .featured-post-wrapper .colored-text {
    font-size: 40px;
  }

  .feature-post-section::before {
    height: 430px;
    top: 53%;
    width: 237px;
    /* display: none; */
  }

  .about-value-card {
    width: auto;
  }

  .about-story-text p {
    margin-bottom: 15px;
  }

  .about-even-col-section {
    padding-bottom: 70px;
  }

  .about-story-text p {
    font-size: 14px;
    line-height: 28px;
  }

  .about-story-section {
    /* margin-bottom: 0px; */
    /* height: 498px; */
    min-height: 400px;
  }

  .about-story-section::before {
    width: 179px;
    height: 120px;
    bottom: 8px;
    right: 4px;
  }

  .about-story-section::after {
    height: 440px;
    top: 49.7%;
  }

  .about-even-text p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .banner-section .banner-text p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .outer-links>* {
    width: 146px;
    height: 54.62px;
    /* background-size: contain; */
  }

  .button-container {
    gap: 5px;
  }

  .colored-text {
    font-size: 42px;
    line-height: 55px;
  }

  .stats-card-wrapper .stat-card {
    height: 160px;
    padding-inline: 10px;
  }

  .stat-card h5 {
    font-size: 40px;
    line-height: 50px;
  }

  .stat-card span {
    font-size: 14px;
    line-height: 22px;
  }

  .stat-card-text img {
    width: 45px;
  }

  .stats-note {
    line-height: 20px;
  }

  .stats-wrapper .img_wrap::before {
    height: 200px;
    width: 235px;
    left: 0%;
  }

  .h-why-started-section .started-section-row .colored-text {
    font-size: 40px;
  }

  .h-why-started-section p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .h-why-started-section::before {
    height: 500px;
    width: 434px;
    top: -50px;
  }

  .section-caption {
    font-size: 20px;
  }

  .nutrition-sec-wrapper {
    margin-top: 0px;
  }

  /* .nutrition-text .colored-text {
		font-size: 40px;
	} */

  .text-slider {
    height: 218px;
  }

  .nutrition-text .section-caption {
    font-size: 25px;
    margin-bottom: 86px;
  }

  .help-section-row .left-col p {
    font-size: 14px;
    line-height: 24px;
  }

  .h-help-section::before {
    right: -26.01%;
    height: 536px;
    width: 587px;
  }

  .h-help-section::after {
    bottom: 100px;
  }

  .h-help-section .img_wrap img {
    width: 487px;
    height: 541px;
    right: -12px;
  }

  .h-image-grid-section .section-heading {
    margin-bottom: 20px;
  }

  .section-heading {
    font-size: 42px;
  }

  .footer-text h5 {
    font-size: 25px;
    line-height: 40px;
  }

  .footer-imp-links li a {
    font-size: 13px;
    padding-right: 9px;
  }

  .footer-imp-links li:nth-child(2) {
    padding-inline: 9px;
  }


  footer {
    position: relative;
  }

  footer .footer-wrapper {
    padding-top: 100px;
  }

  .footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
  }

  .footer-logo img {
    width: 150px;
  }

  .h-image-grid-section {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .banner-text {
    text-align: center;
  }
  
  .service-tab-wrapper > .tab:first-child .img_wrap img {
      width: 100%;
  }

    .home .recent-post-section {
        padding-bottom: 50px !important;
    }
	
	.nutrition-sec-wrapper {
		min-height: auto;
	}
	
	.image-grid-social-list {
		position: static;
	}
	
	.image-grid-text {
		position: static;
	}
	
	.h-nutrition-section {
		/* padding-top: 40px; */
		padding-bottom: 30px;
	}

	.about-story-text::before {
		height: 99%;
	}
	
	.image-grid .img_wrap {
		height: 100% !important;
		width: 100% !important;
	}
	
	.contact-us-form-wrapper .gform_confirmation_message {
		text-align: center !important;
		margin-top: 60px;
		font-size: 14px;
		width: 69%;
		margin-inline: auto;
	}
	
	.h-help-section::after {
        bottom: 10px;
    }
	
	.h-help-section .img_wrap {
	   height: 565px;
	}
	
	.contact-us-form-wrapper .validation_message {
		display: none !important;
	}
	
	.contact-us-form-wrapper .gfield_error :is(input, textarea) {
		border: 1px solid red !important;
	}
	
	.contact-us-form-wrapper input[type="text"], .contact-us-form-wrapper input[type="email"], .contact-us-form-wrapper input[type="number"], .contact-us-form-wrapper input[type="tel"], .contact-us-form-wrapper textarea {
		font-size: 14px !important;
	}
	
	.contact-us-form-wrapper label {
	  margin-bottom: 5px !important;
	  font-weight: 400 !important;
	  font-size: 14px !important;
	}
	
	.blog-bottom-text p {
		font-size: 12px;
		line-height: 1.3;
	}
	
	.qr-code-modal .image-container {
		gap: 0px;
		margin-bottom: 20px;
	}
	
	.qr-code-modal .image-container h6 {
		font-size: 16px;
	}
	
	.contact-us-form-wrapper .gform-theme--foundation .gform_fields {
		row-gap: 18px !important;
		margin-bottom: 18px !important;
	}
	
	.contact-us-form-wrapper .gform_footer.before {
		margin-top: 5px !important;
	}
	
	.colored-text,
	.section-heading {
		font-size: 38px !important;
	}

    p.copyright {
        font-size: 11px;
        line-height: 24px;
    }
	
	.contact-us-modal-wrapper {
	  min-height: 550px;
	  height: 565px;
	  overflow-y: auto;
	  padding-bottom: 10px;
	}
	
	.contact-us-form-wrapper textarea {
	  height: 114px !important;
	  font-size: 14px !important;
	}
	
	.banner-section {
		margin-top: 30px !important;
	}

    .about-us-page .banner-section {
      margin-bottom: 30px !important;
    }
	
	.contact-us-form {
		padding-top: 15px;
	}
	
	.contact-us-form-wrapper .gform_wrapper .gform_footer input[type="submit"], .contact-us-form-wrapper .gform_wrapper .gform_page_footer input[type="submit"] {
		width: 185px !important;
		height;
		font-size: 15px !important;
		font-size: 16px !important;
	}
	
	section.delete-account-form-section .gform-theme--foundation .gform_fields {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 25px;
	}
	
	section.delete-account-form-section .gform-theme--foundation .gform_fields>div {
		width: 100%;
	}
	
	.outer-links img {
		width: 100%;
	}
	
	.footer-email {
        margin-bottom: 10px;
        margin-inline: auto;
    }
	
	.footer-email p {
		width: max-content;
		font-size: 14px;
	}
	
	.footer-email a {
		gap: 10px;
	}
	
	.footer-email p span {
		font-size: 14px;
	}

  .content-section :is(p, li) {
    font-size: 14px;
    line-height: 24px;
  }

  .content-section h4 {
    font-size: 20px;
  }

  .delete-account-form-section .field-container {
    flex-wrap: wrap;
  }

  .delete-account-form-section input {
    font-size: 14px;
    line-height: 25px;
    padding-block: 7.5px;
    padding-inline: 12px;
  }

  .note-wrapper .icon_wrap {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    font-size: 14px;
    margin-top: 6px;
  }

  .note-section h5 {
    font-size: 16px;
  }

  .note-wrapper {
    gap: 10px;
    padding-inline: 10px;
  }

  .note-section p {
    font-size: 14px;
    line-height: 26px;
  }

  .inner-page-banner {
    padding-block: 71px !important;
    margin-bottom: 30px;
  }

  .inner-page-banner .inner-banner-text p {
    font-size: 14px;
    line-height: 26px;
  }

  .inner-banner-text {
    text-align: center;
  }

  .inner-page-banner .inner-banner-text h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .blog-detail-ref-section ul li a {
    font-size: 12px;
    line-height: 24px;
    display: block;
    white-space: normal;
    word-wrap: break-word; /* fallback for older browsers */
    word-break: break-word;
    overflow-wrap: break-word;
    display: inline-block; /* or block if needed */
    max-width: 100%; /* optional: to limit its width */
  }

  .sub-section-heading {
    line-height: 30px;
    font-size: 22px;
  }

  .blog-detail-ref-section ul li h6 {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-detail-image-wrapper::before,
  .blog-detail-image-wrapper::after {
    width: 100%;
    height: 70px;
  }

  .blog-detail-image-wrapper::before {
    top: 15px;
  }

  .about-story-text .about-story-heading {
    font-size: 25px !important;
  }
	
	.blog-detail-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

  .blog-detail-image-wrapper {
    min-height: auto;
  }
	
	.blog-detail-image-wrapper .img_wrap img {
    height: auto;
 }

  .contact-us-modal-wrapper {
    padding-inline: 10px;
    width: 97%;
  }

  .contact-us-modal-wrapper:has(.gform_confirmation_wrapper) {
    height: 30vh;
    min-height: 35vh;
  }

  .contact-us-row .col-md-5 .img_wrap {
    display: none;
  }

  .banner-wrapper .button_wrap {
    text-align: center;
  }

  .featured-post-even-col {
    row-gap: 20px;
  }

  .feature-post-section .heading_wrap {
    margin-bottom: 0px;
  }

  .section-heading {
    margin-bottom: 25px;
    font-size: 42px;
  }

  .about-story-row .img_wrap {
    position: static;
    width: 100% !important;
    height: 100%;
    transform: none;
  }

  .about-story-row .img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  .banner-wrapper .button_wrap>* {
    margin-inline: auto;
  }

	.about-even-col-section {
    padding-bottom: 30px;
	}
	
  .about-even-col-section .row {
    row-gap: 20px;
  }

  .even-col-image-container {
    gap: 10px;
  }

  .image-group .img_wrap:first-child {
    margin-bottom: 10px;
  }

  .about-even-text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .button-container {
    justify-content: center;
    margin-inline: auto;
    width: max-content;
    flex-wrap: wrap;
    gap: 10px;
  }

  .banner-section .section-caption {
    line-height: 1.2;
  }

  .stats-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .stats-card-wrapper .stat-card {
    text-align: center;
    width: 90%;
  }

  .stats-note {
    text-align: center;
    display: block;
  }

  .stats-wrapper .img_wrap::before {
    left: 0;
    right: 0;
    margin: auto;
  }

  .h-why-started-section::before {
    height: 300px;
    width: 100%;
    top: -32px;
  }

  .h-why-started-section .started-section-row {
    gap: 30px;
    text-align: center;
  }

  .stats-row {
    row-gap: 20px;
  }

  .h-stats-section {
    padding-bottom: 70px;
  }

  .nutrition-text .section-caption {
    font-size: 20px;
  }

  .h-why-started-section .button_wrap>*,
  .h-help-section .button_wrap>* {
    margin-inline: auto;
  }

  .nutrition-text .colored-text {
    font-size: 25px !important;
  }

  .h-help-section::before {
    right: -39.01%;
    height: 436px;
    width: 487px;
    bottom: 108px;
    top: unset;
  }

  .h-help-section {
    text-align: center;
  }

  .h-help-section .row {
    row-gap: 30px;
  }

  .image-grid {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .footer-text h5 {
    font-size: 25px;
    text-align: center;
    line-height: 1.4;
  }

  .footer-imp-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*         gap: 20px; */
    margin-bottom: 0px;
  }

  .footer-imp-links :is(a, li) {
    border: none;
    font-size: 14px;
  }

  .h-why-started-section {
    padding-bottom: 45px;
  }

  .footer-col-wrap {
    margin-left: unset;
    width: 100%;
  }

  footer .footer-wrapper {
    padding-top: 100px;
  }

  .footer-logo {
    top: -90px;
  }

  .footer-logo img {
    width: 170px;
  }

  .about-story-text {
    padding: 0px;
    text-align: center;
    margin-inline: auto;
  }

  .footer-imp-links li a {
    border: none;
    font-size: 14px;
  }

  .footer-play-button-col h6 {
    text-align: center;
  }

  .about-story-section .about-story-row {
    row-gap: 20px;
  }

  .about-story-text .about-story-heading {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-inline: auto;
  }
	
	.about-story-cont {
    height: auto
}

  .about-story-section {
    background-color: var(--clr-dark-blue);
    padding-block: 30px;
    margin-bottom: 30px;
    height: auto;
  }

  .about-story-text .button_wrap>* {
    margin-inline: auto;
  }

  .about-story-section::before {
    width: 146px;
    height: 112px;
    right: 0px;
    bottom: 71px;
  }

  .about-value-wrapper button {
    display: none;
  }

  .item:has(.about-value-card) {
    margin-inline: 0px;
  }

  .feature-post-text {
    text-align: center;
  }

  .featured-post-slider-button {
    display: none;
  }

  .feature-post-section {
    padding-bottom: 50px;
	  margin-bottom: 0px;
  }

  .recent-post-section .heading_wrap {
    margin-bottom: 25px;
  }

  .recent-blog-card {
    min-height: 449px;
  }

  .recent-blog-card .img_wrap img {
    height: 339px;
    min-height: auto;
  }

  .recent-blog-card:hover img {
    height: 449px;
  }

  .feature-post-section::before {
    height: 231px;
    top: 35%;
    width: 175px;
  }

  .service-feature-text .section-heading {
    text-align: center;
  }

  .service-feature-section .colored-text {
    font-size: 30px;
  }

  .service-feature-section,
  .service-tabbing-section {
    padding-block: 30px;
  }
	
  .service-tabbing-section {
    padding-top: 0px;
  }


  .service-feature-row {
    row-gap: 20px;
  }

  .service-feature-section .colored-text {
    margin-bottom: 10px;
  }

  .promise-tab-button-list {
    gap: 15px;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-start;
    margin-inline: 20px;
    flex-direction: column;
    display: flex;
  }

  .promise-tab-button-list li {
    width: 100%;
  }

  .promise-tab-button-list li .button_wrap>* {
    width: 100%;
    font-size: 14px;
  }

  .service-tab-wrapper .row {
    row-gap: 20px;
  }

  .service-tab-wrapper .icon_wrap {
    margin-inline: auto;
  }

  .tab-text {
    text-align: center;
  }

  .service-cta-wrapper .cta-row {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .service-cta-wrapper .img_wrap {
    position: static;
    width: 100%;
  }

  .service-cta-wrapper {
    min-height: 235px;
    text-align: center;
    padding-block: 30px;
  }

  .service-cta-section::before {
    display: none;
  }

  .qr-code-modal-wrapper .text_wrap h5,
  .qr-code-modal-wrapper .text_wrap span {
    font-size: 16px;
  }

  .qr-code-modal-wrapper .text_wrap h5,
  .qr-code-modal-wrapper .text_wrap span {
    font-size: 16px;
  }

  .qr-code-modal-wrapper .img_wrap:not(.image-container .img_wrap) {
    display: none;
  }

  .qr-code-modal-row .logo-wrapper {
    margin-bottom: 10px;
  }

  .contact-us-modal-wrapper .form-heading {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 5px;
    text-align: center;
  }

  .contact-us-modal-wrapper .form-heading span {
    font-size: 20px !important;
  }

  .thankyou-modal-wrapper {
    padding-inline: 25px;
  }

  .thankyou-modal-wrapper .icon_wrap {
    width: 100px;
    height: 100px;
  }

  .thankyou-modal-wrapper .icon_wrap img {
    width: 50px;
  }

  .thankyou-modal-wrapper .outer-links>* {
    width: 140px;
    height: 49px;
  }
}


@media (min-width: 1280px) and (max-width: 1366px) {
  .qr-code-modal-wrapper .img_wrap img {
    width: 100%;
  }

  .qr-code-modal-row .logo-wrapper {
    margin-bottom: 20px;
  }

  .qr-code-modal-wrapper .text_wrap h5 {
    font-size: 16px;
  }

  .qr-code-modal-wrapper {
    padding-block: 20px;
  }

  .qr-code-wrapper img {
    width: 150px;
  }

  .qr-code-modal-wrapper .logo-wrapper img {
    width: 100px;
  }

  .qr-code-modal-wrapper .text_wrap span {
    font-size: 16px;
  }

  .modal-close-button::before {
    font-size: 20px;
  }

  .modal-close-button {
    height: 35px;
    width: 35px;
  }

  .contact-us-form-wrapper .input_wrap {
    margin-bottom: 10px;
  }

  .contact-us-modal-wrapper {
    min-height: 620px;
    height: 620px;
  }

  .contact-us-form-wrapper {
    padding-block: 45px;
  }

  .contact-us-modal-wrapper .form-heading {
    margin-bottom: 15px;
  }

  .contact-us-form-wrapper textarea {
    height: 110px;
  }

  .contact-us-form-wrapper input {
    height: 50px;
  }

  .contact-us-row .col-md-5 {
    position: static;
  }

  .contact-us-row .col-md-5 .img_wrap {
    position: absolute;
    top: -50px;
  }

  .contact-us-form-wrapper label {
    margin-bottom: 10px;
  }

  .contact-us-form-wrapper .input_wrap {
    margin-bottom: 15px;
  }

}

/* RESPONSIVE END */