@charset "UTF-8";
/********************************** Common  Colors ************************************/
/* Note: 
    1. Before adding color codes, please check whether the color code already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/***************************** Color values by color code ********************************/
/***************************** Color values by color names ********************************/
/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
  height: 70px;
}
#master-breadcrumb #breadcrumb .content-small {
  float: left;
  font-size: 14px;
  margin: 17px 7px 21px 0;
  text-transform: uppercase;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator {
  float: left;
  margin: 21px 0px 21px 0;
  background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator img {
  visibility: hidden;
}
#master-breadcrumb #breadcrumb .bread-crumb a {
  outline: medium none;
  text-decoration: none;
  color: #111;
}
#master-breadcrumb #breadcrumb .bread-crumb-last {
  cursor: default;
  font-weight: 600;
}

@media (min-width: 1820px) {
  #master-breadcrumb #breadcrumb {
    height: 85px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 20px 9px 16px 0;
    font-size: 16px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 25px 3px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 18px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #master-breadcrumb #breadcrumb {
    height: 50px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 13px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 16px 0px 15px 0;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
    display: none;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
    display: block;
  }
  #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 21px 0px 15px 0;
  }
}
/* Font sizes declaration */
/* Font family declaration */
body {
  color: #111;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #0073DC;
  text-decoration: none;
}

a:hover {
  color: #0450C2;
  text-decoration: none;
  cursor: pointer;
}

.btn-custom {
  color: #237AC1;
  border: 1px solid #237AC1;
  outline: none !important;
}

.btn-custom:hover {
  background-color: #237AC1;
  color: #fff;
}

.btn-custom:focus {
  color: #237AC1;
  background-color: #fff;
}

.btn-custom:active {
  color: #fff;
  background-color: #006DB7;
}

#menu-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.error {
  font-size: 13px;
}

.normal {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.regular {
  font-size: 18px;
}

.big {
  font-size: 20px;
}

.bigger {
  font-size: 24px;
}

.ultra-big {
  font-size: 40px;
}

p {
  line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .smaller {
    font-size: 9px;
  }
  .small {
    font-size: 11px;
  }
  .medium {
    font-size: 14px;
  }
  .regular {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .bigger {
    font-size: 22px;
  }
  .ultra-big {
    font-size: 32px;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
  h5, .h5 {
    font-size: 13px !important;
  }
  h6, .h6 {
    font-size: 11px !important;
  }
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .smaller {
    font-size: 8px;
  }
  .small {
    font-size: 10px;
  }
  .medium {
    font-size: 12px;
  }
  .regular {
    font-size: 14px;
  }
  .big {
    font-size: 16px;
  }
  .bigger {
    font-size: 20px;
  }
  .ultra-big {
    font-size: 28px;
  }
  h1, .h1 {
    font-size: 26px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h4, .h4 {
    font-size: 14px !important;
  }
  h5, .h5 {
    font-size: 12px !important;
  }
  h6, .h6 {
    font-size: 10px !important;
  }
  p {
    line-height: 20px;
  }
}
.bg-lazy {
  background-image: none !important;
  background-color: #F1F1FA !important;
}

#g2-widget {
  padding: 35px 0px;
}
#g2-widget #g2-heading {
  font-weight: 700;
  color: #0F172A;
  margin: 0 30px 30px 30px;
  text-align: center;
}
#g2-widget .g2-subheading {
  font-size: 16px;
  color: #475569;
  text-align: center;
  line-height: 27px;
  margin: 0 30px 30px 30px;
}
#g2-widget .heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #0F172A;
  margin-top: 15px;
}
#g2-widget .description {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0px 100px 0px;
  color: #475569;
  font-weight: 600;
}
#g2-widget .cards {
  background: #F4F8FF;
  border-radius: 10px;
  padding: 24px 30px;
  margin: 0px 10px 30px 10px;
  position: relative;
}
#g2-widget .g2-rating-img {
  width: 110px;
  margin: 0px 0px 0px -1px;
}
#g2-widget .customer-video-caption {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0px 0px 0px;
  color: #475569;
  font-weight: 600;
}
#g2-widget .name {
  color: #0F172A;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin: 5px 0px 0px 14px;
}
#g2-widget .designation {
  color: #38475E;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#g2-widget .doubleqoutes {
  padding-bottom: 3px;
}
#g2-widget .carousel-cell {
  width: 50%;
  margin-right: 10px;
  border-radius: 5px;
}
#g2-widget .carousel.is-expanded {
  width: 100%;
}
#g2-widget .g2-profile-image {
  display: inline-flex;
  min-width: 70px;
}
#g2-widget .g2-profile-image img {
  width: 70px;
  height: 70px;
  border-radius: 35px;
}
#g2-widget .carousel {
  margin: 0px 16% 0px 16%;
}
#g2-widget .flickity-page-dots {
  bottom: -56px;
  margin-left: 7px;
}
#g2-widget .flickity-page-dots .dot {
  margin: 0 2px;
  background: #000000;
}
#g2-widget .customer-video-section {
  margin-top: 20px;
  position: relative;
}
#g2-widget .customer-video-section a {
  pointer-events: none;
}
#g2-widget .customer-video-section .g2-review-play-button {
  position: absolute;
  width: 90px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90px;
  background-image: url(https://cdn.syncfusion.com/content/images/user-reviews/g2-review-play-button.webp);
}
#g2-widget .customer-video-section .g2-review-play-button.hovered {
  background-image: url(https://cdn.syncfusion.com/content/images/user-reviews/g2-review-play-button-hover.webp);
}
#g2-widget .customer-video-section .g2-review-play-button.active {
  opacity: 60%;
}
#g2-widget .customer-video-section .customer-detail-section {
  position: absolute;
  left: 21px;
  display: flex;
  bottom: 21px;
  flex-direction: column;
}
#g2-widget .customer-video-section .customer-detail-section .customer-name {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
}
#g2-widget .customer-video-section .customer-detail-section .customer-designation {
  color: #FFF;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.5px;
}
#g2-widget .customer-video-section:hover {
  cursor: pointer;
}
#g2-widget .g2-author-section {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media (max-width: 320px) {
  #g2-widget .customer-video-section .g2-review-play-button {
    width: 60px;
    height: 60px;
  }
  #g2-widget .customer-video-section .customer-detail-section {
    left: 11px;
    bottom: 8px;
  }
  #g2-widget .customer-video-section .customer-detail-section .customer-name {
    font-size: 11px;
  }
  #g2-widget .customer-video-section .customer-detail-section .customer-designation {
    font-size: 8px;
  }
}
@media (min-width: 321px) and (max-width: 400px) {
  #g2-widget .customer-video-section .g2-review-play-button {
    width: 75px;
    height: 75px;
  }
}
.common-reviews .description {
  margin: 8px 0px 100px 0px !important;
}

