/*
 Theme Name:   Ryalto
 Description:  Twenty Seventeen Child Theme
 Author:       Ryalto
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ryalto
*/

* {}

img {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #3C3C3B;
}

input,
textarea {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-block-start: 0;
  margin-block-end: 0.5em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0em;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h3 {
  text-align: center;
  font-weight: 700;
  margin: 100px 0;
  font-size: 24px;
  line-height: 45px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 32px;
}

a {
  color: #2B98F0;
}

h4 a {
  color:#fff;
  text-decoration: none;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.center,
.footer-widget-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
}

.menu-toggle,
.custom-header,
.skip-link,
.entry-header,
.site-info,
#toggle {
  display: none;
}

#toggle {
  z-index: 999;
}

.wrap {
  padding: 0 !important;
  margin: 0;
}

.navigation-top {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.20);
  border-top: #FBC00B 2px solid;
  padding: 0 60px;
}

.menu-top-menu-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  list-style-type: none;
}

.menu-top-menu-container a {
  float: left;
  color: #3C3C3B;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
}

.menu-top-menu-container ul {
  display: inline-flex;
  float: right;
  margin: 0;
  overflow: hidden;
  height: 90px;
  list-style-type: none;
}

.menu-top-menu-container ul li {
  padding: 0 20px;
}

#menu-item-41 a {
  color: #2B98F0;
}

.logo {
  position: absolute;
  z-index: 999;
  max-width: 152px;
  top: 50%;
  transform: translateY(-50%);
}

.logo img.white {
  display: none;
}

.panel-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1600px;
  position: relative;
}

.ry-start,
.ry-health-prof {
  /*min-height: 680px;*/
  z-index: 1;
  position: relative;
}

.ry-start {
  padding-top: 180px;
  padding-bottom: 120px;
}

.ry-health-prof {
  padding-top: 100px;
  padding-bottom: 50px;
}

.ry-organisations {
  padding-top: 50px;
  padding-bottom: 100px;
}

.ry-team {
  padding-top: 100px;
}

.ry-start-text,
.ry-health-prof-text,
.ry-health-org-text,
.cust-title,
.team-title,
.contact-title,
.ry-organisations,
.dl-steps-row {
  position: relative;
  height: 100%;
  width: 100%;
}

.health-org-container {
  margin-top: 40px;
}

.ry-health-org-text {
  min-height: 250px;
  margin-left: -8vh;
}

#health-org-1 {
  margin-left: -6vh;
}

#health-org-2 {
  margin-left: -4vh;
}

#health-org-3 {
  margin-left: -2vh;
}

#health-org-4 {
  margin-left: 0vh;
}

.ry-prof-img {
  position: absolute;
  top: 0px;
  right: 20vh;
  height: 100%;
}

.underline {
  stroke: #2B98F0;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 100%;
}

#prod-intro-ul,
#prod-health-ul,
#ry-health-org-ul,
#ry-cust-ul,
#ry-team-ul,
#ry-contact-ul {
  position: absolute;
  top: 58%;
  left: -10px;
  width: 100%;
  height: 20px;
}

#prod-intro-ul {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: dash 3s linear forwards;
}

#dot,
#arrow1point,
#arrow2point {
  opacity: 0;
}

.phone-img {
  position: relative;
}

#phone-annotate-1 {
  position: absolute;
  right: 100px;
  top: -50px;
  width: 90px;
  height: 90px;
}

#ry-health-org-ul {
  top: 130px;
}

#ry-cust-ul,
#ry-team-ul,
#ry-contact-ul {
  top: 70px;
}

#ry-contact-ul {
  left: 0;
}

#phone-01 {
  max-width: 313px;
  display: block;
  margin: 0 auto;
  transform: rotate(-13deg);
}

#phone-02 {
  max-width: 265px;
  display: block;
  margin: 0 auto;
  transform: rotate(12deg);
}

#phone-03 {
  max-width: 320px;
  display: block;
  margin: 0 auto;
  transform: rotate(-8deg);
}

#right-text {
  margin-right: 20px;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  left:-10px;
  width:100%;
}

.download {
  position: absolute;
  right: 0;
  bottom: 120px;
  text-align: center;
}

#iOS,
#android {
  max-width: 135px;
  height: auto;
  display: inline-block;
  padding: 15px;
}

svg {
  fill: none;
}

.ic-float {
  position: absolute;
  max-width: 65px;
  max-height: 65px;
  opacity: 0.5;
}

