* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/*
 *
 *  header */
nav {
  background-color: #fff;
  height: 80px;
  max-width: 1150px;
  margin: auto;
}

header.sticky {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0 auto;
  transition: top .5s linear 0s;
  box-shadow: 0 0 5px 0 #eee;
}

.logo {
  color: #0490a7;
  font-size: 35px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  height: 80px;
}

nav ul {
  float: right;
  margin-right: 20x;
  margin-bottom: unset;
}

nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

nav ul li a {
  color: rgb(243 106 51);
  font-size: 16px;
  padding: 7px 0px;
  margin-right: 13px;
}

.a-hover {
  font-weight: bold;
}

.a-hover.active, .a-hover:hover, .a-hover:focus {
  color: #0490a7;
  text-decoration: none;
  border-bottom: 3px solid #0490a7;
}
.a-post:hover {
  color: unset;
  text-decoration: unset;
}
.checkbtn {
  font-size: 30px;
  color: #0490a7;
  float: right;
  position: relative;
  z-index: 1;
  line-height: 80px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
}

#check {
  display: none;

}

@media (max-width:952px) {
  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width:952px) {
  .checkbtn {
    display: block;
  }

  nav ul {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
    ;
  }

  nav ul li {
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }

  nav ul li a {
    font-size: 20px;
    color: #fff;
  }

  .a-hover:hover, .a-hover.active {
    background-color: none;
    color: #0490a7;
  }

  #check:checked~ul {
    left: 0;
  }
}

.icon-elip {
  position: absolute;
  top: 0px;
  left: 0;
}

/*
 *
 *  banner */
.banner {
  max-width: 1250px;
  margin: auto;
}

.banner-flex {
  display: flex;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.banner-flex-item {
  width: 50%;
  padding-right: 5%;
}

.banner-flex-item-two {
  width: 100%;
}

h1.title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #262626;
}

h1.title-two {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

p.decription {
  color: #262626;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.banner-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  background: #0490a7;
  border-radius: 2px;
  border: 0 solid #e5e7eb;
  color: #fff;
  width: 199px;
  height: 60px;
  margin-bottom: 30px;
}

.banner-btn:hover {
  border-radius: 2px;
  color: #0490a7;
  border: 1px solid #0490a7;
  background: #fff;
}

@media (max-width:961px) {
  .banner-flex-item {
    display: none;
    width: 100%;
    padding-right: 8%;
  }

  .banner-flex {
    margin-top: 0px;
    display: block;
    padding: 0px;
  }
}

/*
 *
 *  content component info */
.info {
  background-color: #0490a7;
  min-height: 100px;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info-content {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
}

.info-flex {
  display: flex;
  justify-content: space-between;
}

.info-flex-item {
  align-self: center;
}

.info-flex-item h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
}

.info-flex-item p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.info-flex-item-two {
  display: flex;
  align-items: center;
  text-align: center;
}

.info-flex-item-two-icon {
  cursor: pointer;
  margin-left: 30px;
}

.info-flex-item-two-icon p {
  color: #fff;
  font-weight: 300;
}

@media (max-width:1001px) {
  .info-flex-item {
    display: none;
  }

  .info-flex-item-two {
    margin: auto;
  }

  .info-flex-item-two-icon {
    margin: auto
  }

  .info-cen {
    margin: 0 25px;
  }
}

/*
 *
 *  content component one */
.component-one {
  background: #f2f2f2;
  position: relative;
  border-radius: 32px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.component-one-content {
  max-width: 1280px;
  margin: auto;
  padding: 40px 15px;
}

h5.component-one-h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #262626;
  text-transform: uppercase;
}

h1.component-one-h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #262626;
  margin-top: 10px;
  margin-bottom: 0;
}

.component-one-h1 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -1.5px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.component-one-border {
  width: 100px;
  height: 4px;
  background: #0490a7;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.component-one-main-item {
  --spacing: 15px;
  --columns: 4;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}

.component-one-item {
  border-bottom: 4px solid #0490a7;
  overflow: hidden;
  width: 100%;
  height: 296px;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
  padding: 24px;
}

