@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  font: 15px/25px;

  color: #242424;

  overflow-x: hidden;
}

:root {
  --green: #498547;
}

a {
  text-decoration: none;

  color: #28b16d;

  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;

  color: var(--green);
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

ul {
  margin: 0 0 20px;

  padding: 0;

  list-style-type: none;
}

p {
  font-weight: 500;

  color: #777777;

  font-size: 14px;

  font-family: "Lato", sans-serif;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Arialn";

  src: url(../fonts/Arialn.ttf);

  font-weight: 400;

  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.theme_btn {
  background-color: #cc6677;

  color: white;

  padding: 12px 25px;

  border-radius: 5px;

  border: 1px solid #fff;

  font-size: 13px;

  line-height: 18px;

  transition: 0.5s ease-in-out;

  font-weight: 600;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-family: "Roboto", sans-serif;

  font-size: 60px;

  line-height: 60px;

  color: #000;

  font-weight: 700;

  margin: 0 0 25px;
}

h2 {
  font-family: "Roboto", sans-serif;

  font-size: 39px;

  line-height: 60px;

  color: #0c0c0c;

  font-weight: 500;

  margin: 0 0 15px;
}

h3 {
  font-family: "Roboto", sans-serif;

  font-size: 30px;

  line-height: 34px;

  color: #000000;

  font-weight: 500;

  margin: 0 0 30px;
}

h4 {
  font-family: "Arialn";

  font-size: 40px;

  line-height: 29px;

  color: #242424;

  font-weight: 900;

  margin: 0 0 13px;

  letter-spacing: 2px;
}

h5 {
  font-family: "Arialn";

  font-size: 18px;

  line-height: 23px;

  color: #242424;

  font-weight: 900;

  margin: 0 0 10px;

  letter-spacing: 1px;
}

h6 {
  font-family: "Poppins", Sans-Serif;

  font-size: 18px;

  line-height: 23px;

  color: #393939;

  font-weight: 500;

  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;

  opacity: 1;
}

/*header css start */

.header_cta a:hover {
  background-color: #e9e9e9;

  color: #333;

  border-color: #e9e9e9;
}

header {
  background-color: #fdf5f5;

  padding: 25px 0px;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;

  list-style: none;

  padding: 0;

  margin: 0;

  text-align: center;

  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #333;

  padding: 0px 12px;

  font-size: 16px;

  font-weight: 700;

  font-family: "Arialn";
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #47a;
}

.menuSec li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;

  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;

  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;

  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";

  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;

  top: 0px;

  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;

  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;
}

/* Banner  Start */

/* .inner-banner-img img {

  width: 100%;

} */

.inner-banner-img img {
  width: 636.01px;

  height: 446.77px;
}

.banner-sec {
  padding: 100px 0;

  background: #fdf5f5;
}

.banner-sec .row {
  align-items: center;
}

.inner-banner-text input {
  width: 45%;

  height: 45px;

  border: 1px solid #e3dcdc;

  background: none;

  color: #242424;

  font-size: 20px;

  font-family: "Roboto", sans-serif;

  padding: 0 15px;
}

.inner-banner-text input::placeholder {
  font-family: "Roboto", sans-serif;

  color: #242424;

  font-size: 20px;
}

.inner-banner-text form {
  margin-bottom: 40px;
}

.button {
  background: #cc6677;

  color: #3e3e3e;

  font-size: 13px;

  font-weight: 800;

  text-transform: uppercase;

  padding: 20px 30px;

  border-radius: 20px;
}

/* Banner  End */

/* Web Sales Start */

section.web-sales-sec {
  padding: 20px 0;
}

.web-sales-heading h4 {
  margin-bottom: 30px;

  position: relative;
}

.web-sales-heading h4:before {
  content: "";

  position: absolute;

  background: #4477aa;

  width: 6%;

  height: 2px;

  bottom: -25px;
}

.web-sales-row {
  margin-top: 30px;
}

.web-sales-box:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);

  transition: box-shadow 0.7s ease;
}

.web-sales-box {
  text-align: center;

  box-shadow: 0 0 4px #000;

  transition: box-shadow 0.7s ease;

  background-color: #fff;

  padding: 30px;
}

.web-sales-box img {
  width: 35%;

  margin-bottom: 20px;
}

/* Web Sales End */

/*Web Sale Plans Start*/

.web-sale-plans-sec {
  padding: 80px 0;
}

.web-sale-plans-heading {
  text-align: center;

  margin-bottom: 50px;
}

.web-sale-plans-row {
  margin-top: 40px;
}

.web-sale-plan-box i {
  font-size: 50px;

  color: #cc6677;

  margin-bottom: 30px;
}

.web-sale-plan-box h5 {
  font-size: 22px;

  margin-bottom: 25px;
}

.web-sale-plan-box p {
  color: #000;

  margin-bottom: 0;
}

.web-sale-plans-heading h4 {
  margin-bottom: 35px;

  position: relative;
}

.web-sale-plans-heading h4:before {
  content: "";

  position: absolute;

  background: #4477aa;

  width: 5%;

  height: 2px;

  bottom: -25px;

  right: 0;

  left: 0;

  margin: 0 auto;
}

.web-sale-plan-box {
  text-align: center;
}

/*Web Sale Plans End*/

/*Web Sale Springs Start*/

.web-sale-springs-heading {
  text-align: center;
}

.web-sale-springs-heading h4 {
  width: 85%;

  line-height: 50px;

  margin: 0 auto;

  margin-bottom: 30px;

  position: relative;
}

.web-sale-springs-heading h4:before {
  content: "";

  position: absolute;

  background: #4477aa;

  width: 5%;

  height: 2px;

  bottom: -15px;

  right: 0;

  left: 0;

  margin: 0 auto;
}

.web-slae-springs-box-heading {
  background: #47a;

  text-align: center;

  padding: 15px 20px;
}

.web-sale-springs-points ul {
  padding: 20px 15px;

  margin-bottom: 0;

  height: 320px;

  overflow-y: scroll;
}

.web-slae-springs-box-heading p {
  font-size: 16px;

  color: #ffff;

  margin-bottom: 0;

  margin-top: 5px;

  font-weight: 500;
}

.web-sale-springs-row {
  margin-top: 25px;
}

.web-sale-springs-points {
  text-align: center;

  border: 1px solid #e4e4e4;
}