#firstaid {
  transform: rotate(23deg);
  right: 20px;
}

#compass {
  top: 500px;
}

#ic_chat,
#ic_chat_org {
  right: 10vh;
  transform: rotate(16deg);
  bottom: 60px;
}

#ic_speech {
  left: 27vw;
  opacity: 1;
  transform: rotate(12deg);
  bottom: 60px;
}

#ic_shift {
  top: 8vh;
  left: 8vh;
  transform: rotate(-22deg);
}

#ic_news {
  right: 8vh;
  bottom: 8vh;
  transform: rotate(22deg);
}

#ic_chat_org {
  top: 20vh;
  bottom: unset;
}

#dl-ul {
  stroke: #FBC00B;
  position: absolute;
  top: 25%;
  left: 32%;
  width: 130px;
  height: 20px;
}

.ry-health-prof-container {
  position: absolute;
  width: 100%;
}

.health-prof-points,
.health-prof-points .so-widget-sow-editor,
.health-prof-points .textwidget {
  position: relative;
  min-height: 50px;
}

.fadeout {
  animation: fadeout 1s ease-in-out forwards;
}

@keyframes fadeout {
  from {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
}

.fadein {
  animation: fadein 1s ease-in-out forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.health-prof-points {
  margin: 10px 0px;
}

.point-ic {
  width: 50px;
  height: 50px;
  background: #2B98F0;
  border-radius: 100%;
  float: left;
  position: relative;
}

.point-ic img {
  max-width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.point-text {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 36px;
}

.health-prof-points svg {
  stroke: #FBC00B;
  position: absolute;
  width: 100%;
  height: 7px;
}

#bs-ul {
  top: 80%;
  left: 17%;
  max-width: 135px;
}

#msg-ul {
  top: 45%;
  left: 11%;
  max-width: 250px;
}

#num-ul {
  top: 80%;
  left: 48%;
  max-width: 180px;
}

#news-ul {
  top: 80%;
  left: 29%;
  max-width: 175px;
}

#col-ul {
  top: 45%;
  left: 11%;
  max-width: 215px;
}

.dl-steps-row {
  color: #fff;
  text-align: center;
  padding: 50px 0 130px 0;
}

.dl-steps-box {
  position: relative;
  min-height: 330px;
  padding: 0 30px;
}

.test-row {
  padding-top: 25px;
  padding-bottom: 25px;
}

.step-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 10;
}

.step-body h4 {
  line-height: 36px;
}

.step-brdr {
  stroke: #ffffff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 100%;
  height: 330px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.dl-title {
  position: relative;
}

.dl-step-container {
  margin-top: 80px;
}

#dl-ry-ul {
  stroke: #FBC00B;
  position: absolute;
  height: 8px;
  max-width: 430px;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}

.step-ul-svg {
  stroke: #FBC00B;
  position: absolute;
}

#stp-ul {
  height: 7px;
  max-width: 70px;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

#gplay-ul {
  height: 10px;
  max-width: 150px;
  bottom: 18%;
  left: 18%;
}

#app-ul {
  height: 7px;
  max-width: 125px;
  bottom: 3%;
  left: 30%;
}

#reg-ul {
  height: 7px;
  max-width: 100px;
  bottom: 3%;
  left: 27%;
}

#exc-ul {
  top: 75%;
  right: -6%;
  width: 15px;
  max-height: 50px;
  stroke-width: 2;
}

.white-ul {
  stroke: #fff;
  stroke-width: 5;
}

#up-arrow,
#down-arrow {
  position: absolute;
  height: 60px;
  max-width: 195px;
  left: 78%;
  bottom: -10vh;
}

#down-arrow {
  bottom: 0;
  transform: scale(1, -1);
}

.org-text {
  line-height: 34px;
}

.org-text span {
  font-size: 20px;
  font-weight: 700;
  color: #2B98F0;
}

.quote,
.author {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 52px;
}

.author {
  margin-top: 15px;
  float: right;
  position: relative;
  text-align:right;
}

