
@-webkit-keyframes textFromRight {
  0% {
     opacity: 0;
     -webkit-transform: translateX(20px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes textFromRight {
  0% {
     opacity: 0;
     transform: translateX(20px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}
.page-id-5 .et_pb_section {
  background-color: #f7f9fb;
}
.page.et_pb_pagebuilder_layout #main-content {
  background-color: #f7f9fb;
}


/*
Underpayments cost annually | section 2
--------------------------------------*/
.homepage-section-2 { background: #f7f9fb; }
.homepage-section-2 .et_pb_column:nth-of-type(2) { margin-right: 0px; }
 .homepage-section-2 .et_pb_row {
  flex-direction: column;
  display: flex;
 }
.uca-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
}
.uca-content h3 br { display: none; }
.uca-content h3 i {
  color: #FF306E;
  font-style: normal;
}
.uca-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.uca-content p.small-text {
  font-size: inherit;
}
.uca-content p small {
  font-size: 13px;
  font-style: italic;
  opacity: 0.6;
  line-height: 1.3;
}
.uca-imgbox img {
  box-shadow: 10px 30px 30px rgba(181, 192, 203, 0.51);
  border-radius: 17px;
  border: 5px solid #EAEEF2;
}


@media (min-width: 768px) {
  .homepage-section-2 .et_pb_row_2 {
    display: flex;
    justify-content: space-between;
  }
  .homepage-section-2 .et_pb_column_4 {
    order: 1;
    margin-right: 0;
  }
  .uca-content h3 br { display: block; }
}

@media (min-width: 992px) {
  .homepage-section-2 .et_pb_row { flex-direction: row-reverse; }
  .homepage-section-2 .et_pb_column:nth-of-type(1) {
    width: 50%;
    margin-right: 0px;
  }
  .homepage-section-2 .et_pb_column:nth-of-type(2) {
    width: 50%;
    margin-right: 50px;
  }
  .uca-content h3 {
    font-size: 40px;
    line-height: 1.2;
  }
  .uca-content p { font-size: 22px; }
}

@media (min-width: 1366px) {
  .homepage-section-2 .et_pb_column:nth-of-type(2) { padding-right: 140px;  }
  .homepage-section-2 .et_pb_column:nth-of-type(2) {
    width: 53%;
    position: relative;
    left: 35px;
    top: 10px;
  }

  .uca-content p {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 1900px) {
  .uca-content h3 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-section-2 {
    padding-bottom: 0;
    padding-top: 0;
  }
}


/*
Why is discovering | section 3
-----------------------------*/
.homepage-section-3 .ctrl-wraper {
  overflow: visible;
}
.discover-box {
  background-color: #2653DA;
  text-align: center;
  color: #fff;
  padding: 30px 15px;
  border-radius: 22px;
  display: inline-block;
  width: 100%;
  box-shadow: 0px 30px 50px #8DAAFF;
  -ms-box-shadow: 0px 30px 50px #8DAAFF;
  -webkit-box-shadow: 0px 30px 50px #8DAAFF;
  border: 4px solid #FFFFFF;
  transition: all 0.35s ease;
}
.discover-box:hover { 
  background-color: #ffffff;
  transform: scale(1.1); 
  color: #2653DA;
}
.discover-box:hover img.original-img {
  display: none;
}
.discover-box img.hover-img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.discover-box:hover img.hover-img {
  position: relative;
  left: auto;
  transform: translateX(0);
  z-index: 1;
}
.discover-box img {
  display: block;
  margin: 0 auto;
}
.discover-box p {
 font-size: 18px;
 line-height: 1.1;
 text-align: center;
}
.discover-header p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.homepage-section-3 .et_pb_column:nth-child(1) {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .homepage-section-3 .et_pb_text_4 { align-items: unset; }
  .homepage-section-3 .et_pb_row_3 {
    display: flex;
    align-items: center;
  }
  .homepage-section-3 img {  
    margin-bottom: 17px;
    height: 90px;
    max-width: 60px;
  }

  .discover-box { min-height: 300px; }
  .discover-header p {
    font-size: 30px;
    line-height: 1.2;
  }
  .homepage-section-3 .et_pb_column {
    width: 20%;
    margin-right: 20px;
  }
  .homepage-section-3 .et_pb_column:nth-of-type(1) { width: 30%; }
}

@media (min-width: 1200px) {
  .discover-box { min-height: 330px; }
  .homepage-section-3 .et_pb_column {
    width: 21.4%;
  }
}

@media (min-width: 1440px) {
  .homepage-section-3 {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
  }
  .homepage-section-3 .et_pb_column {
    width: 100%;
    margin-right: 47px;
    max-width: 257px;
  }
  .homepage-section-3 .et_pb_column:nth-of-type(1) {
    width: 100%;
    padding-left: 40px;
    max-width: 370px;
  }
  .homepage-section-3 .et_pb_column:last-child {
    margin-right: 0;
  }
  .discover-header p {
    font-size: 40px;
    max-width: 315px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 330px;
    padding-top: 56px;
    letter-spacing: -1px;
    font-weight: 400;
  }
  .discover-box p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .homepage-section-3 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .discover-header p br {
    display: none;
  }
  .discover-box {
    box-shadow: 0px 4px 19px #8DAAFF;
    -ms-box-shadow: 0px 4px 19px #8DAAFF;
    -webkit-box-shadow: 0px 4px 19px #8DAAFF;
  }
}

/*
jaydeb
Revenue Accelerator section | section 4
-------------------------------------*/
.sec-revenue-accelerator .content-box {
  margin-bottom: 0 !important;
}
.sec-revenue-accelerator {
  color: #fff;
  background: linear-gradient(179.97deg, #445EE8 6.4%, #1C25A4 45.39%);;
  position: relative;
  z-index: 8;
}
.sec-revenue-accelerator .img-box { width: 100%; }
.sec-revenue-accelerator .content-box h3 {
  font-weight: 900;
  font-size: 32px;
  color: #fff;
  line-height: normal;
  font-family: 'Montserrat';
}
.sec-revenue-accelerator .content-box h3 span {
  font-size: 24px;
  color: #30FFCD;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Roboto";
  font-weight: 500;
}
.sec-revenue-accelerator .content-box h3 sup {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  right: -5px;
}
.sec-revenue-accelerator .content-box p {
  font-weight: 900;
  font-size: 16px;
  line-height: 119.5%;
  color: #FFFFFF;
  font-family: 'Montserrat';
}
.sec-ra-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ra-list-item .et_pb_blurb_content { display: flex; }
.ra-list-item .et_pb_main_blurb_image {
  display: inline-block !important;
  width: auto !important;
  margin-right: 15px;
  margin-bottom: 0px !important;
}
.ra-list-item .et_pb_main_blurb_image span { width: 60px; }
.ra-list-item .et_pb_blurb_container{ max-width: 210px; }
.ra-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;
  padding-bottom: 0;
}
.ra-list-item .et_pb_blurb_container p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 116.5%;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .sec-revenue-accelerator .content-box h3 { font-size: 42px; }
  .sec-revenue-accelerator .content-box h3 span { font-size: 36px; }
  .sec-revenue-accelerator .content-box p { font-size: 18px; }
  .ra-list-item .et_pb_blurb_content { max-width: 100%; }
  .ra-list-item .et_pb_main_blurb_image { margin-right: 20px; }
  .ra-list-item .et_pb_main_blurb_image span  { width: 80px; }
  .ra-list-item .et_pb_blurb_container .et_pb_module_header { font-size: 20px; }
  .ra-list-item .et_pb_blurb_container p { font-size: 20px; }
}

@media (min-width: 992px) {
  .et_pb_section.sec-revenue-accelerator {
    background: url(../../../uploads/2020/06/ra-bg11.png) no-repeat right 30px #f7f9fb;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 200px;
  }
  .et_pb_row.sec-revenue-accelerator-top { padding-bottom: 50px; }
  .sec-revenue-accelerator .content-box h3 {
    font-size: 48px;
    line-height: normal;
  }
  .sec-revenue-accelerator .content-box h3 span {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .sec-revenue-accelerator .content-box p { font-size: 30px; }
  .sec-ra-list .et_pb_column:nth-of-type(1) .ra-list-item .et_pb_blurb_content { justify-content: flex-end; }
  .sec-ra-list .et_pb_column:nth-of-type(2) .ra-list-item:nth-of-type(1) { margin-bottom: 40px; }
  .ra-list-item .et_pb_main_blurb_image span { width: 100px; }
  .ra-list-item .et_pb_main_blurb_image { margin-right: 35px; }
  .ra-list-item .et_pb_blurb_content { align-items: center; }
  .ra-list-item .et_pb_blurb_container .et_pb_module_header { font-size: 20px; }
  .ra-list-item .et_pb_blurb_container p { font-size: 20px; }
}

@media (min-width: 1200px) {
  .et_pb_section.sec-revenue-accelerator {
    padding-top: 300px;
    padding-bottom: 390px;
    /* background-position: right bottom; */
  }
  .et_pb_row.sec-revenue-accelerator-top { padding-bottom: 100px; }
  .sec-revenue-accelerator .img-box {
    position: absolute;
    right: -35px;
    top: -10px;
    width: 680px;
  }
  .sec-revenue-accelerator .content-box h3 {
    font-size: 60px;
    line-height: 1.2;
  }
  .sec-revenue-accelerator .content-box h3 span {
    font-size: 58px;
    letter-spacing: -5px;
  }
  .sec-revenue-accelerator .content-box p { font-size: 40px; }
  .sec-ra-list .et_pb_column:nth-of-type(1) {
    width: 45%;
    margin-right: 80px;
}
  .sec-ra-list .et_pb_column:nth-of-type(1) .ra-list-item .et_pb_blurb_content { justify-content: flex-end; }
  .sec-ra-list .et_pb_column:nth-of-type(2) { width: 34%; }
  .sec-ra-list .et_pb_column:nth-of-type(2) .ra-list-item:nth-of-type(1) { margin-bottom: 80px; }
  .ra-list-item .et_pb_main_blurb_image span { width: 130px; }
  .ra-list-item .et_pb_main_blurb_image { margin-right: 35px; }
  .ra-list-item .et_pb_blurb_content { align-items: center; }
  .ra-list-item .et_pb_blurb_container .et_pb_module_header { font-size: 20px; }
  .ra-list-item .et_pb_blurb_container p { font-size: 20px; }
  .sec-revenue-accelerator .svg-wave svg {
    height: 800px;
  }
  .sec-ra-list.et_pb_row {
    padding-left: 150px;
  }
}

@media (min-width: 1600px) {
  .sec-revenue-accelerator .content-box h3 span {
    font-size: 52px;
    letter-spacing: -5px;
  }
  .sec-revenue-accelerator .content-box { padding-left: 65px; }
  .sec-ra-list .et_pb_column:nth-of-type(1) {
    width: 55%;
    margin-right: 130px;
  }
  .sec-revenue-accelerator .img-box {
    position: absolute;
    right: -120px;
    top: -10px;
    width: 890px;
  }
  .et_pb_section.sec-revenue-accelerator {
    padding-top: 460px;
  }
}



/*
Increase your hospital revenues
------------------------------*/
.increase-revenues {
  background-color: transparent !important;
  position: relative;
  z-index: 9;
 }
.increase-revenues-wrapper .img-box { margin-bottom: 30px; }
.increase-revenues-wrapper .content-box h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 106.5%;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 0px;
  font-family: "Montserrat";
}
.increase-revenues-wrapper .content-box h3 i {
  color: #FF306E;
  font-style: normal;
 }

.increase-revenues-wrapper .img-box img {
  border-radius: 17px;
  border: 5px solid #FFFFFF;
  box-shadow: 40px 50px 70px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 40px 50px 70px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 40px 50px 70px rgba(0, 0, 0, 0.25);
}

@media (min-width: 576px) {
  .increase-revenues-wrapper .content-box h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .increase-revenues-wrapper .content-box p { font-size: 24px; }
}

@media (min-width: 992px) {
  .increase-revenues-wrapper {
    flex-direction: row-reverse;
    display: flex;
  }
  .increase-revenues-wrapper .content-box h3 {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 50px;
  }
  .increase-revenues-wrapper .content-box p { font-size: 30px; }
  
}

@media (min-width: 1200px) {
  .increase-revenues {
    position: relative;
    margin-top: -266px;
  }
  .increase-revenues-wrapper {
    flex-direction: row-reverse;
    display: flex;
  }
  .increase-revenues-wrapper .img-box {
    position: absolute;
    width: 640px;
    left: 0px
  }
  .increase-revenues-wrapper .content-box {
    margin-top: 50px;
    margin-left: -20px
  }
  .increase-revenues-wrapper .content-box h3 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .increase-revenues-wrapper .content-box p { font-size: 40px; }
  .increase-revenues-wrapper .img-box {
    top: -65px;
  }
}

@media (min-width: 1680px) {
  .increase-revenues-wrapper .img-box {
    position: absolute;
    width: 800px;
    left: 0px
  }
  .increase-revenues { margin-top: -240px; }
}
@media screen and (max-width: 767px) {
  .increase-revenues {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/*
Section Estimate
--------------*/

/* .sec-estimate { background-color: #fff !important; } */
.estimate-item {
  background-color: #435EE6;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 30px 50px #8DAAFF;
  -ms-box-shadow: 0px 30px 50px #8DAAFF;
  -webkit-box-shadow: 0px 30px 50px #8DAAFF;
  border: 4px solid #FFFFFF;
  transition: all 0.35s ease;
  position: relative;
}
.estimate-item:hover {
  background-color: #FFFFFF;
  transform: scale(1.1);
}
.estimate-item .et_pb_main_blurb_image { margin-bottom: 45px; }
.estimate-item .et_pb_module_header {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  line-height: 116.5%;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.estimate-item .et_pb_blurb_container,
.estimate-item .et_pb_blurb_container p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #FFFFFF;
}
.estimate-item .et_pb_blurb_container p sup {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 116.5%;
  color: #FFFFFF;
}
.center-btn-box div {
  display: flex;
  justify-content: center;
}
.estimate-item:hover .et_pb_blurb_container,
.estimate-item:hover .et_pb_blurb_container p,
.estimate-item:hover .et_pb_module_header {
  color: #435EE6;
}
.estimate-item img.hover-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.estimate-item:hover img.hover-img {
  z-index: 1;
}
.sec-estimate .content-box p {
  font-size: 16px;
  line-height: 119.5%;
  color: #000000;
  font-family: "Roboto";
  font-weight: 500;
}
.sec-estimate.et_pb_section {
  padding-top: 0;
}
@media screen and (min-width: 567px) {
  .sec-estimate .content-box p { font-size: 24px; }
}
@media (min-width: 992px){
  .estimate-wraper { display: flex; }
  .estimate-wraper .et_pb_column  {
    width: 29.5%;
    margin-right: 6.5%;
  }
  .estimate-item {
    padding: 30px;
    height: 100%;
  }
  .estimate-item img {
    max-width: 80%;
  }
}

@media (min-width: 1200px){
  .estimate-wraper { margin-bottom: 45px; }
  .estimate-item {
    padding: 45px 55px 20px;
    height: 100%;
    min-height: 367px;
  }
  
  .estimate-item .et_pb_blurb_container {
   height: 170px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
  }
  .estimate-item .et_pb_blurb_container,
  .estimate-item .et_pb_blurb_container p { font-size: 20px; }
  .sec-estimate .content-box p { font-size: 40px; }
}
@media screen and (max-width: 767px) {
  .sec-estimate {
    padding-top: 0;
    padding-bottom: 0;
  }
  .estimate-wraper {
    padding-top: 0;
  }
  .estimate-item {
    box-shadow: 0px 8px 20px #8DAAFF;
    -ms-box-shadow: 0px 8px 20px #8DAAFF;
    -webkit-box-shadow: 0px 8px 20px #8DAAFF;
  }
}



/*
Orthopedic Surgery Center in Texas
------------------------------- */
/* .et_pb_section.sec-orthopedic-surgery { background-color: #fff; } */
.sec-orthopedic-surgery .et_pb_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec-orthopedic-surgery p {
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  text-align: center;
}
.home-service-slider .et_pb_slide_title {
  font-family: "Roboto";
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.4;
  color: #ffffff;
  text-shadow: none;
}
.home-service-slider  .et_pb_button {
  background: #1E1D45;
  border-radius: 46px;
  font-size: 14px;
  line-height: 1.4;
  max-width: 154px;
  width: 100%;
  padding: 10px 15px;
  border: none;
  text-align: center;
  margin-top: 0;
}
.home-service-slider  .et_pb_button:after {
  top: 2px;
}
.home-service-slider  .et_pb_button:hover,
.home-service-slider  .et_pb_button:focus {
  padding: 10px 10px;
  border: none;
  background: rgba(30,29,69,0.7);
}
.home-service-slider {
  padding-bottom: 40px;
}
.home-service-slider .et_pb_slide {
  border: none;
  background: none !important;  
  border-radius: 13px;
  padding: 0;
}
.home-service-slider .et_pb_slide_description {
  background: #C90048;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 13px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-service-slider .et-pb-controllers {
  bottom: 0px;
}
.home-service-slider .et-pb-controllers a {
  background-color: #B6C0C9 !important;
  opacity: 1;
  font-size: 0;
}
.home-service-slider .et-pb-controllers a.et-pb-active-control {
  background-color: #003764 !important;
}
.home-service-slider .et_pb_slide_image {
  display: block !important;
  margin-bottom: 50px;
}
.home-service-slider .et_pb_slide:first-child .et_pb_slide_image img {
  opacity: 1;
  animation-name: none;
}
.home-service-slider .et_pb_slide_content {
  font-size: 15px !important;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.home-service-slider .et_pb_slider_container_inner {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home-service-slider .et_pb_slide .et_pb_slide_description {
    border-radius: 13px;
    text-align: left; 
    padding: 25px 30px;
    -webkit-animation-name: textFromRight;
    /* -webkit-animation-duration: 10s; */
            animation-name: textFromRight;
            /* animation-duration: 10s; */
    width: 100% !important;
  }
  /* .home-service-slider .et_pb_slide .et_pb_slide_image {
    width: 58% !important;
    margin-bottom: 0;
  } */
  .home-service-slider .et_pb_button {
    margin-top: 20px;
  }
}

@media (min-width: 992px){
  .sec-orthopedic-surgery .et_pb_row {
    display: flex;
    flex-direction: row;
  }
  .sec-orthopedic-surgery .et_pb_column {  margin-right: 30px; }
  .sec-orthopedic-surgery p {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    margin-top: -20px;
  }
  .home-service-slider .et_pb_slide .et_pb_slide_description,
  .home-service-slider .et_pb_slide .et_pb_slide_image {
    display: inline-block !important;
  }
  .home-service-slider .et_pb_slide .et_pb_slide_description {
    display: flex !important;
    height: 100%;
    flex-direction: column;
  }
  .home-service-slider .et_pb_slide .et_pb_slide_image {
    margin-top: 0 !important;
    position: relative;
    height: 100%;
  }
  .home-service-slider .et_pb_slide .et_pb_slide_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec-orthopedic-surgery p {
    padding-bottom: 40px;
  }
  .home-service-slider .et-pb-controllers {
    text-align: right;
  }
  .home-service-slider .et_pb_slide_content {
    font-size: 18px !important;
  }
  .home-service-slider .et_pb_button {
    font-size: 15px;
  }
  .home-service-slider .et_pb_button:after {
    top: 4px;
  }
}

@media (min-width: 1200px){
  .et_pb_section.sec-orthopedic-surgery {
    padding-top: 30px;
  }
  .sec-orthopedic-surgery .et_pb_column {  margin-right: 45px; }
  .sec-orthopedic-surgery p {
    font-size: 30px;
    line-height: 42px;
  }
  .home-service-slider .et_pb_slide .et_pb_slide_description {
    width: 100% !important;
    padding: 40px 60px;
  }
  .home-service-slider .et_pb_slide_title {
    font-size: 20px !important;
  }
  .home-service-slider .et_pb_slide_content {
    font-size: 20px !important;
  }
}
@media (min-width: 1440px) {
  .sec-revenue-accelerator .ctrl-wraper.et_pb_row,
  .homepage-section-2 .ctrl-wraper.et_pb_row,
  .homepage-section-3 .ctrl-wraper.et_pb_row { 
    max-width: 1330px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1550px) {
  .sec-orthopedic-surgery p {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-orthopedic-surgery  {
    padding-top: 0;
    padding-bottom: 0;
  }
}
