* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

@font-face {
  font-family: Roboto__Bold;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: Roboto__Black;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
  font-family: Roboto__Medium;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: Roboto__Regular;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto__MediumItalic;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-MediumItalic.ttf");
}

@font-face {
  font-family: Roboto__Light;
  src: url("https://prod.prowebventures.com/CopySketch/Templates/Fonts/Roboto/Roboto-Light.ttf");
}

.sect {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 3rem;
}

.most {
  max-width: 90%;
  margin: auto;
  padding-top: 3rem;
  text-align: center;
}

.bluetext p {
  padding-top: 20px;
  font-size: calc(17pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.01;
  color: #d9ffea;
  font-weight: 400;
  font-family: "Roboto__Regular";
}

.bluetext h2 {
  font-family: "Roboto__Black";
  font-size: calc(40pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.01;
  color: #ffffff;
}

.bluetext h2 span {
  background: -webkit-linear-gradient(#ffa901, #ff007a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.divblue {
  border-radius: 0px;
  max-width: 64%;
  margin: auto;
  background: linear-gradient(270.02deg, #ffa901 -7.24%, #ffaf00 125.58%);
  margin-top: 2rem;
  padding: 5px;
}

.divblue h4 {
  margin-bottom: 0;
  font-family: "Roboto__Medium";
  font-weight: 500;
  font-size: calc(15pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

.divblue h4 span {
  font-family: "Roboto__Black";
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
  grid-gap: 2em;
}

.grid-two img {
  width: 100%;
}

.list ul li {
  list-style-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_green.png");
  font-family: "Roboto__Light";
  font-size: calc(11pt + 0.15vw);
  color: #ffffff;
  text-align: initial;
  padding: 5px 0px;
}

.list {
  margin-top: 1rem;
  border-radius: 0px;
  margin: auto;
  background: rgba(17, 16, 33, 0.5);
  /* 30% opacity */
  padding: 15px 10px 10px 10px;
}

.list li p {
  margin-bottom: 0;
  padding: 0px 10px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.btnss {
  margin-top: 4rem;
}

.btnss .btn-primary {
  border-color: transparent;
  width: 60%;
  padding: 24px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(5px 8.66px 4.5px #6666c9);
  filter: drop-shadow(5px 8.66px 4.5px #6666c9);
  background-color: #fc9604;
  font-family: "Roboto__Black";
  font-weight: 900;
  font-size: calc(20pt + 0.15vw);
  letter-spacing: 0.03em;
}

.fa-arrow-right {
  vertical-align: middle;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .bluetext h2 {
    font-size: calc(22pt + 0.15vw);
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .btnss .btn-primary {
    width: 100%;
  }

  .divblue {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .image img {
    width: 100%;
  }
}

@media screen and (max-width: 538px) {
  .bluetext h2 {
    font-size: calc(20pt + 0.15vw);
  }

  .btnss .btn-primary {
    font-size: calc(12pt + 0.15vw);
  }

  .divblue {
    max-width: 92%;
  }

  .list {
    margin-right: 0px;
  }
}

/* se 2 */
.easysteps {
  padding: 4rem 0;
}

.traffic {
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.easysteps span {
  background: -webkit-linear-gradient(#ffa901, #ff007a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales h3 {
  font-size: calc(30pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #121421;
  font-weight: 400;
  font-family: "Roboto__Black";
}

.sales h2 {
  font-size: calc(18pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #121421;
  font-weight: 900;
  font-family: "Roboto__Black";
}

.gridthree {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-top: 4rem;
}

.thrregr {
  min-height: 350px;
  border-radius: 20px;
  background-color: #edf0ff;
  padding: 40px 20px;
}

.gridthree h3 {
  font-size: calc(15pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #121421;
  font-weight: 900;
  font-family: "Roboto__Black";
}

.gridthree h4 {
  font-size: calc(12pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #121421;
  font-weight: 400;
  font-family: "Roboto__Regular";
}

@media screen and (max-width: 1199.98px) {
  .traffic {
    max-width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .gridthree {
    -ms-grid-columns: 1fr 2em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .sales h3 {
    font-size: calc(20pt + 0.15vw);
  }
}

@media screen and (max-width: 767.98px) {
  .gridthree {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* se 3 */

.business {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_bluBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding: 5rem 0;
}

.cont h3 {
  font-size: calc(26pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #ffffff;
  font-weight: 900;
  font-family: "Roboto__Black";
}

.grbusiness {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr;
  grid-template-columns: repeat(2, 1fr);
  max-width: 90%;
  margin: auto;
  grid-gap: 2em;
}

.grbusiness p {
  font-size: calc(11pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto__Light";
  margin-bottom: 1rem;
}

.smjh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dnagdg {
  text-align: center;
}

@media screen and (max-width: 1199.98px) {
  .grbusiness {
    max-width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .grbusiness {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    max-width: 70%;
  }

  .dnagdg img {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .cont h3 {
    font-size: calc(20pt + 0.15vw);
  }
}

@media screen and (max-width: 769.98px) {
  .grbusiness {
    max-width: 90%;
  }

  .business-girl {
    max-width: 90%;
  }
}

@media screen and (max-width: 538px) {
  .cont h3 {
    font-size: calc(18pt + 0.15vw);
  }
}

/* se 4v2 */

/* se 7n */
.darkbluess {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_BGnew.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 3rem 0;
}

.tafficsales {
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.results h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: calc(18pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Light";
}

.results h2 {
  color: #ffffff;
  font-weight: 900;
  font-size: calc(40pt + 0.15vw);
  letter-spacing: auto;
  font-family: "Roboto__Black";
}

.trafgrids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 80%;
  margin: auto;
  margin-top: 5rem;
}

.dsmas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.salgrs p {
  color: #ffffff;
  font-weight: 300;
  font-size: calc(12pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Light";
  list-style-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_Layer 6 copy 5.png");
}

.salgrs img {
  width: 100%;
}

@media screen and (max-width: 1199.98px) {
  .trafgrids {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .trafgrids {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 538px) {
  .results h2 {
    font-size: calc(16pt + 0.15vw);
  }

  .results h3 {
    font-size: calc(13pt + 0.15vw);
  }
}

/* se new */

/* se 4 */
.vect {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_2newbg.png");
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.actse {
  max-width: 70%;
  margin: auto;
  text-align: center;
}

.watch {
  background-color: #ff007a;
  padding: 10px;
}

.watch h3 {
  color: #ffffff;
  font-weight: 900;
  font-size: calc(14pt + 0.15vw);
  margin-bottom: 0;
  letter-spacing: 0.03em;
  font-family: "Roboto__Black";
}

.textact h2 {
  font-weight: 900;
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Black";
  color: #ffffff;
}

.textact p {
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(12pt + 0.15vw);
  line-height: 1.2195;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.gridfour {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr 3em 1fr 3em 1fr;
  grid-template-columns: repeat(4, 1fr);
  max-width: 80%;
  margin: auto;
  text-align: center;
  grid-gap: 3em;
  margin-top: 4rem;
}

.grfr p {
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(10pt + 0.15vw);
  line-height: 1.2195;
  color: #ffffff;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}

.gridfours {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3em 1fr 3em 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 60%;
  margin: auto;
  text-align: center;
  grid-gap: 3em;
  margin-top: 4rem;
}

.gridfour img {
  width: 100%;
}

.gridfours img {
  width: 100%;
}

.btnsns {
  max-width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}

.btnsns .btn-primary {
  border-color: transparent;
  width: 100%;
  padding: 20px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(5px 8.66px 4.5px #6666c9);
  filter: drop-shadow(5px 8.66px 4.5px #6666c9);
  background-color: #fc9604;
  font-family: "Roboto__Black";
  font-weight: 900;
  font-size: calc(20pt + 0.15vw);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1199.98px) {
  .gridfour {
    max-width: 90%;
  }

  .gridfours {
    max-width: 70%;
  }

  .actse {
    max-width: 90%;
  }
}

@media screen and (max-width: 1080px) {
  .gridfour {
    -ms-grid-columns: 1fr 3em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .gridfours {
    max-width: 90%;
  }

  .gridfours {
    -ms-grid-columns: 1fr 3em 1fr;
    grid-template-columns: repeat(2, 1fr);
  }

  .btnsns {
    max-width: 70%;
  }
}

@media screen and (max-width: 767.98px) {
  .gridfour {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }

  .gridfours {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .btnsns {
    max-width: 90%;
  }
}

@media screen and (max-width: 538px) {
  .textact h2 {
    font-size: calc(16pt + 0.15vw);
  }

  .imageb img {
    width: 100%;
  }

  .btnsns .btn-primary {
    font-size: calc(12pt + 0.15vw);
  }
}

/* 8 new*/

.feed {
  list-style-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_green.png");
  padding-bottom: 9rem;
  padding-top: 6rem;
  background-color: #f6f7fc;
}

#imf {
  position: absolute;
  left: 0;
  width: 10%;
  bottom: 0;
}

.sh {
  max-width: 80%;
  margin: auto;
}

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fjk {
  padding-top: 4rem;
  max-width: 60%;
  margin: auto;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.blue-columns {
  height: auto;
}

.green-columns {
  background-color: #ffffff;
  height: auto;
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
}

.double-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.proname h3 {
  color: #211460;
  font-weight: 900;
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Black";
}

.blue-columns img {
  border-radius: 100%;
}

.green-columns p {
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(12pt + 0.15vw);
  line-height: 1.2195;
  letter-spacing: 0.03em;
}

.green-columns h3 {
  font-family: "Roboto__Black";
  font-weight: 900;
  font-size: calc(12pt + 0.15vw);
  line-height: 1.2195;
  letter-spacing: 0.03em;
}

.alex {
  text-align: end;
}

.ihn {
  text-align: end;
}

.green-columns::after {
  content: "";
  position: absolute;
  left: -2%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1199.98px) {
  .sh {
    max-width: 90%;
  }
}

@media screen and (max-width: 767.98px) {
  .rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .green-columns {
    margin-top: 10px;
  }

  .proname h3 {
    font-size: calc(16pt + 0.15vw);
  }

  .fjk {
    max-width: 90%;
  }
}

.rowss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.columnss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blue-columnss {
  height: auto;
}

.green-columnss {
  background-color: #ffffff;
  height: auto;
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
}

.double-columnss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
}

.columnss img {
  border-radius: 100%;
}

.green-columnss p {
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(12pt + 0.15vw);
  line-height: 1.2195;
  letter-spacing: 0.03em;
}

.green-columnss h3 {
  font-family: "Roboto__Black";
  font-weight: 900;
  font-size: calc(12pt + 0.15vw);
  line-height: 1.2195;
  letter-spacing: 0.03em;
}

.green-columnss::after {
  content: "";
  position: absolute;
  right: -2%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767.98px) {
  .rowss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .green-columnss {
    margin: 10px 0px;
  }
}

/* 9 new*/

.business4 {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_lastBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 4rem 0;
}

.Existing4 h2 {
  font-size: calc(20pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #ffffff;
  font-weight: 300;
  font-family: "Roboto__Light";
}

.Existing4 h3 {
  font-size: calc(30pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
  color: #ffffff;
  font-weight: 900;
  font-family: "Roboto__Black";
}

.Existing4 {
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.btnsslst {
  max-width: 60%;
  margin: auto;
  margin-top: 8rem;
  text-align: center;
}

.btnsslst .btn-primary {
  border-color: transparent;
  width: 100%;
  padding: 24px;
  border-radius: 50px;
  -webkit-filter: drop-shadow(5px 8.66px 4.5px #888888);
  filter: drop-shadow(5px 8.66px 4.5px #888888);
  background-color: #fc9604;
  font-family: "Roboto__Black";
  font-weight: 900;
  font-size: calc(20pt + 0.15vw);
  letter-spacing: 0.03em;
}

.fa-arrow-right {
  vertical-align: middle;
}

.bkgr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 80%;
  margin: auto;
  margin-top: 4rem;
}

.sryd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sryd p {
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(12pt + 0.15vw);
  line-height: 2.2195;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1199.98px) {
  .bkgr {
    max-width: 90%;
  }
}

@media screen and (max-width: 1080px) {
  .btnsslst {
    max-width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .Existing4 h2 {
    font-size: calc(20pt + 0.15vw);
  }

  .bkgr {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .Existing4 h3 {
    font-size: calc(20pt + 0.15vw);
  }

  .sryd {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 769.98px) {
  .btnsslst {
    max-width: 90%;
  }

  .btnsslst .btn-primary {
    font-size: calc(14pt + 0.15vw);
  }
}

@media screen and (max-width: 538px) {
  .Existing4 h2 {
    font-size: calc(16pt + 0.15vw);
  }

  .Existing4 h3 {
    font-size: calc(16pt + 0.15vw);
  }

  .btnsslst .btn-primary {
    font-size: calc(12pt + 0.15vw);
  }

  .grbk img {
    width: 100%;
  }
}

/*------------------------------------------------------------- last --------------------------------------------------------------*/
.yellicon {
  padding: 4rem 0;
}

.exs {
  max-width: 80%;
  margin: auto;
  text-align: center;
}

.exs h2 {
  color: #000000;
  font-family: "Roboto__Black";
  font-size: calc(28pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

.exs h3 {
  color: #000000;
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

.exgr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
}

.htd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: initial;
}

.grex ul li {
  list-style-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_green.png");
  padding: 8px 0;
  font-family: "Roboto__Light";
  font-weight: 300;
  font-size: calc(12pt + 0.15vw);
  letter-spacing: 0.03em;
}

.grex p {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  padding: 0px 10px;
  margin-bottom: 0;
}

.last {
  margin-top: 3rem;
  text-align: center;
}

.last h3 {
  color: #000000;
  font-family: "Roboto__Black";
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

.last h4 {
  color: #000000;
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(18pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

.last p {
  color: #000000;
  font-family: "Roboto__Regular";
  font-weight: 400;
  font-size: calc(14pt + 0.15vw);
  letter-spacing: 0.03em;
  line-height: 1.2195;
}

@media screen and (max-width: 1399.98px) {
  .exs {
    max-width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .exs h2 {
    font-size: calc(22pt + 0.15vw);
  }

  .exgr {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 538px) {
  .exs h2 {
    font-size: calc(16pt + 0.15vw);
  }

  .last p {
    font-size: calc(12pt + 0.15vw);
  }

  .last h4 {
    font-size: calc(12pt + 0.15vw);
  }

  .last h3 {
    font-size: calc(12pt + 0.15vw);
  }

  .exs h3 {
    font-size: calc(12pt + 0.15vw);
  }

  .grex img {
    width: 100%;
  }
}

.darkblues {
  background-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_wBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0;
  height: auto;
}

.result h3 {
  color: #121421;
  font-weight: 900;
  line-height: 1.2195;
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Black";
}

.result h2 {
  color: #fc9604;
  font-weight: 900;
  font-size: calc(22pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Black";
}

.trafgrid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  max-width: 80%;
  margin: auto;
}

.relist li {
  color: #000000;
  list-style-image: url("https://prod.prowebventures.com/CopySketch/Templates/images/sales-software-v2-var1_green.png");
  font-weight: 300;
  font-size: calc(12pt + 0.15vw);
  letter-spacing: 0.03em;
  font-family: "Roboto__Light";
  padding: 3px 0;
}

.relist li p {
  padding: 0px 5px;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

@media screen and (max-width: 1399.98px) {
  .trafgrid {
    max-width: 90%;
  }
}

@media screen and (max-width: 1199.98px) {
  .trafgrid {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .trafgrid {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
  }

  .result h3 {
    font-size: calc(20pt + 0.15vw);
  }

  .result h2 {
    font-size: calc(20pt + 0.15vw);
  }
}

@media screen and (max-width: 640px) {
  .salgr img {
    width: 100%;
  }
}

@media screen and (max-width: 538px) {
  .result h2 {
    font-size: calc(16pt + 0.15vw);
  }

  .result h3 {
    font-size: calc(16pt + 0.15vw);
  }
}