.web-sale-springs-points ul li:last-child {
  border: none;

  padding-bottom: 0;

  margin-bottom: 0;
}

.web-slae-springs-box-heading h2 {
  font-size: 28px;

  color: #e4e4e4;

  margin-bottom: 0;

  font-family: "Lato", sans-serif;

  font-weight: 700;

  line-height: 30px;
}

.web-sale-springs-points a {
  background: #fc627c;

  font-size: 14px;

  color: #ffff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40%;

  margin: 0 auto;

  font-family: "Lato", sans-serif;

  text-transform: uppercase;

  height: 45px;

  font-weight: 700;
}

.web-sale-springs-points ul li {
  color: #777777;

  font-size: 15px;

  font-family: "Lato", sans-serif;

  font-weight: 500;

  border-bottom: 1px solid #e4e4e4;

  line-height: 25px;

  margin-bottom: 20px;

  padding-bottom: 10px;
}

.web-sale-springs-sec {
  padding: 20px 0;
}

.web-sale-springs-button {
  border-top: 1px solid #e4e4e4;

  padding: 20px 0px;
}

.web-sale-springs-box {
  margin-bottom: 65px;

  transition: 0.5s;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
  width: 6px;

  background-color: #fdf5f5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #cc6677;
}

.web-sale-springs-box > h2 {
  font-size: 20px;

  text-align: center;

  margin-bottom: 0px;
}

.web-sale-springs-box:hover {
  box-shadow: 0 0 10px 0 #00000036;

  margin-top: -5px;

  transition: 0.5s;
}

/*Web Sale Springs End*/

/*Web Own Reviews Blogs Start*/

.web-own-reviews-heading {
  text-align: center;
}

.web-own-reviews-heading h4 {
  margin-bottom: 25px;
}

.web-own-reviews-heading p {
  font-size: 16px;

  color: #777777;

  margin-bottom: 0;
}

.web-own-reviews-row {
  margin-top: 50px;
}

.web-own-reviews-items ul {
  display: flex;

  align-items: center;

  gap: 1px;

  margin-bottom: 35px;
}

.web-own-reviews-items ul li i {
  font-size: 14px;

  color: #eabe12;
}

.web-own-reviews-text {
  background-color: #f3f3f3;

  padding: 45px 30px;

  position: relative;
}

.web-own-reviews-text:before {
  content: "";

  position: absolute;

  background: #f3f3f3;

  width: 25px;

  height: 20px;

  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

  top: -19px;

  left: 30px;
}

.web-own-reviews-text p {
  color: #777777;

  font-size: 14px;

  margin-bottom: 0;
}

.web-own-reviews-silder .slick-active {
  opacity: 1.5;
}

/*Web Own Reviews Blogs End*/

/*Get In Touch Start*/

.get-in-touch-hading {
  text-align: center;

  margin-bottom: 2%;
}

.get-in-touch-sec {
  padding: 80px 0;
}

.get-in-touch-form label {
  color: #242424;

  font-size: 16px;

  font-weight: 500;

  margin-bottom: 5px;
}

.get-in-touch-form input {
  width: 100%;

  height: 50px;

  border: 2px solid #e5e5e5;

  margin-bottom: 25px;

  color: #000;

  font-size: 16px;

  padding: 0 15px;
}

.get-in-touch-form textarea {
  width: 100%;

  height: 180px;

  border: 2px solid #e5e5e5;

  margin-bottom: 25px;

  color: #000;

  font-size: 16px;

  padding: 15px 15px;
}

.get-in-touch-form input::placeholder {
  color: #000;

  font-size: 16px;
}

.get-in-touch-form textarea::placeholder {
  color: #000;

  font-size: 16px;
}

.g-recaptcha {
  margin-bottom: 25px;
}

.get-in-touch-form button {
  font-size: 15px;
  background: #cc6677;
  border-radius: 50px;
  border: none;
  padding: 12px 25px;
  color: #3e3e3e;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.get-in-touch-link ul li a {
  display: flex;

  align-items: center;

  gap: 20px;

  font-size: 18px;

  color: #242424;

  margin-bottom: 30px;
}

.get-in-touch-link ul li a i {
  color: #242424;

  font-size: 25px;
}

.get-in-touch-link {
  margin-top: 30px;
}

/*Get In Touch End*/

/*Footer Start*/

.footer-sec {
  border-top: 1px solid #ffa557;
}

.copy-right-sec {
  text-align: center;

  background: #ff9b44;

  padding: 12px 0;
}

.copy-right-sec p {
  margin-bottom: 0;

  color: #fff;

  font-size: 15px;
}

.footer-link {
  margin-top: 40px;

  margin-bottom: 45px;
}

.footer-social-link ul li a {
  background: #365493;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  font-size: 18px;

  color: #fff;
}

li.colour-1 a {
  background: #3cf !important;
}

li.colour-2 a {
  background: #cb2027 !important;
}

li.colour-3 a {
  background: #0274b3 !important;
}

li.colour-4 a {
  background: #37aee2 !important;
}

.footer-link ul {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 40px;

  margin-bottom: 0;
}

.footer-link ul li a {
  font-size: 15px;

  color: #242424;

  font-weight: 500;

  transition: 0.5s;
}

.footer-logo {
  text-align: center;

  margin-bottom: 45px;
}

.footer-social-link ul {
  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0;

  gap: 12px;
}

.footer-social-link ul li a:hover {
  transform: scale(1.1);

  transition: 0.5s;
}

.footer-social-link {
  margin-bottom: 15px;
}

.page-link-button a {
  position: fixed;

  right: 20px;

  bottom: 20px;

  z-index: 350;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background-color: rgba(var(--bgcolor-white-rgb), 0.9);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);

  display: flex;

  align-items: center;

  justify-content: center;

  color: #333333;

  background: #fff;
}

/*Footer End*/

/*Inner Features Start*/

.features-inner-banner-sec {
  background: #000;

  padding: 100px 0;
}

.features-inner-banner-text {
  text-align: center;
}

.features-inner-banner-text h2 {
  font-size: 70px;

  color: #fff;

  text-transform: uppercase;

  font-weight: 800;

  font-family: "Lato", sans-serif;

  margin-bottom: 18px;
}

.features-inner-banner-text ul {
  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 0;

  gap: 10px;
}

