/*! Place your custom styles here */

body {
    background-color: #ffffff;
}

.tabs-container.tabs--vertical .tabs {
  width: 26%;
  float: left;
}

.pricing-1 p:last-of-type {
  margin-bottom: 1.85714286em;
}

hr.short {
  width: 2.78571429em;
  border-color: #f6b00c;
  border-width: 2px;
}

input[type='submit']:disabled{
	color:grey;
}

.arrow-c1:after {
  content: "\2197 \FE0E";
}

.feature-c h4 {
  margin-bottom: 0.342105263157895em;
}

#addtoany_right {
  display: flex;
  justify-content: right;
}

/*!

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    height: 100vw;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

*/