
@font-face {
  font-family: "spyagency";
  src: url("/media/fonts/spy_agency/spyagency.woff2") format("woff2"), url("/media/fonts/spy_agency/spyagency.woff") format("woff"), url("/media/fonts/spy_agency/spyagency.otf") format("opentype");
  font-weight: 400;
}

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

.free-units-div{
  position: relative;
}


  .monthly-span-breakdown{
    opacity: 0.8;
    font-size: 12px !important;
    color: #FFFFFF;
    letter-spacing: 0.09px;
  }
  .columns {
      float: left;
      width: 33.3%;
      padding: 8px;
  }

  .price {
    list-style-type: none;
    border-top: 0px;
    border-left: 1px;
    border-right: 1px;
    border-color: #eee;
    border-style: solid;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .price .header {
      background-color: #111;
      color: white;
      font-size: 25px;	padding-bottom: 18px!important;			margin-bottom: 15px;
  }

  .price li {
      border-bottom: 1px solid #eee;
      padding: 20px;
      text-align: center;
  }

  .price .grey {
      background-color: #eee;
      font-size: 20px;
  }

  .button {
      background-color: #4CAF50;
      border: none;
      color: white;
      padding: 10px 25px;
      text-align: center;
      text-decoration: none;
      font-size: 18px;
  }
.input-group-btn{
  width: auto;
}
table{
  font-family: "Lato", sans-serif;
}
.table>thead>tr>th{
  border:0px solid white;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
  border-top:0px solid white;
  border-bottom:0px solid white;
}
.table {
  background: unset !important;
  border: none !important;
  box-shadow: unset !important;
  border-radius: unset !important;
}
.table thead {
  box-shadow: unset !important;
}
input::placeholder, textarea::placeholder {
  color: #737373!important;
  opacity: 1!important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #737373!important;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #737373!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #737373!important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #737373!important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #737373!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #737373!important;
}
  @media only screen and (max-width: 600px) {
      .columns {
          width: 100%;
      }
      .pricing {
        margin-bottom: 32px;
      }
      .best-value {
        margin-top: 0 !important;
      }
      .card-footer b {
        font-size: 18px !important;
      }
      #silver-txt, #basic-txt {
        border-radius: 3px 3px 0 0;
      }
  }

.font-fam-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.btn {
  cursor: pointer;
}

.main {
  min-height: 100%;
}

.logo-top {
  font-family: "spyagency", sans-serif;
  color: white;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

.logo-top:hover {
  color: white;
}

.logo-text {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 18px;
  font-style: italic;
  display: block;
  text-align: right;
}

.main-nav {
  background: white;
}

.btn-outline-primary {
  border-color: #fff;
  color: black;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #bd3d3d;
  border: 1px solid #bd3d3d;
}

.BlueTop {
  background-image: url("../images/top_blue_bg.png") !important;
}

.RedTop {
  background-image: url("../images/top_red_bg.png") !important;
}

section#top {
  background-image: url("../images/top_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#top h1 {
  color: #fff;
  font-size: 64px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  margin-top: 6rem;
}

#top .content {
  padding-bottom: 150px;
}

.slider {
  width: 545px;
  height: 350px;
  position: relative;
  margin: 20px auto;
}

.slider-bottom {
  margin: 0px 270px;
}

.slider .carousel-caption {
  right: auto;
  left: 6%;
  top: -30px;
}

.slider .carousel-item {
  padding-top: 50px;
}

.slider h5 {
  font-size: 42px;
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  text-align: left;
  padding-left: 17px;
}

.slider p {
  opacity: 0.8;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #ffffff;
  padding-left: 17px;
  text-align: left;
}

.slider .carousel-indicators {
  flex-direction: column;
  background: transparent;
  margin-left: 0;
  bottom: 10%;
  left: -26%;
}

.slider .carousel-indicators li {
  height: auto;
  text-indent: 0;
  width: auto;
  background: transparent;
  padding-bottom: 14px;
}

.slider .carousel-indicators li a {
  color: white;
  text-decoration: none;
}

.slider .carousel-indicators li i {
  color: rgba(255, 255, 255, 0.15);
  padding-right: 5px;
}

.slider .carousel-indicators li.active i {
  color: white;
}

.slider .carousel-indicators-bottom li a {
  color: #858585;
}

.slider .carousel-indicators-bottom li i {
  color: #e4e4e4;
}

.slider .carousel-indicators-bottom li.active i {
  color: #17b2cc;
}

.slider .carousel-indicators-bottom {
  bottom: 30%;
}

.slider .carousel-indicators-bottom-red li a {
  color: #858585;
}

.slider .carousel-indicators-bottom-red li i {
  color: #e4e4e4;
}

.slider .carousel-indicators-bottom-red li.active i {
  color: #cb4b4c;
}

.slider .carousel-indicators-bottom-red {
  bottom: 30%;
}

.banner {
  padding-top: 50px;
  padding-bottom: 100px !important;
}

.banner .heading {
  letter-spacing: 0.2px;
  line-height: 44px;
  font-size: 40px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.headerImg img, #installins img {
  max-width: 100%;
}

.social-header-img {
  width: 100%;
}

.socialHeading {
  font-size: 45px;
}

.four-pts {
  color: #fff;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}

/* checkbox */

.checkbox label:after, .radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid white;
  border-radius: 0;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 52%;
  left: 11%;
  color: #f5a523;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr {
  opacity: 0.5;
}

#top .lead {
  font-size: 18px;
  color: #f3c1c1;
  -webkit-font-smoothing: antialiased;
  width: 560px;
  margin: 0 auto;
}

#top .center-image {
  width: 80%;
  margin: 0 auto;
  min-height: 743px;
  background-image: url("../images/top-section.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -4rem;
  background-position: center;
}

.bg-grey {
  background-color: #f9fafa;
}

#overview .content {
  margin-top: 3rem;
}

#overview h3 {
  font-size: 32px;
  color: #333333;
}

#overview h2 {
  font-size: 32px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  color: #333333;
}

#overview .text {
  font-size: 14px;
}

#overview .icon {
  width: 99px;
  height: 99px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

#overview .icon img {
  max-width: 100%;
}

.overview-block .heading {
  margin-top: 15px;
  font-size: 16px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
}

.sub-text {
  margin: 10px auto 0;
  font-size: 16px;
  font-family: "Lato",sans-serif;
}