.features-inner-banner-text ul li a {
  font-size: 13px;

  color: #fff;

  font-weight: 700;

  font-family: "Lato", sans-serif;

  text-transform: uppercase;
}

.features-inner-banner-text ul li {
  color: #fff;

  font-size: 12px;
}

.inner-features-box-sec {
  padding: 80px 0;
}

.inner-application-sec {
  padding: 0px 0 50px;
}

.inner-ssi-appliction {
  text-align: center;

  padding: 40px;

  border: 4px solid #e4e4e4;

  margin-bottom: 30px;
}

.inner-ssi-appliction p {
  margin-bottom: 0;
}

/*Inner Features End*/

/*Inner Reviews Start*/

.inner-reviews-sec {
  padding: 80px 0;
}

.inner-reviews-box ul {
  display: flex;

  align-items: center;

  gap: 25px;

  margin-bottom: 35px;
}

.inner-reviews-box ul li img {
  width: 90px;

  height: 90px;

  border-radius: 50%;

  object-fit: cover;
}

.inner-reviews-box ul li i {
  font-size: 15px;

  color: #eabe12;
}

.inner-reviews-box p {
  background-color: #f3f3f3;

  padding: 35px 30px;

  line-height: 25px;

  position: relative;
}

.inner-reviews-box ul li h5 {
  color: #000;
}

.inner-reviews-box p:before {
  content: "";

  position: absolute;

  background: #f3f3f3;

  width: 25px;

  height: 20px;

  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);

  left: 30px;

  top: -20px;
}

.slick-active {
  opacity: 1.5;
}

/*Inner Reviews End*/

/*Inner Contact Start*/

.inner-contact-sec {
  padding: 70px 0;
}

.inner-contact-link a {
  display: flex;

  align-items: center;

  gap: 10px;

  color: #333333;

  font-weight: 500;

  font-size: 18px;

  justify-content: center;
}

.inner-contact-link-sec {
  margin-bottom: 70px;
}

.get-in-touch-hading.inner h4 {
  text-transform: uppercase;
}

.inner-contact-link a i {
  font-size: 22px;
}

/*Inner Contact End*/

/*Inner Pricing Start*/

.inner-pricing-box {
  text-align: center;
}

.inner-Pricing-sec {
  padding: 60px 0;
}

.inner-pricing-box h5 {
  margin-bottom: 20px;

  font-size: 25px;

  color: #000;
}

.inner-pricing-heading {
  background: #47a;

  padding: 10px 0;

  position: relative;

  overflow: hidden;
}

.inner-pricing-heading h3 {
  font-size: 17px;

  font-family: "Lato", sans-serif;

  color: #fff;

  font-weight: 600;

  margin-bottom: 0;

  line-height: 30px;
}

.inner-pricing-heading h2 {
  color: #fff;

  font-size: 28px;

  font-family: "Lato", sans-serif;

  font-weight: 600;

  margin-bottom: 0px;

  line-height: 40px;
}

.inner-pricing-box-text {
  border: 2px solid #e4e4e4;

  border-top: none;
}

.inner-pricing-box-text ul {
  line-height: 60px;

  padding: 0 35px;

  margin-bottom: 0;

  padding-top: 10px;
}

.inner-pricing-button a {
  background-color: #fc627c;

  text-transform: uppercase;

  color: #fff;

  font-size: 15px;

  font-weight: 600;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 80%;

  margin: 0 auto;

  height: 48px;
}

.inner-pricing-box-text ul li:last-child {
  border-bottom: none;
}

.inner-pricing-box-text ul li {
  border-bottom: 1px solid #e4e4e4;

  color: #777777;

  font-size: 15px;

  font-weight: 500;

  font-family: "Lato", sans-serif;
}

.inner-pricing-button {
  padding: 20px 0;

  border-top: 1px solid #e4e4e4;

  margin-top: 5px;
}

.inner-pricing-heading span {
  background-color: #0fa34c;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 14px;

  color: #ffff;

  text-transform: uppercase;

  font-weight: 500;

  padding: 2px 0;

  width: 35%;

  transform: rotate(45deg);

  right: -30px;

  top: 16px;

  position: absolute;
}

.inner-Pricing-sec .row {
  justify-content: center;
}

.inner-pricing-box-text.chg {
  border: 2px solid #4477aa;
}

.inner-pricing-main-box:hover {
  box-shadow: 0 0 10px 0 #0000004a;

  transition: box-shadow 0.3s ease;

  margin-top: -5px;
}

.inner-pricing-main-box {
  transition: 0.5s;
}

.inner-pricing-heading.two span {
  background-color: #f7ca18;
}

.inner-pricing-heading.three span {
  background-color: #ef4836;
}

.inner-pricing-form input {
  width: 100%;

  height: 50px;

  border: 2px solid #e5e5e5;

  margin-bottom: 25px;

  padding: 0 15px;
}

.inner-pricing-form label {
  color: #242424;

  font-size: 16px;

  margin-bottom: 5px;

  font-weight: 600;

  font-family: "Lato", sans-serif;
}

.inner-pricing-form {
  margin-top: 50px;
}

.inner-pricing-form textarea {
  width: 100%;

  height: 250px;

  border: 2px solid #e5e5e5;

  margin-bottom: 25px;

  padding: 15px 15px;
}

.inner-pricing-input-file input {
  border: none;

  width: auto;

  height: auto;

  margin-bottom: 15px;

  padding: 0;
}

.inner-pricing-form p {
  font-size: 20px;
}

.inner-pricing-form button {
  font-size: 15px;

  background: #cc6677;

  border-radius: 50px;

  border: none;

  padding: 12px 25px;

  color: #3e3e3e;

  font-weight: 700;

  text-transform: uppercase;
}

/*Inner Pricing End*/

/* payment inner page css start */

.payment-form select {
  width: 100%;

  margin: 0 0 14px 0;

  padding: 0 0 0 10px;

  height: 46px;

  outline: none;

  font-family: Oswald-Regular;

  font-size: 15px;

  line-height: 25px;

  border: 1px solid #000;
}

p.total-paisa {
  color: #006600;

  font-size: 15px;

  line-height: 24px;

  font-family: "Oswald-Regular";

  font-weight: 400;
}

section.getIntouch-sec.payment-form label {
  font-size: 16px;

  line-height: 26px;

  font-weight: 700;

  font-family: "Oswald-Regular";

  color: #242424;

  margin: 0 0 12px 0;

  text-transform: capitalize;
}