.author img {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.contact-row {
  color: #fff;
  padding: 120px 0;
  background-image: url('/wp-content/uploads/2019/01/stephoscope@2x.png');
  background-size: 50%;
  background-position: 110% center;
  background-repeat: no-repeat;
}

.contact-name-container,
.contact-email-container {
  display: inline-block;
  width: 50%;
  padding: 0 25px;
}

.contact-email-container {
  float: right;
}

.contact-msg-container,
.contact-check-container {
  padding: 0 25px;
}

.contact-check-container {
  text-align: center;
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.nf-before-form-content {
  padding: 25px;
  text-align: right;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #fff !important;
}

.nf-error-msg {
  padding: 5px 5px 0 0;
}

.label-right .checkbox-wrap .nf-field-label {
  width: 100% !important;
}

.label-hidden .nf-field-element input,
.label-hidden .nf-field-element textarea {
  background: rgba(255, 255, 255, 0.33);
  border: 4px solid #FFFFFF;
  border-radius: 50px;
  min-height: 70px;
  padding: 0 40px;
}

.label-hidden .nf-field-element textarea {
  border-radius: 30px;
  padding: 20px 40px;
}

.label-hidden .nf-field-element input::placeholder,
.label-hidden .nf-field-element textarea::placeholder {
  color: #fff;
  font-size: 18px;
}

.contact-btn-container {
  height: 70px;
  width: 225px;
  left: 50%;
  transform: translatex(-50%);
}

.field-wrap input[type=button] {
  width: 100% !important;
  height: 100%;
  background: #fff;
  border: solid 2px #fff;
  border-radius: 50px;
  transition: all .2s ease-in-out;
  color: #2B98F0;
}

.field-wrap input[type=button]:hover {
  background: #2B98F0;
  color: #fff;
}

.contact-btn-container .submit-wrap {
  height: 70px;
}

.contact-btn-container input {
  font-weight: 700;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-footer {
  position: relative;
  width: 100%;
  background: #3C3C3B;
  color: #fff;
  min-height: 100px;
}

#team-text {
  margin: 0 auto;
}

a#scroll-to-top {
  z-index: 999;
}

.footer-links {
  display: flex;
  text-align: center;
}

.footer-links a {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}
.footer-links a:hover {
  color:#FBC00B;
}

.priv {
  width: 50%;
  float: left;
  text-align: right;
}

.terms {
  width: 45%;
  float: right;
  text-align: left;
}
@media screen and (max-width:1940px) {
  .panel-content {
    width: 1200px;
  }
}
@media screen and (max-width:1500px) {
  .panel-content {
    width: 1170px;
  }
}

@media screen and (max-width: 1025px) {
  .panel-content {
    width: 1024px;
    padding: 0;
  }
  .menu-top-menu-container a {
    font-size: 20px;
  }
  .ry-start,
  .ry-health-prof,
  .ry-cust,
  .ry-team,
  .contact-row {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  #pgc-17-1-0 {
    width: 70% !important;
  }
  #bs-ul {
    top: 80%;
    left: 18%;
  }
  #msg-ul {
    top: 40%;
  }
  #num-ul {
    left: 55%;
  }
  #news-ul {
    left: 33%;
  }
  #point-5 .point-text {
    width: 100%;
  }
  .ry-prof-img {
    right: 0;
    top: 50px;
    overflow: hidden;
    width: 420px;
  }
  .dl-step-container .panel-grid-cell {
    min-width: 330px;
  }
  .dl-steps-box {
    width: 100%;
    padding: 0;
  }
  .step-brdr {
    width: 330px;
  }
  #phone-03 {
    margin-top: 27vh;
  }
  #ic_speech {
    left: 35vw;
  }
}