.overview-block {
  padding: 0 15px;
}

section#skus {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.skus-image img {
  max-width: 100%;
}

#skus .heading {
  letter-spacing: 0.2px;
  line-height: 44px;
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

#skus .heading.info {
  color: #17b2cc;
}

#skus .heading.primary {
  color: #2f6eb6;
}

#skus .heading.danger {
  color: #a72c2c;
}

#skus .heading.white {
  color: #fff;
}

#skus .subheading {
  font-size: 18px;
  color: #454545;
  letter-spacing: 0;
  line-height: 23.4px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

#skus .text {
  font-size: 14px;
  color: #686868;
  margin-top: 15px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

section#autoPost {
  background-color: #fff;
  padding-top: 50px;
}

.autoPost-image img {
  max-width: 100%;
}

#autoPost .heading {
  letter-spacing: 0.2px;
  line-height: 44px;
  font-size: 36px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#autoPost .heading.info {
  color: #17b2cc;
}

#autoPost .text {
  font-size: 14px;
  color: #686868;
  margin-top: 15px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

section#installins {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
}

#installins .installins-heading {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #17b2cc;
  font-weight: normal;
  margin-bottom: 30px;
}

#installins .subtext {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  color: #686868;
  letter-spacing: 0;
  text-align: left;
  line-height: 18.2px;
  padding: 15px 0px;
  margin-bottom: 20px;
}

#installins .col-md-4 {
  text-align: center;
}

section#difflayout {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
}

#difflayout .difflayout-heading h5 {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #17b2cc;
  font-weight: normal;
  margin-bottom: 20px;
}

#difflayout .difflayout-heading .text {
  font-size: 15px;
  color: #686868;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#difflayout img {
  max-width: 100%;
}

#features .content-heading {
  font-size: 36px;
  color: #17b2cc;
  letter-spacing: -1.76px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 100px;
  margin-top: 200px;
}

#features .heading {
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #575757;
  letter-spacing: -1px;
  line-height: 26px;
  margin-bottom: 20px;
}

#features .text {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  color: #686868;
  letter-spacing: 0;
  line-height: 18.2px;
  margin-bottom: 20px;
}

#features .subtext {
  font-family: "Lato",sans-serif;
  font-size: 15px;
  color: #686868;
  letter-spacing: 0;
  line-height: 18.2px;
}

#features .content-image {
  text-align: center;
}

#features .content-image img {
  max-width: 100%;
}

#sliderBottom .content-heading {
  font-size: 36px;
  color: #17b2cc;
  letter-spacing: -1.76px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 120px;
}

#affordablePricing .content-heading {
  font-size: 36px;
  color: #17b2cc;
  letter-spacing: -1.76px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
  margin-top: 300px;
}

#AutoManager h4 {
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #575757;
}

#CreateAds h4 {
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  color: #575757;
}

#CreateAds .subtext {
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #686868;
}

#CreateAds .text-under-img {
  text-align: center;
}

#CreateAds .text-under-img h5 {
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#CreateAds .text-under-img span {
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #686868;
}

#Scheduler h3 {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #17b2cc;
  font-weight: normal;
}

#Scheduler .subtext {
  font-size: 15px;
  color: #686868;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#Scheduler .subtext-bold {
  font-size: 20px;
  color: #454545;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-top: 20px;
  padding-bottom: 40px;
}

#AutoCreate h3 {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #cb4b4c;
  font-weight: normal;
}

#AutoCreate .subtext {
  font-size: 15px;
  color: #686868;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#AutoCreate .subtext-bold {
  font-size: 20px;
  color: #454545;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
}

#AutoCreate h3.second-h3 {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: normal;
  padding-left: 45px;
}

#AutoCreate .subtext-bold-second {
  font-size: 17px;
  color: #fff;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 10px;
  padding-left: 45px;
}

#CreateSigns {
  margin-top: 450px;
}

#CreateSigns .subtext-CreateSigns h3 {
  font-size: 34px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #cb4b4c;
  font-weight: normal;
}

#CreateSigns .subtext-CreateSigns .subtext {
  font-size: 18px;
  color: #686868;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#PrintDiffLayouts h3 {
  font-size: 34px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #cb4b4c;
  font-weight: normal;
}

.template-builder h3 {
  color: #fff !important;
}

.template-builder .subtext-template {
  text-align: center;
  font-size: 18px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: normal;
}

#SMexamples h3 {
  font-size: 34px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #17b2cc;
  font-weight: normal;
}

#SMexamples h3.text-center {
  color: #686868;
}

#SMexamples .subtext {
  font-size: 19px;
  color: #686868;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#SMexamples img {
  width: 100%;
}

#PosBig {
  margin-top: 450px;
  margin-bottom: 170px;
}

#PosBig h3 {
  font-size: 34px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #686868;
  font-weight: normal;
}

#PosBig .subtext {
  font-size: 16px;
  color: #686868;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
}

#checkout-top {
  border-bottom: 1px solid #f5f5f5;
  z-index: 10000000;
  background: white;
}

#EZADunits h4 {
  font-size: 32px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #474747;
  font-weight: normal;
}

#unit {
  margin-left: -20px;
  max-width: 115%;
}