.common-reviews .name {
  margin-left: 0px !important;
}

@media (min-width: 991px) and (max-width: 1024px) {
  #g2-widget .carousel {
    margin: 0px 10% 0px 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #g2-widget .carousel {
    margin: 0px 0% 0px 0%;
  }
}
@media (min-width: 760px) and (max-width: 991px) {
  .g2-widget-review .app-ratings {
    width: 50.14px;
    height: 18.12px;
    margin-left: 5px;
    font-size: 12px;
    padding: 1px;
  }
  .g2-widget-review .app-logos-section {
    margin: 40px 4px !important;
  }
  .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  .g2-widget-review .app-ratings-link {
    font-size: 12px;
  }
  .g2-widget-review .reviews-count {
    font-size: 12px;
  }
  .g2-widget-review .app-logo {
    height: 46px !important;
  }
}
@media (max-width: 527px) {
  #g2-widget .cards {
    margin: 0px 15px 30px;
  }
}
@media (max-width: 280px) {
  #g2-widget .g2-author-section {
    margin-left: 8px;
    left: 12px;
  }
  #g2-widget .cards {
    padding: 24px 20px;
  }
  #g2-widget .name {
    font-size: 11px;
  }
  #g2-widget .g2-rating-img {
    width: 89px;
  }
  .g2-widget-review .app-logos-section {
    margin: 40px 6px !important;
  }
}
@media (max-width: 767px) {
  #g2-widget .flickity-page-dots {
    bottom: -15px;
  }
  #g2-widget .flickity-page-dots .dot {
    margin: 0px 3px;
  }
  #g2-widget .carousel {
    margin: 0 !important;
  }
  #g2-widget .carousel-cell {
    width: 100%;
  }
  .g2-widget-review .app-ratings {
    width: 57.14px;
    height: 20px;
    font-size: 12px;
    padding: 2px;
  }
  .g2-widget-review .star-rating {
    height: 16.12px;
    width: 100px;
  }
  .common-reviews .cards {
    margin: 0px 20px 45px 20px !important;
  }
}
.g2-widget-review {
  padding: 35px 0px;
}
.g2-widget-review #g2-rating {
  font-weight: 800;
  color: #000000;
  margin: 45px 30px 30px;
  text-align: center;
}
.g2-widget-review a::after {
  content: "→";
}
.g2-widget-review .app-logos-section {
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g2-widget-review .app-ratings {
  background: #d0fae5;
  border: 0.75px solid #a8ddc2;
  border-radius: 38.5927px;
  width: 56.14px;
  height: 23.12px;
  color: #075A40;
  font-weight: 700;
  text-align: center;
  padding: 1px;
  margin-left: 8px;
  font-size: 14px;
}
.g2-widget-review .star-rating {
  height: 17.12px;
  width: 104px;
  background-size: contain;
}
.g2-widget-review .reviews-count {
  padding: 11px;
  font-weight: 600;
  color: #666666;
}
.g2-widget-review .app-logo {
  width: 242px;
  height: 49px;
}
.g2-widget-review .app-ratings-link {
  color: #006AFF;
  font-weight: 600;
}
.g2-widget-review .app-ratings-link:hover {
  color: #0450C2 !important;
  cursor: pointer;
}/*# sourceMappingURL=G2RewardSectionHomeV1.css.map */