@media screen and (max-width: 801px) {
  .navigation-top,
  .logo,
  .logo img {
    height: 120px;
  }
  .logo {
    position: absolute;
  }
  .logo img.transparent,
  .logo img.white {
    display: block;
  }
  .logo img {
    position: absolute;
    min-width: 152px;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }
  .transparent {
    opacity: 0;
    pointer-events: none;
  }
  #popout {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #2B98f0;
    color: white;
    top: 0px;
    left: -100%;
    overflow: auto;
    transition: all .75s linear 0s;
    -moz-transition: all .75s linear 0s;
    -webkit-transition: all .75s linear 0s;
    -o-transition: all .75s linear 0s;
    -ms-transition: all .75s linear 0s;
  }
  #toggle {
    display: block;
    float: right;
    position: relative;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .menu-top-menu-container ul {
    display: block;
    float: left;
    height: 100%;
    padding-top: 150px;
  }
  .menu-top-menu-container ul li {
    width: 100%;
    height: 150px;
    padding: 0;
  }
  .menu-top-menu-container ul li a:hover:before {
    content: '';
    position: absolute;
    border-radius: 10px;
    height: 7px;
    width: 100%;
    box-shadow: 0 55px 0 0 #FBC00B;
  }
  .menu-top-menu-container ul li a {
    color: #FFF;
    float: none;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
    right: 0;
    transform: unset;
  }
  #menu-item-41 a {
    color: #fff;
    font-weight: 700;
  }
  .navigation-top {
    width: 100%;
    padding: 0;
  }
  .main-navigation {
    padding: 0 25px;
  }
  .panel-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  #phone-01 {
    margin-left: -80px;
    margin-top: 50px;
  }
  .ry-health-prof {
    padding-top: 0;
  }
  .ry-start {
    padding-bottom:200px ;
  }
  .download {
    bottom:0;
  }
  #pgc-17-1-0 {
    width: 100% !important;
  }
  .health-prof-points {
    margin: 30px 0;
  }
  .point-text {
    left: 15%;
  }
  #phone-02 {
    margin-right: -6vh;
  }
  #dot,
  #arrow1point,
  #arrow2point {
    opacity: 1;
  }
  #compass {
    top: 720px;
    left: -180px;
  }
  .fadeout {
    animation: none;
  }
  #bs-ul {
    top:40%;
    left: 22%;
  }
  #msg-ul {
    top: 10%;
    left: 15%;
  }
  #num-ul {
    left: 60%;
  }
  #news-ul {
    left: 37%;
  }
  #point-5 .point-text {
    width: 100%;
  }
  #col-ul {
    left: 14%;
  }
  .dl-steps-row {
    padding-bottom: 50px;
    overflow-x: hidden;
  }
  .dl-step-container {
    display: block !important;
  }
  #step2-container {
    margin-left: 33vw;
    margin-bottom: 30px;
  }
  #step3-container {
    margin-left: 57vw;
  }
  .contact-row {
    background-size: 120%;
    background-position: 200px center;
  }
  #up-arrow {
    left: 5vw;
    transform: rotate(60deg);
    bottom: -12vh;
  }
  #down-arrow {
    left: 75vw;
    bottom: -28vh;
    transform: rotate(60deg) scale(1, -1);
  }
  #ic_shift {
    top: 20vh;
    left: 80vw;
  }
  #ic_news {
    right: 80vw;
  }
  #phone-03 {
    margin-left: -8vw;
  }
  .ry-organisations #ic_chat {
    top: 5vh;
    left: 5vw;
  }
  .owl-stage {
    padding: 20px 0;
  }
  #team-text {
    width: 100%;
  }
  #ic_speech {
    left: 44vw;
  }
  .footer-widget-1 {
    width: 95%;
  }
  .footer-links p,
  .footer-links a {
    color: #ffffff;
    font-size: 14px;
  }
}