.right-product h3 {
  font-size: 28px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.right-product h2 {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0px;
}

.without-discount {
  font-size: 18px;
  color: #474747;
}

.without-discount span {
  text-decoration: line-through;
}

.product-points {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

ul.product-points li {
  font-size: 12px;
  line-height: 1.6;
}

.ccards-top {
  font-size: 1.5em;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ccards-top #secure {
  margin-left: 40px;
}

.ccards-payment {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ccards-payment li {
  display: inline-block;
}

.width-35 {
  width: 35%;
}

.quantitiy-text {
  font-size: 16px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #3a3a3a;
}

.price button.coupon-btn:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.discount-price {
  font-size: 32px;
  font-weight: 700;
}

.payment-top {
  width: 100%;
}

.img-3x {
  max-width: 100%;
  width: 33.333%;
}

.crisp-image {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.white-text {
  color: #fff !important;
}

.red-text {
  color: #cb4b4c !important;
}

.last-question h5 {
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #575757;
  letter-spacing: -1px;
  line-height: 26px;
  margin-bottom: 20px;
}

.last-line h5 {
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  color: #575757;
  letter-spacing: -1px;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.free-trial-cta h5 {
  font-size: 34px;
  font-family: "Lato",sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #686868;
  font-weight: normal;
}

.product-btn .btn.small {
  padding: 7px 15px;
}

.product-btn {
  margin-top: 25px;
}

.product-btn .btn.btn-info {
  background: #17b2cc;
}

.product-btn .btn.btn-info:hover {
  background: #1492a8;
}

.product-btn .btn.btn-primary {
  background: #2f6eb6;
}

.product-btn .btn.btn-primary:hover {
  background: #255c9c;
}

.product-btn .btn.btn-danger {
  background: #a72c2c;
}

.product-btn .btn.btn-danger:hover {
  background: #922626;
}

.product-btn .btn.btn-default {
  color: #17b2cc;
  background: white;
}

.product-btn .btn.btn-default:hover {
  background: rgb(226, 225, 225);
}

.dia-bg {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bg:before {
  position: absolute;
  content: "";
  height: 86%;
  background: rgb(117, 244, 245);
  background: -moz-linear-gradient( left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  background: linear-gradient( to left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75f4f5', endColorstr='#1c96ac', GradientType=1);
  width: 100%;
  transform: skewY(-30deg);
  z-index: -1;
  top: 250px;
}

.dia-bgv2 {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgv2:before {
  position: absolute;
  content: "";
  height: 57%;
  background: rgb(117, 244, 245);
  background: -moz-linear-gradient( left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  background: linear-gradient( to left, rgba(117, 244, 245, 1) 0%, rgba(28, 150, 172, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75f4f5', endColorstr='#1c96ac', GradientType=1);
  width: 100%;
  transform: skewY(-25deg);
  z-index: -1;
  top: 380px;
}

.dia-bgv3 {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgv3:before {
  position: absolute;
  content: "";
  height: 57%;
  background: rgb(77, 146, 227);
  width: 100%;
  transform: skewY(-25deg);
  z-index: -1;
  top: 490px;
}

.dia-bgv2 {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgRed:before {
  position: absolute;
  content: "";
  height: 78%;
  background: rgb(178, 54, 54);
  background: -moz-linear-gradient( left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  background: linear-gradient( to left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26263', endColorstr='#b23636', GradientType=1);
  width: 100%;
  transform: skewY(-25deg);
  z-index: -1;
  top: 590px;
}

.dia-bgRed {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgGrey {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgGrey:before {
  position: absolute;
  content: "";
  height: 74%;
  background: rgb(245, 245, 245);
  width: 100%;
  transform: skewY(-25deg);
  z-index: -1;
  top: 320px;
}

.dia-bgGrey2 {
  /* background: url("../images/product_bg.png") no-repeat;
  background-size: cover; */
  position: relative;
  z-index: 1;
  background: transparent;
}

.dia-bgGrey2:before {
  position: absolute;
  content: "";
  height: 125%;
  background: rgb(245, 245, 245);
  width: 100%;
  transform: skewY(-25deg);
  z-index: -1;
  top: -200px;
}

.platform-heading {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: -1.57px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.platform-content-heading {
  font-size: 36px;
  color: #575757;
  letter-spacing: -1.76px;
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 100px;
  margin-top: 200px;
}

.ai-image {
  padding-bottom: 0px;
}

.generate-ad-block {
  background: white;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.generate-ad-block .header {
  padding: 20px;
  background: #f5f9fc;
  color: #3d4d65;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

.sku-form {
  padding-left: 50px;
  font-size: 14px;
  padding-top: 30px;
}

.sku-form .form-control {
  border-radius: 0;
  border-color: black;
  color: black;
  text-align: center;
}

.sku-form .form-label {
  padding-bottom: 10px;
}

.btn-info {
  background-color: #20bbef;
  border-color: #20bbef;
  padding: 8px 40px;
}

.btn.edit-ad {
  padding: 3px 20px;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}

#clients .text {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
}

.clients-heading {
  font-size: 21px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #575757;
  font-weight: normal;
}

.other-container {
  width: 90%;
  margin: 0 auto;
}

.client-image {
  padding: 10px;
  margin-bottom: 20px;
}

.bold {
  font-weight: 600;
}

.product-heading {
  font-size: 36px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  color: #575757;
  font-weight: normal;
  margin-bottom: 30px;
}

#EZADunits .container {
  margin-top: 10px;
}

#platform-content .heading {
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  color: #575757;
  letter-spacing: -1px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 20px;
}

#platform-content .text {
  font-family: "Lato",sans-serif;
  font-size: 14px;
  color: #686868;
  letter-spacing: 0;
  text-align: center;
  line-height: 18.2px;
  padding: 9px 32px;
  margin-bottom: 20px;
}

#platform-content .content-image {
  text-align: center;
}

#platform-content .content-image img {
  max-width: 100%;
}

section#faqs {
  padding-bottom: 100px;
}

#faqs .card {
  background: transparent;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.41);
}

#faqs .card-header {
  background-color: transparent;
  color: white;
  border: none;
}

.card-header, .card-footer {
  background: #FAFAFA;
}

#faqs .card-body {
  color: white;
}

#faqs .card-header a {
  color: white;
  font-size: 18px;
}

#faqs .card-header .heading {
  float: left;
  color: #686868;
  width: 80%;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

#faqs .card-header .trigger {
  float: right;
  text-align: right;
  width: 20%;
}

.clear {
  clear: both;
}

#faqs .header {
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  margin: 10px 0 0px 0;
}

.green-bg {
  /* Rectangle 10 Copy: */
  background: url("../images/bottom-bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  /* background-image: radial-gradient(92% 100%, #75f4f5 0%, #1c96ac 100%); */
}

.blue-bg {
  background: url("../images/bottom-bg-blue.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.red-bg {
  background: url("../images/bottom-bg-red.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}

section#testimonial {
  padding-top: 50px;
  background: #c43d3a;
  /* Old browsers */
  background: -moz-linear-gradient( top, #c43d3a 0%, #955d3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient( top, #c43d3a 0%, #955d3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient( to bottom, #c43d3a 0%, #955d3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43d3a', endColorstr='#955d3a', GradientType=0);
  /* IE6-9 */
}

.testimonial-text {
  color: white;
}

.testimonial-text p {
  font-size: 48px;
  line-height: 58px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.testimonial-text p:before {
  content: url("../images/quote-left.svg");
  width: 35px;
  height: 29px;
  position: absolute;
  left: -40px;
  top: -15px;
}

.testimonial-text p:after {
  content: url("../images/quote-right.svg");
  width: 35px;
  height: 29px;
  margin-left: 10px;
}

.owner {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  font-size: 20px;
}

.business {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 5px;
  font-size: 20px;
}

section#pos_sync {
  background: #5076a0 url("../images/sync-pos-bg.png") no-repeat;
  background-size: cover;
  padding-top: 70px;
  color: white;
  padding-bottom: 30px;
}

#pos_sync h1 {
  font-size: 48px;
  -webkit-font-smoothing: antialiased;
}

#pos_sync .text {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 70px;
}

section#additional_products {
  padding-top: 50px;
  padding-bottom: 50px;
}

#additional_products .main-heading {
  font-size: 48px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
}

.product-info-block>.heading {
  font-size: 64px;
  line-height: 54px;
}

.product-info-block .sub-heading {
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  line-height: 44px;
  margin-top: 10px;
}

#pricing .header {
  background: #979797;
  padding: 30px 0 25px;
  font-size: 32px;
}

.product-info-block .text {
  color: #535353;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
}

.pricing-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pricing-block div {
  width: 50%;
  min-height: 311px;
}

.service-price span.main-text {
  font-size: 60px;
  line-height: 60px;
  -webkit-font-smoothing: antialiased;
}

.service-price span.other {
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-font-smoothing: antialiased;
}

.service-name {
  font-size: 40px;
  padding-top: 96px;
  -webkit-font-smoothing: antialiased;
}

.service-name span.other {
  font-size: 20px;
  display: block;
}

.service-name span.main-text {
  line-height: 32px;
}

.service-price {
  padding-top: 106px;
  position: relative;
}

.green .service-name {
  background: #89a041;
}

.green .service-price {
  background: #a0be2c;
}

.blue .service-name {
  background: #4175a0;
}

.blue .service-price {
  background: #359fd5;
}

.red .service-name {
  background: #c22d3f;
}

.red .service-price {
  background: #ed2e46;
}

.service-price sup {
  font-size: 30px;
  vertical-align: middle;
}

.service-price span.help-text {
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
}

.mx-box {
  position: absolute;
  right: 0;
  bottom: 15px;
}

section#signup {
  padding: 70px 0;
}

#signup h1 {
  font-size: 48px;
}

.signup-btn-wrapper {
  margin-top: 30px;
}

.signup-btn {
  width: 100%;
  background: #2675d3;
  color: white;
  font-size: 48px;
  padding: 20px 0;
}

section#contact-form {
  /* background: url("../images/contact-form.jpg") no-repeat;
  background-size: cover; */
  color: white;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

#contact-form h1 {
  text-align: center;
  padding-top: 50px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
}

#contact-form h5 {
  text-align: center;
  padding: 0px 0 40px;
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.form-inner .contact-input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  color: white;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px;
}

.checkbox input {
  margin-right: 10px;
}

.contact-input:focus {
  outline: none;
  border-bottom-color: #f9b54a;
}

.contact-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.301);
}

