.err {
  text-align: center !important;
}

.prc {
  font-size: 42px;
  background: -webkit-linear-gradient(#4E1761, #AA0964);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

th {
  text-align: center;
  background-color: #dd8b0f;
  color: white;
  font-size: 24px;
  padding: 0;
}

.wth3 h3 {
  color: white !important;
}

.plndtl {
  text-align: left;
  border: 10px;
  border-radius: 10px;
  background-color: #FAFBFF;
  padding: 0;
  box-shadow: 3px 3px 3px gray;
  transition: box-shadow .5s;
}

.plndtl:hover {
  box-shadow: 5px 5px 5px black;
}

table {
  border: none !important;
  border-radius: 10px;
  background-color: white;
  padding: 0;
}

.w {
  background-color: white;
  color: #3498DB;
  font-weight: bold;
  border-radius: 3px;
  padding-top: 5px;
  margin: 5px;
}

.row {
  margin: 10px;
}

#panel-8-0-0-0.so-panel.widget.widget_text.panel-first-child {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

#panel-8-0-0-1.widget_text.so-panel.widget.widget_custom_html {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

.dmn {
  background-color: rgba(52,152,219,0.6);
  border-radius: 10px;
  margin: 20px;
  margin-bottom: 0;
}

.cd-headline.rotate-1 {
  color: white;
  font-size: 40px;
}

ul.menu li a:hover {
  color: #2eff00;
}

.ftr {
  border-radius: 10px;
  background-color: white;
  padding: 10px;
  margin-bottom: 0px;
  box-shadow: 3px 3px 3px gray;
  transition: box-shadow .5s;
}

.ftr p {
  margin-top: -50px;
}

.btmr {
  padding-bottom: 50px;
}

.picn {
  margin-right: 5px;
}

.perth_contact_info_widget span {
  color: #f7f7ff;
}

textarea:focus {
  background-color: white;
}

a.go-top {
  margin-bottom: 0.5em;
}

@media (max-width: 1200px) {
  .grecaptcha-badge {
    margin-bottom: 3.7em;
  }

  a.go-top {
    margin-bottom: 1em;
  }
}

#tidio-chat-iframe {
  bottom: 1px !important;
}

.gp {
  margin-top: 1.5em;
}

.site-logo {
  height: 40px;
}

.slicknav_menu .fa {
  color: white;
}

@media only screen and (max-width:1024px) {
  .site-header {
    position: fixed !important;
  }
}

#panel-8-1-0-0.so-panel.widget.widget_perth_services_type_a.perth_services_widget.panel-first-child.panel-last-child .widget-title {
  margin-bottom: 40px;
}

#panel-8-0-0-3.so-panel.widget.widget_text.panel-last-child {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
  padding-top: 10px;
  color: white;
}

.slct {
  padding: 1px;
}

.fa-check {
  color: green;
}

.fa-times {
  color: red;
}

table.cmprsn td {
  border-left: 0px;
  border-right: 0px;
}

table.cmprsn {
  box-shadow: 5px 5px 5px gray;
  border-radius: 10px;
}

table {
  box-shadow: 3px 3px 3px gray;
  transition: box-shadow .5s;
}

table:hover,
.ftr:hover {
  box-shadow: 5px 5px 5px black;
}

.hdn {
  box-shadow: 3px 3px 3px gray;
  padding: 20px;
  color: black;
  border-radius: 10px;
}

.var {
  color: white;
  font-weight: bold;
  background-color: #9CC1FF;
  width: 300px;
}

#panel-747-0-0-0.so-panel.widget.widget_text.panel-first-child {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

#panel-747-0-0-1.widget_text.so-panel.widget.widget_custom_html {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

#panel-747-0-0-2.widget_text.so-panel.widget.widget_custom_html {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

#panel-747-0-0-3.so-panel.widget.widget_text.panel-last-child {
  background-color: rgba(52,152,219,0.6);
  padding: 1px;
  border-radius: 10px;
  margin: 20px;
}

.white {
  color: white;
}

/* Popup container - can be anything you want */

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext2 {
  visibility: hidden;
}

/* The actual popup */

.popup .popuptext2 {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #faa;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.popup .show2 {
  visibility: visible;
}

/* Toggle this class - hide and show the popup */

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1100px) {
  .dmn {
    display: none;
  }

  #tfrbtn {
    display: none;
  }

  .tfrbtn {
    display: none;
  }

  #btmcnt {
    width: 100%;
    position: fixed;
    bottom: -1.5%;
    margin-left: 0;
    z-index: 50;
    background-color: #002D99;
    overflow: hidden;
    height: 0;
    transition: height 1s;
  }

  .mrgncell {
    margin: 10px 30px 10px 30px;
  }
}

@media screen and (min-width: 1101px) {
  .dmn {
    width: 10%;
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2em;
    margin: 1%;
  }

  .row-width {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  #btmcnt {
    display: none;
  }

  img.cmplg {
    max-width: 150px;
  }
}

td {
  border: none !important;
  text-align: left;
  padding: 0;
  margin: 0;
}

select {
  border-radius: 8px;
}

table,
th,
tr {
  padding: 0;
  margin: 0;
}

.lgnbtn {
  background-color: grey !important;
  border-radius: 5px !important;
  margin: 0 10px 0 10px !important;
  padding-left: 0 !important;
}

.lgnbtn a {
  color: white !important;
}

.vps tr th {
  font-size: 150%;
}

.vpslt tr th {
  font-size: 150%;
}

.cosvps tr th {
  font-size: 150%;
}

.hidden-rows {
  display: none;
  transition: height 0.5s ease-in-out;
}

.visible-rows {
  display: block;
}

#masthead.site-header.clearfix {
  background-color: #ffffff;
}

select option {
  white-space: pre-line;
}

select {
  white-space: pre-line;
}