@media screen and (max-width: 622px) {
  h1 {
    font-size: 35px;
  }
  h3 {
    font-size: 20px;
    line-height: 35px;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
    line-height: 18px;
  }
  .navigation-top,
  .logo,
  .logo img {
    height: 70px;
  }
  .logo img {
    min-width: 110px;
  }
  #toggle {
    top: 20px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .menu-top-menu-container ul {
    padding-top: 100px;
  }
  .menu-top-menu-container ul li {
    height: 100px;
  }
  .menu-top-menu-container ul li a {
    font-size: 30px;
  }
  .ry-start,
  .ry-health-prof,
  #pgc-17-3-1,
  .ry-cust,
  .ry-team,
  .contact-row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .point-ic,
  .arrow-con,
  #firstaid,
  #ic_chat,
  #compass {
    display: none;
  }
  #ic_shift {
    top: 6vh;
    right: -20px;
    left: auto;
  }
  #ic_news {
    right: auto;
    left: -20px;
  }
  #ic_speech {
    left: 54vw;
    bottom: 50px;
  }
  #ic_chat_org {
    top:0;
  }
  .ry-start {
    display: block !important;
    height: 100%;
    padding-top: 150px;
  }
  .ry-organisations {
    display: block !important;
    height: 100%;
  }
  #pgc-17-0-0 {
    width: 60% !important;
    float: right;
  }
  #pgc-17-0-1,
  #pgc-17-3-1,
  .dl-step-container .panel-grid-cell,
  #pgc-17-3-0 {
    width: 100% !important;
  }
  .ry-start-img {
    right: 0;
    top: 100px;
    width: 75%;
    overflow: hidden;
    position: absolute;
  }
  .ry-start-text {
    margin-top: 60vh;
  }
  #phone-01 {
    width: 75%;
    margin: 0 auto;
    float: right;
  }
  #right-text {
    position: relative;
    transform: translateY(-50%);
    width: 100%;
    left:0;
  }
  .download {
    bottom: 90px;
    left: 0;
  }
  #iOS,
  #android {
    padding: 5px;
  }
  #prod-intro-ul,
  #prod-health-ul,
  #ry-health-org-ul,
  #ry-cust-ul,
  #ry-team-ul,
  #ry-contact-ul {
    width: 430px;
    top: 60%;
    left: -26%;
    transform: scale(.6, .6);
    stroke-width: 6;
  }
  #ry-health-org-ul {
    top: 100%;
  }
  .ry-health-prof {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #pgc-17-1-0 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  #pgc-17-1-1 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100% !important;
    min-height: 400px;
    position: relative;
  }
  .ry-prof-img {
    position: relative;
    top: 0;
    width: 100%;
  }
  #phone-02 {
    max-width: 150px;
    margin: 0 auto;
  }
  .health-prof-points {
    width: 100%;
    margin: 0;
  }
  .point-text {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #point-3 .point-text {
    width: 80%
  }
  #bs-ul {
    left: 13%;
    top: 40%;
  }
  #msg-ul {
    top: 25%;
    left: -2%;
  }
  #num-ul {
    left: 25%;
    top: 92%;
  }
  #news-ul {
    left: 37%;
    top: 45%;
  }
  #col-ul {
    left: 0%;
    top: 25%;
  }
  #dl-ry-ul {
    max-width:430px;
    transform: scale(0.8, 0.8);
    stroke-width: 6;
    left: -1%;
  }
  .dl-step-container {
    margin-top: 0;
  }
  .dl-step-container .panel-grid-cell,
  #step2-container,
  #step3-container {
    margin: 0 auto;
  }
  .step-brdr {
    left: 50%;
    transform: translateX(-50%);
  }
  #step1-container .step-content {
    width: 50%;
  }
  #step2-container .step-content {
    width: 60%;
  }
  #step3-container .step-content {
    width: 50%;
  }
  #gplay-ul {
    bottom: 23%;
    left: 15%;
  }
  #app-ul {
    left: 26%;
  }
  #reg-ul {
    left: 28%;
  }
  #exc-ul {
    top: 67%;
    right: -10%;
  }
  #dl-ul {
    width:120px;
    left: 40%;
  }
  .ry-org-img {
    position: relative;
    top: 0;
    width: 100%;
  }
  #phone-03 {
    max-width: 150px;
    margin: 0 auto;
  }
  .ry-health-org-text {
    margin: 0 auto;
    min-height: inherit;
  }
  #health-org-1,
  #health-org-2,
  #health-org-3,
  #health-org-4 {
    margin-left: 0;
  }
  .ry-health-org-text #right-text {
    transform: translateY(0);
  }
  .ry-organisations {
    padding-bottom: 0;
  }
  .quote,
  .author {
    font-size: 20px;
    line-height: 32px;
  }
  .ry-team {
    padding-top: 0;
  }
  .contact-msg-container,
  .contact-check-container,
  .contact-name-container,
  .contact-email-container {
    padding: 0;
  }
  .contact-row {
    padding: 60px 0;
  }
  #ry-team-ul {
    top: 10%;
  }
  .nf-before-form-content {
    text-align: center;
  }
  .contact-name-container,
  .contact-email-container,
  .contact-check-container {
    width: 100%;
  }
  .site-footer {
    min-height: 200px;
  }
  .footer-links,
  .footer-links div {
    display: inline-block !important;
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 361px) {
  #prod-intro-ul,
  #prod-health-ul {
    top: 48%;
    left: -33%;
  }
  #ry-health-org-ul,
  #ry-cust-ul,
  #ry-contact-ul {
    left: -31%;
  }
  #bs-ul {
    left: 18%;
  }
  #msg-ul {
    left: 0;
  }
  #num-ul {
    left: 23%;
  }
  #news-ul {
    left: 35%;
  }
  #col-ul {
    left: 0%;
  }
  #dl-ul {
    width:130px;
    left:33%;
  }

  #step1-container .step-content {
    width: 55%;
  }
  #step2-container .step-content {
    width: 70%;
  }
  #step3-container .step-content {
    width: 60%;
  }
  #ry-cust-ul {
    top: 57%;
    left: -31%;
  }
  #ic_speech {
    left: 66vw;
  }
  #ic_shift {
    top: 0;
  }
}