.contact-input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.301);
}

.contact-input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.301);
}

.contact-input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.301);
}

#overview {
  background: white;
  position: relative;
  z-index: 22;
}


.contact-button {
  padding: 6px 30px;
  color: white;
  background: rgb(242, 117, 49);
  background: -moz-linear-gradient( left, rgba(242, 117, 49, 1) 0%, rgba(246, 150, 62, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(242, 117, 49, 1) 0%, rgba(246, 150, 62, 1) 100%);
  background: linear-gradient( to right, rgba(242, 117, 49, 1) 0%, rgba(246, 150, 62, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27531', endColorstr='#f6963e', GradientType=1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

.contact-button:hover {
  background: rgb(242, 117, 49);
  background: -moz-linear-gradient( left, rgba(246, 150, 62, 1) 0%, rgba(242, 117, 49, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(246, 150, 62, 1) 0% rgba(242, 117, 49, 1) 100%);
  background: linear-gradient( to right, rgba(246, 150, 62, 1) 0%, rgba(242, 117, 49, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6963e', endColorstr='#f27531', GradientType=1);
}

.immediate-call {
  font-family: "Lato",sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 50px;
  font-size: 22px;
}

.bg-black {
  background: black;
}

.bg-light {
  background: white !important;
}

#botton-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato",sans-serif;
  padding: 20px 0;
  font-size: 14px;
}

.cart-footer-button, #verify-card {
  justify-content: center;
  margin-top: 1em;
}

.StripeElement {
    border: 1px solid #e6e6e6;
    padding: 10px;
}

@media (min-width: 1100px) and (max-width: 1300px) {
  #top .center-image {
    min-height: 585px;
  }
  .mx-box {
    width: 80px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}

@media (max-width: 1200px) {
  .ccards-top #secure {
    margin-left: 0;
  }
  .nav-txt {
    display: block;
  }
  .nav-item {
    text-align: center;
  }
  .nav-count {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ccards-top li {
    float: left;
    /* margin-left: 8px; */
  }
  .ccards-top li img {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .slider {
    width: 680px;
  }
}

@media screen and (max-width: 1350px){
  .cart-side{
    margin-left: -83px!important;
  }
  .tablet-width1{
    padding-right: 100px;
  }
  .right-product h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px){
  .offer-discount-section-left-part{
    padding-right: 20px;
  }
  .offer-discount-section-left-part span p:nth-child(1){
    font-size: 18px!important;
  }
  .offer-discount-section-left-part span p:nth-child(2){
    font-size: 16px!important;
  }
}
@media screen and (max-width: 1110px){
  .tablet-width1 {
    padding-right: 190px;
  }
  .cart-side {
    margin-left: -144px!important;
  }
  .right-product h3 {
    font-size: 17px;
  }
  .offer-discount-section-left-part span p:nth-child(1) {
    font-size: 16px!important;
  }
  .offer-discount-section-left-part span p:nth-child(2) {
    font-size: 14px!important;
  }
}
@media screen and  (max-width: 992px) {
  .tablet-width1 {
    padding-right: 15px;
  }
  .right-product h3 {
    font-size: 22px;
  }
  .cart-side {
    margin-left: auto!important;
  }
    .mt-5 .cart-side {
      position: fixed;
      top: 100%;
      bottom: 0;
      left: 20px;
      width: calc(100% - 40px);
      z-index: 1000;
      -webkit-transition: 0.5s ease-out;
      transition: 0.5s ease-out;
      /* padding-bottom: 50px; */
      box-sizing: content-box;
      margin-bottom: 0;
    }

    .scroll {
      overflow-y: scroll;
    }

    /* .cart-side .cart-card-body {
      overflow: scroll;
    } */

    .cart-side .card-footer {
      position: fixed;
      bottom: 0;
      left: 20px;
      width: calc(100% - 40px);
      z-index: 1500;
      border: 1px solid #E6E6E6;
      border-radius: 3px;
    }
    .cart-side{
      margin: 0px auto;
    }

    .cart-card-body {
      padding-bottom: 145px !important;
    }

    #coupon {
      width:  100%;
      margin-bottom: 10px;
    }

    #unit {
      max-width: 100%;
    }

    .arrow-up:before {
      content: "\f106";
      margin-right: 10px;
      font-family: FontAwesome;
    }

    .arrow-down:before {
        content: "\f107";
        margin-right: 10px;
        font-family: FontAwesome;
    }
}

@media (max-width: 850px) {
  .slider {
    width: 545px;
    height: 350px;
    position: relative;
    margin: 20px auto;
  }
  .slider .carousel-caption {
    right: auto;
    left: 6%;
    top: -30px;
  }
  .slider .carousel-item {
    padding-top: 50px;
  }
  .slider h5 {
    font-size: 42px;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
  }
  .slider p {
    opacity: 0.8;
    font-family: "Lato",sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #ffffff;
    padding-left: 17px;
  }
  .slider .carousel-indicators {
    flex-direction: row;
    margin-left: 15%;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .slider .carousel-indicators .active {
    background: white;
  }
  .slider .carousel-indicators li {
    height: 3px;
    text-indent: -999px;
    width: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding-bottom: 0;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .nav-linktop {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .nav-linktop:hover {
    text-decoration: none;
  }
  #overview .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }
  .signup-btn-wrapper {
    width: 515px;
    margin: 40px auto 0;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  #top .center-image {
    min-height: 525px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    /* font-size: 16px; */
  }
  .mx-box {
    width: 65px;
  }
  .service-name {
    font-size: 43px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #top .center-image {
    min-height: 405px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 12px;
  }
  .mx-box {
    width: 30px;
  }
  .service-name {
    font-size: 30px;
  }
  #clients .text {
    font-size: 18px;
  }
  .overview-block {
    padding: 0;
  }
  #skus .heading {
    font-size: 22px;
  }
  .ccards-top #secure {
    margin: 0 auto;
    float: none;
  }
  .testimonial-text p {
    font-size: 22px;
  }
  .product-info-block>.heading {
    font-size: 48px;
  }
  .product-info-block .sub-heading {
    font-size: 26px;
  }
  .service-price span.main-text {
    font-size: 63px;
    line-height: 48px;
  }
  .pricing-block div {
    min-height: 266px;
  }
  .service-price span.other {
    font-size: 20px;
  }
  .immediate-call {
    font-size: 28px;
  }
  #PosBig {
    margin-bottom: 260px;
  }
  .dia-bgRed:before {
    top: 440px;
  }
  #sliderBottom .content-heading {
    margin-top: 0;
  }
  .tablet-width1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tablet-width2 {
    max-width: 70%;
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
  }
  section#faqs {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0!important;
  }
  .card-right-part{
    margin-bottom: 30px;
  }
  #EZADunits {
    padding-top: 0px !important;
  }
  .nav-count {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .num-one-count {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .payment-top {
    margin-top: 5px !important;
  }
  .cart-side {
    position: inherit !important;
  }
  .ccards-top {
    font-size: 1.15em;
  }
  .ccards-top span {
    font-size: 0.4em;
    line-height: 8px;
  }
}

@media (max-width: 768px) {
  .right-product {
    margin-top: 20px;
  }
  .quantity {
    margin: 0 4px;
  }
  #coupon img {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  #mainNav .navbar-nav, #topNav .navbar-nav {
    align-items: flex-end;
    gap: 24px;
    flex-direction: row;
  }
  .sticky-wrapper {
    width: 100%;
  }
  .ccards-top {
    display: none;
  }
  #mainNav .form-inline, #topNav .form-inline {
    flex-flow: column wrap;
    align-items: flex-end;
  }
  .platform-content-heading {
    margin-top: 100px;
  }
  .dia-bg {
    padding-top: 0;
  }
  #top .content {
    padding-bottom: 50px;
  }
  #top .lead {
    width: 90%;
    margin: 0 auto;
  }
  #top .center-image {
    min-height: 300px;
  }
  section#top {
    min-height: auto;
  }
  #top h1 {
    font-size: 50px;
    margin-top: 2rem;
  }
  #overview h2 {
    font-size: 25px;
  }
  .overview-block {
    margin-bottom: 30px;
  }
  section#skus {
    padding: 50px 0;
  }
  #skus .heading {
    text-align: center;
    font-size: 27px;
  }
  #skus .subheading {
    text-align: center;
  }
  #skus .text, .product-btn {
    text-align: center;
  }
  .skus-image {
    margin-bottom: 40px;
  }
  .sku-form {
    padding: 20px;
  }
  .ad-image {
    text-align: center;
  }
  #clients .text {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .owner, .business {
    text-align: center;
  }
  .testimonial-text p {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    margin-top: 20px;
  }
  .testimonial-text p:before {
    padding-right: 6px;
    position: static;
  }
  .testimonial-text {
    padding-bottom: 20px;
  }
  #additional_products .main-heading {
    font-size: 32px;
  }
  .product-info-block>.heading {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
  }
  .product-info-block .sub-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .product-info-block .text {
    margin-bottom: 30px;
    text-align: center;
  }
  .ezad-mx-image {
    display: none;
  }
  .product-info-block {
    text-align: center;
  }
  .pricing-block {
    display: block;
    min-height: auto;
  }
  .pricing-block div {
    width: 100%;
    min-height: auto;
  }
  .mx-box {
    position: relative;
    bottom: auto;
  }
  .service-name {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
  }
  .service-price span.main-text {
    font-size: 54px;
    line-height: 70px;
  }
  .service-price span.other {
    font-size: 20px;
  }
  .service-price sup {
    font-size: 35px;
  }
  .service-price {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-price span.help-text {
    font-size: 18px;
  }

  .signup-btn {
    width: 80%;
    margin: 0 auto;
  }
  .logo-top {
    font-size: 26px;
  }
  .logo-text {
    font-size: 14px;
  }
  .service-name span.other {
    font-size: 14px;
  }
  #sliderBottom .content-heading {
    margin-top: 0px;
  }
  section#difflayout {
    padding-top: 0px;
  }
  #installins .installins-heading {
    margin-bottom: 0px;
  }
  .dia-bgv2:before {
    height: 35%;
    top: 320px;
  }
  #features .content-heading {
    margin-top: 50px;
  }
  #affordablePricing .content-heading {
    margin-top: 50px;
  }
  .dia-bgv3:before {
    top: 583px;
  }
  #CreateAds h4 {
    font-size: 30px;
  }
  .dia-bgRed:before {
    height: 65%;
    top: 370px;
  }
  #CreateSigns {
    margin-top: 175px;
  }
  #PosBig {
    margin-top: 210px;
    margin-bottom: 140px;
  }
  .dia-bgGrey2:before {
    top: -100px;
  }
  .nav-link-padding {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #faqs {
    padding-bottom: 20px !important;
  }
  .ccards-top {
    font-size: 1.15em;
  }
  .ccards-top span {
    font-size: 0.5em;
    line-height: 10px;
  }
}

