/*
Theme Name: Psychology and Wellness Pro
Theme URI: https://www.titanthemes.net/products/psychology-wordpress-theme
Author: Titanthemes
Author URI: https://www.titanthemes.net/
Description: Psychology WordPress Theme is designed with structured layouts and customizable features for therapy, counseling, wellness, and mental health-related websites. The theme includes responsive homepage sections, service layouts, testimonial areas, appointment sections, blog integration, and contact forms for organized content presentation. It supports multiple customization options, including typography controls, color settings, header styles, and widget-ready sections. The responsive framework ensures compatibility across desktops, tablets, and mobile devices for consistent accessibility. Additional features such as gallery layouts, team profiles, call-to-action sections, and social media integration help organize website content efficiently. The theme is also compatible with SEO plugins, page builders, and form plugins for extended functionality. Its optimized coding structure contributes to stable performance, smoother navigation, and easier content management while maintaining a clean and professional visual appearance suitable for wellness-focused websites.
Version: 0.0.1
Tested up to: 6.2
Requires at least: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psychology-and-wellness-pro
*/
/*header buy now bar start*/
#adminbar-search {
  display: none !important;
}
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
.spinner-loading-box {
  background: #254083;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* MULTI SPINNER */
.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loader 2s infinite ease;
  padding: 5px 5px 5px 5px;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: black;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

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

  50% {
    transform: rotate(180deg);
  }

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

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

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}
.sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  top: 40px;
  z-index: 999;
}
.header-coupon {
  color: gold;
}
.header-coupon:hover {
  animation: none; /* Stop the blinking on hover */
}
.buy-now a {
  background-color: #254083 !important;
  color: white !important;
  padding: 10px 20px;
  border-radius: 10px;
}

.admin-bar .sticky {
  position: fixed;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  top: 72px;
  z-index: 999;
}
.mtsnb {
  z-index: 100000 !important;
}
.mtsnb-button-type a {
  background: #287ff9;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 10px;
}
.header-coupoun {
  color: green;
}
.mtsnb-text {
  font-weight: bold;
}
/*header buy now bar end*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
menu buy now .buy-now a {
  padding: 8px 16px;
  background: #254083;
  color: #fff;
}
app devolpment css topbar a.mtsnb-link {
  background: #fff;
  padding: 8px 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Bricolage Grotesque", sans-serif;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto";
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

figure a {
  display: inline-block;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
  text-decoration-style: solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Bricolage Grotesque";
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  margin: 33px 0;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 22px;
  margin: 22px 0;
}

h4 {
  font-size: 20px;
  margin: 25px 0;
}

h5 {
  font-size: 18px;
  margin: 30px 0;
}

h6 {
  font-size: 16px;
  margin: 36px 0;
}

p {
  margin: 0 0 25px;
}

img {
  border: none;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 14px;
  hyphens: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em,
blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 15px;
}

ul {
  list-style-type: square;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  min-height: 120px;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

/* Form fields styles. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  border: 2px solid #ffffff1a;
  width: 100%;
  color: #121212;
  padding: 20px;
  outline: none;
  background-color: #faf9ff !important;
  border-bottom: 1px solid #121212 !important;
}

select {
  background: transparent;
  border: 1px solid #00b5e2;
  width: 100%;
  border-radius: 8px;
  padding: 13px;
  outline: none;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background-color: #8274e3;
  border: none;
  border-radius: 5px;
  color: #121212;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 18px;
  text-decoration: none;
  transition: all 0.2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder {
  color: #121212;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  background-color: #faf9ff !important;
}

:-ms-input-placeholder {
  color: #041f69;
}

::-ms-input-placeholder {
  color: #041f69;
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

a:where(:not(.wp-element-button)):hover {
  color: red;
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
  opacity: 0.9;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"]>*:not(.wp-block-group) .wp-block[data-align="full"] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
  padding-top: var(--wp--custom--spacing--outer);
  padding-bottom: var(--wp--custom--spacing--large);
  padding-right: var(--wp--custom--spacing--outer);
  padding-left: var(--wp--custom--spacing--outer);
}

.psychology-and-wellness-pro-header .wp-block-cover,
.psychology-and-wellness-pro-header .wp-block-cover-image,
.psychology-and-wellness-pro-footer .wp-block-cover,
.psychology-and-wellness-pro-footer .wp-block-cover-image,
.psychology-and-wellness-pro-porduct-section,
.psychology-and-wellness-pro-menu-section {
  align-items: inherit;
}

.psychology-and-wellness-pro-footer-menu .wp-block-navigation li {
  padding-left: 20px;
  position: relative;
}

.psychology-and-wellness-pro-footer-menu .wp-block-navigation li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  left: 0px;
  top: 50%;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
}

.psychology-and-wellness-pro-header .wp-block-navigation__submenu-container {
  min-width: 215px !important;
  background: #5f1c00 !important;
}

.psychology-and-wellness-pro-menu .wp-block-navigation li {
  padding: 17px 0px;
}

.psychology-and-wellness-pro-menu .wp-block-navigation__submenu-container li {
  padding: inherit;
}

.psychology-and-wellness-pro-menu .wp-block-group {
  padding: 0;
}

.wc-block-mini-cart__button:hover {
  background: transparent;
}

.psychology-and-wellness-pro-menu {
  font-family: Oswald;
}

.psychology-and-wellness-pro-header
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.psychology-and-wellness-pro-header
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #5baaec;
}

.psychology-and-wellness-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item
  .wp-block-navigation-item__label,
.psychology-and-wellness-pro-footer-menu
  .wp-block-navigation
  li
  .wp-block-navigation-item__label:hover {
  color: #ff8502;
}

.psychology-and-wellness-pro-footer-menu .wp-block-navigation li:hover:before,
.psychology-and-wellness-pro-footer-menu
  .wp-block-navigation
  li.current-menu-item:before {
  background: #ff8502;
}

.psychology-and-wellness-pro-ice-berg .wp-block-image {
  background: #5f1c00;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}

.psychology-and-wellness-pro-ice-berg h3 {
  width: 50%;
  margin: 0 auto;
}

.psychology-and-wellness-pro-ice-berg:hover .wp-block-image {
  background: #19375b;
}

.psychology-and-wellness-pro-ice-berg:hover h3 {
  color: #19375b !important;
}

.psychology-and-wellness-pro-better-box .wp-block-image {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  float: left;
}

.psychology-and-wellness-pro-product-box .wc-block-components-product-image img {
  width: auto !important;
  margin: 0 auto;
  display: table;
}

.psychology-and-wellness-pro-menu-section::before {
  content: "";
  width: 35%;
  height: 100%;
  background: #19375b;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
}

.psychology-and-wellness-pro-section .wp-block-columns {
  position: relative;
  overflow: hidden;
}

.psychology-and-wellness-pro-discount-box {
  width: 230px !important;
  height: 230px;
  position: absolute;
  right: -60px;
  bottom: -50px;
}

.psychology-and-wellness-pro-section-box .wp-block-column {
  z-index: 9;
}

.psychology-and-wellness-pro-section
  .psychology-and-wellness-pro-section-box::before {
  content: "";
  width: 99.5%;
  height: 99%;
  border: solid 2px #bd9655;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: dashed;
}

.psychology-and-wellness-pro-inner-banner {
  position: relative;
  z-index: -1;
}

.psychology-and-wellness-pro-section11-left {
  margin-right: 100px !important;
}

.psychology-and-wellness-pro-section11 {
  position: relative;
}

.psychology-and-wellness-pro-section11::before {
  content: "";
  width: 41.5%;
  position: absolute;
  height: 100%;
  background: #19375b;
  z-index: 0;
}

.psychology-and-wellness-pro-section11 .wp-block-columns {
  position: relative;
  z-index: 0;
}

.psychology-and-wellness-pro-section7-right .wp-block-image {
  position: absolute;
  right: 0;
}

.psychology-and-wellness-pro-section7 {
  position: relative;
  overflow: hidden;
}

.psychology-and-wellness-pro-section5-left {
  position: relative;
}

.psychology-and-wellness-pro-section5-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #19375b;
  width: 45%;
  height: 100%;
  z-index: -1;
}

.psychology-and-wellness-pro-header {
  position: absolute !important;
  width: 100%;
  z-index: 2;
}

/**woocommerce**/
.woocommerce div.product .product_title {
  display: none;
}

.entry-summary .price {
  padding-bottom: 15px !important;
}

.woocommerce div.product .quantity .qty {
  width: auto;
}

.cart {
  padding-bottom: 20px !important;
}

.woocommerce div.product div.images img {
  width: 100% !important;
  margin: 0 auto;
}

.woocommerce-tabs .tabs.wc-tabs {
  margin: 0px !important;
  padding: 0px !important;
}

.woocommerce-tabs .tabs.wc-tabs:before {
  border: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  font-size: 20px;
  padding: 0px !important;
  background-color: #f6f6f6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #222 !important;
  color: #fff !important;
  border-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
  font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none !important;
  padding: 5px 30px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #5baaec !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff !important;
}

.related.products h2 {
  text-align: center;
}

.related.products li .price,
.products li .price {
  text-align: center;
}

