@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 50px transparent;
  }
}

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 180, 244, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes pulse-animation3 {
  0% {
    box-shadow: 0 0 0 0px rgba(250, 123, 144, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes wiggle {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  50% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
  }

  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes lab_round {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes lab_round_glob {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.OpenInApp {
  display: block;
  position: fixed;
  bottom: 70px;
  animation-name: fadeIn;
  animation-duration: 1s;
  z-index: 1;
  /* background-color: red; */
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: center;
}

.OpenInApp a {
  pointer-events: all;
  text-transform: capitalize;
}

.pad-t30 {
  padding-top: 30px;
}

.home_logo {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.home_logo a img {
  width: 177px;
  height: 67px;
}

/* line 67, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 72, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 76, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 81, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 89, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}


/* line 349, sass/style.scss */
.site-header {
  background: url("../images/webp/header_banner.webp") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 30px 0 90px;
  height: 100%;
}

/* line 355, sass/style.scss */
.site-header .container_flex {
  display: flex;
  align-items: center;
}

/* line 363, sass/style.scss */
.site-header .header_banner {
  padding: 154px 0 50px;
}

/* line 365, sass/style.scss */
.site-header .header_banner .desc {
  text-align: center;
}

.site-header .header_banner .vector_wrapper li {
  margin-right: 66px;
}

.site-header .header_banner .vector_wrapper li img {
  max-width: 430px;
  max-height: 430px;
}

/* line 367, sass/style.scss */
.site-header .header_banner .desc h2 {
  color: #fff;
  font: 400 62px "Fredoka One", sans-serif;
  letter-spacing: 2px;
}

/* line 371, sass/style.scss */
.site-header .header_banner .desc h2 span {
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 10px 13px;
}

/* line 380, sass/style.scss */
.site-header .header_banner .desc p {
  color: #fff;
  font: 400 30px "Roboto", sans-serif;
  margin: 18px 0 34px;
  letter-spacing: 2px;

}

/* line 389, sass/style.scss */
.site-header .header_banner .desc ul li a {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px;
  animation: pulse 2s infinite;
}

/* line 396, sass/style.scss */
.site-header .header_banner .desc ul li a span {
  padding: 15px 50px;
  display: inline-block;
}

/* line 402, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(1) a {
  border-color: #00b4f4;
  position: relative;
}

/* line 406, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(1) a span {
  background-color: #00b4f4;
}

/* line 409, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(1) a:hover {
  animation: pulse-animation2 1s infinite;
}

/* line 416, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(2) a {
  border-color: #fff;

}

/* line 419, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(2) a span {
  background-color: #ffc648;
}

/* line 422, sass/style.scss */
.site-header .header_banner .desc ul li:nth-child(2) a:hover {
  animation: pulse-animation3 1s infinite
}

/* line 430, sass/style.scss */
.site-header .header_banner .vector_wrapper {
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 433, sass/style.scss */
.site-header .header_banner .vector_wrapper:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 25%;
  height: 100%;
  background: url(../images/webp/vector_bg.webp) no-repeat;
  background-size: 100%;
  content: "";
  margin: auto;
  right: 0;
  text-align: center;
  background-position: top center;
}

/* line 447, sass/style.scss */
.site-header .header_banner .vector_wrapper li {
  margin-right: 66px;
  position: relative;
}

/* line 450, sass/style.scss */
.site-header .header_banner .vector_wrapper li:last-child {
  margin-right: 0;
}

/* line 453, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(1) {
  top: 18px;
}

/* line 455, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(1):before {
  position: absolute;
  top: -73px;
  left: 2px;
  content: url(../images/webp/vector_thumb.webp);
  margin: auto;
  right: -176px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 467, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(1) {
  top: 134px;
}

/* line 470, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(2) {
  top: 92px;
}

/* line 472, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(2):before {
  position: absolute;
  top: -225px;
  left: 0;
  content: url("../images/webp/vector_like.webp");
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 483, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(3) {
  top: 62px;
}

/* line 485, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(3):before {
  position: absolute;
  top: -115px;
  left: -55px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 496, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(4) {
  top: 22px;
}

/* line 499, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(5) {
  top: -15px;
}

/* line 501, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(5):before {
  position: absolute;
  top: -73px;
  left: 2px;
  content: url(../images/webp/vector_thumb.webp);
  margin: auto;
  right: -176px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 512, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(6) {
  top: -40px;
}

/* line 515, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(7) {
  top: -88px;
  margin-right: 70px;
}

/* line 517, sass/style.scss */
.site-header .header_banner .vector_wrapper li:nth-child(7):before {
  position: absolute;
  top: -90px;
  left: 0;
  content: url(../images/webp/vector_like.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 533, sass/style.scss */
.our_product {
  padding: 0px 0 70px;
  position: relative;
}

/* line 537, sass/style.scss */
.our_product:before {
  position: absolute;
  bottom: 30%;
  left: 0;
  content: url(../images/webp/our_product_bg_icon.webp);
}

/* line 545, sass/style.scss */
.our_product:after {
  position: absolute;
  bottom: 18%;
  left: 40%;
  content: url(../images/webp/prouct_pink_ribbon.webp);
}

/* line 553, sass/style.scss */
.our_product .heading {
  text-align: center;
}

/* line 555, sass/style.scss */
.our_product .heading h2 {
  font: 400 60px "Fredoka One", sans-serif;
  color: #f8712e;
  margin-bottom: 80px;
}

/* line 559, sass/style.scss */
.our_product .heading h2 span {
  color: #5bccfb;
}

/* line 564, sass/style.scss */
.our_product .desc {
  padding-top: 240px;
}

/* line 567, sass/style.scss */
.our_product .desc h3 {
  font: 400 38px "Fredoka One", sans-serif;
  color: #f8712e;
  margin: 28px 0;
}

/* line 572, sass/style.scss */
.our_product .desc h3 .pink1 {
  color: #fa7298;
}

/* line 575, sass/style.scss */
.our_product .desc h3 .blue1 {
  color: #5bccfb;
}

/* line 579, sass/style.scss */
.our_product .desc p {
  color: #000000;
  font: 400 22px "Roboto", sans-serif;
  line-height: 40px;
  margin-bottom: 42px;
}

/* line 586, sass/style.scss */
.our_product .img_box {
  position: relative;
}

/* line 588, sass/style.scss */
.our_product .img_box .talkit_women {
  position: absolute;
  top: 56px;
  width: 196px;
  background-color: #fff;
  height: 196px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px -5px #ccc;
  overflow: hidden;
  left: -17px;
}

/* line 599, sass/style.scss */
.our_product .img_box .talkit_men {
  position: absolute;
  top: -87px;
  width: 196px;
  background-color: #fff;
  height: 196px;
  border-radius: 100%;
  box-shadow: 0px 0px 20px -5px #ccc;
  overflow: hidden;
  right: 15%;
}

/* line 613, sass/style.scss */
/* .site-footer {
  background: url("../images/webp/footer-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 120px;
} */

/* line 618, sass/style.scss */
.site-footer .footer_widget {
  padding-top: 90px;
}

/* line 621, sass/style.scss */
.site-footer .footer_widget .foo_logo {
  margin-bottom: 134px;
}

/* line 624, sass/style.scss */
.site-footer .footer_widget .foo_nav {
  margin-top: 80px;
}

/* line 626, sass/style.scss */
.site-footer .footer_widget .foo_nav h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* line 633, sass/style.scss */
.site-footer .footer_widget .foo_nav ul li {
  margin-bottom: 19px;
}

/* line 635, sass/style.scss */
.site-footer .footer_widget .foo_nav ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

/* line 642, sass/style.scss */
.site-footer .footer_widget h2 {
  color: #fff;
  font: 700 36px "Roboto", sans-serif;
  margin-bottom: 22px;
}

/* line 648, sass/style.scss */
.site-footer .social {
  margin-top: 180px;
}

/* line 651, sass/style.scss */
.site-footer .social h3 {
  color: #fff;
  font: 700 24px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 36px;
}

/* line 658, sass/style.scss */
.site-footer .social ul li {
  margin-right: 23px;
}

/* line 660, sass/style.scss */
.site-footer .social ul li a {
  display: inline-flex;
  background-color: #fff;
  color: #000;
  width: 42px;
  height: 42px;
  transform: rotate(45deg);
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

/* line 670, sass/style.scss */
.site-footer .social ul li a .fa {
  transform: rotate(-45deg);
}

/* line 673, sass/style.scss */
.site-footer .social ul li a:hover {
  background-color: transparent;
  background-image: linear-gradient(to right, #fa7d8d, #f19b6a);
  color: #fff;
}

/* line 679, sass/style.scss */
.site-footer .social ul li:last-child {
  margin-right: 0;
}

/* line 685, sass/style.scss */
.site-footer .copyright {
  text-align: center;
  margin-top: 22px;
}

/* line 688, sass/style.scss */
.site-footer .copyright p {
  margin: 0;
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

/* line 695, sass/style.scss */
.site-footer .form {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  border-radius: 9px;
  box-shadow: 0px 0px 75px -52px #49c97d;
}

/* line 701, sass/style.scss */
.site-footer .form h3 {
  text-align: center;
  font: 700 60px "Roboto", sans-serif;
  color: #f86c22;
  margin-bottom: 55px !important;
  margin-top: 0px !important;
  text-transform: none !important;
}

/* line 706, sass/style.scss */
.site-footer .form h3 span {
  color: #28b4f4;
}

/* line 710, sass/style.scss */
.site-footer .form form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* line 715, sass/style.scss */
.site-footer .form form .form-group input {
  /* height: 80px; */
  text-indent: 25px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 20px 0px;
}

/* line 725, sass/style.scss */
.site-footer .form form .form-group input::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

/* line 730, sass/style.scss */
.site-footer .form form .form-group textarea {
  height: 130px;
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px -2px #eee;
  margin-bottom: 13px;
  color: grey;
  font: 400 18px "Roboto", sans-serif;
  padding: 25px;
}

/* line 740, sass/style.scss */
.site-footer .form form .form-group textarea::placeholder {
  color: grey;
  font: 400 18px "Roboto", sans-serif;
}

/* line 746, sass/style.scss */
.site-footer .form form .snd_btn {
  text-align: center;
  margin-top: 30px;
}

/* line 750, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  border: 1px solid #f2996d;
  padding: 6px;
  animation: auto;
  display: inline-block;
  position: relative;
  animation: pulse 2s infinite;
}

/* line 760, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer .wpcf7-submit {
  padding: 16px 36px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 11%, #f19b6a);
  border: none;
  font: 500 22px "Roboto", sans-serif;
  color: #fff;
}

/* line 768, sass/style.scss */
.site-footer .form form .snd_btn .btn_outer .ajax-loader {
  position: absolute;
  right: -36px;
  margin: 0;
  top: 20px;
}

/* line 780, sass/style.scss */
.featured_product {
  background: url("../images/webp/featured_produt_bg.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 265px 0 200px;
  margin-top: -250px;
}

/* line 791, sass/style.scss */
.featured_product .row .col-md-3:nth-child(1) .img_box:before {
  position: absolute;
  right: -55px;
  bottom: 0;
  content: "";
  background-image: url(../images/webp/fb.webp);
  width: 50%;
  height: 23%;
  background-repeat: no-repeat;
}

/* line 806, sass/style.scss */
.featured_product .img_box {
  position: relative;
}

/* line 809, sass/style.scss */
.featured_product .img_box .border {
  height: 586px;
  max-height: 590px;
  overflow: hidden;
  padding: 9px;
  border-radius: 21px;
  border: 2px solid #000 !important;
  width: 321px;
}

/* line 817, sass/style.scss */
.featured_product .img_box .border img {
  width: 100%;
  height: 562px;
  object-fit: cover;
  border-radius: 20px;
  object-position: 100% 37%;
}

.featured_product .row .col-md-3:nth-child(4) .img_box .border img {
  object-position: 100% 96%;
}

.featured_product .row .col-md-3:nth-child(1) .img_box .border img {
  object-position: 100% 8%;
}


/* line 830, sass/style.scss */
.featured_product .row .col-md-3:nth-child(1) .outer_box {
  position: relative;
}

/* line 832, sass/style.scss */
.featured_product .row .col-md-3:nth-child(1) .outer_box:before {
  position: absolute;
  top: 0;
  left: -520px;
  content: url(../images/webp/like.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 842, sass/style.scss */
.featured_product .row .col-md-3:nth-child(1) .outer_box:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 855, sass/style.scss */
.featured_product .row .col-md-3:nth-child(3) .outer_box {
  position: relative;
}

/* line 857, sass/style.scss */
.featured_product .row .col-md-3:nth-child(3) .outer_box:before {
  position: absolute;
  top: -480px;
  left: -492px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 867, sass/style.scss */
.featured_product .row .col-md-3:nth-child(3) .outer_box:after {
  position: absolute;
  top: 12px;
  content: url(../images/webp/vector_like.webp);
  margin: auto;
  right: 72px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 881, sass/style.scss */
.featured_product .icon {
  margin: 36px 0;
}

/* line 886, sass/style.scss */
.featured_product .heading_box h3 {
  font: 700 44px "Roboto", sans-serif;
  margin: 14px 0;
  color: #fff;
}

/* line 891, sass/style.scss */
.featured_product .heading_box h5 {
  font: 700 25px "Roboto", sans-serif;
  color: #fff;
}

/* line 895, sass/style.scss */
.featured_product .heading_box p {
  font: 400 17px "Roboto", sans-serif;
  margin: 35px 0 30px;
  line-height: 28px;
  color: #fff;
  width: 100%;
  max-width: 90%;
  min-height: 119px;
}

/* line 909, sass/style.scss */
.featured_product .our_achievements .row .col-md-4:nth-child(1) .icon_box {
  position: relative;
}

/* line 911, sass/style.scss */
.featured_product .our_achievements .row .col-md-4:nth-child(1) .icon_box:before {
  position: absolute;
  top: -165px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 150px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 924, sass/style.scss */
.featured_product .our_achievements .heading {
  margin: 120px 0 105px;
  text-align: center;
}

/* line 927, sass/style.scss */
.featured_product .our_achievements .heading h2 {
  font: 400 60px "Fredoka One", sans-serif;
  color: #fff;
}

/* line 933, sass/style.scss */
.featured_product .our_achievements .icon_box {
  text-align: center;
}

/* line 936, sass/style.scss */
/* .featured_product .our_achievements .icon_box a {
  display: inline-block;
} */

/* line 938, sass/style.scss */
.featured_product .our_achievements .icon_box a .icon_social {
  border: 3px dashed #000;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  padding: 11px;
  animation: pulse-animation 1s infinite;
}

/* line 947, sass/style.scss */
.featured_product .our_achievements .icon_box a .icon_social .min_icon {
  background-color: #fff;
  width: 220px;
  height: 220px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* line 957, sass/style.scss */
.featured_product .our_achievements .icon_box a h3 {
  font: 400 47px "Roboto Condensed", sans-serif;
  color: #fff;
  margin: 35px 0 0 0;
}

/* line 967, sass/style.scss */
.grow_your_business {
  margin: 160px 0;
  position: relative;
}

/* line 971, sass/style.scss */
.grow_your_business:before {
  position: absolute;
  top: -90px;
  content: url(../images/webp/sun.webp);
  margin: auto;
  text-align: center;
  right: 209px;
}

/* line 980, sass/style.scss */
.grow_your_business .img_box {
  position: relative;
}

/* line 982, sass/style.scss */
.grow_your_business .img_box:before {
  position: absolute;
  top: -120px;
  left: 47px;
  content: url(../images/webp/like.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 991, sass/style.scss */
.grow_your_business .img_box:after {
  position: absolute;
  top: 86px;
  content: url(../images/webp/vector_thumb.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 4s linear infinite;
  right: 0;
}

/* line 1002, sass/style.scss */
.grow_your_business .heading {
  text-align: center;
}

/* line 1004, sass/style.scss */
.grow_your_business .heading h2 {
  font: 400 60px "Fredoka One", sans-serif;
  color: #f8712e;
  margin-bottom: 140px;
}

/* line 1008, sass/style.scss */
.grow_your_business .heading h2 span {
  color: #5bccfb;
}

/* line 1013, sass/style.scss */
.grow_your_business .row {
  align-items: center;
}

/* line 1018, sass/style.scss */
.grow_your_business .desc .heading_top h3 {
  font: 400 38px "Fredoka One", sans-serif;
  margin-bottom: 20px;
  color: #f8712e;
}

/* line 1022, sass/style.scss */
.grow_your_business .desc .heading_top h3 span {
  color: #5bccfb;
}

/* line 1026, sass/style.scss */
.grow_your_business .desc .heading_top p {
  color: #000;
  font: 400 22px "Roboto", sans-serif;
  width: 100%;
  max-width: 74%;
  line-height: 35px;
}

/* line 1036, sass/style.scss */
.grow_your_business .desc .below_heading h4 {
  font: 400 30px "Fredoka One", sans-serif;
  color: #ffc648;
  margin-bottom: 20px;
}

/* line 1041, sass/style.scss */
.grow_your_business .desc .below_heading p {
  color: #000;
  font: 400 22px "Roboto", sans-serif;
  width: 100%;
  max-width: 74%;
  line-height: 35px;
  margin: 0;
}

/* line 1049, sass/style.scss */
.grow_your_business .desc .below_heading .btn_pdf {
  font: 400 22px "Roboto", sans-serif;
  color: #5bccfb;
  text-decoration: underline !important;
  padding: 0;
}

/* line 1057, sass/style.scss */
.grow_your_business .desc .below_heading .outer_btn a {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  display: inline-block;
  border: 1px solid #5bccfb;
  padding: 6px;
  animation: pulse 2s infinite;
  margin-top: 50px;
  animation: pulse-animation2 1s infinite;
  border-radius: 0;
}

/* line 1067, sass/style.scss */
.grow_your_business .desc .below_heading .outer_btn a span {
  background-color: #5bccfb;
  padding: 15px 50px;
  display: inline-block;
}

/* line 1072, sass/style.scss */
.grow_your_business .desc .below_heading .outer_btn a:hover {
  animation: pulse-animation2 1s infinite;
}

/* line 1080, sass/style.scss */
.grow_your_business .scnd_section {
  margin-top: 190px;
}

/* line 1082, sass/style.scss */
.grow_your_business .scnd_section h3 {
  font: 400 38px "Fredoka One", sans-serif;
  margin-bottom: 20px;
  color: #f8712e;
}

/* line 1086, sass/style.scss */
.grow_your_business .scnd_section h3 span {
  color: #5bccfb;
}

/* line 1090, sass/style.scss */
.grow_your_business .scnd_section .desc {
  position: relative;
}

/* line 1092, sass/style.scss */
.grow_your_business .scnd_section .desc:before {
  position: absolute;
  bottom: -148px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 1102, sass/style.scss */
.grow_your_business .scnd_section .desc .below_heading p {
  font: 400 18px "Roboto", sans-serif;
  margin: 30px 0;
  line-height: 33px;
}

/* line 1108, sass/style.scss */
.grow_your_business .scnd_section .desc .below_heading .outer_btn a {
  margin-top: 0;
}

/* line 1114, sass/style.scss */
.grow_your_business .scnd_section .img_box {
  text-align: right;
}

/* line 1116, sass/style.scss */
.grow_your_business .scnd_section .img_box:before {
  position: absolute;
  top: 190px;
  left: 116px;
  content: url(../images/webp/vector_thumb.webp);
  margin: auto;
  text-align: center;
  animation: lab_round 3s linear infinite;
}

/* line 1125, sass/style.scss */
.grow_your_business .scnd_section .img_box:after {
  display: none;
}

/* line 1131, sass/style.scss */
.grow_your_business .vector_slide {
  padding: 230px 0 0px;
  position: relative;
}

/* line 1135, sass/style.scss */
.grow_your_business .vector_slide:before {
  position: absolute;
  top: 140px;
  content: url(../images/webp/orange_cross.webp);
  margin: auto;
  left: 45px;
  text-align: center;
}

/* line 1144, sass/style.scss */
.grow_your_business .vector_slide .row {
  align-items: center;
}

/* line 1147, sass/style.scss */
.grow_your_business .vector_slide .slide_desc {
  position: relative;
}

/* line 1149, sass/style.scss */
.grow_your_business .vector_slide .slide_desc:before {
  position: absolute;
  top: -130px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  right: 21px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 1159, sass/style.scss */
.grow_your_business .vector_slide .slide_desc h4 {
  font: 100 60px 'Dynalight', cursive !important;
  color: #49c97d;
  margin: 0;
  line-height: normal;
}

/* line 1165, sass/style.scss */
.grow_your_business .vector_slide .slide_desc h2 {
  font: 400 60px "Fredoka One", sans-serif;
  margin-bottom: 20px;
  color: #f8712e;
  /* margin: 45px 0 50px; */
}

/* line 1170, sass/style.scss */
.grow_your_business .vector_slide .slide_desc h2 span {
  color: #5bccfb;
}

/* line 1175, sass/style.scss */
.grow_your_business .vector_slide .slide_desc p {
  font: 400 18px "Roboto", sans-serif;
  color: #000;
  line-height: 33px;
  width: 100%;
  max-width: 68%;
}

/* line 1183, sass/style.scss */
.grow_your_business .vector_slide .slide_desc .outer_btn {
  color: #fff;
  font: 500 20px "Roboto", sans-serif;
  border: 1px solid #f2996d;
  padding: 6px;
  display: inline-block;
  position: relative;
  animation: pulse-animation3 1s infinite;
  margin-top: 22px;
}

/* line 1193, sass/style.scss */
.grow_your_business .vector_slide .slide_desc .outer_btn a {
  padding: 18px 55px;
  display: inline-block;
  background-image: linear-gradient(to top left, #fa7d8d 21%, #f19b6a);
  border: none;
  font: 400 20px "Roboto", sans-serif;
  color: #fff;
  border-radius: 0;
}

/* line 1201, sass/style.scss */
.grow_your_business .vector_slide .slide_desc .outer_btn a:hover {
  animation: wiggle 75ms infinite;
}

/* line 1210, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .inner_img {
  text-align: center;
}

/* line 1213, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .inner_img img {
  display: inline-block;
  margin: auto;
}

/* line 1218, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-prev {
  left: -34px;
  box-shadow: 0px 0px 15px -5px #ccc;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  opacity: 1;
}

/* line 1225, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-prev:hover {
  background-color: #3fbef4;
}

/* line 1227, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-prev:hover:before {
  color: #fff;
}

/* line 1232, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-prev:before {
  content: "\f177";
  font-family: fontAwesome;
  color: #f8712e;
  opacity: 1;
}

/* line 1239, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-next {
  right: -56px;
  box-shadow: 0px 0px 15px -5px #ccc;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  opacity: 1;
}

/* line 1246, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-next:before {
  content: "\f178";
  font-family: fontAwesome;
  color: #f8712e;
  opacity: 1;
}

/* line 1252, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-next:hover {
  background-color: #3fbef4;
}

/* line 1254, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-next:hover:before {
  color: #fff;
}

/* line 1259, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-next,
.grow_your_business .vector_slide .sticker_slide .slick-prev {
  top: 220px;
}

/* line 1264, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-center {
  background-image: linear-gradient(to top left, #fa7d8d 21%, #f19b6a);
  border-radius: 18px;
}

/* line 1268, sass/style.scss */
.grow_your_business .vector_slide .sticker_slide .slick-slide {
  padding: 16px 35px;
}

.grow_your_business .vector_slide .sticker_slide .slick-prev {
  display: none !important;
}

.grow_your_business .vector_slide .sticker_slide .slick-next {
  display: none !important;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: 500 18px "Roboto", sans-serif;
  height: 55px;
  border-radius: 8px;
  padding: 20px 28px;
  color: #ccc;
  border: 1px solid #eee;
}

.custom-select option {
  font: 500 18px "Roboto", sans-serif;
  color: #ccc;
}


/* line 1503, sass/style.scss */
.testimonial {
  padding: 15px 0 0px;
  overflow: hidden;
}

/* line 1507, sass/style.scss */
.testimonial .headign {
  text-align: center;
  position: relative;
}

/* line 1510, sass/style.scss */
.testimonial .headign:before {
  position: absolute;
  top: -54px;
  content: url(../images/webp/vector_heart.webp);
  margin: auto;
  left: 180px;
  text-align: center;
  animation: lab_round 4s linear infinite;
}

/* line 1520, sass/style.scss */
.testimonial .headign h3 {
  text-align: center;
  font: 400 60px "Fredoka One", sans-serif;
  color: #f86c22;
  margin-bottom: 50px;
}

/* line 1527, sass/style.scss */
.testimonial .box {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px -3px #eee;
  text-align: center;
  margin: 0 8px;
}

/* line 1536, sass/style.scss */
.testimonial .box img {
  display: inline-block;
}

/* line 1540, sass/style.scss */
.testimonial .box p {
  font: 400 18px "Roboto", sans-serif;
  color: #000;
  opacity: .6;
  margin: 14px 0 24px;
}

/* line 1546, sass/style.scss */
.testimonial .box h2 {
  color: #49c97d;
  font: 700 30px "Roboto", sans-serif;
}

/* line 1551, sass/style.scss */
.testimonial .box .review .fa {
  color: #f7fe2e;
}

/* line 1555, sass/style.scss */
.testimonial .box .quote {
  position: absolute;
  top: 22px;
  left: 120px;
}

/* line 1562, sass/style.scss */
.testimonial .slick-list {
  padding: 30px 0;
}

/* line 1566, sass/style.scss */
.testimonial .slick-slide {
  opacity: 0.3;
}

/* line 1568, sass/style.scss */
.testimonial .slick-slide.slick-current {
  opacity: 1;
}

/* line 1574, sass/style.scss */
.inner_pages {
  height: auto !important;
  padding: 30px 0;
  background-image: linear-gradient(to right, #ffbd4f, #fa7892);
}

/* line 1782, sass/style.scss */
.on_mob {
  display: none;
}

.mob_on_list {
  display: none !important;
}

.onmob {
  display: none;
}

.our_product .desc p b {
  color: #f8712e;
}

.privacy_policy {
  text-align: center;
}

.privacy_policy ul li a {
  color: #fff;
  font: 400 18px "Roboto", sans-serif;
}

.site-header.inner_pages {
  padding: 30px 0;
}

/*  Media Query  */
@media (min-width: 3001px) {
  .site-header {
    background-position: center bottom;
    padding: 30px 0 306px;
  }
}

@media (max-width: 3000px) {
  .site-header {
    background-position: center bottom;
    padding: 30px 0 184px;
  }
}

@media (max-width: 2448px) {
  .site-header {
    padding: 30px 0 205px;
  }
}

@media (max-width: 1920px) {
  .site-header {
    padding: 10px 0 184px;
  }
}

@media (max-width: 1800px) {
  .our_product:before {
    background-image: url(../images/webp/our_product_bg_icon.webp);
    width: 3%;
    height: 13%;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
  }
}

@media (max-width: 1600px) {

  /* line 8, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    margin-right: 0px;
  }

  /* line 11, sass/_screen.scss */
  .our_product::before {
    display: none;
  }

  /* line 14, sass/_screen.scss */
  .featured_product .row .col-md-3:nth-child(1) .img_box::before {
    right: 0;
    width: 55%;
  }

  /* line 19, sass/_screen.scss */
  .grow_your_business {
    margin: 160px 0 40px;
    position: relative;
  }

  /* line 24, sass/_screen.scss */
  .grow_your_business .vector_slide .slide_desc h2 {
    font: 400 44px "Fredoka One", sans-serif;
  }

  /* line 36, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 14%;
  }

  /* line 39, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    margin-right: 0px;
    text-align: center;
  }

  /* line 48, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(1) {
    top: 169px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(2) {
    top: 132px;
  }

  /* line 51, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(6) {
    top: 3px;
  }

  /* line 55, sass/_screen.scss */
  .site-header {
    height: 980px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(3) {
    top: 102px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(4) {
    top: 62px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(5) {
    top: 24px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(7) {
    top: -35px;
  }
}

@media (max-width: 1450px) {

  /* line 61, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(2) {
    top: 130px;
  }

  /* line 64, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(3) {
    top: 100px;
    right: -25px;
  }

  /* line 67, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(4) {
    top: 80px;
  }

  /* line 70, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(5) {
    top: 47px;
  }

  /* line 73, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(6) {
    top: 15px;
  }

  /* line 76, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(7) {
    top: -12px;
  }

  /* line 79, sass/_screen.scss */
  .featured_product .our_achievements .icon_box a h3 {
    font: 400 38px "Roboto Condensed", sans-serif;
  }

  /* line 83, sass/_screen.scss */
  .featured_product {
    padding: 265px 0 100px;
  }

  /* line 87, sass/_screen.scss */
  .grow_your_business .scnd_section .img_box::before {
    left: -56px;
  }

  .site-header .header_banner .vector_wrapper li {
    margin-right: 55px;
  }
}

@media (max-width: 1366px) {

  /* line 125, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 13%;
  }

  /* line 129, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 64px;
  }

  /* line 133, sass/_screen.scss */
  .our_product .img_box .talkit_men {
    top: -87px;
    right: 7%;
  }

  /* line 138, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    left: -63px;
  }

  /* line 144, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 85px;
  }
}

@media (max-width: 1280px) {

  /* line 153, sass/_screen.scss */
  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  /* line 157, sass/_screen.scss */
  .list-unstyled.list-inline.app_store li {
    max-width: 46%;
  }

  /* line 160, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(4) {
    top: 68px;
    right: -25px;
  }

  /* line 164, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 80px;
    text-align: center;
  }

  /* line 168, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li img {
    width: 100%;
    max-width: 95%;
    margin: auto;
  }

  /* line 174, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(1)::before {
    top: -79px;
    left: 51px;
    right: auto;
  }

  /* line 48, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(1) {
    top: 215px;
  }

  /* line 180, sass/_screen.scss */
  .our_product .desc ul {
    display: flex;
    flex-wrap: wrap;
  }

  /* line 185, sass/_screen.scss */
  .our_product .desc ul li {
    width: 45%;
  }

  /* line 189, sass/_screen.scss */
  .featured_product .img_box .border {
    width: 100%;
  }

  /* line 193, sass/_screen.scss */
  .grow_your_business::before {
    right: 30px;
  }

  /* line 196, sass/_screen.scss */
  .grow_your_business .img_box::after {
    right: -37px;
  }

  /* line 200, sass/_screen.scss */
  .grow_your_business .desc .below_heading p {
    max-width: 100%;
  }

  /* line 204, sass/_screen.scss */
  .grow_your_business .desc .heading_top p {
    max-width: 100%;
  }

  /* line 217, sass/_screen.scss */
  .grow_your_business .vector_slide .slide_desc p {
    max-width: 100%;
  }
}

@media (max-width: 1171px) {

  /* line 227, sass/_screen.scss */
  .site-header .header_banner .desc h2 {
    font: 400 50px "Fredoka One", sans-serif;
  }

  /* line 230, sass/_screen.scss */
  .featured_product .our_achievements .icon_box a h3 {
    font: 400 30px "Roboto Condensed", sans-serif;
  }

  /* line 233, sass/_screen.scss */
  .grow_your_business {
    margin: 99px 0 40px;
  }

  /* line 236, sass/_screen.scss */
  .grow_your_business::before {
    top: -41px;
  }

  /* line 239, sass/_screen.scss */
  .testimonial .box .quote {
    left: 56px;
    width: 12%;
  }

  /* line 243, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(5) {
    top: 49px;
  }

  /* line 246, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 106px;
  }
}

@media (max-width: 1080px) {

  /* line 303, sass/_screen.scss */
  .site-footer .social ul li {
    margin-right: 15px;
  }

  /* line 306, sass/_screen.scss */
  .site-header {
    height: 890px;
  }

  /* line 309, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 65px;
  }

  /* line 313, sass/_screen.scss */
  .our_product .row .col-md-7,
  .our_product .row .col-md-4 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 318, sass/_screen.scss */
  .our_product .desc {
    padding-top: 40px;
  }

  /* line 321, sass/_screen.scss */
  .our_product .desc p {
    width: 100%;
    max-width: 60%;
  }

  /* line 325, sass/_screen.scss */
  .our_product .img_box {
    position: relative;
    text-align: center;
  }

  /* line 329, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    left: 0;
  }

  /* line 332, sass/_screen.scss */
  .our_product .img_box .talkit_men {
    top: -136px;
    right: 70px;
  }

  /* line 336, sass/_screen.scss */
  .our_product .desc ul li {
    width: 20%;
  }

  /* line 339, sass/_screen.scss */
  .our_product .desc ul {
    margin-bottom: 140px;
  }

  /* line 342, sass/_screen.scss */
  .featured_product .row .col-md-3 {
    width: 50%;
    flex: 50%;
  }

  /* line 346, sass/_screen.scss */
  .featured_product .featured_box {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {

  /* line 355, sass/_screen.scss */
  .featured_product .row .col-md-3:nth-child(1) .img_box::before {
    right: 0;
    width: 35%;
    bottom: 0;
    height: 16%;
  }

  /* line 362, sass/_screen.scss */
  .featured_product .img_box .border img {
    object-position: 100% 75%;
  }

  /* line 366, sass/_screen.scss */
  .featured_product .row .col-md-3:first-child .img_box .border img {
    object-position: 100% 4%;
  }
}

@media (max-width: 992px) {

  /* line 371, sass/_screen.scss */
  .site-footer .social ul li a {
    width: 26px;
    height: 26px;
  }

  /* line 375, sass/_screen.scss */
  .our_product {
    padding: 0 0 70px;
  }
}

@media (max-width: 980px) {

  /* line 571, sass/_screen.scss */
  .site-header .header_banner .desc h2 {
    font: 400 40px "Fredoka One", sans-serif;
  }

  /* line 578, sass/_screen.scss */
  .site-header {
    height: 757px;
  }

  /* line 581, sass/_screen.scss */
  .our_product::after {
    bottom: 50px;
    left: 47px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(1) {
    top: 179px;
  }
}

@media (max-width: 900px) {

  /* line 588, sass/_screen.scss */
  .our_product .heading h2 {
    margin-bottom: 35px;
  }

  /* line 591, sass/_screen.scss */
  .featured_product .our_achievements .heading {
    margin: 50px 0 105px;
  }

  /* line 594, sass/_screen.scss */
  .our_achievements .col-md-4 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  /* line 599, sass/_screen.scss */
  .featured_product .our_achievements .icon_box {
    text-align: center;
    margin-bottom: 55px;
  }

  /* line 603, sass/_screen.scss */
  .featured_product {
    padding: 265px 0 25px;
  }
}

@media (max-width: 800px) {
  .featured_product .our_achievements .icon_box a .icon_social .min_icon {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .featured_product .our_achievements .icon_box a .icon_social {
    border: 3px dashed #000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    padding: 11px;
    animation: pulse-animation 1s infinite;
  }

  /* line 609, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(7),
  .site-header .header_banner .vector_wrapper li:nth-child(6),
  .site-header .header_banner .vector_wrapper li:nth-child(2),
  .site-header .header_banner .vector_wrapper li:nth-child(1) {
    display: none;
  }

  .site-header {
    height: auto;
  }

  /* line 615, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper {
    margin-top: 0;
    /* left: 25px; */
  }

  /* line 618, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 22%;
  }

  /* line 621, sass/_screen.scss */
  .site-header .header_banner .desc h2 {
    font: 400 37px "Fredoka One", sans-serif;
    letter-spacing: 0;
  }

  /* line 629, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    width: 170px;
    height: 170px;
  }

  /* line 633, sass/_screen.scss */
  .testimonial .headign::before,
  .site-header .header_banner .vector_wrapper li:nth-child(5)::before,
  .grow_your_business .scnd_section .desc::before,
  .grow_your_business .vector_slide .slide_desc::before,
  .grow_your_business .img_box::after,
  .grow_your_business .img_box::before,
  .grow_your_business::before,
  .featured_product .our_achievements .row .col-md-4:nth-child(1) .icon_box::before {
    display: none;
  }

  /* line 645, sass/_screen.scss */
  .grow_your_business .row .col-md-4,
  .grow_your_business .row .col-md-7 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 650, sass/_screen.scss */
  .grow_your_business .desc {
    margin: 65px 0;
  }

  /* line 653, sass/_screen.scss */
  .grow_your_business .scnd_section {
    margin-top: 17px;
  }

  /* line 656, sass/_screen.scss */
  .off_mob {
    display: none;
  }

  /* line 659, sass/_screen.scss */
  .on_mob {
    display: block;
  }

  /* line 663, sass/_screen.scss */
  .vector_slide .row .col-md-5,
  .vector_slide .row .col-md-6 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 671, sass/_screen.scss */
  .grow_your_business .vector_slide {
    padding: 230px 0 35px;
  }

  /* line 677, sass/_screen.scss */
  .site-footer {
    background-position: 100% 100%;
    padding: 70px 0 120px;
  }

  /* line 680, sass/_screen.scss */
  .site-footer .col-md-3 {
    max-width: 100%;
    flex: 100%;
  }

  /* line 690, sass/_screen.scss */
  .site-footer .social {
    margin-top: 30px;
  }

  /* line 694, sass/_screen.scss */
  .site-footer .footer_widget .foo_nav {
    margin-top: 0;
  }

  /* line 697, sass/_screen.scss */
  .site-footer .footer_widget .foo_logo {
    margin-bottom: 60px;
  }

  .site-header .header_banner .vector_wrapper li:nth-child(5) {
    top: 29px;
  }
}

@media (max-width: 767px) {

  /* line 712, sass/_screen.scss */
  .grow_your_business .vector_slide {
    padding: 55px 0 35px;
  }

  /* line 715, sass/_screen.scss */
  .list-unstyled.list-inline.app_store {
    margin-bottom: 50px;
  }

  /* line 718, sass/_screen.scss */
  .sticker {
    margin: -100px 0 20px;
  }

  /* line 721, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 24%;
  }
}

@media (max-width: 655px) {

  /* line 243, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li:nth-child(5) {
    top: 49px;
    right: -25px;
  }
}

@media (max-width: 600px) {

  .featured_product .our_achievements .icon_box a h3 {
    font: 400 20px "Roboto Condensed", sans-serif;
  }

  /* line 733, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 28%;
  }

  /* line 736, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    width: 130px;
    height: 130px;
    top: 0;
  }

  /* line 741, sass/_screen.scss */
  .our_product .img_box .talkit_men {
    top: -136px;
    right: 0;
  }

  /* line 746, sass/_screen.scss */
  .featured_product .row .col-md-3:nth-child(1) .img_box::before {
    right: 0;
    width: 100%;
    bottom: 0;
    height: 16%;
    margin: auto;
    left: 0;
    text-align: center;
    background-position: center;
  }
}

@media (max-width: 480px) {

  /* line 768, sass/_screen.scss */
  .our_product .desc p {
    width: 100%;
    max-width: 100%;
  }

  /* line 773, sass/_screen.scss */
  .our_product .img_box .talkit_men {
    top: -100px;
    width: 135px;
    height: 135px;
  }

  /* line 779, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    width: 100px;
    height: 100px;
    top: 0;
  }

  /* line 785, sass/_screen.scss */
  .featured_product .row .col-md-3 {
    width: 100%;
    flex: 100%;
  }

  /* line 789, sass/_screen.scss */
  .featured_product .our_achievements .heading h2 {
    font: 400 38px "Fredoka One", sans-serif;
    color: #fff;
  }

  /* line 793, sass/_screen.scss */
  .featured_product .our_achievements .heading {
    margin: 10px 0 70px;
  }

  /* line 796, sass/_screen.scss */
  .grow_your_business .heading h2 {
    font: 400 42px "Fredoka One", sans-serif;
    margin-bottom: 70px;
  }

  .site-header .header_banner .desc h2 {
    width: 52%;
    margin: auto;
    position: relative;
  }

  .site-header .header_banner .desc h2 span:nth-child(1) {
    position: absolute;
    top: 53px;
    left: -12px;
  }

  .site-header .header_banner .desc h2 span:nth-child(2) {
    position: absolute;
    top: 53px;
    right: -12px;
  }

  .site-header .header_banner .vector_wrapper::before {
    top: 46px;
    width: 57%;
    right: 8px;
  }

  .our_product .desc>img {
    max-width: 26%;
  }

  .our_product .desc ul li {
    width: 38%;
  }

  .mob_off_list {
    display: none;
  }

  .mob_on_list {
    display: block !important;
  }

  .site-header.inner_pages {
    padding: 14px 0;
  }

  .picture_box.mob_off_picture {
    display: none;
  }

  .featured_product .img_box .border {
    height: auto;
    max-height: unset;
  }

  .featured_product .img_box .border img {
    width: 100%;
    height: auto;
  }

  .featured_product .heading_box p {
    min-height: inherit;
  }
}

@media (max-width: 415px) {

  /* line 810, sass/_screen.scss */
  .site-footer .form h3 {
    font: 700 42px "Roboto", sans-serif;
    margin-bottom: 30px;
  }

  /* line 814, sass/_screen.scss */
  .grow_your_business .vector_slide .slide_desc h4 {
    font: 400 69px "Alexandria", sans-serif;
  }

  /* line 817, sass/_screen.scss */
  .grow_your_business .vector_slide .slide_desc h2 {
    font: 400 36px "Fredoka One", sans-serif;
  }

  .grow_your_business .vector_slide .slide_desc .outer_btn a {
    padding: 12px 25px;
  }

  /* line 820, sass/_screen.scss */
  .grow_your_business .vector_slide {
    padding: 15px 0 35px;
  }

  .site-header {
    height: 765px;
  }

  /* line 823, sass/_screen.scss */
  .site-header .header_banner .desc ul li a span {
    padding: 14px 30px;
  }

  /* line 826, sass/_screen.scss */
  .our_product .heading h2 {
    font: 400 45px "Fredoka One", sans-serif;
  }

  /* line 829, sass/_screen.scss */
  .site-header .header_banner .vector_wrapper li {
    width: 32%;
  }

  /* line 836, sass/_screen.scss */
  .site-footer .form {
    padding: 20px;
  }

  /* line 839, sass/_screen.scss */
  .site-footer .footer_widget {
    padding-top: 35px;
  }

  .site-header .header_banner .desc h2 {
    width: 50%;
    font-size: 32px;
  }

  .our_product .desc>img {
    max-width: 28%;
  }
}

@media (max-width: 375px) {

  /* line 845, sass/_screen.scss */
  .site-header .header_banner .desc h2 {
    font: 400 26px "Fredoka One", sans-serif;
  }

  /* line 848, sass/_screen.scss */
  .site-header .header_banner .desc ul li a {
    font: 500 15px "Roboto", sans-serif;
  }

  /* line 851, sass/_screen.scss */
  .site-header {
    height: 810px;
  }

  /* line 854, sass/_screen.scss */
  .our_product .img_box .talkit_women {
    width: 85px;
    height: 85px;
  }

  /* line 858, sass/_screen.scss */
  .grow_your_business .vector_slide .slide_desc h2 {
    margin: 0 0 20px;
  }

  .site-header .header_banner .desc h2 {
    width: 56%;
  }

  .site-header .header_banner .desc h2 span:nth-child(2),
  .site-header .header_banner .desc h2 span:nth-child(1) {
    width: 9px;
    height: 9px;
    top: 51px;
    margin: 0;
  }

  .our_product .desc ul li {
    width: 45%;
  }
}

@media (max-width: 360px) {

  /* line 875, sass/_screen.scss */
  .testimonial .headign h3 {
    font: 400 36px "Fredoka One", sans-serif;
  }
}

@media (max-width: 760px) {
  .grow_your_business .vector_slide:before {
    top: 0;
  }

  .logo-mp {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .cam-h1 {
    font: 600 28px "Roboto", sans-serif !important;
  }
}

@media (min-width: 800px) {
  .s-girl {
    padding-top: 100px;
  }
}

.pad-t-40 {
  padding-top: 40px;
}

@media screen and (max-width: 1300px) and (min-width: 470px) {
  .ss-img {
    flex-shrink: 0 !important;
    flex: none !important;
  }
}

.dropdown-container {
  display: block;
}

.pad-t540 {
  padding-top: 540px;
}

@media (max-width: 800px) {
  .pad-t540 {
    padding-top: 300px;
  }
}

@media (max-width: 770px) {
  .pad-t540 {
    padding-top: 130px;
  }
}

@media (max-width: 540px) {
  .pad-t540 {
    padding-top: 100px;
  }
}

.pl-0 {
  padding-left: 20px;
}

.t-8 {
  top: -8px;
}

.bg-f {
  background-color: #fff;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}