@media (max-width: 680px) {
  .slider {
    width: 95%;
    height: auto;
  }
  #top .content {
    padding-bottom: 50px;
  }
  .four-pts {
    width: 50%;
  }
  .ccards-top {
    font-size: 1.5em;
  }
  .ccards-top span {
    font-size: 0.5em;
    line-height: 10px;
  }
}

#pricing .text-center {
  color: #fff !important;
}

/*css added by sudhir*/

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.login-form {
  position: absolute;
  width: 300px;
  background-color: #ffffff;
  color: #8a8a8a;
  right: 0;
  padding: 22px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  top: 44px;
}

#login-form2 {
  border: 1px solid #343a40;
}

.login-form input {
  width: 100% !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  height: 35px;
  margin-bottom: 8px;
}

.loginBtn, .pricingBtn {
  color: #fff;
  margin-left: 10px;
}

.loginBtn {
  float: right;
}

.loginBtn2 {
  margin-left: 20px;
}

.loginBtn:focus {
  box-shadow: none;
}

.btn-info {
  background: rgb(69, 193, 206);
  background: -moz-linear-gradient( left, rgba(69, 193, 206, 1) 0%, rgba(86, 217, 221, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(69, 193, 206, 1) 0%, rgba(86, 217, 221, 1) 100%);
  background: linear-gradient( to right, rgba(69, 193, 206, 1) 0%, rgba(86, 217, 221, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45c1ce', endColorstr='#56d9dd', GradientType=1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  font-size: 15px;
  color: #f9f9f9;
  letter-spacing: 0;
  text-align: center;
  border: none;
  transition: all 0.5s 0;
}

.btn-info:hover {
  background: rgb(69, 193, 206);
  background: -moz-linear-gradient( left, rgba(86, 217, 221, 1) 0%, rgba(69, 193, 206, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(86, 217, 221, 1) 0%, rgba(69, 193, 206, 1) 100%);
  background: linear-gradient( to right, rgba(86, 217, 221, 1) 0% rgba(69, 193, 206, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56d9dd', endColorstr='#45c1ce', GradientType=1);
}

.btn-info.blue-bg {
  background: rgb(67, 134, 212);
  background: -moz-linear-gradient( left, rgba(67, 134, 212, 1) 0%, rgba(84, 156, 238, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(67, 134, 212, 1) 0%, rgba(84, 156, 238, 1) 100%);
  background: linear-gradient( to right, rgba(67, 134, 212, 1) 0%, rgba(84, 156, 238, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4386d4', endColorstr='#549cee', GradientType=1);
}

.btn-info.blue-bg:hover {
  background: rgb(84, 156, 238);
  background: -moz-linear-gradient( left, rgba(84, 156, 238, 1) 0%, rgba(67, 134, 212, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(84, 156, 238, 1) 0%, rgba(67, 134, 212, 1) 100%);
  background: linear-gradient( to right, rgba(84, 156, 238, 1) 0%, rgba(67, 134, 212, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#549cee', endColorstr='#4386d4', GradientType=1);
}

.btn-danger {
  background: rgb(242, 114, 48);
  background: -moz-linear-gradient( left, rgba(242, 114, 48, 1) 0%, rgba(245, 149, 61, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(242, 114, 48, 1) 0%, rgba(245, 149, 61, 1) 100%);
  background: linear-gradient( to right, rgba(242, 114, 48, 1) 0%, rgba(245, 149, 61, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2712f', endColorstr='#f5973e', GradientType=1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  font-size: 15px;
  color: #f9f9f9;
  letter-spacing: 0;
  text-align: center;
  border: none;
  transition: all 0.5s 0;
}

.btn-danger:hover {
  background: rgb(245, 149, 61);
  background: -moz-linear-gradient( left, rgba(245, 149, 61, 1) 0%, rgba(242, 114, 48, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(245, 149, 61, 1) 0%, rgba(242, 114, 48, 1) 100%);
  background: linear-gradient( to right, rgba(245, 149, 61, 1) 0%, rgba(242, 114, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5973e', endColorstr='#f2712f', GradientType=1);
}

.btn-danger {
  padding: 8px 40px;
}

.learn-more-btn {
  padding: 15px 80px;
}

.btn-red {
  background: rgb(178, 54, 54);
  background: -moz-linear-gradient( left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  background: linear-gradient( to left, rgba(178, 54, 54, 1) 0%, rgba(224, 98, 99, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e26263', endColorstr='#b23636', GradientType=1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  font-size: 15px;
  color: #f9f9f9;
  letter-spacing: 0;
  text-align: center;
  border: none;
  transition: all 0.5s 0;
}

.btn-red:hover {
  background: rgb(224, 98, 99);
  background: -moz-linear-gradient( left, rgba(224, 98, 99, 1) 0%, rgba(178, 54, 54, 1) 100%);
  background: -webkit-linear-gradient( left, rgba(224, 98, 99, 1) 0%, rgba(178, 54, 54, 1) 100%);
  background: linear-gradient( to left, rgba(224, 98, 99, 1) 0%, rgba(178, 54, 54, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b23636', endColorstr='#e26263', GradientType=1);
}

.login-form button {
  font-size: 14px;
  height: 35px;
  width: 100%;
  border-radius: 4px;
  padding: 0;
}

.login-form button:hover {
  background-color: #bd3d3d !important;
  border: 1px solid #bd3d3d !important;
}

.login-form-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

a.forget {
  font-size: 14px;
  padding: 9px 0 0 0;
  color: inherit;
  float: right;
}

a.login-link {
  display: inline-block;
  background-color: white;
  color: #5fc6c6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*margin-right: 20px;*/
  padding: 13px 39px;
}

div#DetailsPayment, div#MonthlyPlansScroll {
  position: relative;
  display: block;
  margin-top: 20px !important;

}

a#skusScroll, a#additional_productsScroll, a#pos_syncScroll, a#signupScroll, a#pricingScroll {
  position: relative;
  padding-top: 100px;
  display: block;
  margin-top: -100px;
}

#MonthlyPlans {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.form-control:focus, .form-control:active {
  background: #FFFFFF;
  border: 1px solid #17B2CC;
  box-shadow: 0 1px 0 0 rgba(23, 178, 204, 0.04);
  border-radius: 2px;
}

.form-control {
  border: 1px solid #E6E6E6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  color: #474747;
}

input[type='radio']:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #d1d3d1;
}

input[type='radio']:checked:after {
  position: relative;
  background-color: white;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 6px solid #17B2CC;
}

select.form-control, select.form-control:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.form-control::placeholder {
  opacity: 0.3;
  font-size: 16px;
  color: #454545;
}

/* New CSS Changes made by Mohit Kumar */

.
.btn-blue {
  color: white;
  /* Rectangle 11: */
  background-image: linear-gradient(-235deg, #F2702F 0%, #F5943D 120%);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 5px;
}

.btn-green {
  color: white;
  /* Rectangle 11: */
  background-image: linear-gradient(-235deg, #5af26e 0%, #92943b 120%);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  padding-right: 50px;
  padding-left: 50px;
}

.btn-orange {
      color: white;
        /* Rectangle 11: */
          background-image: linear-gradient(-235deg, #F2702F 0%, #F5943D 120%);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.02);
              border-radius: 4px;
                padding-right: 50px;
                  padding-left: 50px;
}

.btn-orange:active {
  background: #F5A623;
}

.cl-orange {
  color: #F79863;
}

.month-plan-txt {
  text-decoration: underline;
  display: block;
  margin-bottom: 6px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #17B2CC;
  text-align: center;
}

.btn-main-cs {
  background-color: white !important;
  border: 1px solid #FDE8D8 !important;
  color: #F37E41 !important;
  border-radius: 3px !important;
  display: flex;
  padding: 12px 16px;
}

.fa {
  vertical-align: middle;
}

.payment .card-header {
  color: black !important;
}

.payment .header {
  color: #212529 !important;
  text-align: left !important;
}

.payment .card-header a {
  color: black !important;
}

.payment .card {
  background-color: rgba(0, 0, 0, .03);
  border: 1px solid rgba(0, 0, 0, .125) !important;
}

.payment .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
  background-color: #F7F7F7 !important;
}

.payment .card-body {
  color: black !important;
}

.without-disc {
  font-size: 32px;
  font-weight: 700;
}

tbody td {
  text-align: center;
}

tbody td p {
  text-align: left !important;
}

.price-column .columns {
  padding: 0px !important;
}

.price-column .columns .price {
  border: 0px !important;
}

.price-column {
  margin-top: 16px !important;
}

.price-left, .price-right {
  font-size: 18px;
}

.price-left {
  float: left;
  line-height: 55px;
}

.price-right {
  float: right;
  margin-top: 8px;
}

.price-right-down {
  font-size: 14px;
  float: right;
  color: white !important;
  line-height: 5px;
  opacity: 0.6;
}

.price li {
  padding: 14px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.price li:last-child {
  border: none !important;
}

#app-coup li {
  padding: 14px !important;
  padding-bottom: 17px !important;
  padding-top: 0px !important;
}

.month-plans-head {
  font-weight: 700;
  font-size: 32px;
}
.discounts-head {
  font-weight: 700;
  font-size: 32px;
  color: #15b129;
}

.subtext {
  color: #5B5B5B !important;
  font-size: 18px;
}

.best-value {
  width: 100%;
  height: 24px;
  margin-top: -24px;
  background-image: linear-gradient(-90deg, #ED461C 0%, #F16C2F 100%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  /* Best Value!: */
  font-size: 14px;
  text-align: center;
}

.best-value p {
  color: white;
  padding: 2px;
}

.silver-select-btn, .gold-select-btn, .basic-select-btn {
  font-size: 15px;
  padding: 9px;
}

.silver-select-btn:hover, .gold-select-btn:hover, .basic-select-btn:hover {
  padding: 10px;
  color: white;
  border: none;
}

.silver-select-btn {
  width: 100%;
  color: white;
  background-color: white;
  color: #8CAAC0;
  border: 1px solid #E3E9EE;
}

.silver-select-btn:hover {
  background-color: #98B1C4;
}

.gold-select-btn {
  width: 100%;
  color: white;
  background-color: white;
  color: #F58C3A;
  border: 1px solid #FCE7D7;
}

.gold-select-btn:hover {
  background-color: #F7B519;
  color: white;
}

.basic-select-btn {
  width: 100%;
  color: white;
  background-color: white;
  color: #4A90E2;
  border: 1px solid #DBE9F9;
}

.basic-select-btn:hover {
  background-color: #4A90E2;
  color: white;
}

.price-overlay-effect:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price li .card .card-header {
  background-color: white !important;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

.price li {
  border: 0px !important;
}

.price li .card {
  border: 0px !important;
}

.price a {
  color: #474747 !important;
}

.coupon-code {
  width: 100%;
  border: 1px solid #59bff5;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
}

.coupon-btn {
  color: white;
  background-color: #59bff5;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 0px 4px 4px 0px;
  width: 100%;
  margin-top: 16px;
  font-size: 15px;
}
.coupon-btn-input{
  border-radius: 4px 0px 0px 4px;
}

.coupon-txt {
  color: #86827B;
  font-size: 15px;
  font-weight: bold;
  font-family: "Lato",sans-serif;
}

.coupon-off {
  font-size: 30px;
  text-align: left;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.checkout-top {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}

.nav-count {
  border-radius: 50%;
  margin-right: 12px;
  color: #C0C0C0;
  background: #FAFAFA;
  border: 1px solid #E9E9E9;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
}

.radio-btn-st {
  margin-left: 30px;
}

.cart-side {
  position: fixed;
  min-width: 383px;
  max-width: 400px;
}

.active .nav-count {
  color: white;
  background-color: #41BECB;
  border: 1px solid #41BECB;
}

.active .nav-txt {
  color: #41BECB;
}

.cart-card-body {
  padding: 0px;
}

.tab-card tbody tr td {
  text-align: center;
  padding: 0.5em;
  vertical-align: middle;
}

.tab-card thead tr th {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0;
  font-size: 0.8rem;
}

.tab-card td {
  border-top: 0px;
  border-right: 1px solid #e9ecef;
}

.tab-card th {
  border: 0px;
}

.tab-card thead th {
  border-bottom: 0px;
}

.card-body table tr td:last-child {
  font-family: "Lato",sans-serif;
  font-weight: 700;
}

.card-body {
  color: #474747;
}

/* .pricing {
  background: #FFFFFF;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
  border-radius: 3px;
} */

.price .card-header {
  border-bottom: 1px solid #F0F0F0;
}

.price .card-header .heading {
  width: 90%;
  text-align: left;
}

.price .card-body {
  padding: 0;
}

.price .card-body span, .price .card-body .img-fluid {
  margin-top: 8px;
}

.price .card-body .img-fluid {
  display: block;
}

.price .card-body span {
  text-align: left;
  opacity: 0.8;
  font-size: 12px;
  color: #474747;
  line-height: 17px;
  display: block;
}

.ship-date {
  text-align: right;
  font-size: 14px;
  color: #474747;
  vertical-align: middle;
  line-height: 24px
}

.card-footer span:first-child {
  font-size: 18px;
  color: #474747;
}
.card-footer{
  padding: .45rem 1.25rem;
}

#collapseTwo{
  padding: 5px 20px 5px 20px;
}

.card-footer span, .card-footer b {
  line-height: 25px;
  vertical-align: middle;
}

.card-footer b {
  text-align: right;
  font-size: 25px;
}

.quantity {
  margin-left: 5px !important;
  margin-right: 5px;
  width: 63px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
}

#silver-txt {
  background-color: #98B1C4;
  border-top-left-radius: 5px;
}

#gold-txt {
  background-color: #F7B519;
}

#basic-txt {
  background-color: #4A90E2;
  border-top-right-radius: 5px;
}

#sale-txt {
  font-size: 10px;
  color: #6A6A6A;
  text-align: left;
}

#shipping {
  line-height: 18px;
  padding: 20px 0;
  margin-bottom: 6px;
}

#shipping b {
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #474747;
}

#shipping span {
  color: #EF3D3D;
  font-size: 12px;
}

#shipping b, #shipping span {
  margin-left: 8px;
}

#app-coup {
  border: 0px !important;
}

.tab-no-border, .tab-no-border td {
  border-right: 0px !important;
}

.tab-card tbody td:nth-child(4) {
  border-right: 0px !important;
}

.cart-body {
  padding: 0.2em;
}

.max-cart-img-height {
  margin-left: auto;
  margin-right: auto;
}
.offer-discount-section{
  padding: 20px;
  width: 100% !important;

}
.offer-discount-section {
  border:1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  color: #535353;
}


.offer-discount-section-left-part{
  width: 80%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

.offer-discount-section-left-part span:nth-child(1){
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.offer-discount-section-left-part span:nth-child(2){
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.card-right-part{
  top: 30px;
}
.card-header{
  padding: .25rem 1.25rem;
}
.tab-card td, .tab-card th {
  padding: .25rem;
}
.tab-card tbody tr td{
  padding: 0.2em;
}
#coupon{
  margin-top: 10px;
}
.card-right-part hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.month-plan-txt{
  height: 93px;
  display: block;
  text-align: center;
}
.row:before, .row:after{
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: 1023px) {
  .cart-side {
    width: 29%;
    margin-left: -25px;
  }
  .fullcontainer {
    margin-left: 0px;
  }
}

/* css styling for responsiveness */
@media screen and (max-width: 992px){
  .cart-side{
    top: calc(100%);
  }
  .cart-side.scroll .card-header{
    width: 100%;
    margin: 0px auto;
  }
  .card-right-part{
    z-index: 1000;
  }
  .cart-side.scroll .card-body{
    padding-bottom: 0px !important;
    width: 100%;
    margin: 0px auto;
    background: white;
  }
  section#faqs {
    padding-bottom: 0!important;
  }
  .cart-side.scroll .card{
      display: block;
      position: fixed;
      bottom: 128px;
      left: 0;
      right: 0;
      width: calc(100% - 40px);
      margin: 0px auto;
  }
}
@media(max-width: 768px) {
  .cart-side {
    width: 100%;
    position: inherit;
    margin-bottom: 15px;
  }
  .form-group {
    margin-bottom: 0em;
  }


  input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    left: -2px;
    top: -3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
  }
  input, .form-control {
    margin-bottom: 8px;
  }
  .radio-btn-st {
    margin-left: 20px;
  }
  .payment-top {
    width: 100%;
    display: inline !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-bottom: 8px;
  }

  .coupon-btn {
    padding-right: 30%;
    padding-left: 30%;
  }
  #EZADunits {
    padding-top: 20px;
  }
  #MonthlyPlans, #faqs {
    padding: 0;
  }
  #quantity {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 450px){
  .cart-side{
    min-width:auto;;
  }
  .stand-div-orange-parent{
    width: 100%;
  }
  .stand-div-orange{
    padding-left: 20px;
    padding-right: 20px;
  }
  .discounts-head{
    font-size: 26px;
  }
  #faqs .header{
    font-size: 30px;
  }
  .month-plans-head{
    font-size: 28px;
  }
  .right-product h3 {
    font-size: 20px;
  }
    .cart-card-body {
        padding-bottom: 155px !important;
    }
}
@media screen and (max-width: 450px){
  #shipping span{
    font-size: 10px;
  }
}
@media screen and (max-width: 430px){
    .cart-side.scroll .card {
        bottom: 133px;
    }
}