.component-one-item-number {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, .45);
}

.main_menu li:hover>.sub_menu {
  display: block;
}

.main_menu>li>.sub_menu {
  position: absolute;
  border-bottom: 1px solid #0490a7;
  border-top: 1px solid #0490a7;
  z-index: 99;
}

.sub_menu {
  display: none;
  width: 200px;
  background: #fffefe;
}

.sub_menu li {
  line-height: 50px;
  cursor: pointer;
}

.component-one-item-title {
  font-style: normal;
  color: #262626;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.component-one-item-desciption {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  min-height: 124px;
  font-style: normal;
  color: #262626;
  overflow: hidden;
  font-family: Arial;
}

.component-one-flex-item {
  overflow: hidden;
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
}

.component-one-flex-item:hover {
  transition: all .3s ease 0s;
  cursor: pointer;
  transform: scale(1.1);
}

.component-thress-box:hover {
  transition: all .3s ease 0s;
  cursor: pointer;
  transform: scale(1.1);
}

.component-two-item:hover {
  transition: all .3s ease 0s;
  cursor: pointer;
  transform: scale(1.1);
}

@media (max-width:1215px) {
  .component-one-main-item {
    --columns: 4
  }
}

@media (max-width:920px) {
  .component-one-main-item {
    --columns: 2
  }
}

@media (max-width:550px) {
  .component-one {
    background: #f2f2f2;
    position: relative;
    border-radius: 32px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width:560px) {
  .component-one-main-item {
    --columns: 1
  }
}

/*
 *
 *  content component two */
.component-two {
  padding: 40px 15px;
}

.component-two-main {
  max-width: 1191px;
  margin: auto;
}

.component-two-list {
  flex-wrap: nowrap;
  gap: 30px;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  user-select: none;
}

.component-two-item {
  border-radius: 15px;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
  min-height: 434px;
  min-width: 295px;
  border: 1px solid #cccccc;
  cursor: pointer;
  overflow-x: auto;
  padding: 15px;
  box-shadow: 0px 5px 16px rgb(0 0 0 / 10%);
}

.component-two-item-img {
  width: 100%;
  border-radius: 15px;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

.component-two-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  background: #0490a7;
  border-radius: 2px;
  border: 0 solid #e5e7eb;
  color: #fff;
  width: 150px;
  height: 40px;
  margin-bottom: 30px;
  margin-top: 5px;
}

.component-two-btn:hover {
  border-radius: 2px;
  color: #0490a7;
  border: 1px solid #0490a7;
  background: #fff;
}

.contact-noti {
  line-height: 40px;
  background-color: #0490a7;
  padding: 20px;
  color: white
}

#btn-contact {
  background-color: #0490a7;
  color: white;
}

.dot-red {
  color: red;
}

.component-two-bot {
  text-align: center;
}

.component-two-h4 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.component-two-h5 {
  color: #262626;
  font-size: 16px;
}

/*
 *
 *  content component three */
.component-three-p {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  color: #262626;
}

.component-three-main-item {
  --spacing: 15px;
  --columns: 2;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}

.component-three-flex-item {
  overflow: hidden;
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
}

.component-three-item {
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  padding: 15px;
}

.component-thress-box {
  height: 200px;
  border: 1px solid #0490a7;
  padding: 40px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
  cursor: pointer;
}

.component-thress-box img {
  height: 75px;
}

.component-thress-box:hover .component-thress-box-h5 {
  color: #0490a7;
}

.component-thress-box-img {
  width: 75px;
  height: 75px;
}