section.getIntouch-sec.payment-form .input-fel,
section.getIntouch-sec.payment-form select {
  border: 2px solid #00000024;
}

section.getIntouch-sec.payment-form .getIntouch-form-sec {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  padding: 43px 37px;
}

button.action.back,
.multi-step-form .next,
.multi-step-form .submit {
  font-size: 13px;

  line-height: 18px;

  font-weight: 600;

  border: none;

  padding: 14px 30px 14px;

  text-transform: uppercase;

  color: #6b7280;

  background-color: #fff;

  transition: 0.5s;

  font-family: "Lato", sans-serif;
}

form.date-input input {
  width: 20%;

  height: 45px;

  padding: 0 10px;

  border: 1px solid #7777;
}

button.action.back:hover {
  background-color: #e9e8e8;
}

.multi-step-form .next,
.multi-step-form .submit {
  background-color: #f3f3f3;

  color: #3e3e3e;

  margin-top: 20px;
}

button.action.submit {
  background-color: #cc6677;

  border-radius: 50px;
}

.multi-step-form .next:hover,
.multi-step-form .submit:hover {
  background-color: #cc6677;
}

.multi-step-form .step.well p {
  font-size: 15px;

  line-height: 24px;

  color: #777777;

  font-weight: 400;

  margin: 25px 0 0 0;
}

section.multi-step-form .row {
  justify-content: center;
}

h4.multi-step-heading {
  font-size: 16px;

  line-height: 38px;

  font-weight: 900;

  color: #242424;

  text-transform: capitalize;

  font-family: "Lato", sans-serif;
}

h4.multi-step-heading span {
  font-size: 13px;

  color: #c02b0a;
}

label.multi-step-label {
  font-size: 15px;

  line-height: 24px;

  font-weight: 400;

  color: #242424;

  text-transform: capitalize;

  font-family: "Lato", sans-serif;

  margin-bottom: 5px;
}

.multi-step-form-sec .progress {
  margin: 10px 0 18px 0;
}

.multi-step-form-sec .progress-bar-striped {
  background-image: none;

  background-color: #1e7ac4;
}

.progress {
  display: flex;

  height: 25px;

  overflow: hidden;

  font-size: 0.75rem;

  background-color: #d2d6dc;

  border-radius: 50px;
}

section.multi-step-form {
  padding: 50px 0;
}

.multi-step-form-sec h5 {
  font-size: 24px;

  margin-bottom: 40px;
}

.multi-step-form-sec p {
  font-size: 16px;

  font-weight: 500;

  margin-bottom: 15px;
}

/* payment inner page css end */

html {
  overflow-x: hidden;
}

section.privacy-sec {
  padding: 80px 0;
}

section.privacy-sec h2 {
  font-size: 55px;
  margin-bottom: 20px;
}

section.privacy-sec p {
  font-size: 17px;
  color: #000;
  line-height: 1.8;
}