.related.products .button,
.products .button {
  display: table;
  margin: 0 auto;
}

.related.products,
.products {
  text-align: center;
}

.related.products li,
.products li {
  float: none !important;
  display: inline-block;
  margin: 15px !important;
  padding: 35px 15px 0px !important;
  border-radius: 5px !important;
}

.related.products li img,
.products li img {
  width: auto !important;
  text-align: center;
  display: table !important;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.woocommerce div.product .related.products {
  padding: 40px !important;
  background-color: #f6f6f6;
}

.qty.text {
  width: auto !important;
}

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: 100%;
}

.woocommerce-page .button {
  padding: 10px 35px !important;
}

.woocommerce-Price-amount bdi {
  font-weight: 600;
}

.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #222;
  border-radius: 0px;
}

body.home .psychology-and-wellness-pro-menu li:nth-child(1) span {
  color: #5baaec;
}

body.home
  .psychology-and-wellness-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span {
  color: inherit;
}

body.home
  .psychology-and-wellness-pro-menu
  li
  .wp-block-navigation__submenu-container
  li:nth-child(1)
  span:hover,
body.home
  .psychology-and-wellness-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover,
.psychology-and-wellness-pro-menu
  li
  .wp-block-navigation__submenu-container
  li
  span:hover {
  color: #5baaec;
}

.psychology-and-wellness-pro-section10 .add_to_cart_button {
  border-radius: 3px;
  background-color: #19375b;
  padding: 12px 25px !important;
}

.added_to_cart.wc-forward {
  display: block;
}

.current-menu-item a {
  color: #5baaec;
}

/* *-*-*-*-*-*-*-*-*-* New CSS	*-*-*-*-*-*-*-*-*-*-*-* */
body .wp-site-blocks {
  overflow: hidden;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/********************************* new Saas theme css*********************************/
.sass-container {
  max-width: 1400px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

/*********** header-css ***********************/
.saas-navbar {
  font-family: "Bricolage Grotesque" !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  font-size: 14px !important;
  color: white !important;
}
.saas-navbar ul li ul {
  gap: 10px;
}
.saas-navbar ul li ul li a {
  padding: 10px !important;
}
.saas-navbar ul li ul li a span {
  color: black;
}
.saas-navbar ul li ul li a:hover {
  background-color: #254083;
}
.saas-navbar ul li ul li a:hover span {
  color: white;
}
.header-col-two-group form.aa-Form {
  border: none !important;
}
/****************** slider-css***************************/

.slider-main-col {
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0px !important;
}

.slider-container {
  max-width: 1510px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.stk-block-carousel__buttons {
  align-items: end !important;
  margin-bottom: 12px !important;
}

.slider-section .slider-main-col-two-stack {
  justify-content: center !important;
  align-items: center !important;
}

.slider-right-col {
  position: relative;
}

.slider-left-col {
  position: relative;
}

.teresa-potter-row {
  position: absolute;
  top: 57px;
  background: white;
  width: 280px !important;
  border-radius: 56px;
  justify-content: center !important;
  box-shadow: 0px 4px 24px 0px #00000029;
  gap: 10px;
  height: 85px !important;
}
.slider-section img.wp-image-208 {
  max-width: 95px !important;
  height: 100% !important;
  object-fit: contain !important;
}

.management-software-cover {
  padding: 0px 10px;
  width: 284px;
  border-radius: 8px;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 16px 0px #0000001a;
  z-index: 99999;
  bottom: 120px;
  right: 40%;
}

.stk-block-carousel__buttons {
  align-items: end !important;
  margin-bottom: 12px !important;
  position: inherit;
}

.call-us-group {
  background: #99c4b7;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 30px 0px;
  width: 460px !important;
  position: absolute;
  bottom: 0;
  height: 100px !important;
}

.slider-main-col-two-row .stk-5483a45 {
  width: 460px !important;
}

a.gutentor-element-advanced-text-link {
  text-decoration: none;
  color: #000;
}

h3.gutentor-text {
  margin-bottom: 0px !important;
  font-family: "Bricolage Grotesque";
  font-weight: 600;
  font-size: 24px !important;
  line-height: 29px !important;
}
.header-col-two-group .searachbar-group {
  flex-basis: 40% !important;
}

/*************8 Aboutus-section-css **********************/
.scrolling-text h2 {
  max-width: max-content;
  width: max-content;
}

.scrolling-text {
  animation: scrollText 10s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.aboutus-left-col {
  position: relative;
  z-index: 9999999;
}

.stk-d8669c6 .stk-block-heading__bottom-line {
  rotate: 3deg !important;
}

/*********** premium-features-css ***********************/
.stk-e996824 .stk-block-heading__bottom-line {
  rotate: 3deg !important;
}

/*************service-section-css ********************/
.stk-block-heading__bottom-line {
  rotate: 3deg !important;
}
.service-section-post-type .grid-container {
  max-width: 100% !important;
  padding: 0px !important;
}

.service-section-total-leads-group {
  max-width: 320px !important;
  height: auto !important;
  margin-left: 20px !important;
}

.service-section .gutentor-post-title-data-wrap::after {
  content: "";
  width: 123px;
  height: 2px;
  background: #254083;
  position: absolute;
  right: unset;
  top: unset;
  bottom: 17px;
  left: 0;
  z-index: 9999999999999999999999999999999999;
}

.gutentor-post-title-data-wrap {
  position: relative;
  padding: 0px;
  height: 60px;
  overflow: visible;
  z-index: 0;
}
/**********why-choose-us-section-css****************/
.why-choose-us-section img.wp-image-240 {
  max-width: 425px !important;
  height: auto !important;
  object-fit: contain !important;
}
/*********** video-section-csss*************************/
.video-section .grid-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
  align-items: center !important;
}

.gutentor-section-title.enable-title-design.text-center .gutentor-title:before {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.video-section .gutentor-block-header {
  order: 2;
}

.video-section-main-cover {
  min-height: 650px !important;
}

/************** tesimonial-section-css *****************/
.sass-container-testi {
  max-width: 1400px !important;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  overflow: visible !important;
}

.wp-block-group.testimonial-section-right-col-group::after {
  content: "" !important;
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  right: -70% !important;
  z-index: 0 !important;
  background: #c3ddfa !important;
}

.testimonial-section-right-col-group {
  position: relative !important;
  z-index: 99;
}

.stk-36332fa .stk-block-carousel__dots {
  justify-content: center !important;
  flex-direction: column !important;
  position: absolute !important;
  left: -28px !important;
  bottom: 0 !important;
}

.testimonial-section-right-col {
  position: relative !important;
}

.testimonial-section-main-column {
  column-gap: 50px !important;
}

/*********** best-plan-css***********************/
.text-group {
  margin: 0px !important;
  writing-mode: vertical-rl !important;
  text-orientation: upright !important;
  white-space: nowrap !important;
  transform: rotate(0deg) !important;
  height: 500px !important;
  width: 60px !important;
  background: linear-gradient(180deg, #3872e0 0%, #121212 100%) !important;
  text-align: left !important;
  padding: 15px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  color: white !important;
  left: -2px;
  z-index: 1;
}

/******* price-box-margin-css**********/
.wp-block-stackable-pricing-box {
  margin: 0px !important;
  box-shadow: 0px 0px 16px 0px #0000001a !important;
}

/* h2.stk-block-heading__text.has-text-color {
    color: white !important;
} */
.stk-a1922d2-container {
  box-shadow: 0px 0px 16px 0px #0000001a !important;
}

/*********3rd-box-bottom-margin-css***************/
.wp-block-stackable-icon-list.stk-364045b {
  margin-bottom: 24px !important;
}

.price-plane-card {
  width: 460px !important;
  height: auto !important;
  border: 1px solid #fcfaff !important;
  border-radius: 10px;
}

.best-plan-section .best-plan-main-column {
  column-gap: 30px;
}

/************ post-blog-section-css*******************************/
.post-blog-section .grid-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.post-blog-section::after {
  content: "The Blog";
  color: #121212;
  position: absolute;
  font-size: 200px;
  top: -60px;
  left: 62px;
  opacity: 2%;
  font-family: "Bricolage Grotesque";
  font-weight: 600;
}

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

.post-blog-section .wp-post-image {
  object-fit: cover !important;
  height: 340px;
  width: 100%;
}

.gutentor-icon-before.gutentor-button .gutentor-button-icon {
  margin-right: 8px;
  margin-top: -20px !important;
  color: #254083;
}

/**************** footer-section-css **************************/
.wp-block-qubely-socialicons a {
  gap: 10px !important;
}

.wp-block-qubely-socialicons ul {
  margin-bottom: 0px !important;
}
.input-subscribe h3 {
  font-family: "Bricolage Grotesque" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 16.8px !important;
  color: #121212 !important;
}
.input-container::before {
  position: absolute !important;
  color: #121212 !important;
  width: 112px !important;
  height: 45px !important;
  top: 23px !important;
  z-index: 1 !important;
  right: -70px !important;
  font-family: "FontAwesome" !important;
  content: "\f061" !important;
  font-size: 16px !important;
  cursor: pointer;
}
.input-container {
  position: relative !important;
}
.input-container::after {
  position: absolute !important;
  font-family: "FontAwesome" !important;
  content: "\f0e0" !important;
  color: #121212 !important;
  left: 0 !important;
  top: 23px !important;
  opacity: 50%;
}

/*************** responsive css-all-sections *****************/

@media (max-width: 1920px) {
  .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -41% !important;
    left: -17% !important;
  }
}
@media (max-width: 1600px) {
  .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -67% !important;
    left: -5% !important;
  }
}

@media (max-width: 1366px) {
  .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -40% !important;
    left: -9% !important;
  }
  .testimonial-section-left-col-stack {
    padding: 15px !important;
  }
  .slider-left-col-stack {
    padding: 15px !important;
  }
}
@media (max-width: 1600px) {
  .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -41% !important;
    left: -8% !important;
  }
}

.sass-container.new-slider-cover {
  overflow: visible !important;
}
@media screen and (max-width: 1440px) and (min-width: 1366px) {
  .header-col-two-group {
    padding: 0px 10px !important;
  }
  .slider-section .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -35% !important;
    left: 1% !important;
  }
  /******aboutus-section-css ****************/
  .aboutus-right-col {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .aboutus-main-cover {
    margin: 60px 0px !important;
  }
  .premium-features-section {
    margin: 30px 0px !important;
    padding: 0px 10px !important;
  }
  /******** service-section ********************/
  .service-section {
    margin: 50px 0px !important;
  }
  .service-section-right-col {
    padding: 120px 30px !important;
  }
  .why-choose-us-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 50px 0px !important;
  }
  .video-section {
    margin: 0px !important;
    padding: 0px !important;
  }
  /*********** testimonial-section-css ********************/
  .testimonial-section {
    margin: 40px 0px !important;
  }
  .post-blog-section a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1365px) and (min-width: 1023px) {
  .header-col-two-group {
    padding: 0px 10px !important;
  }
  .slider-section .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -40% !important;
    left: 0% !important;
  }
  /******aboutus-section-css ****************/
  .aboutus-right-col {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .aboutus-main-cover {
    margin: 60px 0px !important;
  }
  .premium-features-section {
    margin: 30px 0px !important;
    padding: 0px 10px !important;
  }
  /******** service-section ********************/
  .service-section {
    margin: 50px 0px !important;
  }
  .service-section-right-col {
    padding: 120px 30px !important;
  }
  .why-choose-us-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 50px 0px !important;
  }

  .sass-container.service-section-inner-cover {
    margin: 0px !important;
  }
  .video-section {
    margin: 0px !important;
    padding: 10px 0px !important;
  }
  /*********** testimonial-section-css ********************/
  .testimonial-section {
    margin: 40px 0px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .saas-navbar {
    gap: 20px !important;
  }
  .mtsnb .mtsnb-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 1000px;
    padding: 10px 40px;
    line-height: 1.4;
  }
  .wp-block-stackable-icon.stk-block-icon.stk-block.stk-4a5b4c6 {
    display: none;
  }