.component-thress-box-h5 {
  font-size: 25px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.component-three-item-h2 {
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.component-three-item-p {
  text-align: justify;
  font-size: 16px;
}

.component-three-item-desc {
  padding: 20px 15px;
}

.component-three-item-btn {
  font-style: normal;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  background: #0490a7;
  border-radius: 2px;
  border: 0 solid #e5e7eb;
  color: #fff;
  width: 199px;
  height: 40px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.component-three-item-btn:hover {
  border-radius: 30px;
  color: #0490a7;
  border: 1px solid #0490a7;
  background: #fff;
}

.component-three {
  background: #f2f2f2;
  position: relative;
  border-radius: 32px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

#job img {
  max-width: 1024px;
  height: auto;
}

@media (max-width:950px) {
  .component-three-main-item {
    --columns: 1;
  }
  #job img {
    max-width: 720px;
    height: auto;
  }
}

@media (max-width:550px) {
  .component-three {
    background: #f2f2f2;
    position: relative;
    border-radius: 32px;
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  #job img {
    max-width: 350px;
    height: auto;
  }
}

/*
 *
 *  content component four */
.component-four-img {
  width: 100%;
}

.component-four-h2 {
  padding: 0 15px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: start;
  margin-bottom: 30px;
}

.component-four-border {
  width: 40px;
  height: 4px;
  background: #0490a7;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.component-four-p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #262626;
  margin-bottom: 0;
}

.component-four-content {
  display: flex;
  padding: 0 15px;
  margin-top: 30px;
}

.component-four-content-item-one {
  width: 10%;
  align-self: center;
}

.component-four-content-item-one svg {
  color: #0490a7;
  width: 50%
}

.component-four-content-item-two {
  width: 90%;
}

.component-four-item-text {
  --text-opacity: 1;
  color: #0490a7;
  font-size: 30px;
  width: 100%;
  font-weight: bold;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.component-four-item-span {
  --text-opacity: 1;
  color: #5d5d5d;
  color: rgba(93, 93, 93, var(--text-opacity));
  font-size: 16px;
  font-weight: 400;
}

.component-four {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width:550px) {
  .component-four {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*
 *
 *  content component five */
.component-five {
  background: #f2f2f2;
  position: relative;
  border-radius: 32px;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.component-five-main-item {
  text-align: center;
  font-weight: bold;
  margin: auto;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.component-five-name {
  margin-top: 30px;
}

.component-five-name h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.component-five-item {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #0490a7 !important;
}

.component-five-w {
  max-width: 700px;
  margin: auto;
}

/*
 *
 *  content component six */
.component-six {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.component-six-main-item {
  --spacing: 15px;
  --columns: 4;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--spacing));
}

.component-six-flex-item {
  overflow: hidden;
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
}

.component-six-flex-item:hover .component-six-box .component-six-desc h4 {
  color: #0490a7;
}

.component-six-box {
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  min-height: 250px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
}

.component-six-box img {
  width: 300px;
  height: 188px;
}

.content-image {
  text-align: center;
}

.component-six-desc {
  height: 200px;
  padding: 10px 15px;
}

.component-six-desc h4 {
  text-align: left;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.component-six-desc p {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  font-family: 'Roboto', Ubuntu, sans-serif;
}

@media (max-width:1025px) {
  .component-six-main-item {
    --columns: 2;
  }

  .banner-flex {
    padding: 0px 15px;
  }
}

@media (max-width:550px) {
  .component-six {
    margin-left: 5px;
    margin-right: 5px;
  }

  .component-six-main-item {
    --columns: 1;
  }
}

/*
 *
 *  footer */
.dl-flex {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.main-footer {
  max-width: 1165px;
  margin: auto;
}

.footer-content {
  --spacing: 15px;
  --columns: 3;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 10px 15px;
  margin-left: calc(-1 * var(--spacing));
}

.footer-item {
  width: calc(calc(100% / var(--columns)) - var(--spacing));
  margin-left: var(--spacing);
  margin-bottom: 15px;
}

.footer-item h3 {
  font-size: 17px;
  margin: 0;
  margin-right: 0;
  color: #fff !important;
  border-bottom: 0;
  padding-bottom: 0;
  text-align: start;
  margin-bottom: 25px;
}

.copyright {
  text-align: center;
  color: #9c9c9c;
}

.footer-item p span {
  color: #3578e5
}

.footer-item li {
  margin-bottom: 10px;
}

.footer-item li i {
  color: cornflowerblue;
}

.footer-content .flex img {
  width: 2rem;
  margin-right: 0.5rem;
  height: 2rem;
}

@media (max-width:768px) {
  .footer-content {
    --columns: 3;
  }

  .dl-flex {
    min-height: 440px;
  }

  .banner-flex {
    padding: unset;
  }
}

@media (max-width:550px) {
  .footer-content {
    --columns: 1;
  }

  .dl-flex {
    min-height: 780px;
  }
}

#callme {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
  top: auto !important;
}

#a-callme {
  color: rgba(0, 175, 242, .5);
}

.div-navigation {
  padding-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  #callme {
    right: 20px;
  }

  .div-navigation {
    padding: unset;
  }
}

#callme #callmeMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #00aff2;
  width: 60px;
  height: 60px;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
}

#callme #callmeMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 1.5s linear infinite;
  -moz-animation: zcwphone2 1.5s linear infinite;
  animation: zcwphone2 1.5s linear infinite;
}

@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-moz-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@-moz-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

@keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }

  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

/* .zalo-chat-widget {
  inset: auto 0px 100px 25px !important;
  float: left !important;
  z-index: 1000 !important;
} */
.za-chat {
  position: fixed;
  bottom: 90px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
  top: auto !important;
}
.left-side .za-chat__head-box {
  left: 0;
  right: unset;
  -webkit-flex-direction: unset;
  flex-direction: unset;
}
.za-chat__head-box {
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 5px;
}
.za-chat .logo {
  cursor: pointer;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}
.et_pb_all_tabs, .et_pb_module, .et_pb_posts_nav a, .et_pb_tab, .et_pb_with_background {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_section_0.et_pb_section {
    padding-top: 40px;
    padding-bottom: 0px;
}
div.et_pb_section.et_pb_section_0 {
    background-image: url(https://healthflex.com/wp-content/uploads/2022/12/herobg.webp) !important;
}
.et_pb_section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}
.et_pb_row {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.et_pb_column, .et_pb_row, .et_pb_row_inner {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
.et_pb_column_0, .et_pb_column_1, .et_pb_column_4, .et_pb_column_5, .et_pb_column_10, .et_pb_column_11, .et_pb_column_15, .et_pb_column_16, .et_pb_column_18, .et_pb_column_19, .et_pb_column_20, .et_pb_column_21 {
    margin: auto;
}
.et_pb_section img {
    max-width: 100%;
    height: auto;
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.et_pb_text {
    word-wrap: break-word;
}
.et_pb_module.et_pb_text_align_left {
    text-align: left;
}
.et_pb_text_2.et_pb_text, .et_pb_text_4.et_pb_text, .et_pb_text_4.et_pb_text a, .et_pb_text_14.et_pb_text, .et_pb_text_15.et_pb_text, .et_pb_text_16.et_pb_text, .et_pb_text_17.et_pb_text, .et_pb_text_18.et_pb_text, .et_pb_text_19.et_pb_text, .et_pb_text_20.et_pb_text, .et_pb_text_21.et_pb_text, .et_pb_text_22.et_pb_text, .et_pb_text_23.et_pb_text, .et_pb_text_24.et_pb_text, .et_pb_text_25.et_pb_text, .et_pb_text_26.et_pb_text, .et_pb_text_27.et_pb_text, .et_pb_text_28.et_pb_text, .et_pb_text_29.et_pb_text, .et_pb_text_31.et_pb_text {
    color: #FFFFFF !important;
}
.et_pb_text_inner {
    position: relative;
}
.et_pb_text>:last-child {
    padding-bottom: 0;
}
.et_pb_text_0 h3 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF !important;
    text-align: left;
}
.et_pb_section strong {
    font-weight: 700;
}

.et_pb_section_1.et_pb_section {
    padding-top: 60px;
    padding-bottom: 80px;
}
.et_pb_text {
    word-wrap: break-word;
}
.et_pb_text_4 {
    line-height: 1.25em;
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    background-color: #F36A33;
    padding-top: 30px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
    z-index: 99;
    position: relative;
    top: -185px;
    bottom: auto;
    left: 0px;
    right: auto;
}
.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important;
}
.et_pb_text_10 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #00A0B6 !important;
    line-height: 1.25em;
    text-align: center;
}
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size: 23px;
}
.et_pb_text_3 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 45px;
    line-height: 1.15em;
    text-align: left;
}
.orange--bottom::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0px;
    border-top: 50px solid #f36a33;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 90px solid transparent;
}
.et_pb_blurb_0.et_pb_blurb, .et_pb_blurb_1.et_pb_blurb, .et_pb_blurb_2.et_pb_blurb, .et_pb_blurb_3.et_pb_blurb {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #000000 !important;
    background-color: #F7F8FA;
    border-radius: 28px 28px 28px 28px;
    overflow: hidden;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
}
.et_pb_blurb_content {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}
.et_pb_main_blurb_image {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
}
.et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
}
.et_pb_main_blurb_image img {
    border-radius: inherit;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 0;
}
.et-waypoint.et_pb_animation_top.et-animated, .et_pb_animation_top.et-animated {
    opacity: 1;
    -webkit-animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}
