/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.seo-audit .seo-audit-form {
  margin-top: 1.25rem;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 41 59 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .seo-audit .seo-audit-form {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

@media (min-width: 768px) {
  .seo-audit .seo-audit-form {
    margin-top: 0px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .seo-audit .seo-audit-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .seo-audit .seo-audit-form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .seo-audit .seo-audit-form {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 77px;
    padding-right: 77px;
  }
}

.seo-audit .seo-audit-form h3 {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .seo-audit .seo-audit-form h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .seo-audit .seo-audit-form h3 {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .seo-audit .seo-audit-form h3 {
    padding-bottom: 2rem;
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .seo-audit .seo-audit-form h3 {
    padding-bottom: 2.5rem;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.seo-audit .seo-audit-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.seo-audit .seo-audit-form form input {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .seo-audit .seo-audit-form form input {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .seo-audit .seo-audit-form form input {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .seo-audit .seo-audit-form form input {
    margin-bottom: 25px;
    padding: 1rem;
    font-size: 20px;
  }
}

.seo-audit .seo-audit-form form .submit {
  margin: auto;
}

.seo-audit .seo-audit-form form input[type="submit"] {
  margin-top: 1.25rem;
  margin-bottom: 0px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(78 172 145 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .seo-audit .seo-audit-form form input[type="submit"] {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .seo-audit .seo-audit-form form input[type="submit"] {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .seo-audit .seo-audit-form form input[type="submit"] {
    margin-top: 1.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 22px;
  }
}

@media (min-width: 1600px) {
  .seo-audit .seo-audit-form form input[type="submit"] {
    margin-top: 2.5rem;
    width: 251px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 25px;
  }
}

.seo-audit .seo-audit-form form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 197 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section.portfolio-banner.seo-audit.web-dev.mob-dev {
  padding-top: 50px;
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
  position: relative;
}

@media (min-width: 640px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-top: 0px;
  }
}

img.section-mainimg {
  position: absolute;
  top: -30px;
  height: auto;
  max-width: 150px;
}

@media (min-width: 640px) {
  img.section-mainimg {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  img.section-mainimg {
    top: auto;
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  img.section-mainimg {
    max-width: 254px;
  }
}

@media (min-width: 1280px) {
  img.section-mainimg {
    max-width: 354px;
  }
}

@media (min-width: 1600px) {
  img.section-mainimg {
    max-width: 100%;
  }
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head p {
  width: 100%;
  max-width: 690px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head p {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head p {
    font-size: 25px;
    line-height: 2.5rem;
  }
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h3 {
  width: 100%;
  max-width: 588px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 65px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h3 {
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h3 {
    font-size: 50px;
    line-height: 75px;
  }
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h5 a {
  margin-top: 0.5rem;
  display: block;
}

@media (min-width: 1024px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h5 a {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h5 a {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .portfolio-banner-head h5 a {
    margin-top: 50px;
  }
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev .container {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  section.tech-starts.seio-auditslink {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section.tech-starts.seio-auditslink {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  section.tech-starts.seio-auditslink {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1600px) {
  section.tech-starts.seio-auditslink {
    padding-bottom: 110px;
  }
}

section.tech-starts.seio-auditslink ul {
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  section.tech-starts.seio-auditslink ul {
    max-width: 48rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  section.tech-starts.seio-auditslink ul {
    max-width: 810;
  }
}

@media (min-width: 1600px) {
  section.tech-starts.seio-auditslink ul {
    max-width: 910px;
  }
}

@media (min-width: 640px) {
  section.portfolio-banner.seo-audit.web-dev.mob-dev  .container .portfolio-banner-divider {
    flex-direction: column;
  }
}

section.portfolio-banner.seo-audit.web-dev.mob-dev .container .portfolio-banner-divider {
  flex-direction: column;
}

/*--------- seo health section -----------------*/

.seo-health {
  position: relative;
  padding-bottom: 1.25rem;
  padding-top: 2.25rem;
}

@media (min-width: 1024px) {
  .seo-health {
    padding-bottom: 2rem;
    padding-top: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .seo-health {
    padding-bottom: 3rem;
    padding-top: 3.5rem;
  }
}

@media (min-width: 1600px) {
  .seo-health {
    padding-bottom: 60px;
    padding-top: 75px;
  }
}

.seo-health .healt-of-seo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .seo-health .healt-of-seo {
    flex-direction: row;
  }
}

section.tech-starts.seio-auditslink.main-seo-page ul {
  padding-top: 0px;
}

.helth-seo-img {
  width: 100%;
  max-width: 645px;
  padding-right: 2.25rem;
}

.helth-seo-img img {
  height: auto;
  max-width: 100%;
}

.health-seo-content {
  width: 100%;
  max-width: 905px;
}

.health-seo-content h3 {
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .health-seo-content h3 {
    padding-bottom: 0.75rem;
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .health-seo-content h3 {
    padding-bottom: 1rem;
    font-size: 28px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .health-seo-content h3 {
    padding-bottom: 1.25rem;
    font-size: 32px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .health-seo-content h3 {
    padding-bottom: 25px;
    font-size: 40px;
    line-height: 40px;
  }
}

.health-seo-content p {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .health-seo-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .health-seo-content p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .health-seo-content p {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .health-seo-content p {
    padding-bottom: 25px;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.health-seo-content a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 113 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-duration: 500ms;
  transition-timing-function: linear;
}

@media (min-width: 768px) {
  .health-seo-content a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .health-seo-content a {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .health-seo-content a {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .health-seo-content a {
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.health-seo-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(253 197 38 / var(--tw-text-opacity));
}

/* healt section end */

/* perfact solution */

.perfact-solution .container {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 254 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 768px) {
  .perfact-solution .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .perfact-solution .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1600px) {
  .perfact-solution .container {
    padding-top: 62px;
    padding-bottom: 62px;
  }
}

.mainheading h3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  padding-bottom: 1.25rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .mainheading h3 {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .mainheading h3 {
    padding-bottom: 1.75rem;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .mainheading h3 {
    padding-bottom: 2rem;
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .mainheading h3 {
    padding-bottom: 2.5rem;
    font-size: 26px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .mainheading h3 {
    padding-bottom: 50px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.perfact-solution .solution-cart {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 440px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .perfact-solution .solution-cart {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .perfact-solution .solution-cart {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .perfact-solution .solution-cart {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .perfact-solution .solution-cart {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1600px) {
  .perfact-solution .solution-cart {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 78px;
    padding-bottom: 100px;
  }
}

.perfact-solution .solution-cart img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-width: 50px;
}

@media (min-width: 1024px) {
  .perfact-solution .solution-cart img {
    max-width: 60;
  }
}

@media (min-width: 1280px) {
  .perfact-solution .solution-cart img {
    max-width: 70;
  }
}

@media (min-width: 1600px) {
  .perfact-solution .solution-cart img {
    max-width: 100%;
  }
}

.perfact-solution .solution h4 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 61 91 / var(--tw-text-opacity));
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .perfact-solution .solution h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .perfact-solution .solution h4 {
    height: 105px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .perfact-solution .solution h4 {
    height: auto;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .perfact-solution .solution h4 {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.perfact-solution .solution p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .perfact-solution .solution p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .perfact-solution .solution p {
    font-size: 20px;
  }
}

.quote_form .perfact-solution-grid {
  margin-bottom: 30px;
}

@media (min-width: 475px) {
  .quote_form .perfact-solution-grid {
    margin-bottom: 45px;
  }
}

.perfact-solution-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 1024px) {
  .perfact-solution-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

/* perfact solution end  */

/* advance carty seo satrt */

@media (min-width: 768px) {
  .advance-seo {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .advance-seo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .advance-seo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .advance-seo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.advance-seo .cartbtns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1600px) {
  .advance-seo .cartbtns {
    gap: 14px;
  }
}

.advance-seo .cartbtns a {
  display: block;
  width: 100%;
  max-width: 280px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 61 90 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  transition-timing-function: linear;
}

@media (min-width: 640px) {
  .advance-seo .cartbtns a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .advance-seo .cartbtns a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .advance-seo .cartbtns a {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .advance-seo .cartbtns a {
    max-width: 380px;
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .advance-seo .cartbtns a {
    max-width: 420px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.advance-seo .cartbtns a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 197 38 / var(--tw-bg-opacity));
}

.advance-cart h6 {
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .advance-cart h6 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .advance-cart h6 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .advance-cart h6 {
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .advance-cart h6 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .advance-cart h6 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.advance-cart p {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 400px;
  padding-bottom: 1.25rem;
  padding-top: 0.75rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 640px) {
  .advance-cart p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .advance-cart p {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .advance-cart p {
    height: 180px;
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .advance-cart p {
    height: 210px;
    padding-top: 1rem;
    padding-bottom: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .advance-cart p {
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 20px;
  }
}

.advnace-cart {
  margin: auto;
  margin-top: 1.25rem;
  width: 100%;
  max-width: 420px;
}

@media (min-width: 768px) {
  .advnace-cart {
    margin-top: 2.5rem;
  }
}

section.advance-seo {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  section.advance-seo {
    padding-bottom: 55px;
  }
}

@media (min-width: 1600px) {
  section.advance-seo {
    padding-bottom: 73px;
  }
}

section.advance-seo .explore-vector {
  top: 55px;
  right: 0px;
}

/* seo lead section */

/* seo banner section */

section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-content img {
  max-width: 450px;
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-content img {
    max-width: 480px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-content img {
    max-width: 540px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-content img {
    max-width: 747px;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container,
section.portfolio-banner.web-dev.tech-dev.seo-lead .container {
    padding-bottom: 150px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container,
section.portfolio-banner.web-dev.tech-dev.seo-lead .container {
    padding-bottom: 240px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container,
section.portfolio-banner.web-dev.tech-dev.seo-lead .container {
    padding-bottom: 305px;
  }
}

section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head h3 {
  width: 100%;
  max-width: 650px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 65px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head h3 {
    font-size: 42px;
    line-height: 70px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head h3 {
    font-size: 50px;
    line-height: 75px;
  }
}

section.portfolio-banner.web-dev.tech-dev.seo-lead img.section-mainimg {
  top: 0px;
}

section.portfolio-banner.web-dev.ppc-banner.ratebanner .container .portfolio-banner-head h5 {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container {
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container {
    padding-bottom: 230px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.ppc-banner .container {
    padding-bottom: 255px;
  }
}

section.portfolio-banner.web-dev.tech-dev.seo-lead .portfolio-banner-head {
  gap: 0px;
}

section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head p {
  width: 100%;
  max-width: 690px;
  padding-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head p {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head p {
    font-size: 25px;
    line-height: 2.5rem;
  }
}

section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head a {
  margin-top: 0.5rem;
  display: block;
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head a {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head a {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.tech-dev.seo-lead .container .portfolio-banner-head a {
    margin-top: 70px;
  }
}

/* silder section */

.seoslidersection  .sliderheading h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-bottom: 1.5rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .seoslidersection  .sliderheading h1 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .seoslidersection  .sliderheading h1 {
    max-width: 600px;
    padding-bottom: 2rem;
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .seoslidersection  .sliderheading h1 {
    max-width: 800px;
    padding-bottom: 2.5rem;
    font-size: 26px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .seoslidersection  .sliderheading h1 {
    max-width: 958px;
    padding-bottom: 53px;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.sliderboxseo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1370px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 254 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .sliderboxseo {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .sliderboxseo {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1280px) {
  .sliderboxseo {
    padding-bottom: 10rem;
  }
}

@media (min-width: 1600px) {
  .sliderboxseo {
    padding-bottom: 180px;
  }
}

.seoslidersection .container {
  position: relative;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 254 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
}

@media (min-width: 1024px) {
  .seoslidersection .container {
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .seoslidersection .container {
    padding-top: 2.75rem;
  }
}

@media (min-width: 1600px) {
  .seoslidersection .container {
    padding-top: 63px;
  }
}

.seoslider-content h3 {
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .seoslider-content h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .seoslider-content h3 {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .seoslider-content h3 {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .seoslider-content h3 {
    padding-bottom: 30px;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.seoslider-content p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 390px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(49 61 90 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .seoslider-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .seoslider-content p {
    max-width: 490px;
  }
}

@media (min-width: 1024px) {
  .seoslider-content p {
    max-width: 590px;
  }
}

@media (min-width: 1600px) {
  .seoslider-content p {
    font-size: 18px;
    line-height: 27px;
  }
}

.seoslidersection .pagenations-btn {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  --tw-rotate: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 475px) {
  .seoslidersection .pagenations-btn {
    bottom: 2.5rem;
  }
}

.seoslidersection .pagenations-btn .swiper-button-prev {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.seoslidersection .pagenations-btn .swiper-button-next {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.seoslidersection .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.seoslidersection .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.seoslidersection .pagenations-btn button {
  outline: 2px solid transparent;
  outline-offset: 2px;
  filter: drop-shadow(-5px 10px 20px rgba(0, 0, 0, 0.25));
  /* transform: matrix(0, -1, -1, 0, 0, 0); */
}

.seoslidersection .sliderheading h1 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: start;
}

@media (min-width: 640px) {
  .seoslidersection .sliderheading h1 {
    text-align: center;
  }
}

section.immersive.mob-service .explore-vector {
  top: auto;
  right: 0px;
}

/* seo vaste section */

section.immersive.mob-service {
  position: relative;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  section.immersive.mob-service {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {
  section.immersive.mob-service {
    padding-top: 4rem;
  }
}

@media (min-width: 1600px) {
  section.immersive.mob-service {
    padding-top: 80px;
  }
}

section.immersive.mob-service h3 {
  left: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
  text-align: start;
  font-weight: 600;
}

@media (min-width: 640px) {
  section.immersive.mob-service h3 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  section.immersive.mob-service h3 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  section.immersive.mob-service h3 {
    padding-bottom: 1.5rem;
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  section.immersive.mob-service h3 {
    padding-bottom: 2.5rem;
    font-size: 26px;
  }
}

@media (min-width: 1600px) {
  section.immersive.mob-service h3 {
    padding-bottom: 50px;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* table css */

.table-responsive {
  overflow-x: scroll;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 41 59 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .table-responsive {
    overflow-x: hidden;
  }
}

.table-responsive .table {
  width: 100%;
}

.table-responsive .table thead {
  padding-top: 1.75rem;
}

.table-responsive .table thead tr th h6 {
  left: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(253 197 38 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .table-responsive .table thead tr th h6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .table-responsive .table thead tr th h6 {
    font-size: 22px;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .table-responsive .table thead tr th h6 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .table-responsive .table thead tr th h6 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

th.services {
  width: 450px;
  min-width: 450px;
}

@media (min-width: 640px) {
  th.services {
    width: 390px;
    min-width: 390px;
  }
}

@media (min-width: 1024px) {
  th {
    min-width: 150px;
  }
}

.table-responsive .table tbody tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.table-responsive .table tbody tr:last-child {
  border-bottom-width: 0px;
}

.table-responsive .table tbody tr:last-child td {
  border-left-width: 0px;
}

.table-responsive .table tbody tr td {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.table-responsive .table tbody tr td img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 20px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .table-responsive .table tbody tr td img {
    max-width: 30px;
  }
}

@media (min-width: 1600px) {
  .table-responsive .table tbody tr td img {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.table thead {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.table thead tr th {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.table-responsive .table tbody p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .table-responsive .table tbody p {
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .table-responsive .table tbody p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 28px;
    font-size: 18px;
    line-height: 20px;
  }
}

.buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.25rem;
  padding-top: 0.5rem;
}

@media (min-width: 640px) {
  .buy {
    padding-bottom: 43px;
  }
}

.buy h6 {
  margin-bottom: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .buy h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .buy h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.table-responsive .table tbody .buy p {
  margin-top: -10px;
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(253 197 38 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .table-responsive .table tbody .buy p {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .table-responsive .table tbody .buy p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .table-responsive .table tbody .buy p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.table-responsive .table tbody .buy button {
  margin-top: 0.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 197 38 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(50 61 91 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .table-responsive .table tbody .buy button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .table-responsive .table tbody .buy button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .table-responsive .table tbody .buy button {
    margin-top: 9px;
    line-height: 2.5rem;
  }
}

/* coversion rate css */

section.portfolio-banner.converstionrate.web-dev.ppc-banner .portfolio-banner-head p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  section.portfolio-banner.converstionrate.web-dev.ppc-banner .portfolio-banner-head p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.converstionrate.web-dev.ppc-banner .portfolio-banner-head p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.converstionrate.web-dev.ppc-banner .portfolio-banner-head p {
    font-size: 22px;
  }
}

.ppc-banner-text.rate-text img {
  width: 100%;
}

@media (min-width: 1280px) {
  .ppc-banner-text.rate-text img {
    max-width: 400px;
  }
}

@media (min-width: 1600px) {
  .ppc-banner-text.rate-text img {
    max-width: 518px;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.converstionrate.web-dev.ratebanner.ppc-banner .container {
    padding-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.converstionrate.web-dev.ratebanner.ppc-banner .container {
    padding-bottom: 220px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.converstionrate.web-dev.ratebanner.ppc-banner .container {
    padding-bottom: 240px;
  }
}

/* email markituing */

.ppc-banner-text.email-text img {
  max-width: 608px;
}

section.tech-starts.ppc-tech.emailmarking ul {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  section.tech-starts.ppc-tech.emailmarking ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.powerfull-tool.email-markting .power-tool-img img {
  max-width: 587px;
}

section.seoslidersection.seo-vaste.email-markting {
  position: relative;
  padding-bottom: 1.75rem;
}

@media (min-width: 1280px) {
  section.seoslidersection.seo-vaste.email-markting {
    padding-bottom: 2.75rem;
  }
}

/* orem css */

section.portfolio-banner.web-dev.orm.ppc-banner .portfolio-banner-head p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .portfolio-banner-head p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .portfolio-banner-head p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .portfolio-banner-head p {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (min-width: 1024px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .container {
    padding-bottom: 180px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .container {
    padding-bottom: 170px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.web-dev.orm.ppc-banner .container {
    padding-bottom: 240px;
  }
}

section.portfolio-banner.web-dev.orm.ppc-banner .container .portfolio-banner-head h5 {
  padding-top: 0.5rem;
}

section.target-depend.target-depend-orm .target-depend-divider {
  justify-content: center;
}

/* smmm*/

@media (min-width: 1024px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.smm-markting.ppc-banner .container {
    padding-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.smm-markting.ppc-banner .container {
    padding-bottom: 230px;
  }
}

@media (min-width: 1600px) {
  section.portfolio-banner.converstionrate.web-dev.email-markting.smm-markting.ppc-banner .container {
    padding-bottom: 280px;
  }
}

/* conent-markting */

section.immersive.mob-service.content-markting .mobile-cards {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  gap: 2rem;
}

@media (min-width: 768px) {
  section.immersive.mob-service.content-markting .mobile-cards {
    gap: 2.5rem;
  }
}

@media (min-width: 1024px) {
  section.immersive.mob-service.content-markting .mobile-cards {
    max-width: 950px;
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  section.immersive.mob-service.content-markting .mobile-cards {
    max-width: 1100px;
    gap: 4rem;
  }
}

@media (min-width: 1600px) {
  section.immersive.mob-service.content-markting .mobile-cards {
    max-width: 1200px;
    gap: 100px;
  }
}

section.immersive.mob-service.content-markting .mobile-cards .mobile-cards-content {
  max-width: 100%;
}

@media (min-width: 1024px) {
  section.immersive.mob-service.content-markting .mobile-cards .mobile-cards-content {
    max-width: 450px;
  }
}

@media (min-width: 1280px) {
  section.immersive.mob-service.content-markting .mobile-cards .mobile-cards-content {
    max-width: 500px;
  }
}

@media (min-width: 1600px) {
  section.immersive.mob-service.content-markting .mobile-cards .mobile-cards-content {
    max-width: 550px;
  }
}

@media (min-width: 1024px) {
  section.immersive.mob-service.content-markting h3 {
    max-width: 850px;
  }
}

@media (min-width: 1280px) {
  section.immersive.mob-service.content-markting h3 {
    max-width: 950px;
  }
}

@media (min-width: 1600px) {
  section.immersive.mob-service.content-markting h3 {
    max-width: 1200px;
  }
}

/* calcluater css */

.maincalculater {
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(32 41 59 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 50px;
}

@media (min-width: 640px) {
  .maincalculater {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .maincalculater {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .maincalculater {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .maincalculater {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 3rem;
  }
}

@media (min-width: 1600px) {
  .maincalculater {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 65px;
  }
}

.maincalculater img.hert2 {
  position: absolute;
  right: 40px;
  z-index: -10;
}

.maincalculater img.hert1 {
  position: absolute;
  bottom: 35px;
  left: 58px;
  z-index: 0;
}

.maincalculater h3 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .maincalculater h3 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .maincalculater h3 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .maincalculater h3 {
    padding-bottom: 1rem;
    font-size: 26px;
    line-height: 2rem;
  }
}

@media (min-width: 1600px) {
  .maincalculater h3 {
    padding-bottom: 21px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 45px;
  }
}

.maincalculater p {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 738px;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .maincalculater p {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .maincalculater p {
    padding-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .maincalculater p {
    padding-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .maincalculater p {
    padding-bottom: 3.5rem;
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .maincalculater p {
    padding-bottom: 77px;
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.calculaterfileds label {
  width: 100%;
  min-width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 475px) {
  .calculaterfileds label {
    min-width: 435px;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .calculaterfileds label {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .calculaterfileds label {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .calculaterfileds label {
    font-size: 22px;
    line-height: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .calculaterfileds label {
    font-size: 25px;
    line-height: 2.5rem;
  }
}

.calculaterfileds {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 475px) {
  .calculaterfileds {
    justify-content: space-between;
    gap: 0.75rem;
  }
}

@media (min-width: 640px) {
  .calculaterfileds {
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .calculaterfileds {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .calculaterfileds {
    flex-wrap: nowrap;
    gap: 2rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .calculaterfileds {
    gap: 3rem;
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .calculaterfileds {
    gap: 60px;
    padding-bottom: 35px;
  }
}

.calculaterfileds .progress {
  display: block;
  height: 8px;
  width: 100%;
  max-width: 180px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .calculaterfileds .progress {
    height: 12px;
    max-width: 250px;
  }
}

@media (min-width: 1280px) {
  .calculaterfileds .progress {
    height: 15px;
    max-width: 300px;
  }
}

@media (min-width: 1600px) {
  .calculaterfileds .progress {
    height: 18px;
  }
}

@media (min-width: 1280px) {
  .progress::-webkit-slider-thumb {
    height: 1.25rem;
    width: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .progress::-webkit-slider-thumb {
    height: 27px;
    width: 27px;
  }
}

.calculaterfileds input[type="text"] {
  display: block;
  width: 100%;
  max-width: 150px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(50 61 91 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .calculaterfileds input[type="text"] {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .calculaterfileds input[type="text"] {
    max-width: 180px;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

@media (min-width: 1600px) {
  .calculaterfileds input[type="text"] {
    max-width: 210px;
    font-size: 22px;
    line-height: 33px;
  }
}

.calculate input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 197 38 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 51px;
  padding-right: 51px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 33px;
  --tw-text-opacity: 1;
  color: rgb(50 61 91 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .calculate input[type="submit"] {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .calculate input[type="submit"] {
    margin-top: 3rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .calculate input[type="submit"] {
    margin-top: 4rem;
  }
}

@media (min-width: 1600px) {
  .calculate input[type="submit"] {
    margin-top: 75px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 22px;
  }
}

/*  __________ milan css ________________ */

.form-heading {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 475px) {
  .form-heading {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-heading {
    font-size: 18px;
    line-height: normal;
  }
}

@media (min-width: 1024px) {
  .form-heading {
    font-size: 25px;
    line-height: 2.5rem;
  }
}

form .form-control {
  height: 55px;
  width: 100%;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(13 21 36 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.quote_form .grid {
  margin-bottom: 30px;
}

@media (min-width: 475px) {
  .quote_form .grid {
    margin-bottom: 45px;
  }
}

.textarea_h textarea {
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-default {
  cursor: pointer;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 197 38 / var(--tw-bg-opacity));
  padding: 15px 30px;
  font-size: 18px;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 41 59 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .btn-default {
    padding: 15px 50px;
    font-size: 22px;
  }
}

/*  __________ milan css ________________ */

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.maincalculater img.hert2{
  -webkit-animation: animate-contact-bounce-reverse 5s linear infinite;
          animation: animate-contact-bounce-reverse 5s linear infinite;
}

.maincalculater img.hert1{
  -webkit-animation: animate-bounce 5s linear infinite;
          animation: animate-bounce 5s linear infinite;
  z-index: -10;
}

@-webkit-keyframes animate-contact-bounce-reverse {
  0%{
    transform: translateY(-30px);
  }

  50%{
    transform: translateY(0px);
  }

  100%{
    transform: translateY(-30px);
  }
}

@keyframes animate-contact-bounce-reverse {
  0%{
    transform: translateY(-30px);
  }

  50%{
    transform: translateY(0px);
  }

  100%{
    transform: translateY(-30px);
  }
}

@-webkit-keyframes animate-bounce {
  0%{
    transform: translateY(0) rotate(0deg);
  }

  50%{
    transform: translateY(50px) rotate(15deg);
  }

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

@keyframes animate-bounce {
  0%{
    transform: translateY(0) rotate(0deg);
  }

  50%{
    transform: translateY(50px) rotate(15deg);
  }

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

.progress {
  background: linear-gradient(to right, #4EAC91 0%, #4EAC91 40%, #DFE4F5 40%, #DFE4F5  100%);
  border: none;
  border-radius: 8px;
  height: 18px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.progress::-webkit-slider-thumb {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background-color: #3E87D8;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }
}