/*website colors*/
/* website font family*/
/* Small devices (portrait phones, 360px and up) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1200px and up) */
/*flex box mixins*/
.page-template-integration-page-template .hero-banner-section {
  background-image: url(../image/banner-background.jpg);
  padding: 90px 0 0;
}
@media (min-width: 768px) {
  .page-template-integration-page-template .hero-banner-section {
    padding-top: 120px;
  }
}
.page-template-integration-page-template .hero-banner-section .hero-banner-inner .top-img {
  margin-bottom: 20px;
}
.page-template-integration-page-template .hero-banner-section .hero-banner-inner .top-img img {
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
}
@media (min-width: 576px) {
  .page-template-integration-page-template .hero-banner-section .hero-banner-inner .top-img img {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .page-template-integration-page-template .hero-banner-section .hero-banner-inner .top-img img {
    max-width: 320px;
  }
}
@media (min-width: 1440px) {
  .page-template-integration-page-template .hero-banner-section .hero-banner-inner .top-img img {
    max-width: 385px;
  }
}
.page-template-integration-page-template .hero-banner-section .hero-banner-inner .common-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-template-integration-page-template .hero-banner-section .hero-banner-inner .common-button {
    margin-bottom: 66px;
  }
}
.page-template-integration-page-template .hero-banner-section .hero-banner-inner .hero-banner-image img {
  margin: 0 auto;
  max-width: 1056px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-integration-page-template .left_right_section.left-right-listing {
    padding-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .page-template-integration-page-template .left_right_section.left-right-listing .contant_details .left {
    margin-bottom: 30px;
  }
}
.page-template-integration-page-template .left_right_section.left-right-listing .contant_details .details_section .disc .title {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .page-template-integration-page-template .left_right_section.left-right-listing .contant_details .details_section .disc p {
    font-size: 18px;
  }
}
.page-template-integration-page-template .common-title-section.padding-tb {
  background: #FFFFFF;
}
/*# sourceMappingURL=integrations.css.map */