.et_pb_image_0, .et_pb_image_1, .et_pb_blurb_0.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_2.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_3.et_pb_blurb .et_pb_blurb_description {
    text-align: center;
}
.et_pb_text_6, .et_pb_text_8, .et_pb_text_10, .et_pb_text_30, .et_pb_row_13.et_pb_row, .et_pb_row_14.et_pb_row {
    margin-bottom: 25px !important;
}
.et_pb_text_8 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 50px;
    color: #F36A33 !important;
    line-height: 1.25em;
    text-align: left;
}
div.et_pb_section.et_pb_section_2 {
    background-position: left top;
    background-image: url(https://healthflex.com/wp-content/uploads/2023/01/ab-img.webp) !important;
}
.et_pb_row_3.et_pb_row {
    margin-bottom: 100px !important;
    display: flex;
}

.et_pb_row_2.et_pb_row {
    margin-top: 25px !important;
    margin-bottom: 60px !important;
}
.et_pb_column_23, .et_pb_column_24, .et_pb_column_25, .et_pb_column_26 {
    padding-bottom: 40px;
}
.et_pb_text_32, .et_pb_text_34, .et_pb_text_36, .et_pb_text_38 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 40px;
}
.et_pb_text_32.et_pb_text, .et_pb_text_34.et_pb_text, .et_pb_text_36.et_pb_text, .et_pb_text_38.et_pb_text, .et_pb_text_40.et_pb_text {
    color: #F36A33 !important;
}
.et_pb_divider_position_center:before {
    top: 50% !important;
}
.et_pb_divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.et_pb_divider_0:before, .et_pb_divider_1:before, .et_pb_divider_2:before, .et_pb_divider_3:before {
    border-top-color: #00a0b6;
    border-top-width: 3px;
    width: auto;
    top: 0px;
    right: 0px;
    left: 0px;
}
.et_pb_divider_internal {
    display: inline-block;
    width: 100%;
}
.et_pb_divider:after, .et_pb_space:after {
    content: "";
    display: table;
}
.et_pb_module.et_pb_text_align_center {
    text-align: center;
}
.et_pb_space {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 23px;
}
.et_pb_divider {
    margin: 0 0 30px;
    position: relative;
}
.et_pb_divider_0, .et_pb_divider_1, .et_pb_divider_2, .et_pb_divider_3 {
    padding-bottom: 0px;
    max-width: 50px;
}
.et_pb_text_22.et_pb_module, .et_pb_text_23.et_pb_module, .et_pb_text_24.et_pb_module, .et_pb_text_25.et_pb_module, .et_pb_text_26.et_pb_module, .et_pb_text_27.et_pb_module, .et_pb_text_28.et_pb_module, .et_pb_text_29.et_pb_module, .et_pb_divider_0.et_pb_module, .et_pb_divider_1.et_pb_module, .et_pb_divider_2.et_pb_module, .et_pb_divider_3.et_pb_module, .et_pb_video_0.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.et_pb_row_8.et_pb_row {
    margin-bottom: 40px !important;
}
.et_pb_text_12 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 44px;
    color: #000000 !important;
    line-height: 1.25em;
    text-align: left;
}
.et_pb_row_9 {
    background-size: initial;
    background-position: left 61px top 63px;
    background-image: url(https://healthflex.com/wp-content/uploads/2023/01/orange-circle-img.webp);
    height: 661px;
}
.et_pb_row_9.et_pb_row {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
@media (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 6.593%;
    }
    .et_pb_section {
        padding: 4% 0;
    }
    .et_pb_section {
        padding: 2% 0;
    }
    .et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .et_pb_row {
        padding: 0% 0;
    }
    .et_pb_gutters2 .et_pb_column_2_5 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 .et_pb_module {
        margin-bottom: 3.927%;
    }
    .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }
    .et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
        width: 38.2%;
    }
    .et_pb_row.et_pb_equal_columns>.et_pb_column, .et_pb_section.et_pb_equal_columns>.et_pb_row>.et_pb_column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child, .et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
    .et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
        width: 22.75%;
    }
    .et_pb_text_8, .et_pb_text_9, .et_pb_code_0 {
        max-width: 460px;
    }
    .et_pb_row_6, .et_pb_row_10 {
        display: none !important;
    }
    .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 1.5%;
    }
    .et_pb_text_8, .et_pb_text_9, .et_pb_code_0 {
        max-width: 460px;
    }
    .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }
    .et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
        width: 100%;
    }
    .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0 !important;
    }
    .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }
    .et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
        width: 22.75%;
    }
    .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 48.5%;
    }
}
.et_pb_row_7.et_pb_row {
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 60px !important;
    padding-left: 40px !important;
    margin-top: -250px !important;
    margin-bottom: 100px !important;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
}
div.et_pb_section.et_pb_section_4 {
    background-position: left bottom 0px;
    background-image: url(https://healthflex.com/wp-content/uploads/2023/01/trusted-bg.webp) !important;
}
.et_pb_text_30 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF !important;
    line-height: 1.25em;
    text-align: center;
}
.et_pb_section_6.et_pb_section {
    padding-top: 75px;
    padding-bottom: 245px;
}
.et_pb_image_wrap.et_pb_only_image_mode_wrap img {
    width: 60px !important;
    height: 60px !important;
}
.et_pb_image_wrap.et_pb_only_image_mode_wrap {
    --bg-opacity: 1;
    background-color: #0089a2;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.et_pb_section.et_pb_section_6 {
    background-image: url(https://healthflex.com/wp-content/uploads/2023/01/orange-bg.webp) !important;
}
.et_pb_row.et_pb_row_5 {
    padding-bottom: 250px;
}
.et_pb_text_8.et_pb_module, .et_pb_text_9.et_pb_module, .et_pb_code_0.et_pb_module {
    margin-left: auto !important;
    margin-right: 0px !important;
}
.et_pb_module.et_pb_text_align_left {
    text-align: left;
}

.et_pb_row_1.et_pb_row {
    max-height: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .et_pb_column_2 {
        margin-top: -150px;
    }
}
@media only screen and (max-width: 980px) {
    .et_pb_row_1.et_pb_row {
        max-height: 100px;
    }
    .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
        margin-right: 0;
    }
    div.et_pb_section.et_pb_section_2 {
        padding-top: unset;
    }
    div.et_pb_section.et_pb_section_2 {
        background-image: initial !important;
    }
    .et_pb_column {
        width: 100%;
        margin-bottom: 10px;
    }
    .et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row {
        display: flow-root;
    }
    .et_pb_section {
        padding: 50px 0;
    }
    .et_pb_section {
        padding: 20px 0;
    }
    .et_pb_section_0.et_pb_section {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .et_pb_row {
        max-width: 980px;
    }
    .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding: 30px 0;
    }
    .et_pb_row, .et_pb_column .et_pb_row_inner {
        padding: 0px 0;
    }
    .et_pb_column {
        width: 100%;
        margin-bottom: 10px;
    }
    .pa-inline-buttons {
        text-align: center !important;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 30px;
    }
    .et_pb_text_0 {
        margin-bottom: 5px !important;
    }
    .et_pb_text_0 h3 {
        text-align: center;
    }
    .et_pb_text_1 h2 {
        font-size: 54px;
        text-align: center;
    }
    .et_pb_column .et_pb_module {
        margin-bottom: 30px;
    }
    .et_pb_module.et_pb_text_align_center-tablet {
        text-align: center;
    }
    .et_pb_section_1.et_pb_section {
        padding-top: 125px;
        padding-bottom: 75px;
    }
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
    .et_pb_text_4 {
        font-size: 18px;
        padding-top: 30px !important;
        padding-right: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 50px !important;
        top: -185px;
        bottom: auto;
        transform: translateX(0px) translateY(0px);
    }
    .et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child {
        margin-bottom: 0;
    }
    .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
    .et_pb_text_3 h2 {
        font-size: 60px;
        text-align: center;
    }
    .orange--bottom::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0px;
        border-top: 30px solid #f36a33;
        border-bottom: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 70px solid transparent;
    }
    .et_pb_row_3.et_pb_row {
        margin-bottom: 75px !important;
    }
    .et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .et_pb_section_6.et_pb_section {
        padding-top: 60px;
        padding-bottom: 345px;
    }
    .et_pb_section_0.et_pb_section {
        padding-top: 25px;
    }
    .et_pb_text_0, .et_pb_text_1 {
        margin-bottom: 5px !important;
    }
    .et_pb_text_0 h3 {
        text-align: center;
    }
    .et_pb_text_1 h2, .et_pb_text_6 h2 {
        font-size: 42px;
        text-align: center;
    }
    .et_pb_text_2, .et_pb_button_0_wrapper, .et_pb_button_1_wrapper, .et_pb_image_1, .et_pb_button_4_wrapper, .et_pb_row_13.et_pb_row, .et_pb_row_14.et_pb_row {
        margin-bottom: 25px !important;
    }
    .et_pb_section_1.et_pb_section {
        padding-bottom: 60px;
    }
    .et_pb_column_2 {
        margin-top: -125px;
    }
    .et_pb_text_4 {
        font-size: 16px;
        padding-top: 20px !important;
        padding-right: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 25px !important;
        top: -185px;
        bottom: auto;
        transform: translateX(0px) translateY(0px);
    }
    .et_pb_text_3 h2, .et_pb_text_8 h2 {
        font-size: 32px;
        text-align: center;
    }
    .et_pb_row_3.et_pb_row {
        margin-bottom: 60px !important;
    }
    .et_pb_text_32, .et_pb_text_34, .et_pb_text_36, .et_pb_text_38 {
        margin-bottom: 15px !important;
    }
    .et_pb_row_1.et_pb_row {
        max-height: unset;
    }
}
@media (max-width: 479px) {
    .et_pb_column {
        width: 100% !important;
    }
    .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child {
        margin-bottom: 0;
    }
    .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 {
        width: 100%;
        margin: 0 0 30px;
    }
}
.et_pb_section_2.et_pb_section {
    padding-top: 125px;
    padding-bottom: 250px;
}
.et_pb_gutters2 .et_pb_column_2_5, .et_pb_gutters2.et_pb_row .et_pb_column_2_5 {
    width: 100%;
    text-align: center;
}
.et_pb_text_1 h2 {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    font-size: 55px;
    color: #FFFFFF !important;
    line-height: 1.05em;
}
.et_pb_row {
    max-width: 900px;
}
.et_pb_row_0, body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, .et_pb_row_1, body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row, .et_pb_row_2, body #page-container .et-db #et-boc .et-l .et_pb_row_2.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_2.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_2.et_pb_row, .et_pb_row_3, body #page-container .et-db #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3.et_pb_row, .et_pb_row_4, body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, .et_pb_row_5, body #page-container .et-db #et-boc .et-l .et_pb_row_5.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_5.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_5.et_pb_row, .et_pb_row_7, body #page-container .et-db #et-boc .et-l .et_pb_row_7.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_7.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_7.et_pb_row, .et_pb_row_8, body #page-container .et-db #et-boc .et-l .et_pb_row_8.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_8.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_8.et_pb_row, .et_pb_row_10, body #page-container .et-db #et-boc .et-l .et_pb_row_10.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_10.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_10.et_pb_row, .et_pb_row_11, body #page-container .et-db #et-boc .et-l .et_pb_row_11.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_11.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_11.et_pb_row, .et_pb_row_12, body #page-container .et-db #et-boc .et-l .et_pb_row_12.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_12.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_12.et_pb_row, .et_pb_row_13, body #page-container .et-db #et-boc .et-l .et_pb_row_13.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_13.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_13.et_pb_row, .et_pb_row_14, body #page-container .et-db #et-boc .et-l .et_pb_row_14.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_14.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_14.et_pb_row, .et_pb_row_15, body #page-container .et-db #et-boc .et-l .et_pb_row_15.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_15.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_15.et_pb_row, .et_pb_row_16, body #page-container .et-db #et-boc .et-l .et_pb_row_16.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_16.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_16.et_pb_row, .et_pb_row_17, body #page-container .et-db #et-boc .et-l .et_pb_row_17.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_17.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_17.et_pb_row {
    width: 90%;
}
.et_pb_row_1.et_pb_row {
    padding-bottom: 0px !important;
    padding-bottom: 0px;
    display: flex;
}
.et_builder_inner_content {
    position: relative;
    z-index: 1;
}
.et_pb_image img {
    position: relative;
}
.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
p:not(.has-background):last-of-type {
    padding-bottom: 0;
}
.et_pb_button {
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.et_pb_button, .et_pb_button_inner {
    position: relative;
}
.et_pb_section_4.et_pb_section {
    padding-top: 125px;
    padding-bottom: 225px;
}
.et_pb_button {
    font-family: 'Ubuntu', Helvetica, Arial, Lucida, sans-serif;
}
.et_pb_button_0, .et_pb_button_0:after, .et_pb_button_1, .et_pb_button_1:after, .et_pb_button_2, .et_pb_button_2:after, .et_pb_button_3, .et_pb_button_3:after, .et_pb_button_4, .et_pb_button_4:after {
    transition: all 300ms ease 0ms;
}
.et_pb_button_module_wrapper>a {
    display: inline-block;
}
body .et_pb_button {
    background-color: rgba(243, 106, 51, 0);
    border-width: 0px !important;
    border-radius: 10px;
}
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: .3em 1em !important;
}
.et_pb_button_2_wrapper .et_pb_button_2, .et_pb_button_2_wrapper .et_pb_button_2:hover, .et_pb_button_3_wrapper .et_pb_button_3, .et_pb_button_3_wrapper .et_pb_button_3:hover {
    padding-top: 10px !important;
    padding-right: 40px !important;
    padding-bottom: 10px !important;
    padding-left: 40px !important;
}
body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button {
    color: #ffffff;
}
body .et_pb_section .et_pb_button_2, body .et_pb_section .et_pb_button_3 {
    color: #FFFFFF !important;
    border-radius: 360px;
    background-color: #F36A33;
}
body .et_pb_section .et_pb_button_0, body .et_pb_section .et_pb_button_1, body .et_pb_section .et_pb_button_4 {
    border-radius: 28px;
    font-size: 18px;
    background-color: #F36A33;
    color: #ffffff;
}
body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button {
    color: #ffffff;
}
.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
.et_pb_section_7.et_pb_section {
    padding-top: 125px;
    padding-bottom: 60px;
}
.et_pb_row_7, .et_pb_row_12 {
    background-color: #FFFFFF;
    border-radius: 28px 28px 28px 28px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    z-index: 25 !important;
    position: static !important;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
}
.et_pb_row_12.et_pb_row {
    padding-top: 60px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important;
    padding-left: 40px !important;
    margin-top: -235px !important;
    margin-bottom: 100px !important;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 0px;
    padding-left: 40px;
}
