* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}



a,
button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a,
img {
  border: none;
  outline: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

label {
  font-weight: 400;
  margin-bottom: 5px;
}



.btn-small {
  padding: 0px 16px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}




select.form-select,
select.form-select:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10px;
  background: url(../images/select-arrow.svg) no-repeat center right 8px;
  background-size: 20px;
  box-shadow: none;
}



.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.pad-t40 {
  padding-top: 40px;
}

.pad-b40 {
  padding-bottom: 40px;
}

.pad-t70 {
  padding-top: 70px;
}

.pad-b70 {
  padding-bottom: 70px;
}

.pad-t100 {
  padding-top: 100px;
}

.pad-b100 {
  padding-bottom: 100px;
}

.small-heading-tag {
  display: block;
  border-bottom: solid 1px var(--border-color);
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
}

.heading-col {
  width: 250px;
  flex: 0 0 250px;
}

.content-col {
  margin-left: 150px;
  flex: auto;
  overflow: hidden;
}

.image-tag {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.link-tag {
  text-decoration: underline;
  display: inline-block;
  color: var(--secondary-color);
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}

/*list type*/
.list li {
  padding-left: 48px;
  margin-bottom: 18px;
}

.list li:last-child {
  margin-bottom: 0;
}

ul li {
  position: relative;


}

ul li::before {
  background-image: url(https://25911803.fs1.hubspotusercontent-eu1.net/hubfs/25911803/raw_assets/public/Power%20Sync%20Pro/images/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
}

li.hs-form-booleancheckbox:before,
ul.no-list li:before,
ul li.hs-form-radio:before,
.list-unstyled li:before {
  display: none;
}
.list.plus li {
  position: relative;

}

.list.plus li::before {
  background-image: url('../images/plus-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -3px;
  content: "";
}

.txt-card.gray .list li:before {

}

.txt-card.white .list li:before {

}

/*pagignation*/
.pagination .page-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid #e6edf5;
}

.pagination .page-item.active .page-link {
  background: #00c2ff;
  box-shadow: 0 6px 16px rgba(0, 194, 255, 0.35);
}

.pagination .page-link:hover {
  background: #f5f9ff;
}

/*section tag*/
.tag {

  border-radius: 4px;
  padding: 6px 8px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1800px) {

  h1,
  .h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1440px) {
  body {
    font-size: 15px;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 35px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 22px;
  }

  .btn-custom {
    padding: 0px 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .pad-t100 {
    padding-top: 60px;
  }

  .pad-b100 {
    padding-bottom: 60px;
  }

  .content-col {
    margin-left: 85px;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  .btn-custom {
    padding: 0px 16px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .heading-col {
    width: 150px;
    flex: 0 0 150px;
  }

  .content-col {
    margin-left: 30px;
    flex: auto;
  }

  .list li {
    padding-left: 35px;
  }

  .list.check li::before {
    width: 24px;
    height: 24px;
    top: -3px;
  }

  .list.plus li::before {
    width: 24px;
    height: 24px;
    top: -3px;
  }

  .pad-t70 {
    padding-top: 40px;
  }

  .pad-b70 {
    padding-bottom: 40px;
  }

  .pad-t100 {
    padding-top: 60px;
  }

  .pad-b100 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .heading-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-col {
    margin-left: 0;
  }

  .pad-t70 {
    padding-top: 20px;
  }

  .pad-b70 {
    padding-bottom: 20px;
  }

  .pad-t100 {
    padding-top: 40px;
  }

  .pad-b100 {
    padding-bottom: 40px;
  }


  h1 br,
  .h1 br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 17px;
  }

  .wow {
    animation-name: none !important;
    visibility: visible !important;
    transform: none !important;
  }

  .form-control {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h2 small {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;

}

h2 span {

  display: block;
}

.smallhead {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;

  text-transform: uppercase;
}



.form-label {

  font-weight: 500;
  font-size: 16px;
}

.noteTxt p {
  font-size: 14px;
  line-height: 24px;

}

.noteTxt a {

  text-decoration: underline;
}



.grayTxtHead{ color:#6b7381; text-transform: uppercase; letter-spacing: 2px; font-weight: 600; font-size: 16px; }

a.text-link {   font-weight: 600;}
a.text-link:hover { text-decoration: underline;}


@media (min-width: 992px) {
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .imgBorder {
    border-radius: 24px;
  }
}
.offcanvas{ max-width: 90%;}


.ratingstar img {
  width: 20px !important;
  height: auto;
  display: inline-block !important;
}

.testimonial-slider.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.testimo {
  flex: 0 0 calc(100% - 670px);
  width: 50%;
}

@media only screen and (max-width: 1440px) {
  .testimonialImg {
    flex: 0 0 470px;
    margin-right: 30px;
  }

  .testimonialImg img {
    height: 100%;
  }

  .testimo {
    flex: 0 0 calc(100% - 470px);
    width: 50%;
  }

  .testimonUser {
    padding-bottom: 15px;
  }
}


@media only screen and (max-width: 991px) {
  .testimonialBox {
    flex-wrap: wrap;
  }

  .testimonialImg {
    flex: 0 0 100%;
    margin-right: 0px;
  }

  .testimo {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 10px !important;
  }

  .testimonialImg img {
    border-radius: 60px 60px 0px 0px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
  }

  .Testimonial p{ font-size: 16px; line-height: 24px;}



}

/*Testimonial Section End */

.syncingCount {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.syncingCount span {
  display: block;
  font-size: 14px;
  font-weight: 600;

  text-transform: uppercase;
}

.syncing-Container {
  max-width: 900px;
  margin: 0 auto;
}

.syncingCount i {
  font-style: normal;
}
.counter {
  font-size: 48px;
  font-weight: 700;

}
@media only screen and (max-width: 767px) {
  .syncingCount {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .counter {
    font-size: 30px;
  }
}



/*Syncing Section End */

/ 

/*Top Info Strip Section start */
.top-info-strip {

}

.info-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.info-item h5 {
  font-size: 22px;
}

.info-item p {
  font-size: 14px;
}

.info-link {
  text-decoration: underline;
}

.info-link:hover {
  text-decoration: none;


}
.grecaptcha-badge {
    margin: inherit;
}
/*comparison pricing section End*/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{padding:0;}
.story-card{   
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;}
.story-card .image-wrap a {
    display: block;
}
.story-card .image-wrap img {
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}
.submitted-message{
    background:transparent !important;
    font-size: 20px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}