
/* 
banner 
-----*/
.er-banner {
  background: url('../../../uploads/2020/04/homepage-banner-background-1.png') no-repeat center bottom #f7f9fb;
  background-size: cover;
  color: #fff;
  padding-top: 0px;
  padding-bottom: 100px;
}

/* banner main image */
.er-banner-image-box .et_pb_image_wrap {
  border-radius: 35px 35px 119px 35px;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.25);
  max-width: 320px;
}

/* banner main content area */ 
.er-banner-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}
.er-banner-title h2 br { display: none; }
.er-banner-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.er-banner-content p span {
  color: #18FFD5;
  font-size: 16px;
  font-style: italic;
}
.er-banner-content p sup {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  top: -14px;
  margin-left: -4px;
}
.er-banner .green-btn {
  background: #00C981;
  border-radius: 53px;
  max-width: 444px;
  max-height: 75px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 10px;
  margin-top: 20px;
  border: none;
}
.er-banner .green-btn:hover {
  padding: 15px 10px;
  background: #079E67;
  border: none;
}
.er-banner .green-btn:after {
  top: 10px;
}

/* banner form area */
.er-banner .banner-form {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: inherit;
  justify-content: center;
}

.er-banner .banner-form .input-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.er-banner .banner-form .input-wrapper img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
}
.er-banner .banner-form .wpcf7-text {
  border-radius: 30px;
  padding: 20px 20px 20px 60px;
  min-height: 42px;
  background: #fff;
  color: #000;
  border: 1px solid transparent;
  width: 100%;
}
.er-banner .banner-form .wpcf7-submit {
  background: #00C981;
  color: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  min-height: 42px;
  margin-top: 0px;
  padding: 20px 25px;
  cursor: pointer;
}
.er-banner .banner-form .wpcf7-submit:hover { background-color: #09da8e !important; }
.er-banner .banner-form .wpcf7-submit ~ .ajax-loader {
  position: absolute;
  right: 0;
}

.er-banner .banner-form p,
.er-banner .banner-form p input { width: 100%; } 
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  left: 10px;
}
.wpcf7-validation-errors { border: 2px solid #ff0000 !important; }

@media (min-width: 576px) {
  /* banner main image */
  .et_pb_section.er-banner {
    padding-top: 100px;
    padding-bottom: 200px;
  }

 /* banner main content area */ 
  .er-banner-title h2 { font-size: 36px; }
  .er-banner-content p,
  .er-banner-content p span { 
    font-size: 20px;
    font-weight: 600; 
    line-height: 1.4;
  }
  .er-banner-content p span sup { font-weight: 600; }

  /* banner form area */
  .er-banner .banner-form {
    flex-direction: row;
    align-items: center;
  }
  .er-banner .banner-form .input-wrapper {
    margin-bottom: 0px;
    margin-right: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .er-banner-image-box .et_pb_image_wrap {
    max-width: 100%;
    border-radius: 65px 65px 219px 65px;
  }
}
@media (min-width: 992px) {
  /* banner main image */
  .et_pb_section.er-banner { padding-top: 150px; }
  .er-banner .er-banner-wraper.et_pb_row .et_pb_column:nth-of-type(1) { margin-right: 0px; }
  .er-banner .er-banner-wraper .et_pb_column:nth-of-type(2) { padding-left: 40px; }
  
  /* banner main content area */ 
  .er-banner-title h2 { font-size: 30px; }
  
  .er-banner-content p,
  .er-banner-content p span { font-size: 20px; }
  .er-banner-content p span sup {  font-size: 12px; }

  /* banner main image */
  .homepage-section-1-form .et_pb_text_inner { line-height: 1.3; }
  .banner-subtitle h4 { font-weight: 700; }

  .er-banner .banner-form  .wpcf7-submit,
  .er-banner .banner-form .wpcf7-text {
    font-size: 18px;
    border-radius: 50px;
  }

  .er-banner .banner-form .input-wrapper img {
    left: 25px;
    top: 24px;
  }

  .er-banner .banner-form p,
  .er-banner .banner-form p input,
  .er-banner .banner-form .input-wrapper { width: 100%; } 
}

@media (min-width: 1200px){
  .er-banner-wraper {
    max-width: 1330px;
    width: 100%;
  }
  /* banner main image */
  .et_pb_section.er-banner { 
    padding-top: 120px;
    padding-bottom: 200px; }

  /* banner main content area */ 
  .er-banner-title h2 { 
    font-size: 40px;
    line-height: 1.3; 
  }
  .er-banner-title h2 br { display: block; }
  .er-banner-content p { font-size: 25px; }
  .er-banner-content p span { font-size: 30px; }
  .er-banner-content p span sup {  font-size: 14px; }

  .er-banner .banner-form { justify-content: flex-start; }
  .er-banner .banner-form .wpcf7-submit,
  .er-banner .banner-form .wpcf7-submit {
    border-radius: 50px;
    min-height: 42px;
    padding: 23px 75px;
    font-size: 18px;
  }
  .er-banner .banner-form .wpcf7-text { min-height: 75px; }
  .er-banner .banner-form .input-wrapper img { top: 28px; }

  .er-banner .banner-form p,
  .er-banner .banner-form p input,
  .er-banner .banner-form .input-wrapper { width: auto; } 
  .er-banner-image-box {
    padding-right: 40px;
  }
  .er-banner .green-btn {
    font-size: 23px;
    margin-top: 75px;
    margin-bottom: 40px;
  }
  .er-banner .green-btn:after {
    top: 18px;
  }
}

@media (min-width: 1400px) {
  /* banner main image */
  .et_pb_section.er-banner {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .er-banner-image-box .et_pb_image_wrap { margin-left: 40px; }
  .er-banner .er-banner-wraper .er-banner-image-box img { height: auto; }
  .er-banner-title, .er-banner-content {
    padding-left: 35px;
  }
  .er-banner .green-btn {
    margin-left: 35px;
  }
  
  /* banner form area */
  .er-banner .banner-form {
    flex-direction: row;
    align-items: center;
  }
  .er-banner .banner-form .input-wrapper {
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .er-banner .banner-form .wpcf7-text {
    border-radius: 50px;
    padding: 23px 15px 23px 75px;
    min-height: 42px;
  }
  .er-banner .banner-form .input-wrapper img {
    left: 30px;
    top: 25px;
  }
  .er-banner-content p, 
  .er-banner-content p span { line-height: 1.25; }
}

@media (min-width: 1680px) {
  .er-banner-title h2 br { display: block; }
  .er-banner .banner-form { padding-left: 40px;}
  .er-banner .banner-form .wpcf7-text,
  .er-banner .banner-form .wpcf7-submit { width: 445px; }
}



/* 
section 2 
--------- */
.er-sec2 { background: #f7f9fb; }
.er-sec2 .et_pb_row_1 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.er-sec2 .er-sec2.uca-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}
.er-sec2 .uca-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.er-sec2 .uca-imgbox img {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}

@media (min-width: 576px){
  .er-sec2  .uca-content h3 { font-size: 36px; }
  .er-sec2  .uca-content p { font-size: 20px; }
}

@media (min-width: 768px) {
  .er-sec2 .et_pb_column_4 {  margin-right: 0; }
  .er-sec2  .uca-content h3 { 
    font-size: 40px;
    margin-bottom: 40px; }
  .uca-content p { font-size: 24px; }
}

@media (min-width: 992px) {
  .er-sec2 .et_pb_row_1 { flex-direction: row-reverse; }
  .er-sec2 .et_pb_column:nth-of-type(1) { 
    width: 50%;
    margin-right: 0px;
  }
  .er-sec2 .et_pb_column:nth-of-type(2) { width: 50%; }
  .er-sec2 .uca-content h3 {
    font-size: 42px;
    line-height: 1.2;
  }
  .er-sec2 .uca-content p { 
    font-size: 23px;
    line-height: 1.2; }
}

@media (min-width: 1366px) {
  .er-sec2 .et_pb_column:nth-of-type(2) { padding-right: 0px;  }
  .er-sec2 .uca-content h3 { font-size: 60px; }
  .er-sec2 .uca-content p { font-size: 35px; }
}
@media (min-width: 1680px) {
  .et_pb_section.er-sec2 { padding-bottom: 125px;}
  .er-sec2 .et_pb_row { padding: 0px; }
  .er-sec2 .uca-imgbox {
    position: absolute;
    width: 780px;
    top: -65px;
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .er-sec2 {
    padding: 0;
  }
  .er-sec2 .et_pb_row_1 {
    padding-top: 0;
  }
  .er-sec2 .uca-content {
    margin-bottom: 0;
  }
}


/* 
section 3 | built-purpose 
------------------------*/
.built-purpose {
  color: #fff;
  background: linear-gradient(179.97deg, #445EE8 6.4%, #1C25A4 45.39%);
}
.built-purpose .et_pb_module.img-box { 
  width: 100%;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 30px; }
.built-purpose .img-box img {
  filter: drop-shadow(60px 80px 70px #1a1a1b30);
}
.built-purpose .content-box {
  text-align: left;
  margin-bottom: 30px;
}
.built-purpose .content-box h3 {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}
.built-purpose .content-box h3 br { display: none; }
.sec-er-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-er-list .et_pb_column { 
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px; }
.er-list-item .et_pb_blurb_content { 
  display: flex; 
  max-width: 100%;
}
.er-list-item.et_pb_module .et_pb_main_blurb_image {
  display: inline-block;
  width: auto;
  margin-right: 15px;
  margin-bottom: 0px;
}
.er-list-item .et_pb_main_blurb_image span { width: 60px; }
.er-list-item .et_pb_blurb_container .et_pb_module_header {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 116.5%;
  color: #FFFFFF;
}
.er-list-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
}
.er-list-item p strong { font-style: italic; }
.er-list-item p sup {
  font-weight: 500;
  font-size: 12px;
}

@media (min-width: 576px) {
  .sec-er-list { flex-direction: row; }
  .er-list-item .et_pb_main_blurb_image { margin-right: 20px; }
  .er-list-item .et_pb_main_blurb_image span { width: 80px; }
  .er-list-item p { font-size: 18px; }
}

@media (min-width: 992px) {
  .built-purpose {
    background: url(../../../uploads/2020/05/ea-bg.png) no-repeat 0 0 #f7f9fb;
    background-size: 100% 90%;
    background-position: bottom center;
    z-index: 8;
  }
  
  .built-purpose .content-box  { text-align: center; }
  .built-purpose .content-box h3 { 
    font-size: 36px; 
    margin-bottom: 60px;
  }
  .built-purpose .content-box h3 br { display: block; }
  .sec-er-list .et_pb_column { width: 50%; }
  .sec-er-list .et_pb_column:nth-of-type(2) .er-list-item:nth-of-type(1) { margin-bottom: 40px; }
  .er-list-item .et_pb_blurb_content { align-items: center;}
  .er-list-item .et_pb_main_blurb_image span { width: 100px; }
  .er-list-item .et_pb_main_blurb_image { margin-right: 35px; }
}

@media (min-width: 1200px) {
  .built-purpose .svg-wave { top: 130px; }
  .sec-er-list .et_pb_column { margin-bottom: 40px; }
  .er-list-item .et_pb_main_blurb_image span { width: 130px; }
  .er-list-item.et_pb_module .et_pb_main_blurb_image { margin-right: 35px; }
  .built-purpose .content-box h3 { font-size: 40px; }
  .er-list-item p { font-size: 22px; }
  .er-list-item p sup { font-size: 15px; }
  .built-purpose {
    background-position: center 300px;
  }
}

@media (min-width: 1366px) {
  .et_pb_section.built-purpose { padding-bottom: 75px; }
  .built-purpose .et_pb_module.img-box { margin-bottom: 0px; }
  .built-purpose .content-box h3 { font-size: 50px; }
  .sec-er-list .et_pb_column { max-width: 45%; }
  .sec-er-list .et_pb_column.et-last-child { width: auto;}
}

@media (min-width: 1680px) {
  .built-purpose .svg-wave { top: 100px; }
  .built-purpose .et_pb_module.img-box { 
    margin-top: 100px; 
  }
  .built-purpose .content-box h3 { 
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1.25;
    margin-bottom: 80px;
   }
}
@media screen and (max-width: 767px) {
  .built-purpose .content-box h3 {
    margin-bottom: 0;
  }
  .built-purpose {
    padding: 0;
  }
}



/* 
section 4 | sec-leverage 
-----------------------*/

.leverage-header h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  color: #666666;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}
.leverage-list.leverage-list ul { 
  list-style-type: none; 
  padding: 0px;
}
.leverage-list ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #666666;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
}

.leverage-list ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #2B8CFF 0%, #0658B8 100%);
  -ms-background: linear-gradient(180deg, #2B8CFF 0%, #0658B8 100%);
  -webkit-background: linear-gradient(180deg, #2B8CFF 0%, #0658B8 100%);
  border-radius: 5px;
  transform: rotate(-46.1deg);

}
.leverage-list ul li:nth-child(2):before {
  background: linear-gradient(157.87deg, #D458A2 4.48%, #0906AF 103.33%);
  -ms-background: linear-gradient(157.87deg, #D458A2 4.48%, #0906AF 103.33%);
  -webkit-background: linear-gradient(157.87deg, #D458A2 4.48%, #0906AF 103.33%);
}
.leverage-list ul li:nth-child(3):before {
  background: linear-gradient(180deg, #FF2B77 0%, #B80671 100%);
  -ms-background: linear-gradient(180deg, #FF2B77 0%, #B80671 100%);
  -webkit-background: linear-gradient(180deg, #FF2B77 0%, #B80671 100%);
}

.leverage-list ul li:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 1px;
  height: 150px;
  background-color: #1167CC;
  z-index: -1;
}
.leverage-list ul li:last-child:after {
  background-color: #fff;
  height: 125px;
}


.leverage-list ul li br { display: none; }
.leverage-list ul li strong {
  font-style: italic;
}
.leverage-list ul li sup {
  font-size: 12px;
  font-weight: 700;
}
.sec-leverage .green-btn {
  background: #00C981;
  border-radius: 53px;
  max-width: 324px;
  max-height: 65px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 10px;
  margin-top: 20px;
  border: none;
}
.sec-leverage .green-btn:hover {
  padding: 15px 10px;
  background: #079E67;
  border: none;
}
.sec-leverage .green-btn:after {
  top: 10px;
}
@media (min-width: 576px) {
  .leverage-header h3 { 
    font-size: 32px;
    margin-bottom: 30px;
   }
   .leverage-list ul li {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .leverage-list ul li br { display: block; }
}

@media (min-width: 992px) {
  .leverage-header h3 { 
    font-size: 36px;
    margin-bottom: 40px;
  }
  .leverage-list ul li {
    margin-bottom: 40px;
    padding-left: 50px;
  }
  .leverage-list ul li:before {
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 7px;
  }
  .leverage-list ul li:after { left: 10px; }
  
}

@media (min-width: 1200px) {
  .leverage-header h3 { 
    font-size: 40px;
    margin-bottom: 50px; 
  }
  .leverage-list ul li {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .leverage-list ul li:after {
    left: 15px;
    height: 250px;
  }
  .sec-leverage .green-btn {
    font-size: 20px;
  }
  .sec-leverage .green-btn:after {
    top: 15px;
  }
}

@media (min-width: 1366px) {
  .leverage-header h3 { 
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 80px; 
  }
  .leverage-list ul li {
    font-size: 28px;
    margin-bottom: 60px;
    padding-left: 65px;
  }
  .leverage-list ul li sup { font-size: 15px; }
  .leverage-list ul li:before {
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .sec-leverage .ctrl-wraper.et_pb_row {
    max-width: 1248px;
  }
  .sec-leverage .green-btn {
    margin-left: 35px;
  }
}
@media (min-width: 1680px) {
  .et_pb_section.sec-leverage { padding-top: 100px; }
  .leverage-header h3 { 
    font-size: 45px;
    line-height: 1.2;
  }
  .leverage-list ul li {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sec-leverage {
    padding: 0;
  }
}


/* 
section 5 | footer button group 
------------------------------*/
.sec-hospital-btn-group p { 
  font-size: 24px;
  font-weight: 500;
  color: #000000; 
}


@media (min-width: 576px) { 
  .sec-hospital-btn-group .et_pb_column:nth-of-type(2),
  .sec-hospital-btn-group .et_pb_column:nth-of-type(3) {
    max-width: 50%;
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .sec-hospital-btn-group .et_pb_column:nth-of-type(2),
  .sec-hospital-btn-group .et_pb_column:nth-of-type(3) { margin-right: 30px; }
  .sec-hospital-btn-group .et_pb_row {
    display: flex; 
    align-items: center; 
  }
  .sec-hospital-btn-group.et_pb_section {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .sec-hospital-btn-group p { font-size: 30px; }
}
@media (min-width: 1366px) {
  .sec-hospital-btn-group .et_pb_column:nth-of-type(1) {
    max-width: 31.33%;
    width: 31.33%;
  }
}
@media (min-width: 1680px) {
  .et_pb_section.sec-hospital-btn-group { 
    padding-top: 10px; 
  }
  .sec-hospital-btn-group p { font-size: 32px; }
  .sec-hospital-btn-group .et_pb_row { padding: 0px; }
}
@media screen and (max-width: 980px) {
  .sec-hospital-btn-group.et_pb_section {
    padding: 0;
  }
  .sec-hospital-btn-group .et_pb_row {
    padding-top: 0;
  }
}