.onlymob {
  display: none;
}
.mobileshow {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  h2,
  h3,
  h4 {
    margin: 0 0 10px;
  }
  .menuSec ul li a {
    padding: 0 10px;
    font-size: 15px;
  }
  .inner-pricing-heading span {
    font-size: 12px;
    padding: 2px 0;
    width: 40%;
    right: -25px;
    top: 11px;
  }
  .features-inner-banner-text ul li a,
  .inner-pricing-box-text ul li,
  .web-own-reviews-text p {
    font-size: 12px;
  }
  .inner-pricing-form label,
  .inner-pricing-heading h3,
  .inner-reviews-box ul li h5,
  .multi-step-form-sec p,
  .web-own-reviews-items h5 {
    font-size: 15px;
  }
  .banner-sec,
  .inner-contact-sec,
  .inner-reviews-sec,
  .web-sale-plans-sec {
    padding: 50px 0;
  }
  .inner-contact-link a i,
  .inner-pricing-form p {
    font-size: 18px;
  }
  .multi-step-form .step.well p {
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .multi-step-form .next,
  .multi-step-form .submit,
  .web-slae-springs-box-heading,
  button.action.back {
    padding: 10px 20px;
  }
  form.date-input input {
    width: 40%;
    height: 40px;
  }
  .multi-step-form .next,
  .multi-step-form .submit {
    margin-top: 10px;
  }
  .footer-link ul li a,
  .get-in-touch-form label,
  label.multi-step-label {
    font-size: 14px;
  }
  .multi-step-form-sec h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4.multi-step-heading {
    font-size: 14px;
    line-height: 38px;
  }
  .inner-contact-link a {
    gap: 5px;
    font-size: 11px;
  }
  .inner-reviews-box ul li i,
  .theme_btn,
  .web-own-reviews-items ul li i,
  p {
    font-size: 13px;
  }
  .inner-reviews-box ul li img {
    width: 70px;
    height: 70px;
  }
  .inner-reviews-box p {
    padding: 25px;
  }
  .inner-pricing-form button {
    font-size: 13px;
    padding: 12px 20px;
  }
  .inner-pricing-form input {
    height: 45px;
    margin-bottom: 10px;
  }
  .inner-pricing-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  .inner-pricing-button a {
    font-size: 12px;
    width: 30%;
    margin: 0 auto;
    height: 35px;
  }
  .inner-pricing-button,
  .web-sale-springs-button {
    padding: 10px 0;
  }
  .inner-pricing-box-text ul {
    padding: 0 25px;
    line-height: 50px;
  }
  .theme_btn {
    padding: 13px 30px;
  }
  h1 {
    font-size: 40px;
    margin: 0;
  }
  .inner-ssi-appliction,
  .web-sales-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .inner-pricing-heading h2 {
    font-size: 25px;
    margin-bottom: -5px;
  }
  .web-own-reviews-heading h4,
  .web-sales-box img {
    margin-bottom: 10px;
  }
  .web-sales-box img {
    width: 25%;
  }
  .inner-application-sec {
    padding: 0 0 20px;
  }
  .inner-pricing-heading {
    padding: 5px 0;
  }
  .inner-pricing-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 5px;
  }
  .get-in-touch-sec,
  .inner-features-box-sec {
    padding: 40px 0;
  }
  .features-inner-banner-text h2 {
    font-size: 45px;
  }
  .features-inner-banner-sec {
    padding: 80px 0;
  }
  .page-link-button a {
    width: 45px;
    height: 45px;
  }
  .web-sale-springs-box {
    margin-bottom: 30px;
  }
  .web-sale-springs-points a {
    font-size: 10px;
    width: 45%;
    height: 35px;
  }
  .web-own-reviews-row {
    margin-top: 40px;
  }
  .web-own-reviews-text {
    padding: 20px;
  }
  .get-in-touch-form button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .get-in-touch-link ul li a i {
    font-size: 20px;
  }
  .get-in-touch-link ul li a {
    gap: 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .get-in-touch-form input {
    height: 45px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .get-in-touch-form textarea {
    height: 130px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .footer-social-link ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer-logo,
  .inner-banner-text form {
    margin-bottom: 25px;
  }
  .footer-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-link ul {
    gap: 30px;
  }
  .footer-logo img {
    width: 30%;
  }
  .footer-social-link ul {
    gap: 5px;
  }
  .web-slae-springs-box-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .web-sale-springs-points ul {
    height: 250px;
  }
  .web-sale-springs-points ul li {
    font-size: 12px;
    line-height: 20px;
  }
  h4 {
    font-size: 32px;
  }
  .web-sale-springs-heading h4 {
    width: 100%;
    line-height: 40px;
  }
  .web-sale-plan-box i {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .web-sale-plan-box h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .web-sale-plans-heading h4 {
    margin-bottom: 25px;
    position: relative;
  }
  .web-sale-plans-heading h4:before {
    bottom: -20px;
  }
  .web-sales-heading h4 {
    margin-bottom: 20px;
  }
  .web-sales-heading h4:before {
    bottom: -15px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-banner-text input::placeholder {
    font-size: 18px;
  }
  h3 {
    font-size: 25px;
  }
  .inner-banner-text input {
    width: 75%;
    height: 45px;
    font-size: 15px;
  }
  .inner-banner-text a {
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2,
  h3,
  h4 {
    margin: 0 0 10px;
  }
  .menuSec ul li a {
    padding: 0 10px;
    font-size: 15px;
  }
  .inner-pricing-heading span {
    font-size: 12px;
    padding: 2px 0;
    width: 40%;
    right: -25px;
    top: 11px;
  }
  .features-inner-banner-text ul li a,
  .inner-pricing-box-text ul li,
  .web-own-reviews-text p {
    font-size: 12px;
  }
  .inner-pricing-form label,
  .inner-pricing-heading h3,
  .inner-reviews-box ul li h5,
  .multi-step-form-sec p,
  .web-own-reviews-items h5 {
    font-size: 15px;
  }
  .banner-sec,
  .inner-contact-sec,
  .inner-reviews-sec,
  .web-sale-plans-sec {
    padding: 50px 0;
  }
  .inner-contact-link a i,
  .inner-pricing-form p {
    font-size: 18px;
  }
  .multi-step-form .step.well p {
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .multi-step-form .next,
  .multi-step-form .submit,
  .web-slae-springs-box-heading,
  button.action.back {
    padding: 10px 20px;
  }
  form.date-input input {
    width: 40%;
    height: 40px;
  }
  .multi-step-form .next,
  .multi-step-form .submit {
    margin-top: 10px;
  }
  .footer-link ul li a,
  .get-in-touch-form label,
  label.multi-step-label {
    font-size: 14px;
  }
  .multi-step-form-sec h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4.multi-step-heading {
    font-size: 14px;
    line-height: 38px;
  }
  .inner-contact-link a {
    gap: 5px;
    font-size: 11px;
  }
  .inner-reviews-box ul li i,
  .theme_btn,
  .web-own-reviews-items ul li i,
  p {
    font-size: 13px;
  }
  .inner-reviews-box ul li img {
    width: 70px;
    height: 70px;
  }
  .inner-reviews-box p {
    padding: 25px;
  }
  .inner-pricing-form button {
    font-size: 13px;
    padding: 12px 20px;
  }
  .inner-pricing-form input {
    height: 45px;
    margin-bottom: 10px;
  }
  .inner-pricing-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  .inner-pricing-button a {
    font-size: 12px;
    width: 30%;
    margin: 0 auto;
    height: 35px;
  }
  .inner-pricing-button,
  .web-sale-springs-button {
    padding: 10px 0;
  }
  .inner-pricing-box-text ul {
    padding: 0 25px;
    line-height: 50px;
  }
  .theme_btn {
    padding: 13px 30px;
  }
  h1 {
    font-size: 40px;
    margin: 0;
  }
  .inner-ssi-appliction,
  .web-sales-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .inner-pricing-heading h2 {
    font-size: 25px;
    margin-bottom: -5px;
  }
  .web-own-reviews-heading h4,
  .web-sales-box img {
    margin-bottom: 10px;
  }
  .web-sales-box img {
    width: 25%;
  }
  .inner-application-sec {
    padding: 0 0 20px;
  }
  .inner-pricing-heading {
    padding: 5px 0;
  }
  .inner-pricing-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 5px;
  }
  .get-in-touch-sec,
  .inner-features-box-sec {
    padding: 40px 0;
  }
  .features-inner-banner-text h2 {
    font-size: 45px;
  }
  .features-inner-banner-sec {
    padding: 80px 0;
  }
  .page-link-button a {
    width: 45px;
    height: 45px;
  }
  .web-sale-springs-box {
    margin-bottom: 30px;
  }
  .web-sale-springs-points a {
    font-size: 10px;
    width: 45%;
    height: 35px;
  }
  .web-own-reviews-row {
    margin-top: 40px;
  }
  .web-own-reviews-text {
    padding: 20px;
  }
  .get-in-touch-form button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .get-in-touch-link ul li a i {
    font-size: 20px;
  }
  .get-in-touch-link ul li a {
    gap: 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .get-in-touch-form input {
    height: 45px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .get-in-touch-form textarea {
    height: 130px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .footer-social-link ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer-logo,
  .inner-banner-text form {
    margin-bottom: 25px;
  }
  .footer-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-link ul {
    gap: 30px;
  }
  .footer-logo img {
    width: 45%;
  }
  .footer-social-link ul {
    gap: 5px;
  }
  .web-slae-springs-box-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .web-sale-springs-points ul {
    height: 250px;
  }
  .web-sale-springs-points ul li {
    font-size: 12px;
    line-height: 20px;
  }
  h4 {
    font-size: 32px;
  }
  .web-sale-springs-heading h4 {
    width: 100%;
    line-height: 40px;
  }
  .web-sale-plan-box i {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .web-sale-plan-box h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .web-sale-plans-heading h4 {
    margin-bottom: 25px;
    position: relative;
  }
  .web-sale-plans-heading h4:before {
    bottom: -20px;
  }
  .web-sales-heading h4 {
    margin-bottom: 20px;
  }
  .web-sales-heading h4:before {
    bottom: -15px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-banner-text input::placeholder {
    font-size: 18px;
  }
  h3 {
    font-size: 25px;
  }
  .inner-banner-text input {
    width: 75%;
    height: 45px;
    font-size: 15px;
  }
  .inner-banner-text a {
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .inner-pricing-main-box {
    transition: 0.5s;
    margin-bottom: 20px;
  }
  .inner-banner-img img {
    width: 636.01px;
    height: 306.77px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  h3,
  h4 {
    margin: 0 0 10px;
  }
  .menuSec ul li a {
    padding: 0 5px;
    font-size: 13px;
  }
  .inner-pricing-heading span {
    font-size: 12px;
    padding: 2px 0;
    width: 40%;
    right: -25px;
    top: 11px;
  }
  .features-inner-banner-text ul li a,
  .inner-pricing-box-text ul li,
  .web-own-reviews-text p {
    font-size: 12px;
  }
  .inner-pricing-form label,
  .inner-pricing-heading h3,
  .inner-reviews-box ul li h5,
  .multi-step-form-sec p,
  .web-own-reviews-items h5 {
    font-size: 15px;
  }
  .banner-sec,
  .inner-contact-sec,
  .inner-reviews-sec,
  .web-sale-plans-sec {
    padding: 50px 0;
  }
  .inner-contact-link a i,
  .inner-pricing-form p {
    font-size: 18px;
  }
  .multi-step-form .step.well p {
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .multi-step-form .next,
  .multi-step-form .submit,
  .web-slae-springs-box-heading,
  button.action.back {
    padding: 10px 20px;
  }
  form.date-input input {
    width: 40%;
    height: 40px;
  }
  .multi-step-form .next,
  .multi-step-form .submit {
    margin-top: 10px;
  }
  .footer-link ul li a,
  .get-in-touch-form label,
  label.multi-step-label {
    font-size: 14px;
  }
  .multi-step-form-sec h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  h4.multi-step-heading {
    font-size: 14px;
    line-height: 38px;
  }
  .inner-contact-link a {
    gap: 5px;
    font-size: 11px;
  }
  .inner-reviews-box ul li img {
    width: 70px;
    height: 70px;
  }
  .inner-reviews-box p {
    padding: 25px;
  }
  .inner-reviews-box ul li i,
  .web-own-reviews-items ul li i,
  p {
    font-size: 13px;
  }
  .inner-pricing-form button {
    font-size: 13px;
    padding: 12px 20px;
  }
  .inner-pricing-form input {
    height: 45px;
    margin-bottom: 10px;
  }
  .inner-pricing-form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
  }
  .inner-pricing-button a {
    font-size: 12px;
    width: 30%;
    margin: 0 auto;
    height: 35px;
  }
  .inner-pricing-button,
  .web-sale-springs-button {
    padding: 10px 0;
  }
  .inner-pricing-box-text ul {
    padding: 0 25px;
    line-height: 50px;
  }
  .theme_btn {
    padding: 10px 20px;
    font-size: 10px;
  }
  h1 {
    font-size: 35px;
    margin: 0 0 -10px;
  }
  .inner-ssi-appliction,
  .web-sales-box {
    padding: 20px;
    margin-bottom: 20px;
  }
  .inner-pricing-heading h2 {
    font-size: 25px;
    margin-bottom: -5px;
  }
  .web-sales-box img {
    width: 20%;
    margin-bottom: 15px;
  }
  .inner-application-sec {
    padding: 0 0 20px;
  }
  .inner-pricing-heading {
    padding: 5px 0;
  }
  .inner-pricing-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 5px;
  }
  .get-in-touch-sec,
  .inner-features-box-sec {
    padding: 40px 0;
  }
  .features-inner-banner-text h2 {
    font-size: 45px;
  }
  .features-inner-banner-sec {
    padding: 80px 0;
  }
  .page-link-button a {
    width: 45px;
    height: 45px;
  }
  .web-own-reviews-heading h4 {
    margin-bottom: 10px;
  }
  .web-sale-springs-box {
    margin-bottom: 30px;
  }
  .web-sale-springs-points a {
    font-size: 12px;
    width: 70%;
    height: 45px;
  }
  .web-own-reviews-row {
    margin-top: 40px;
  }
  .web-own-reviews-text {
    padding: 20px;
  }
  .get-in-touch-form button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .get-in-touch-link ul li a i,
  h3 {
    font-size: 20px;
  }
  .get-in-touch-link ul li a {
    gap: 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .get-in-touch-form input {
    height: 45px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .get-in-touch-form textarea {
    height: 130px;
    margin-bottom: 15px;
    font-size: 13px;
  }
  .footer-social-link ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer-logo,
  .inner-banner-text form {
    margin-bottom: 25px;
  }
  .footer-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-link ul {
    gap: 30px;
  }
  .footer-logo img {
    width: 45%;
  }
  .footer-social-link ul {
    gap: 5px;
  }
  .web-slae-springs-box-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .web-sale-springs-points ul {
    height: 250px;
  }
  .web-sale-springs-points ul li {
    font-size: 13px;
    line-height: 20px;
  }
  h4 {
    font-size: 32px;
  }
  .web-sale-springs-heading h4 {
    width: 100%;
    line-height: 40px;
  }
  .web-sale-plan-box i {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .web-sale-plan-box h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .web-sale-plans-heading h4 {
    margin-bottom: 25px;
    position: relative;
  }
  .web-sale-plans-heading h4:before {
    bottom: -20px;
  }
  .web-sales-heading h4 {
    margin-bottom: 20px;
  }
  .web-sales-heading h4:before {
    bottom: -15px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .inner-banner-text input::placeholder {
    font-size: 15px;
  }
  .inner-banner-text input {
    width: 75%;
    height: 40px;
    font-size: 15px;
  }
  .inner-banner-text a {
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .inner-pricing-main-box {
    transition: 0.5s;
    margin-bottom: 20px;
  }
  .inner-banner-img img {
    width: 636.01px;
    height: 306.77px;
    object-fit: contain;
  }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .inner-banner-img,
  .inner-banner-text {
    text-align: center;
  }
  h2,
  h3,
  h4 {
    margin: 0 0 10px;
  }
  .banner-sec,
  .inner-features-box-sec,
  section.multi-step-form {
    padding: 30px 0;
  }
  .features-inner-banner-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .inner-ssi-appliction {
    padding: 20px;
    margin-bottom: 15px;
  }
  .inner-application-sec {
    padding: 0 0 20px;
  }
  .inner-pricing-heading h3 {
    font-size: 15px;
  }
  .inner-pricing-heading {
    padding: 5px 0;
  }
  .inner-pricing-heading h2 {
    font-size: 25px;
    margin-bottom: -5px;
  }
  .inner-pricing-box-text ul li,
  .inner-pricing-heading span,
  .inner-reviews-box ul li i,
  .web-own-reviews-text p {
    font-size: 12px;
  }
  .get-in-touch-form button,
  .inner-pricing-form button,
  .multi-step-form .next,
  .multi-step-form .submit,
  button.action.back {
    font-size: 12px;
    padding: 10px 20px;
  }
  .inner-reviews-box ul li img {
    width: 65px;
    height: 65px;
  }
  .inner-reviews-box p {
    font-size: 12px;
    padding: 20px;
    line-height: 20px;
  }
  .inner-Pricing-sec,
  .inner-contact-sec,
  .inner-reviews-sec {
    padding: 40px 0;
  }
  .inner-contact-link a {
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .multi-step-form-sec p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inner-pricing-form,
  .multi-step-form .next,
  .multi-step-form .submit {
    margin-top: 10px;
  }
  label.multi-step-label {
    font-size: 14px;
  }
  h4.multi-step-heading {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .multi-step-form .step.well p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0;
  }
  form.date-input input {
    width: 80%;
    height: 40px;
  }
  .inner-contact-link-sec,
  .web-sale-plan-box {
    margin-bottom: 30px;
  }
  .multi-step-form-sec h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .get-in-touch-link ul li a i,
  .inner-contact-link a i {
    font-size: 20px;
  }
  .inner-reviews-box ul {
    gap: 15px;
    margin-bottom: 25px;
  }
  .inner-reviews-box ul li h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .features-inner-banner-text ul li a,
  .footer-link ul li a,
  .theme_btn {
    font-size: 11px;
  }
  .inner-pricing-form textarea {
    height: 100px;
    margin-bottom: 10px;
  }
  .inner-pricing-input-file input {
    padding: 0;
  }
  .inner-pricing-form p {
    font-size: 16px;
  }
  .inner-pricing-form label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .inner-pricing-form input {
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .footer-link,
  .footer-logo,
  .inner-pricing-main-box,
  .web-sale-plans-heading h4,
  .web-sale-springs-box {
    margin-bottom: 20px;
  }
  .inner-pricing-button a {
    font-size: 12px;
    width: 25%;
    height: 35px;
  }
  .inner-pricing-box-text ul {
    line-height: 40px;
    padding: 0 15px;
  }
  .copy-right-sec,
  .inner-pricing-button,
  .web-sale-plans-sec,
  .web-sale-springs-button,
  .web-sale-springs-sec {
    padding: 10px 0;
  }
  .inner-pricing-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .features-inner-banner-sec {
    padding: 70px 0;
  }
  header {
    padding: 15px 0;
  }
  .theme_btn {
    padding: 12px 20px;
  }
  h1 {
    font-size: 40px;
    margin: 0;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .inner-banner-text input {
    width: 70%;
    height: 45px;
    font-size: 12px;
    padding: 0 10px;
  }
  .inner-banner-text form {
    margin-bottom: 25px;
  }
  .inner-banner-text input::placeholder {
    font-size: 14px;
  }
  .inner-banner-text a {
    font-size: 12px;
    padding: 12px 15px;
  }
  .inner-banner-img img {
    width: 75%;
  }
  .inner-banner-img {
    margin-top: 35px;
  }
  section.web-sales-sec {
    padding: 20px 0;
    text-align: center;
  }
  .web-own-reviews-heading h4,
  .web-sales-heading h4 {
    margin-bottom: 10px;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .web-slae-springs-box-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .get-in-touch-form label,
  .web-slae-springs-box-heading p {
    font-size: 14px;
  }
  .web-sale-springs-points a {
    font-size: 10px;
    width: 30%;
    height: 35px;
  }
  .web-slae-springs-box-heading {
    padding: 10px 20px;
  }
  .web-sale-springs-points ul {
    padding: 20px 10px;
    height: 230px;
  }
  .web-sale-springs-points ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .web-own-reviews-text {
    padding: 25px;
  }
  .get-in-touch-form input {
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .rc-anchor-normal {
    height: 70px !important;
    width: 270px !important;
  }
  .get-in-touch-link ul li a {
    gap: 15px;
    font-size: 14px;
    color: #242424;
    margin-bottom: 10px;
  }
  .footer-social-link ul {
    gap: 5px;
  }
  .copy-right-sec p,
  .web-own-reviews-items h5,
  .web-own-reviews-items ul li i {
    font-size: 13px;
  }
  .footer-link,
  .web-sales-row {
    margin-top: 20px;
  }
  .footer-social-link ul li a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .footer-logo img {
    width: 80%;
  }
  .footer-link ul {
    gap: 10px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .get-in-touch-form textarea {
    height: 100px;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 15px;
  }
  .get-in-touch-sec {
    padding: 20px 0;
  }
  .web-own-reviews-row {
    margin-top: 25px;
  }
  .page-link-button a {
    width: 40px;
    height: 40px;
  }
  .web-sale-springs-heading h4 {
    width: 85%;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .web-sale-plans-heading h4:before {
    bottom: -15px;
  }
  .web-sale-plans-row {
    margin-top: 0;
  }
  .web-sale-plan-box i {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .web-sale-plan-box h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .web-sales-heading h4:before {
    width: 30%;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .web-sales-box img {
    width: 15%;
    margin-bottom: 10px;
  }
  .web-sales-box {
    padding: 15px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
  .onlymob {
    display: block;
  }
  .hiden-mob {
    display: none;
  }
  .inner-banner-img,
  .inner-banner-text {
    text-align: center;
  }
  h2,
  h3,
  h4 {
    margin: 0 0 10px;
  }
  .banner-sec,
  .copy-right-sec,
  .inner-pricing-button,
  .web-sale-plans-sec,
  .web-sale-springs-button,
  .web-sale-springs-sec {
    padding: 10px 0;
  }
  .features-inner-banner-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .inner-features-box-sec,
  section.multi-step-form {
    padding: 30px 0;
  }
  .inner-ssi-appliction {
    padding: 20px;
    margin-bottom: 15px;
  }
  .inner-application-sec {
    padding: 0 0 20px;
  }
  .inner-pricing-heading h3 {
    font-size: 15px;
  }
  .inner-pricing-heading {
    padding: 5px 0;
  }
  .inner-pricing-heading h2 {
    font-size: 25px;
    margin-bottom: -5px;
  }
  .inner-pricing-box-text ul li,
  .inner-pricing-heading span,
  .inner-reviews-box ul li i,
  .web-own-reviews-text p {
    font-size: 12px;
  }
  .get-in-touch-form button,
  .inner-pricing-form button,
  .multi-step-form .next,
  .multi-step-form .submit,
  button.action.back {
    font-size: 12px;
    padding: 10px 20px;
  }
  .inner-reviews-box ul li img {
    width: 65px;
    height: 65px;
  }
  .inner-reviews-box p {
    font-size: 12px;
    padding: 20px;
    line-height: 20px;
  }
  .inner-Pricing-sec,
  .inner-contact-sec,
  .inner-reviews-sec {
    padding: 40px 0;
  }
  .inner-contact-link a {
    gap: 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .multi-step-form-sec p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .inner-pricing-form,
  .multi-step-form .next,
  .multi-step-form .submit {
    margin-top: 10px;
  }
  label.multi-step-label {
    font-size: 14px;
  }
  h4.multi-step-heading {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .multi-step-form .step.well p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0 0;
  }
  form.date-input input {
    width: 80%;
    height: 40px;
  }
  .inner-contact-link-sec,
  .web-sale-plan-box {
    margin-bottom: 30px;
  }
  .multi-step-form-sec h5 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .get-in-touch-link ul li a i,
  .inner-contact-link a i {
    font-size: 20px;
  }
  .inner-reviews-box ul {
    gap: 15px;
    margin-bottom: 25px;
  }
  .inner-reviews-box ul li h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .features-inner-banner-text ul li a,
  .theme_btn {
    font-size: 10px;
  }
  .inner-pricing-form textarea {
    height: 100px;
    margin-bottom: 10px;
  }
  .inner-pricing-input-file input {
    padding: 0;
  }
  .inner-pricing-form p {
    font-size: 16px;
  }
  .inner-pricing-form label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .inner-pricing-form input {
    height: 40px;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .footer-link,
  .footer-logo,
  .inner-pricing-main-box,
  .web-sale-plans-heading h4,
  .web-sale-springs-box {
    margin-bottom: 20px;
  }
  .inner-pricing-button a {
    font-size: 12px;
    width: 65%;
    height: 35px;
  }
  .inner-pricing-box-text ul {
    line-height: 40px;
    padding: 0 15px;
  }
  .inner-pricing-box h5 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .features-inner-banner-sec {
    padding: 60px 0;
  }
  .theme_btn,
  .web-slae-springs-box-heading {
    padding: 10px 20px;
  }
  header {
    padding: 15px 0;
  }
  h1 {
    font-size: 35px;
    margin: 0 0 -5px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .inner-banner-text input {
    width: 100%;
    height: 40px;
    font-size: 12px;
    padding: 0 10px;
  }
  .inner-banner-text form {
    margin-bottom: 25px;
  }
  .inner-banner-text input::placeholder {
    font-size: 14px;
  }
  .inner-banner-text a {
    font-size: 12px;
    padding: 10px 15px;
  }
  .inner-banner-img,
  .web-own-reviews-row {
    margin-top: 25px;
  }
  section.web-sales-sec {
    padding: 20px 0;
    text-align: center;
  }
  .web-own-reviews-heading h4,
  .web-sales-heading h4 {
    margin-bottom: 10px;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .web-slae-springs-box-heading h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .get-in-touch-form label,
  .web-slae-springs-box-heading p {
    font-size: 14px;
  }
  .web-sale-springs-points a {
    font-size: 10px;
    width: 30%;
    height: 35px;
  }
  .web-sale-springs-points ul {
    padding: 20px 10px;
    height: 230px;
  }
  .web-sale-springs-points ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .web-own-reviews-text {
    padding: 25px;
  }
  .get-in-touch-form input {
    height: 40px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .rc-anchor-normal {
    height: 70px !important;
    width: 270px !important;
  }
  .get-in-touch-link ul li a {
    gap: 15px;
    font-size: 14px;
    color: #242424;
    margin-bottom: 10px;
  }
  .footer-social-link ul {
    gap: 5px;
  }
  .copy-right-sec p,
  .web-own-reviews-items h5,
  .web-own-reviews-items ul li i {
    font-size: 13px;
  }
  .footer-link,
  .web-sales-row {
    margin-top: 20px;
  }
  .footer-social-link ul li a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .footer-logo img {
    width: 80%;
  }
  .footer-link ul {
    gap: 7px;
  }
  .footer-link ul li a {
    font-size: 8px;
  }
  .g-recaptcha {
    margin-bottom: 15px;
  }
  .get-in-touch-form textarea {
    height: 100px;
    margin-bottom: 15px;
    font-size: 12px;
    padding: 15px;
  }
  .get-in-touch-sec {
    padding: 20px 0;
  }
  .page-link-button a {
    width: 40px;
    height: 40px;
  }
  .web-sale-springs-heading h4 {
    width: 100%;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .web-sale-plans-heading h4:before {
    bottom: -15px;
  }
  .web-sale-plans-row {
    margin-top: 0;
  }
  .web-sale-plan-box i {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .web-sale-plan-box h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .web-sales-heading h4:before {
    width: 30%;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .web-sales-box img {
    width: 25%;
    margin-bottom: 10px;
  }
  .web-sales-box {
    padding: 15px;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 5px;
  }
  .inner-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .get-in-touch-hading.inner h4 {
    font-size: 19px;
}
  
}