/*   .new-col-one {
    display: none !important;
  } */
  .new-col-group-two img {
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    margin: auto !important;
  }
  .slider-section .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -40% !important;
    left: 2% !important;
  }
  .teresa-potter-row {
    position: absolute;
    top: 57px;
    background: white;
    width: 265px !important;
    border-radius: 56px;
    justify-content: center !important;
    box-shadow: 0px 4px 24px 0px #00000029;
    gap: 10px;
    height: 85px !important;
    right: 0;
  }
  .management-software-cover {
    padding: 0px 10px;
    width: 284px;
    border-radius: 8px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 16px 0px #0000001a;
    z-index: 99999;
    bottom: 20px;
    right: 0%;
  }
  .slider-left-col-stack {
    padding: 0px !important;
    padding-left: 10px !important;
  }
  .slider-section {
    padding-top: 30px !important;
  }
  .teresa-potter-group {
    margin-left: 0 !important;
  }
  .aboutus-right-col {
    padding: 0px !important;
    padding-left: 8px !important;
  }
  #about-us {
    margin-bottom: 0px !important;
  }
  #our-company-provide-quality-saas-solutions-for-your-businesses {
    margin-bottom: 10px !important;
  }
  .aboutus-section h2.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: 0px !important;
  }
  #we-empower-people-to-unite-around-ideas-that-matter {
    margin-bottom: 10px !important;
  }
  .aboutus-section h3.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .wp-block-stackable-subtitle.stk-block-subtitle.stk-block.stk-07a4cf8 {
    margin-bottom: 10px !important;
  }
  .aboutus-section p.stk-block-subtitle__text.stk-subtitle.has-text-color {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .aboutus-section
    .wp-block-stackable-button-group.stk-block-button-group.stk-block.stk-1e2d697 {
    margin-bottom: 10px !important;
  }
  #trusted-by-25000-happy-marketers-and-developers-since-2023 {
    padding: 0px !important;
  }
  .premium-features-section h3.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .premium-features-section
    p.stk-block-subtitle__text.stk-subtitle.has-text-color {
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .premium-features-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .service-section {
    margin: 30px 0px !important;
    padding: 0px 10px !important;
  }
  .service-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .service-section img {
    object-fit: contain;
    width: 100% !important;
    height: auto !important;
  }
  .service-section h3.gutentor-post-title {
    font-size: 22px !important;
    line-height: 36px !important;
    letter-spacing: 0px !important;
  }
  #why-choose-us {
    margin-bottom: 0px !important;
  }
  #a-simple-yet-powerful-and-efficient-process {
    margin-bottom: 10px !important;
  }
  .service-section-right-col {
    padding: 10px !important;
  }
  .why-choose-us-section {
    margin: 40px 0px !important;
    padding: 0px !important;
  }
  .video-section-main-cover {
    min-height: 430px !important;
  }
  .video-section {
    margin: 0px 0px !important;
    padding: 0px 0px !important;
  }
  .video-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .service-section-total-leads-group {
    max-width: 237px !important;
    height: auto !important;
  }
  .our-records-section {
    margin: 0px !important;
    padding: 0px 10px !important;
    min-height: 320px !important;
  }
  .our-records-section .counter-main-column {
    gap: 15px !important;
  }
  #our-software-help-you-grow-your-business {
    margin-bottom: 0px !important;
  }
  .our-records-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .heading-main-col-stack {
    padding-top: 0px !important;
  }
  .wp-block-cover .our-records-section-maincover {
    min-height: 300px !important;
  }
  .testimonial-section {
    margin: 0px 0px !important;
    padding: 0px 10px !important;
  }
  .testimonial-section h2.stk-block-heading__text.has-text-color {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  #see-what-our-clients-have-to-say-about-us {
    margin-bottom: 10px !important;
  }
  .testimonial-section p.stk-block-subtitle__text.stk-subtitle.has-text-color {
    font-size: 14px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
  }
  .testimonial-section h3.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
  }
  p.stk-block-subtitle__text.stk-subtitle {
    font-size: 14px !important;
  }
  .faqs-right-col {
    padding: 0px !important;
    padding-left: 10px !important;
  }
  .faqs-section .stk-cf6f453 {
    display: none !important;
  }
  #mostly-asked-questions-by-our-clients {
    margin-bottom: 10px !important;
  }
  .faqs-section h2.stk-block-heading__text.has-text-color {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .faqs-section
    .wp-block-stackable-subtitle.stk-block-subtitle.stk-block.stk-822b8fc {
    margin-bottom: 10px !important;
  }
  .faqs-section h4.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .wp-block-stackable-accordion p.stk-block-text__text.has-text-color {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }
  .post-blog-section
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }
  .post-blog-section .wp-post-image {
    object-fit: contain !important;
    height: 230px !important;
    width: auto !important;
  }
  .gutentor-post-title a {
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
  }
  .post-blog-section .gutentor-post-desc {
    padding-top: 35px !important;
    margin-bottom: 0px !important;
    font-size: 14px !important;
  }
  .why-choose-us-section img.wp-image-240 {
    max-width: 315px !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .footer-section p.gutentor-text {
    margin: 0px !important;
  }
  .footer-section .mobile-row,
  .mail-row,
  .location-row {
    gap: 10px;
  }
}
@media screen and (max-width: 844px) and (min-width: 320px) {
  .searachbar-group {
    display: none !important;
  }
  img.wp-image-216 {
    max-width: 200px;
    height: 100% !important;
    object-fit: contain !important;
  }
  .header-col-two-group .wp-block-navigation-item__label {
    font-size: 12px !important;
  }
  .header-col-two-group li {
    font-size: 12px !important;
  }
  .saas-navbar {
    gap: 16px !important;
  }
  .header-col-two-three-row {
    justify-content: end !important;
  }
  .management-software-cover {
    padding: 0px 10px;
    width: 284px;
    border-radius: 8px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 16px 0px #0000001a;
    z-index: 99999;
    bottom: 0px;
    right: 0%;
  }
  .slider-section {
    padding-top: 0px !important;
  }
  .aboutus-main-cover {
    margin: 30px !important;
  }
  .premium-features-col-two-one-stack,
  .premium-features-col-two-two-stack,
  .premium-features-col-two-three-stack,
  .premium-features-col-two-four-stack {
    justify-content: center !important;
    align-items: center !important;
  }
  .premium-features-section h3.stk-block-heading__text.has-text-color {
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
  }
  .why-choose-us-section img.wp-image-240 {
    max-width: 250px !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .header-col-two-group .searachbar-group {
    flex-basis: 40% !important;
  }
}
@media screen and (max-width: 820px) {
  .saas-navbar {
    gap: 12px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 424px) {
  .header-col-two-group .wp-block-column.header-col-two-one {
    flex-basis: 20% !important;
  }
  .header-col-two-group .wp-block-column.header-col-two-two {
    flex-basis: 40% !important;
  }
  .header-col-two-group .wp-block-column.header-col-two-three {
    flex-basis: 20% !important;
  }
  .header-col-two-group .header-col-two-one-row {
    justify-content: center;
  }
  .slider-section {
    padding-top: 10px 0px !important;
  }
  .slider-section .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -44% !important;
    left: 2% !important;
  }
  .slider-section .stk-block-carousel__buttons {
    position: absolute !important;
    top: unset !important;
    bottom: -44% !important;
    left: 2% !important;
  }
  .management-software-cover {
    padding: 0px 10px;
    width: 284px;
    border-radius: 8px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 16px 0px #0000001a;
    z-index: 99999;
    bottom: 37px;
    right: 0%;
  }
  .slider-section {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .call-us-group {
    background: #99c4b7;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 30px 0px;
    width: 460px !important;
    position: absolute;
    bottom: 57px;
    height: 100px !important;
  }
  /* .teresa-potter-row{
        display: none !important;
    } */
  .new-col-group-two img.wp-image-65 {
    opacity: 0.9;
  }
  .aboutus-section .aboutus-main-cover {
    margin: 20px 0px !important;
  }
  .slider-left-col-stack {
    padding: 0px !important;
    padding-left: 20px !important;
  }
  .aboutus-right-col {
    padding: 0px 20px !important;
  }
  #about-us {
    margin: 10px 0px !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-one {
    flex-basis: 50% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-two {
    flex-basis: 50% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-three {
    flex-basis: 50% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-four {
    flex-basis: 50% !important;
  }
  .premium-features-col-two-one-stack {
    align-items: center !important;
  }
  .premium-features-col-two-two-stack {
    align-items: center !important;
  }
  .premium-features-col-two-three-stack {
    align-items: center !important;
  }
  .premium-features-col-two-four-stack {
    align-items: center !important;
  }
  .premium-features-section .premium-features-main-col-two {
    margin: 20px 0px !important;
    row-gap: 50px !important;
  }
  .service-section-col-two-stack {
    padding: 0px !important;
  }
  .gutentor-post-title a {
    font-size: 16px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
  }
  .service-section img {
    object-fit: contain;
    width: 100% !important;
    height: auto !important;
  }
  .why-choose-us-section .wp-block-column.service-section-left-inner-col-two {
    flex-basis: 50% !important;
  }
  .why-choose-us-section .wp-block-column.service-section-right-col {
    flex-basis: 50% !important;
  }
  .video-section {
    margin: 20px 0px !important;
    padding: 0px !important;
  }
  .video-section .video-section-col-two-stack {
    padding: 0px !important;
  }
  .our-records-section .wp-block-column.counter-main-column-one {
    flex-basis: 20% !important;
  }
  .our-records-section .wp-block-column.counter-main-column-two {
    flex-basis: 20% !important;
  }
  .our-records-section .wp-block-column.counter-main-column-three {
    flex-basis: 20% !important;
  }
  .our-records-section .wp-block-column.counter-main-column-four {
    flex-basis: 20% !important;
  }
  .video-section {
    margin: 0px !important;
    padding: 20px 0px !important;
  }
  #testimonials {
    margin-bottom: 10px !important;
  }
  .testimonial-section {
    margin: 0px 0px !important;
    padding: 0px 20px !important;
  }
  .stk-36332fa .stk-block-carousel__dots {
    left: -28px !important;
    bottom: 0 !important;
  }
  .stk-36332fa .stk-block-carousel__dots {
    justify-content: unset !important;
    flex-direction: unset !important;
    position: unset !important;
    left: -28px !important;
    bottom: 0 !important;
  }
  .testimonial-section .testimonial-section-right-col-group {
    padding-left: 0px !important;
  }
  .faqs-section .stk-container {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-one {
    flex-basis: 40% !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-two {
    flex-basis: 40% !important;
  }
  .best-plan-section .best-plan-main-column {
    column-gap: 20px;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-three {
    flex-basis: 50% !important;
  }
  .best-plan-section .best-plan-main-column-three-row {
    align-items: center !important;
    justify-content: center !important;
    margin-top: 20px !important;
    max-width: 360px !important;
  }
  .post-blog-section .heading-col-two-stack {
    padding: 0px !important;
  }
  .post-blog-section .wp-post-image {
    object-fit: contain !important;
    height: 100% !important;
    width: 100% !important;
  }
  .post-blog-section h3.gutentor-post-title {
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 0px !important;
  }
  /* .gutentor-post-desc {
        margin-bottom: 0px !important;
        font-size: 14px !important;
    }
    
     .gutentor-post-desc:not(:first-child) {
        padding-top: 25px !important;
    }
     */
  .gutentor-icon-before.gutentor-button .gutentor-button-icon {
    margin-right: 8px;
    margin-top: -12px !important;
    color: #254083 !important;
  }
  .social-media-group .wp-block-column.facebook-column {
    flex-basis: 20% !important;
  }
  .social-media-group .wp-block-column.twitter-column {
    flex-basis: 20% !important;
  }
  .social-media-group .wp-block-column.Instagram-column {
    flex-basis: 20% !important;
  }
  .social-media-group .wp-block-column.linkedIn-column {
    flex-basis: 20% !important;
  }
  .footer-section .wp-block-column.footer-col-one {
    flex-basis: 50% !important;
  }
  .footer-section .wp-block-column.footer-col-two {
    flex-basis: 50% !important;
  }
  .footer-section .wp-block-column.footer-col-three {
    flex-basis: 50% !important;
  }
  .footer-section .wp-block-column.footer-col-four {
    flex-basis: 50% !important;
  }
  .footer-section .footer-col-one-stack {
    padding: 0px !important;
    padding-right: 10px !important;
  }
  .footer-section .footer-main-column {
    row-gap: 30px !important;
  }
  .gutentor-element-advanced-text .gutentor-text {
    margin-bottom: 0px !important;
  }
  .location-row {
    column-gap: 10px !important;
  }
  .mobile-row {
    column-gap: 10px !important;
  }
  .mail-row {
    column-gap: 10px !important;
  }
  .input-container::before {
    position: absolute !important;
    color: #121212 !important;
    width: 112px !important;
    height: 45px !important;
    top: 23px !important;
    z-index: 1 !important;
    right: -70px !important;
    font-family: "FontAwesome" !important;
    content: "\f061" !important;
    font-size: 16px !important;
    background-color: #faf9ff !important;
  }
  .input-container {
    position: relative !important;
  }
  .input-container::after {
    position: absolute !important;
    font-family: "FontAwesome" !important;
    content: "\f0e0" !important;
    color: #121212 !important;
    left: 0 !important;
    top: 23px !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 768px) {
  .header-col-two-three-row {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px) {
  /* .teresa-potter-row{
        display: none !important;
    } */
  .header-col-two-group .wp-block-column.header-col-two-one {
    flex-basis: 50% !important;
  }
  .header-col-two-group .wp-block-column.header-col-two-two {
    flex-basis: 50% !important;
  }
  .premium-features-col-two-one-stack,
  .premium-features-col-two-two-stack,
  .premium-features-col-two-three-stack,
  .premium-features-col-two-four-stack {
    align-items: center !important;
  }

  .slider-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-col-two-group img.wp-image-216 {
    max-width: 160px !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .header-col-two-two-row {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }
  .slider-section .new-slider-cover {
    min-height: 350px !important;
  }
  .management-software-cover h3.stk-block-heading__text.has-text-color {
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
  }
  .management-software-cover h6.stk-block-heading__text.has-text-color {
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
  }
  .management-software-cover h2.stk-block-heading__text.has-text-color {
    font-size: 11px !important;
    letter-spacing: 0px !important;
    line-height: 16px !important;
  }
  .management-software-cover {
    padding: 0px 10px;
    width: 170px;
    border-radius: 8px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 16px 0px #0000001a;
    z-index: 99999;
    bottom: 2px;
    right: 2%;
  }
  .management-software-cover {
    min-height: 90px !important;
  }
  .slider-section h1.stk-block-heading__text.has-text-color {
    font-size: 32px !important;
    line-height: 44px !important;
    letter-spacing: 0px !important;
  }
  .slider-section .wp-block-stackable-subtitle {
    margin-bottom: 10px !important;
  }
/*   .slider-section .new-col-one {
    display: none !important;
  } */
  #we-can-help-turn-your-ideas-into-reality {
    margin-bottom: 10px !important;
  }
  .slider-section p.stk-block-subtitle__text.stk-subtitle.has-text-color {
    font-size: 12px !important;
    line-height: 22px !important;
    letter-spacing: 0px !important;
  }
  .slider-section a.stk-link.stk-button.stk--hover-effect-darken {
    padding: 10px 20px !important;
  }
  .slider-section span.has-text-color.stk-button__inner-text {
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
  }
  .slider-section h3.gutentor-text {
    font-size: 12px !important;
    line-height: 14px !important;
    letter-spacing: 0px !important;
  }
  /* .call-us-group {
   display: none  !important;
    } */

  .slider-section {
    min-height: 300px !important;
  }
  .slider-left-col-stack {
    padding: 25px !important;
    padding-bottom: 65px !important;
  }
  /* .slider-section .slider-main-col-two-stack {
        display: none;
    } */
  .header-col-one-group
    h2.stk-block-heading__text.has-text-color.has-text-align-center {
    font-size: 11px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
  }
  .aboutus-section {
    padding: 0px !important;
  }
  #about-us {
    width: 100% !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .aboutus-section .aboutus-right-col {
    padding: 0px 20px !important;
  }
  .aboutus-main-cover {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-one {
    flex-basis: 100% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-two {
    flex-basis: 100% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-three {
    flex-basis: 100% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-four {
    flex-basis: 100% !important;
  }
  .premium-features-section .premium-features-main-col-two {
    margin: 20px 0px !important;
    row-gap: 30px !important;
  }
  .premium-features-section {
    margin-bottom: 20px !important;
  }
  .service-section img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
  }
  .service-section .gutentor-post-title-data-wrap::after {
    content: "";
    width: 123px;
    height: 2px;
    background: #254083;
    position: absolute;
    right: unset;
    top: unset;
    bottom: 30px;
    left: 0;
    z-index: 9999999999999999999999999999999999;
  }
  .why-choose-us-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px 10px !important;
  }
  .why-choose-us-section .laptop-img-girl-stack {
    align-items: center !important;
    justify-content: center !important;
  }
  .why-choose-us-section .service-section-right-col-stack {
    justify-content: center !important;
    align-items: center !important;
  }
  .why-choose-us-section .research-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .why-choose-us-section .research-stack {
    align-items: center;
    justify-content: center;
    padding: 0px !important;
  }
  .why-choose-us-section .analysis-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .why-choose-us-section .analysis-stack {
    align-items: center;
    justify-content: center;
    padding: 0px !important;
  }
  .why-choose-us-section .execution-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .why-choose-us-section .execution-stack {
    align-items: center;
    justify-content: center;
    padding: 0px !important;
  }
  .why-choose-us-section .service-section-right-col {
    padding: 20px !important;
  }
  .video-section-main-cover {
    min-height: 350px !important;
  }
  .video-section h2.gutentor-title {
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
  }
  .video-section img.normal-image {
    width: 90px !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .video-section .grid-container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    align-items: center !important;
  }
  .video-section {
    margin: 0px !important;
    padding: 20px 0px !important;
    padding-bottom: 0px !important;
  }
  .our-records-section {
    margin: 0px !important;
    padding: 0px 20px !important;
    min-height: 200px !important;
  }
  .our-records-section .heading-main-col-stack {
    padding: 0px !important;
  }
  .our-records-section .col-one,
  .our-records-section-col-three {
    display: none !important;
  }
  .our-records-section-maincover {
    min-height: 200px !important;
  }
  .testimonial-section .testimonial-section-left-col-stack {
    align-items: center !important;
    justify-content: center !important;
  }
  .testimonial-section {
    margin: 0px 0px !important;
    padding: 0px 20px !important;
  }
  .testimonial-section .stack-one {
    justify-content: center !important;
    align-items: center !important;
  }
  .stk-block-carousel__dot:before {
    background: #1b1b1b !important;
    height: var(--dot-active-height) !important;
    width: var(--dot-active-width, 30px) !important;
  }
  .stk-36332fa .stk-block-carousel__dot::before {
    background-color: #254083 !important;
    rotate: 90deg !important;
  }
  .testimonial-section .stk-36332fa .stk-block-carousel__dots {
    justify-content: center !important;
    gap: 10px !important;
  }
  .stk-36332fa .stk-block-carousel__dots {
    justify-content: center !important;
    flex-direction: unset !important;
    position: unset !important;
    bottom: 0 !important;
  }
  .testimonial-section .testimonial-section-right-col-group {
    padding: 5px !important;
  }
  .faqs-section {
    padding: 0px 18px !important;
  }
  .faqs-section .faqs-right-col {
    padding: 10px 0px !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-one {
    flex-basis: 100% !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-two {
    flex-basis: 100% !important;
  }
  .best-plan-section .best-plan-main-column-one-row {
    justify-content: center !important;
    align-items: center !important;
  }
  .best-plan-section .best-plan-main-column-two-row {
    justify-content: center !important;
    align-items: center !important;
  }
  .text-group {
    margin: 0px !important;
    writing-mode: vertical-rl !important;
    text-orientation: upright !important;
    white-space: nowrap !important;
    transform: rotate(0deg) !important;
    height: 345px !important;
    width: 45px !important;
    background: linear-gradient(180deg, #3872e0 0%, #121212 100%) !important;
    text-align: left !important;
    padding: 15px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    color: white !important;
  }
  .price-plane-card {
    width: 240px !important;
    height: auto !important;
    border: 1px solid #fcfaff !important;
    border-radius: 10px;
  }
  .best-plan-section .best-plan-main-column {
    row-gap: 10px;
  }
  .best-plan-section .best-plan-main-column-three-row {
    align-items: center !important;
    justify-content: center !important;
    margin-top: 10px !important;
    max-width: 360px !important;
  }
  #learn-more-about-our-recent-news {
    margin-bottom: 10px !important;
  }
  .post-blog-section .wp-post-image {
    object-fit: contain !important;
    height: auto !important;
    width: 100% !important;
  }
  .post-blog-section::after {
    content: "The Blog";
    color: #121212 !important;
    position: absolute;
    font-size: 60px;
    top: 61px;
    left: 40px;
    opacity: 2% !important;
    font-family: "Bricolage Grotesque";
    font-weight: 600;
  }
  .post-blog-section .heading-col-two-stack {
    padding: 0px !important;
  }
  .post-blog-section .gutentor-post-desc {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 10px !important;
    line-height: 24px !important;
  }
  .post-blog-section .gutentor-post-title-data-wrap {
    position: relative;
    padding: 0px;
    height: unset !important;
    overflow: visible;
    z-index: 0;
  }
  .social-media-group .socail-media-main-column {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .social-media-group,
  .facebook-row,
  .twitter--row,
  .Instagram-row {
    border: none !important;
  }
  .footer-section .wp-block-column.footer-col-one {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-two {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-three {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-four {
    flex-basis: 100% !important;
  }
  .footer-section .footer-col-one-stack,
  .footer-col-two-stack,
  .footer-col-three-stack,
  .footer-col-four-stack {
    padding: 0px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .footer-section .location-row,
  .mobile-row,
  .mail-row {
    align-items: start !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .footer-section .wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: center !important;
  }
  .stk-40f0288 a {
    padding-left: 0px !important;
  }
  .stk-439dfd5 a {
    padding-left: 0px !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation-item,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-navigation__container,
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__responsive-container-content
    .wp-block-page-list {
    justify-content: center !important;
    align-items: center !important;
  }
  .aboutus-section .aboutus-right-col-stack div {
    width: 100% !important;
  }
  .footer-section p.gutentor-text {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .stk-block-heading__bottom-line {
    width: 60px !important;
    max-width: 60px !important;
    height: 2px !important;
    max-height: 2px !important;
  }
  .stk-row.stk-inner-blocks.has-text-align-center-mobile.stk-block-content.stk-button-group {
    max-width: 124px !important;
    margin: 0px auto;
  }
}

@media screen and (max-width: 430px) {
  img.wp-image-216 {
    max-width: 170px !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  .header-col-two-group .wp-block-column.header-col-two-one {
    flex-basis: 50% !important;
  }
  .header-col-two-group .wp-block-column.header-col-two-two {
    flex-basis: 50% !important;
  }
  .header-col-two-two-row {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }
  .slider-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #about-us {
    width: 100% !important;
    text-align: center !important;
  }
  .aboutus-section .wp-block-stackable-button-group {
    width: 100% !important;
  }
  #trusted-by-25000-happy-marketers-and-developers-since-2023 {
    padding-top: 8px !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-one {
    flex-basis: 100% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-two {
    flex-basis: 100% !important;
  }
  .premium-features-section .wp-block-column.premium-features-col-two-three {
    flex-basis: 100% !important;
  }
  .why-choose-us-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .why-choose-us-section .service-section-right-col {
    padding: 10px !important;
  }
  .service-section-right-col-stack {
    justify-content: center !important;
    align-items: center !important;
  }
  .research-row,
  .analysis-row,
  .execution-row {
    flex-direction: column !important;
  }
  .research-stack,
  .analysis-stack,
  .execution-stack {
    align-items: center !important;
  }
  .video-section-main-cover {
    min-height: 370px !important;
  }
  .our-records-section {
    margin: 0px !important;
  }
  .our-records-section .counter-main-column {
    flex-direction: column;
    gap: 15px;
  }
  .our-records-section .counter-main-group {
    padding: 10px !important;
  }
  .testimonial-section-left-col-stack {
    padding: 0px !important;
    align-items: center !important;
  }
  .our-records-section {
    min-height: unset !important;
    max-height: 320px !important;
  }
  .testimonial-section {
    margin: 0px 0px !important;
    padding: 20px 20px !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-one {
    flex-basis: 100% !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-two {
    flex-basis: 100% !important;
  }
  .best-plan-section .wp-block-column.best-plan-main-column-three {
    flex-basis: 100% !important;
  }
  .text-group {
    margin: 0px !important;
    writing-mode: vertical-rl !important;
    text-orientation: upright !important;
    white-space: nowrap !important;
    transform: rotate(0deg) !important;
    height: 345px !important;
    width: 60px !important;
    background: linear-gradient(180deg, #3872e0 0%, #121212 100%) !important;
    text-align: left !important;
    padding: 15px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    color: white !important;
  }
  .price-plane-card {
    width: 260px !important;
    height: auto !important;
    border: 1px solid #fcfaff !important;
    border-radius: 10px;
  }
  .best-plan-section .best-plan-main-column-three-row,
  .best-plan-main-column-two-row,
  .best-plan-main-column-one-row {
    align-items: center !important;
    justify-content: center !important;
    margin-top: 20px !important;
    max-width: 360px !important;
  }
  .faqs-right-col-heading-stack {
    align-items: center !important;
  }
  #fa-qs {
    margin-bottom: 10px !important;
  }
  .faqs-right-col {
    padding: 20px 0px !important;
  }
  .best-plan-heading-stack {
    margin: 10px 0px !important;
  }
  .gutentor-post-title-data-wrap {
    position: relative;
    padding: 0px;
    height: auto !important;
    overflow: visible;
    z-index: 0;
  }
  .socail-media-main-column {
    flex-direction: column;
  }
  .footer-section .wp-block-column.footer-col-one {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-two {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-three {
    flex-basis: 100% !important;
  }
  .footer-section .wp-block-column.footer-col-four {
    flex-basis: 100% !important;
  }
  .footer-col-one-stack,
  .footer-col-two-stack,
  .footer-col-three-stack,
  .footer-col-four-stack {
    align-items: center !important;
    justify-content: center !important;
  }
  .footer-section .location-row,
  .mobile-row,
  .mail-row {
    align-items: center !important;
    justify-content: center !important;
  }
  ul.wp-block-navigation__container {
    align-items: center;
  }
  .input-container::after {
    position: absolute !important;
    font-family: "FontAwesome" !important;
    content: "\f0e0" !important;
    color: #121212 !important;
    left: 0 !important;
    top: 19px !important;
  }
  .new-slider-cover {
    min-height: 430px !important;
  }
  /* .management-software-cover{
        display: none !important;
    } */
  .management-software-cover {
    padding: 0px 10px;
    width: 200px;
    border-radius: 8px;
    position: absolute;
    background: white;
    box-shadow: 0px 4px 16px 0px #0000001a;
    z-index: 99999;
    bottom: 1px;
    right: 4%;
    min-height: 100px !important;
  }
  .service-section .gutentor-post-title-data-wrap::after {
    content: "";
    width: 123px;
    height: 2px;
    background: #254083;
    position: absolute;
    right: unset;
    top: unset;
    bottom: 0px;
    left: 0;
    z-index: 9999999999999999999999999999999999;
  }
  .slider-section h1.stk-block-heading__text.has-text-color {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  #we-can-help-turn-your-ideas-into-reality {
    margin-bottom: 10px !important;
  }
  .slider-section p.stk-block-subtitle__text.stk-subtitle.has-text-color {
    font-size: 12px !important;
    line-height: 26px !important;
  }
  .slider-section
    .wp-block-stackable-subtitle.stk-block-subtitle.stk-block.stk-eb42f1b {
    margin-bottom: 10px !important;
  }
  .slider-section span.has-text-color.stk-button__inner-text {
    font-size: 12px !important;
    line-height: 14px !important;
    /* padding: 10px !important; */
  }
  .slider-section .stk-block-carousel__buttons {
    display: none !important;
  }
  /* .call-us-group{
        display: none !important;
    } */
  .call-us-group {
    background: #99c4b7;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 12px 0px;
    width: 200px !important;
    position: absolute;
    bottom: 4px;
    height: 62px !important;
  }
  .slider-section h3.gutentor-text {
    font-size: 16px !important;
  }
  #modal-1-content {
    align-items: center !important;
    justify-content: center !important;
  }
  .wp-block-navigation ul {
    align-items: center !important;
  }
  li.wp-block-navigation-item.has-child.open-on-hover-click.pages.wp-block-navigation-submenu {
    align-items: center !important;
    gap: 12px !important;
  }
  .slider-section h3.stk-block-heading__text.has-text-color {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .teresa-potter-row {
    position: absolute;
    top: 9px;
    background: white;
    width: 210px !important;
    border-radius: 56px;
    justify-content: center !important;
    box-shadow: 0px 4px 24px 0px #00000029;
    gap: 10px;
    height: 60px !important;
    right: 6px;
  }
  .slider-section img.wp-image-208 {
    max-width: 60px !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}
@media screen and (max-width: 430px) {
  .searchbox-group {
    justify-content: center !important;
  }
  .header-col-two-one-row {
    justify-content: center !important;
  }
}
@media screen and (max-width: 320px) {
  .header-col-two-group .header-col-two-two-row {
    justify-content: end !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }
  .header-col-two-group {
    padding: 10px !important;
  }
  .header-col-two-group .header-col-two-one-row {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }
  .slider-left-col-stack {
    padding: 25px !important;
    padding-bottom: 65px !important;
    padding-left: 10px !important;
    padding-top: 20px !important;
  }
  .footer-section p.gutentor-text {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .stk-block-heading__bottom-line {
    width: 60px !important;
    max-width: 60px !important;
    height: 2px !important;
    max-height: 2px !important;
  }
  .stk-row.stk-inner-blocks.has-text-align-center-mobile.stk-block-content.stk-button-group {
    max-width: 124px !important;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 390px) {
  .header-col-two-one-row {
    justify-content: center !important;
  }
  .teresa-potter-row {
    position: absolute;
    top: 9px;
    background: white;
    width: 191px !important;
    border-radius: 56px;
    justify-content: center !important;
    box-shadow: 0px 4px 24px 0px #00000029;
    gap: 5px;
    height: 60px !important;
    right: 9px;
  }
  .service-section .gutentor-post-title-data-wrap::after {
    content: "";
    width: 123px;
    height: 2px;
    background: #254083;
    position: absolute;
    right: unset;
    top: unset;
    bottom: -5px;
    left: 0;
    z-index: 9999999999999999999999999999999999;
  }
  .call-us-group {
    background: #99c4b7;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 13px 0px;
    width: 173px !important;
    position: absolute;
    bottom: 4px;
    height: 62px !important;
  }
}

.stk-block-carousel__dot:before {
  background: #1b1b1b;
  height: var(--dot-active-height);
  width: var(--dot-active-width, 30px);
}
.testimonial-section .stk-36332fa .stk-block-carousel__dots {
  justify-content: center !important;
  gap: 10px;
  align-items: center !important;
}

/********* home -page-animations  **************************/
.header-main-col.animate__fadeInLeft,
.service-section.animate__fadeInLeft,
.testimonial-section.animate__fadeInLeft,
.social-media-group.animate__fadeInLeft {
  animation: fadeInLeft;
  animation-duration: 1.5s;
  --animate-delay: 0s;
}
.slider-section.animate__fadeInRight,
.why-choose-us-section.animate__fadeInRight,
.faqs-section.animate__fadeInRight,
.footer-section.animate__fadeInRight {
  animation: fadeInRight;
  animation-duration: 1.5s;
  --animate-delay: 0s;
}
.aboutus-section.animate__fadeInDown,
.video-section.animate__fadeInDown,
.best-plan-section.animate__fadeInDown {
  animation: fadeInDown;
  animation-duration: 1.5s;
  --animate-delay: 0s;
}
.premium-features-section.animate__fadeInUp,
.our-records-section.animate__fadeInUp,
.post-blog-section.animate__fadeInUp {
  animation: fadeInUp;
  animation-duration: 1.5s;
  --animate-delay: 0s;
}
.cm-autocomplete {
  width: 70px !important;
  transition: 0.3s ease-in-out !important;
}
.cm-autocomplete.active {
  width: 200px !important;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
  border: none !important;
  width: 100%;
  color: #121212;
  padding: 20px;
  outline: none;
  background-color: #faf9ff !important;
  border-bottom: none !important;
}

/* div#video-image {
  background-image: url(https://preview.titanthemes.net/pattern/theme-images/psychology-and-wellness-pro/video-bg-1.png);
  border-radius: 30px;
} */

div#mtsnb-74 {
  z-index: 1 !important;
}

/* .wp-block-search__input {
  display: none !important;
} */
.wp-block-search__input.active {
  display: block !important;
}
.our-records-section {
  background-color: #c3ddfa !important;
}
.best-plan-section .stk-block-button .stk-button:hover {
  background-color: black !important;
}
.best-plan-section .stk-block-button .stk-button:hover .stk-button__inner-text {
  color: white !important;
}
.post-blog-section a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.post-blog-section a:hover {
  color: #254083;
}
footer .gutentor-element-advanced-text .gutentor-text {
  margin: 0;
  margin-left: 5px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .teresa-potter-group {
    margin-left: 0 !important;
  }
}
.copyright-group a.copyright-text {
  text-decoration: none;
  color: #121212;
  opacity: 80%;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.copyright-group a.copyright-text:hover {
  color: #254083;
  opacity: 1;
}
.page-template-404-page .error_img img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.slider-section {
  position: relative !important;
  z-index: 1 !important;
  top: -40px;
  width: 98%;
  margin: auto;
  border-radius: 30px;
}
.header-col-two-group {
  position: relative !important;
  z-index: 2 !important;
}
.header-col-two-group .wp-block-columns {
  position: relative;
  top: 40px;
}
.slider-section .new-col-one .grp-1 {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.slider-section .session-grp {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.slider-section .gutentor-element-rating .gutentor-element-rating-box .gutentor-rating-marked {
  color: #f0cf00 !important;
}
.slider-section .new-col-two .grp-2-row-1 .stk-block-text p {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.44) 0%,
    rgba(153, 153, 153, 0.44) 100%
  );
  padding: 20px 40px;
  border-radius: 60px;
}
.slider-section .new-col-two .grp-2-row-2 .stk-block-text p {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.44) 0%,
    rgba(153, 153, 153, 0.44) 100%
  );
  padding: 20px 20px;
  border-radius: 60px;
}
.slider-section .new-col-three .new-col-group-two {
  position: relative;
  display: inline-block;
}
.slider-section .new-col-three .new-col-group-two .stk-block-image {
  position: relative;
}
.slider-section .gutentor-element-video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.slider-section .gutentor-element-video-popup .gutentor-video-popup-holder {
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}
.slider-section
  .gutentor-element-video-popup
  .gutentor-video-popup-holder
  i:hover {
  color: #000;
}
.new-col-one {
  position: relative;
  top: 320px;
}
.new-col-two .grp-2-row-1 {
  position: relative;
  left: -30%;
  top: 0px;
}
.new-col-two .grp-2-row-2 {
  position: relative;
  top: 300px;
  left: 44%;
}
.new-col-three {
  position: relative;
  top: -50px;
}
.new-col-three .stk-block-button .stk-button {
  padding: 10px 20px;
}
.banner-group-2 .stk-block-heading {
  position: absolute;
  left: -16%;
  top: 170px;
}
.session-grp {
  position: relative;
  width: auto !important;
  left: 68%;
  padding: 10px 20px;
  top: 130px;
}
.session-grp .gutentor-element-advanced-text .gutentor-text {
  margin: auto;
  font-family: Bricolage Grotesque;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: white;
}
.session-grp .three .stk-progress-circle svg circle {
  fill: white;
}
.banner-group-3 {
  position: absolute;
  left: 20%;
  top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-group-3 .line-1 {
  position: relative;
  left: 50%;
  top: -200px;
  transform: rotate(90deg);
}
.banner-group-3 .line-2 {
  position: absolute;
  left: 73%;
  top: 120%;
  transform: rotate(90deg);
}
.aboutus-left-col {
  position: relative;
  z-index: 0;
}
.aboutus-right-col-stack {
  flex-wrap: nowrap;
}
.aboutus-center-col {
  position: relative;
  left: -30px;
  top: 400px;
}
.scrolling-text {
  position: relative;
  z-index: -1;
}
.benefit-img-1,
.benefit-img-2,
.benefit-img-3,
.benefit-img-4 {
  position: absolute;
  z-index: 2;
}
.premium-features-col-two-one:hover .benefit-img-1,
.premium-features-col-two-two:hover .benefit-img-2,
.premium-features-col-two-three:hover .benefit-img-3,
.premium-features-col-two-four:hover .benefit-img-4 {
  filter: brightness(0) invert(1);
}
.premium-features-col-two-one:hover .background-img,
.premium-features-col-two-two:hover .background-img,
.premium-features-col-two-three:hover .background-img,
.premium-features-col-two-four:hover .background-img {
  filter: brightness(0);
}
.background-img {
  position: relative;
  left: 15px;
}
.psychology-and-wellness-pro-inner-banner {
  position: relative;
  top: -48px;
}
.wp-singular .header-col-two-group .wp-block-columns {
  top: 10px;
}
.service-section .gutentor-categories {
  position: absolute !important;
  top: -60% !important;
}
.service-section .gutentor-categories a {
  font-family: Bricolage Grotesque;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 10%;
  color: #254083;
}
.service-section .gutentor-post-title a {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  color: black;
}
.service-section .gutentor-post .gutentor-image-thumb {
  position: relative;
}

.service-section .gutentor-post .gutentor-image-thumb::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.service-section .gutentor-post:nth-child(1) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon1.png");
}

.service-section .gutentor-post:nth-child(2) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon2.png");
}

.service-section .gutentor-post:nth-child(3) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon3.png");
}

.service-section .gutentor-post:nth-child(4) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon4.png");
}

.service-section .gutentor-post:nth-child(5) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon5.png");
}

.service-section .gutentor-post:nth-child(6) .gutentor-image-thumb::after {
  background-image: url("./assets/images/services/icon6.png");
}
.research-row figure,
.analysis-row figure,
.execution-row figure {
  background: #254083;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0px 20px;
}
.research-row img,
.analysis-row img,
.execution-row img {
  width: auto;
  height: auto;
}
.research-row:hover figure,
.analysis-row:hover figure,
.execution-row:hover figure {
  background: black;
}
.video-popup-section .gutentor-title {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: white;
}
.video-popup-section .gutentor-image-thumb img {
  position: relative;
  z-index: 2;
}
.stk-block-pricing-box__content ul {
  padding: 0;
  margin: 0;
}
.stk-block-pricing-box__content ul li {
  list-style: none !important;
  position: relative;
  padding: 0 35px 18px 0 !important;
  margin-bottom: 18px !important;
  display: block;
  width: 100%;
}
.stk-block-pricing-box__content ul li::marker {
  display: none;
  content: "";
}
.stk-block-pricing-box__content ul li::after {
  content: "✓";
  position: absolute;
  right: -60px;
  top: 2px;
  color: #254083;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.best-plan-main-column-one .stk-block-pricing-box__content,
.best-plan-main-column-two .stk-block-pricing-box__content,
.best-plan-main-column-three .stk-block-pricing-box__content {
  border-radius: 10px 0px 0px 10px !important;
}
.stk-block-icon-list ul {
  padding: 0 !important;
}
.post-blog-section .gutentor-post-title a {
  font-family: Bricolage Grotesque !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  line-height: 24px !important;
  color: black !important;
}
.post-blog-section .gutentor-post-desc {
  font-family: Inter !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: black !important;
  opacity: 60%;
}
.post-blog-section .gutentor-post-button {
  font-family: Bricolage Grotesque !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 14px !important;
  color: black !important;
}
.post-blog-section .gutentor-post-button:hover {
  color: #254083 !important;
}
.footer-col-one .location-row .gutentor-element-advanced-text p,
.footer-col-one .mobile-row .gutentor-element-advanced-text p,
.footer-col-one .mail-row .gutentor-element-advanced-text p {
  font-family: Inter !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #121212 !important;
}
.footer-col-one .location-row .gutentor-element-advanced-text p:hover,
.footer-col-one .mobile-row .gutentor-element-advanced-text p:hover,
.footer-col-one .mail-row .gutentor-element-advanced-text p:hover {
  color: #254083 !important;
}
.location-row i,
.mobile-row i,
.mail-row i {
  color: #121212 !important;
}
.contact-mail .gutentor-element-advanced-text-link p {
  margin: auto !important;
}
.page-template-blog-left-sidebar
  .blogs-page-posts
  .gutentor-post-item
  .gutentor-image-thumb
  img,
.page-template-blog-right-sidebar
  .blogs-page-posts
  .gutentor-post-item
  .gutentor-image-thumb
  img,
.page-template-blog-page
  .blogs-page-posts
  .gutentor-post-item
  .gutentor-image-thumb
  img {
  height: 200px;
  object-fit: cover;
}
.page-template-404-page .wp-block-image.size-full.error_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.page-template-blog-page .gutentor-post,
.page-template-blog-left-sidebar .gutentor-post,
.page-template-blog-right-sidebar .gutentor-post {
  padding: 20px;
}
.page-template-blog-page .gutentor-image-thumb img,
.page-template-blog-left-sidebar .gutentor-image-thumb img,
.page-template-blog-right-sidebar .gutentor-image-thumb img,
.wc-block-components-product-image a {
  transition: transform 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.page-template-blog-page .gutentor-image-thumb img:hover,
.page-template-blog-left-sidebar .gutentor-image-thumb img:hover,
.page-template-blog-right-sidebar .gutentor-image-thumb img:hover,
.wc-block-components-product-image a:hover {
  transform: scale(1.05);
}
.page-template-blog-page .gutentor-post-title a:hover,
.page-template-blog-left-sidebar .gutentor-post-title a:hover,
.page-template-blog-right-sidebar .gutentor-post-title a:hover {
  color: #121212;
}
.page-template-blog-page .gutentor-post-button,
.page-template-blog-left-sidebar .gutentor-post-button,
.page-template-blog-right-sidebar .gutentor-post-button {
  background-color: #121212;
  color: white;
  padding: 10px;
  border-radius: 6px;
}
.page-template-blog-page .gutentor-post-button:hover,
.page-template-blog-left-sidebar .gutentor-post-button:hover,
.page-template-blog-right-sidebar .gutentor-post-button:hover {
  background-color: #254083;
  color: white;
}
.page-template-blog-left-sidebar .search_sec,
.page-template-blog-left-sidebar .archive_sec,
.page-template-blog-left-sidebar .category_sec,
.page-template-blog-right-sidebar .search_sec,
.page-template-blog-right-sidebar .archive_sec,
.page-template-blog-right-sidebar .category_sec,
.page-template-page-left-sidebar .search_sec,
.page-template-page-left-sidebar .archive_sec,
.page-template-page-left-sidebar .category_sec,
.page-template-page-right-sidebar .search_sec,
.page-template-page-right-sidebar .archive_sec,
.page-template-page-right-sidebar .category_sec,
.page-template-blog-left-sidebar .calendar_sec,
.page-template-blog-left-sidebar .recent_posts_sec,
.page-template-blog-left-sidebar .meta_sec,
.page-template-blog-right-sidebar .calendar_sec,
.page-template-blog-right-sidebar .recent_posts_sec,
.page-template-blog-right-sidebar .meta_sec,
.page-template-page-left-sidebar .calendar_sec,
.page-template-page-left-sidebar .recent_posts_sec,
.page-template-page-left-sidebar .meta_sec,
.page-template-page-right-sidebar .calendar_sec,
.page-template-page-right-sidebar .recent_posts_sec,
.page-template-page-right-sidebar .meta_sec {
  background-color: #121212 !important;
  color: white;
}
.page-template-blog-left-sidebar .archive_sec .wp-block-heading,
.page-template-blog-left-sidebar .archive_sec ul li a,
.page-template-blog-left-sidebar .category_sec .wp-block-heading,
.page-template-blog-left-sidebar .category_sec ul li a,
.page-template-blog-right-sidebar .archive_sec .wp-block-heading,
.page-template-blog-right-sidebar .archive_sec ul li a,
.page-template-blog-right-sidebar .category_sec .wp-block-heading,
.page-template-blog-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .archive_sec .wp-block-heading,
.page-template-page-left-sidebar .archive_sec ul li a,
.page-template-page-left-sidebar .category_sec .wp-block-heading,
.page-template-page-left-sidebar .category_sec ul li a,
.page-template-page-right-sidebar .archive_sec .wp-block-heading,
.page-template-page-right-sidebar .archive_sec ul li a,
.page-template-page-right-sidebar .category_sec .wp-block-heading,
.page-template-page-right-sidebar .category_sec ul li a,
.page-template-page-left-sidebar .calendar_sec h4,
.page-template-page-left-sidebar #wp-calendar,
.page-template-page-left-sidebar #today a,
.page-template-page-left-sidebar #wp-calendar caption,
.page-template-page-left-sidebar .recent_posts_sec h4,
.page-template-page-left-sidebar .recent_posts_sec ul li a,
.page-template-page-left-sidebar .meta_sec h4,
.page-template-page-right-sidebar .calendar_sec h4,
.page-template-page-right-sidebar #wp-calendar,
.page-template-page-right-sidebar #today a,
.page-template-page-right-sidebar #wp-calendar caption,
.page-template-page-right-sidebar .recent_posts_sec h4,
.page-template-page-right-sidebar .recent_posts_sec ul li a,
.page-template-page-right-sidebar .meta_sec h4,
.page-template-blog-left-sidebar .calendar_sec h4,
.page-template-blog-left-sidebar #wp-calendar,
.page-template-blog-left-sidebar #today a,
.page-template-blog-left-sidebar #wp-calendar caption,
.page-template-blog-left-sidebar .recent_posts_sec h4,
.page-template-blog-left-sidebar .recent_posts_sec ul li a,
.page-template-blog-left-sidebar .meta_sec h4,
.page-template-blog-right-sidebar .calendar_sec h4,
.page-template-blog-right-sidebar #wp-calendar,
.page-template-blog-right-sidebar #today a,
.page-template-blog-right-sidebar #wp-calendar caption,
.page-template-blog-right-sidebar .recent_posts_sec h4,
.page-template-blog-right-sidebar .recent_posts_sec ul li a,
.page-template-blog-right-sidebar .meta_sec h4,
.page-template-page-left-sidebar .meta_sec ul li a,
.page-template-page-right-sidebar .meta_sec ul li a,
.page-template-blog-left-sidebar .meta_sec ul li a,
.page-template-blog-right-sidebar .meta_sec ul li a {
  color: white !important;
}
.page-template-page-left-sidebar #wp-calendar thead,
.page-template-page-left-sidebar #wp-calendar thead tr,
.page-template-page-left-sidebar #wp-calendar thead th,
.page-template-page-right-sidebar #wp-calendar thead,
.page-template-page-right-sidebar #wp-calendar thead tr,
.page-template-page-right-sidebar #wp-calendar thead th,
.page-template-blog-left-sidebar #wp-calendar thead,
.page-template-blog-left-sidebar #wp-calendar thead tr,
.page-template-blog-left-sidebar #wp-calendar thead th,
.page-template-blog-right-sidebar #wp-calendar thead,
.page-template-blog-right-sidebar #wp-calendar thead tr,
.page-template-blog-right-sidebar #wp-calendar thead th {
  border-color: white;
  background-color: transparent;
}
.page-template-page-left-sidebar .calendar_sec nav,
.page-template-page-right-sidebar .calendar_sec nav,
.page-template-blog-left-sidebar .calendar_sec nav,
.page-template-blog-right-sidebar .calendar_sec nav {
  display: none;
}
.page-template-page-left-sidebar .recent_posts_sec ul li,
.page-template-page-right-sidebar .recent_posts_sec ul li,
.page-template-blog-left-sidebar .recent_posts_sec ul li,
.page-template-blog-right-sidebar .recent_posts_sec ul li {
  margin: 10px;
}
.page-template-404-page .btn-404 .btn {
  bottom: 0;
}
.page-template-blog-left-sidebar .gutentor-post-title-data-wrap,
.page-template-blog-right-sidebar .gutentor-post-title-data-wrap {
  height: 80px;
}
.page-template-blog-left-sidebar .gutentor-post-title a,
.page-template-blog-right-sidebar .gutentor-post-title a,
.page-template-blog-page .gutentor-post-title a {
  font-size: 22px;
}
.page-template-blog-page .gutentor-post-title-data-wrap {
  height: 80px;
}
.page-template-blog-page .gutentor-post-desc {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: black;
  opacity: 60%;
}
.search-page-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-col-four .wpcf7 input[type="email"]::placeholder {
  font-family: Inter !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  color: #121212 !important;
  opacity: 50% !important;
  background-color: transparent !important;
}
.footer-col-four .wpcf7 input[type="email"] {
  background-color: transparent !important;
  border-bottom: 1px solid #121212 !important;
}
.footer-col-two nav ul li a span,
.footer-col-three nav ul li a span {
  font-family: Bricolage Grotesque;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #121212;
}
.footer-col-two nav ul li a span:hover,
.footer-col-three nav ul li a span:hover {
  color: #254083;
}
.copyright-group .gutentor-element-icon-box i {
  color: #121212 !important;
  opacity: 80%;
}
.copyright-group .stk-block-heading h2 {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #121212;
  opacity: 80%;
}
.testimonial-section-right-col .stk-block-subtitle p {
  color: black !important;
}
.service-section-post-type .gutentor-image-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.aboutus-section .aboutus-left-col .stk-block-image img,
.service-section-post-type .gutentor-image-thumb img,
.laptop-img-girl-stack img,
.three-img-combine-stack img,
.research-row img,
.analysis-row img,
.execution-row img,
.faqs-left-col img,
.blog-post-srction-type .gutentor-image-thumb img {
  transition: transform 0.3s ease;
}
.aboutus-section .aboutus-left-col .stk-block-image img:hover,
.service-section-post-type .gutentor-image-thumb img:hover,
.laptop-img-girl-stack img:hover,
.three-img-combine-stack img:hover,
.faqs-left-col img:hover,
.blog-post-srction-type .gutentor-image-thumb img:hover {
  transform: scale(1.05);
}
.research-row:hover img,
.analysis-row:hover img,
.execution-row:hover img {
  transform: rotate(360deg);
  transition: ease-in-out 0.3s;
}
.video-section {
  padding-bottom: 0 !important;
}
li.navbar-buynow a .wp-block-navigation-item__label,
li.footer-buynow a .wp-block-navigation-item__label {
  color: white !important;
  background-color: black;
  padding: 10px;
  border-radius: 99px;
}
li.navbar-buynow a .wp-block-navigation-item__label:hover,
li.footer-buynow a .wp-block-navigation-item__label:hover {
  background-color: #254083 !important;
}