h1, h2, h3, h4, p, li {
    margin: 0;
    font-weight: normal;
}

a {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.section-header {
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    font-size: 30px;
}

.magenta {
    background-color: #e066ff;
}

.green {
    background-color: #7ed321;
}

.blue {
    background-color: #2b3f56;
}

.blue-text {
    color: #2b3f56 !important;
}

.magenta-text {
    color: #e066ff !important;
}

.green-text {
    color: #7ed321 !important;
}

.dark-green-text {
    color: #5fa11a !important;
}

.dark-magenta-text {
    color: #32013e !important;
}

.blue-border {
    border: 1px solid #2b3f56;
}

.magenta-border {
    border: 1px solid #e066ff;
}

.green-border {
    border: 1px solid #7ed321;
}

.btn-reg {
    border: none;
    color: #fff;
}

.coming-soon-btn {
    background-color: #fafafa;
    border: solid 1px #cacaca;
    color: #9b9b9b;
}

.btn-inverted {
    background-color: #fff;
}

.btn-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.btn {
    top: 0;
    transition: all .20s ease;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    font-family: "HelveticaNeueBold";
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.btn-shadow:hover {
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    top: 1px;
}

.btn-shadow:active {
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    top: 1px;
}

.btn-lg {
    width: 298px;
    height: 62px;
}

.btn-md {
    width: 177px;
    height: 40px;
}

.btn-sm {
    width: 153px;
    height: 34px;
}

.flex-area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#pluot-unbox-modal, #pluot-pro-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

#pluot-unbox-modal .inner, #pluot-pro-modal .inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.flex-section-center {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}

.backtick {
    border-radius: 1.5px;
    background-color: #fafafa;
    color: #c92455;
    font-size: 13px;
    line-height: 21px;
    width: 54px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-family: "Courier New";
}

.close {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: 0;
}

.close:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 0;
}

.purple-section {
    background-color: #32013e;
    padding: 50px 0px 100px 0px;
}

.purple-section .header, .purple-section .subheader {
    margin: 0;
}

.purple-section .header {
    font-family: "HelveticaNeueBold";
    color: #fff;
}

.purple-section .subheader {
    font-family: "HelveticaNeueLight";
    color: #e066ff;
}

.checkout-link-clickable {
    color: #fff;
    cursor: pointer;
}

.checkout-link-unclickable {
    color: #9b9b9b;
    cursor: none;
}


/*
    top-section
*/

.top-section {
    background-image: url("../images/image-pluotco-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 694.5px;
    padding: 25px 0;
}

.top-section .pluot-logo {
    width: 170px;
    height: 56.5px;
    fill: #fff;
}

.top-section .navigation {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 960px;
}

.top-section .navigation .links {
    color: #fff;
}

.top-section .navigation .links a {
    color: #fff;
    font-size: 14.1px;
    font-family: "HelveticaNeueBold";
    text-decoration: none;
    margin-left: 20px;
}

.top-section .navigation .links a.magenta-text {
    color: #e066ff;
    text-transform: uppercase;
}

.top-section>div:last-child {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    height: 100%;
}

.top-section h1 {
    font-size: 48px;
    font-family: "HelveticaNeueBold";
    margin-bottom: 26px;
    text-align: center;
}

.top-section p {
    font-size: 22px;
    margin: 0px;
    font-family: "HelveticaNeueRegular";
    line-height: 24px;
}

.top-section .or-divider {
    font-size: 10px;
    margin-top: 11.5px;
    margin-bottom: 12.5px;
    font-family: "HelveticaNeueBold";
}

.top-section .btn-area {
    margin-top: 29px;
}

.top-section .btn-area form {
  margin-top: 30px;
  display: flex;
}

.top-section .btn-area form input,
.schedule-a-demo-section .try-pluot-pro form input{
  box-sizing: border-box;
}

.top-section .btn-area form input:first-child,
.schedule-a-demo-section .try-pluot-pro form input:first-child {
  border: solid 1px #cacaca;
  font-size: 16px;
  font-family: "HelveticaNeue";
  padding: 20px 14px;
  width: 312px;
  border-radius: 3px;
  color: #000;
  background-color: #fff;
  margin-bottom: 12px;
  height: 48px;
  text-align: center;
  box-shadow: none;
}

.schedule-a-demo-section .try-pluot-pro form input:first-child {
  margin-top: 20px;
  width: 210px;
  height: 50px;
}

.top-section .btn-area form input:first-child:disabled,
.schedule-a-demo-section .try-pluot-pro form input:first-child:disabled {
  color: #cacaca;
  opacity: 1;
}

.top-section .btn-area form input.error,
.schedule-a-demo-section .try-pluot-pro form input.error {
  border: solid 1px #fb5554;
  background-color: rgba(251, 85, 84, 1);
}

.top-section .btn-area form input:focus,
.top-section .btn-area form input.error:focus,
.schedule-a-demo-section .try-pluot-pro form input:focus,
.schedule-a-demo-section .try-pluot-pro form input.error:focus {
  border: 1px solid rgba(224, 102, 255, 0.80);
  box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
  outline: none;
}

.top-section .btn-area form input:nth-child(2){
  padding-left: 28px;
  padding-right: 20px;
  border-radius: 3px;
  width: 312px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-a-demo-section .try-pluot-pro form input:nth-child(2){
  margin-top: 0;
  width: 210px;
  height: 50px;
  justify-content: flex-start;
  padding: 5px 58px;
  margin-bottom: 20px;
}
.top-section .btn-area form input:nth-child(2):disabled,
.schedule-a-demo-section .try-pluot-pro form input:nth-child(2):disabled {
  background-color: #cacaca;
  border: none;
  cursor: default;
  transition: .2s;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
}

.top-section #free-trial-success,
.schedule-a-demo-section #free-trial-success-2 {
  height: 320px;
  width: 506px;
  background-color: #fff;
  justify-content: center;
  border-radius: 6px;
  margin-top: 46px;
}

.schedule-a-demo-section #free-trial-success-2 {
  margin-top: 0;
}

.top-section #free-trial-success > *,
.schedule-a-demo-section #free-trial-success-2 > *{
  margin: 0;
}

.top-section #free-trial-success h1,
.schedule-a-demo-section #free-trial-success-2 h1 {
  font-size: 22px;
  margin-bottom: 22px;
}

.top-section #free-trial-success p,
.schedule-a-demo-section #free-trial-success-2 p {
  font-size: 18px;
  color: #9B9B9B;
  margin-bottom: 22px;
}

.top-section #free-trial-success .btn.btn-reg.btn-lg.magenta,
.schedule-a-demo-section #free-trial-success-2 .btn.btn-reg.btn-lg.magenta {
  font-size: 12px;
  height: 42px;
  width: 250px;
}

.top-section #free-trial-success .link,
.schedule-a-demo-section #free-trial-success-2 .link {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 40px;
}

.top-section #free-trial-neutral,
.schedule-a-demo-section #free-trial-neutral-2 {
  position: relative;
}

.top-section .loader,
#free-trial-loader-2.loader {
  position: absolute;
  top: 44px;
  right: 20px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("../images/icons-loader2x.gif");
}

#free-trial-loader-2.loader {
  top: 36px;
  right: 16px;
}

.top-section .loader:after,
#free-trial-neutral-2 .loader:after{
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 86%;
  bottom: 2px;
  left: -25px;
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}

.top-section #free-trial-success small {
  color: #9B9B9B;
  font-size: 12px;
  text-align: center;
  width: 400px;
  margin: 26px 0 0 0;
}


footer.mobile {
    display: none;
}


/*
    tech-crunch
*/

.tech-crunch-quote {
    padding: 50px 0px 50px;
}

.tech-crunch-quote h2 {
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 960px;
}

/*
  what-is-pluot
*/

.what-is-pluot {
  background-color: #FAFAFA;
  padding: 80px 0 146px;
}

.what-is-pluot h1 {
  font-family: 'HelveticaNeueBold';
  font-size: 48px;
  color: #2C3F55;
  margin-bottom: 20px;
}

.what-is-pluot h2 {
  font-size: 22px;
  color: #9b9b9b;
  margin-bottom: 104px;
}

.what-is-pluot .descriptions-tv-laptop div {
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  width: 800px;
}

.what-is-pluot .descriptions-tv-laptop div:nth-child(odd) {
  margin-bottom: 54px;
}

.what-is-pluot .descriptions-tv-laptop div .text {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  color: #2B3F56;
  width: 555px;
}

.what-is-pluot .descriptions-tv-laptop div .text h3 {
  font-family: 'HelveticaNeueBold';
  font-size: 22px;
  margin-bottom: 22px;
}

.what-is-pluot .descriptions-tv-laptop div .text p {
  font-size: 16px;
  line-height: 26px;
  color: #2C3F55;
  margin-bottom: 20px;
}

.what-is-pluot .descriptions-tv-laptop div .text a {
  height: 40px;
}

.what-is-pluot .descriptions-tv-laptop div .text:nth-child(even) a {
  width: 265px;
}

.what-is-pluot .descriptions-tv-laptop div .text:nth-child(odd) a {
  width: 236px;
}

.what-is-pluot .descriptions-tv-laptop div .text:nth-child(even) {
  text-align: right;
  align-items: flex-end;
  width: 555px;
}

.what-is-pluot .descriptions-tv-laptop div .text:nth-child(odd) {
  text-align: left;
  align-items: flex-start;
}

.what-is-pluot .descriptions-tv-laptop div:nth-child(even) svg {
  margin-left: 20px;
}

.what-is-pluot .descriptions-tv-laptop div:nth-child(odd) svg {
  margin-top: -20px;
}

/*
  schedule-a-demo-section
*/

.schedule-a-demo-section {
  padding: 107px 0 74px 0;
}

.schedule-a-demo-section h1 {
  color: #2B3F56;
  font-size: 48px;
  margin-bottom: 62px;
}

.schedule-a-demo-section .try-pluot-pro {
  width: 560px;
  padding: 38px 0 34px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 6px;
}

.schedule-a-demo-section .try-pluot-pro h2 {
  margin-bottom: 24px;
  font-size: 30px;
  font-family: "HelveticaNeueBold";
}

.schedule-a-demo-section .try-pluot-pro p {
  text-align: center;
  width: 440px;
  font-size: 18px;
  line-height: 32px;
  color: #2B3F56;
}

.schedule-a-demo-section .try-pluot-pro .btn {
  margin: 30px 0 24px;
  padding: 5px 15px;
}

.schedule-a-demo-section .try-pluot-pro small {
  font-size: 12px;
  line-height: 14px;
  width: 458px;
  color: #cacaca;
}

.schedule-a-demo-section .schedule-a-demo {
  position: relative;
  width: 500px;
  border-radius: 0 0 6px 6px;
  border: solid 1px #633D6B;
  border-top: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding-bottom: 50px;
}

.schedule-a-demo-section .schedule-a-demo .loader {
  position: absolute;
  bottom: 62px;
  left: 252px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("../images/icons-loader2x.gif");
}
.schedule-a-demo-section .schedule-a-demo .loader:after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 86%;
  bottom: 2px;
  left: -25px;
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}
.schedule-a-demo-section .schedule-a-demo .calendar-symbol-bkg {
  width: 44px;
  height: 50px;
  position: absolute;
  top: -12px;
  left: 228px;
  background-color: #fff;
}

.schedule-a-demo-section .schedule-a-demo svg {
  position: absolute;
  top: -12px;
  left: 226px;
}

.schedule-a-demo-section .schedule-a-demo h3 {
  margin: 62px 0 0 0;
  font-size: 20px;
  font-family: "HelveticaNeueBold";
}

.schedule-a-demo-section .schedule-a-demo p {
  width: 372px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.schedule-a-demo-section .schedule-a-demo form {
  margin-top: 30px;
  height: 44px;
  display: flex;
}

.schedule-a-demo-section .schedule-a-demo form input {
  box-sizing: border-box;
}

.schedule-a-demo-section .schedule-a-demo form input:first-child{
  border: solid 1px #cacaca;
  font-size: 16px;
  font-family: "HelveticaNeue";
  padding: 12px 14px;
  border-right: none;
  width: 185px;
  border-radius: 3px 0 0 3px;
  color: #000;
  background-color: #fff;
}

.schedule-a-demo-section .schedule-a-demo form input:first-child:disabled{
  color: #cacaca;
  opacity: 1;
}

.schedule-a-demo-section .schedule-a-demo form input.error {
  border: solid 1px #fb5554;
  border-right: none;
  background-color: rgba(251, 85, 84, 1);
}

.schedule-a-demo-section .schedule-a-demo form input:focus,
 .schedule-a-demo-section .schedule-a-demo form input.error:focus{
  border: 1px solid rgba(125, 211, 32, 0.80);
  box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
  outline: none;
}

.schedule-a-demo-section .schedule-a-demo form input:nth-child(2){
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 3px 3px 0;
}
.schedule-a-demo-section .schedule-a-demo form input:nth-child(2):disabled{
  background-color: #cacaca;
  border: none;
  cursor: default;
  transition: .2s;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
}

.schedule-a-demo-section #message-success {
  width: 340px;
}

.schedule-a-demo-section #new-meeting-success {
  margin-top: 30px;
  width: 285px;
  height: 44px;
}

.schedule-a-demo-section #message-error {
  width: 284px;
  color: #fb5554;
}

.schedule-a-demo-section .schedule-a-demo {
  border: 1px solid #633D6B;
  border-top: none;
  background-color: #31033D;
}

/*
    meet-team
*/

.meet-team {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid #cacaca;
}

.meet-team h1 {
    font-family: "HelveticaNeueBold";
    margin-top: 20px;
    margin-bottom: 42.5px;
    text-align: center;
    color: #2b3f56;
    font-size: 30px;
}

.meet-team h1 p {
    color: #9b9b9b;
    font-size: 12px;
    font-family: "HelveticaNeueRegular";
    margin-top: 7px;
    margin-bottom: 0px;
}

.meet-team h2 {
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    font-size: 22px;
    line-height: 26px;
}

.meet-team h2 p {
    line-height: 17px;
    color: #9b9b9b;
    font-size: 14px;
    font-family: "HelveticaNeueRegular";
    margin-top: 5px;
    margin-bottom: 18.5px;
}

.meet-team .flex-area {
    width: 500px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.meet-team .flex-area>div {
    text-align: center;
}

.hardware .hardware-hero h1 {
    width: 370px;
  }


/*
    pluot-pro
*/

.pluot-pro {
  border-top: 1px solid #cacaca;
}

.pluot-pro .header, .pluot-pro .subheader {
    text-align: center;
}

.pluot-pro .header {
  font-size: 30px;
}

.pluot-pro .subheader {
    line-height: 20px;
    font-family: "HelveticaNeue";
}

.pluot-pro .vimeo-pluot-pro {
    cursor: pointer;
}

.pluot-pro .vimeo-pluot-pro img {
    width: 460px;
    height: 246px;
}

.pluot-pro .vimeo-pluot-pro svg {
    width: 40px;
    height: 40px;
    position: absolute;
}

.pluot-pro .vimeo-pluot-unboxing {
    cursor: pointer;
}

.pluot-pro .vimeo-pluot-unboxing img {
    width: 680px;
    height: 357px;
}

.pluot-pro .vimeo-pluot-unboxing svg {
    position: absolute;
}

.pluot-pro button {
    margin-top: 40px;
}

.pluot-pro h2 {
    font-family: "HelveticaNeueBold";
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin-top: 40px;
    text-align: center;
}

.pluot-pro h2 p {
    font-family: "HelveticaNeueBold";
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
}

.pluot-pro h3 {
    font-family: "HelveticaNeueBold";
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}

.pluot-pro h4 {
    font-family: "HelveticaNeueRegular";
    font-size: 14px;
    margin-top: 16px;
}

.pluot-pro h4:nth-of-type(n+2) {
    margin-top: 2px;
}

.pluot-pro .flex-area {
    color: #e066ff;
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 960px;
    padding-top: 55px;
}

.pluot-pro .flex-area .left>div:last-of-type {
    margin-top: 34px;
}

.pluot-pro .flex-area>div:first-child,
.pluot-pro .flex-area .right>div:first-child {
    max-width: 380px;
}

.pluot-pro .flex-area a {
    text-decoration: underline;
    color: #e066ff;
}

.pluot-pro .flex-area span {
    margin-bottom: 10px;
    font-family: "HelveticaNeueBold";
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.pluot-pro .flex-area ul {
    padding-left: 30px;
    margin-top: 8px;
    margin-bottom: 0;
    list-style:none;
}

.pluot-pro .flex-area li {
    color: #fff;
    text-align: left;
    padding-bottom: 5px;
    text-indent: -15px;
}

.pluot-pro .flex-area li::before {
  content: "• ";
  margin-right: 5px;
  color: #e066ff;
}

.pluot-pro .flex-area li span {
    font-size: 14px;
    line-height: 16px;
    color: #e066ff;
    font-family: "HelveticaNeueRegular";
}

.pluot-pro .flex-area li span.white-text {
    color: #fff;
}

.pluot-pro .schedule-a-demo {
  position: relative;
  margin-top: 90px;
  width: 620px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.pluot-pro .schedule-a-demo svg {
  position: absolute;
  top: -12px;
  left: 286px;
}

.pluot-pro .schedule-a-demo h5 {
  margin: 62px 0 0 0;
  font-size: 30px;
  font-family: "HelveticaNeueBold";
}

.pluot-pro .schedule-a-demo p {
  width: 413px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "HelveticaNeueRegular";
  text-align: center;
}

.pluot-pro .schedule-a-demo form {
  margin-top: 30px;
  height: 44px;
  display: flex;
}

.pluot-pro .schedule-a-demo form input {
  box-sizing: border-box;
}

.pluot-pro .schedule-a-demo form input:first-child{
  border: solid 1px #cacaca;
  font-size: 14px;
  font-family: "HelveticaNeue";
  padding: 12px 14px;
  border-right: none;
  width: 185px;
  border-radius: 3px 0 0 3px;
}

.pluot-pro .schedule-a-demo form input:first-child:disabled{
  color: #cacaca;
}

.pluot-pro .schedule-a-demo form input.error {
  border: solid 1px #fb5554;
  border-right: none;
  background-color: rgba(251, 85, 84, 0.2);
}

.pluot-pro .schedule-a-demo form input:focus,
 .pluot-pro .schedule-a-demo form input.error:focus{
  border: 1px solid rgba(125, 211, 32, 0.80);
  box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
  outline: none;
}

.pluot-pro .schedule-a-demo form input:nth-child(2){
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 3px 3px 0;
}
.pluot-pro .schedule-a-demo form input:nth-child(2):disabled{
  background-color: #cacaca;
  border: none;
  cursor: default;
  transition: .2s;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
  box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.85);
}

.pluot-pro .pro-button-container {
  width: 600px;
  height: 179px;
  border-radius: 0 0 6px 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: solid 1px #633d6b;
  border-top: none;
}

.pluot-pro .pro-button-container h5 {
  margin: 30px 0 0 0;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  color: #fff;
}

.pluot-pro .pro-button-container p {
  margin-top: 10px;
  font-family: "HelveticaNeueRegular";
  font-size: 14px;
}

.pluot-pro .pro-button-container .btn {
    margin-top: 20px;
    width: 152px;
    height: 44px;
}

.pluot-pro .schedule-a-demo .loader {
  position: absolute;
  bottom: 50px;
  left: 315px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url("../images/icons-loader2x.gif");
}
.pluot-pro .schedule-a-demo .loader:after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 100%;
  bottom: 0;
  left: -25px;
  background: -webkit-linear-gradient(right, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%);
}

.pluot-pro #message-success {
  width: 340px;
}

.pluot-pro #new-meeting-success {
  margin-top: 30px;
  width: 285px;
  height: 44px;
}

.pluot-pro #message-error {
  width: 284px;
  color: #fb5554;
}

/*
    features
*/

.features {
    padding-top: 49.5px;
    padding-bottom: 48.5px;
}

.features .section-header {
    margin-bottom: 25px;
}

.features>p {
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 0px;
    margin-bottom: 77.5px;
}

.features .grid {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 650px;
    width: 960px;
}

.features .thirds-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}


/* all but last row should have flex 1 */

.features .thirds-row:not(:last-child) {
    flex: 1;
}

.features .thirds-row svg {
    width: 60px;
    height: 60px;
}

.features .thirds-row img {
    width: 60px;
    height: 60px;
}

.features .thirds-row h1 {
    color: #2b3f56;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    font-family: "HelveticaNeueBold";
}

.features .thirds-row p {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 6px;
}

.features .thirds-row>div {
    text-align: center;
    flex: 1;
    max-width: 250px;
}

.features small {
    font-family: "HelveticaNeueBold";
    font-size: 12px;
    line-height: 22px;
    color: #e066ff;
}

.features a.slack {
    font-family: "HelveticaNeueRegular";
    font-size: 14px;
    line-height: 18px;
    color: #7ed321;
    text-decoration: underline;
}


/*
    plans
*/

.plans {
    border-top: 1px solid #cacaca;
    padding-bottom: 50px;
    padding-top: 50px;
}

.plans .section-header {
    margin-bottom: 40px;
}

.plans>div {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.plans .plans-cards {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    width: 960px;
}

.plans .plan-cards h1 {
    font-size: 31px;
    font-family: "HelveticaNeueLight";
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.plans .plan-cards>div {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
    border-radius: 3px;
}

.plans .plan-cards .inner {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.plans .plan-cards .inner a {
    margin-top: 24px;
}

.plans .meet-plan, .plans .custom-plan {
    width: 280px;
    padding-bottom: 31px;
}

.plans .meet-plan h1, .plans .custom-plan h1 {
    margin-top: 31px;
}

.plans .pro-plan {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 35px;
}

.plans .pro-plan h1 {
    margin-top: 33px;
}

.plans h2 {
    border-radius: 3px 3px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-family: "HelveticaNeueBold";
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
}

.plans .plan-cards p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #2b3f56;
}

.plans .plan-cards p.everything-from-meet {
    font-family: "HelveticaNeueBold";
    color: #7ed321;
    font-size: 12px;
}

.plans .plan-cards p.everything-from-pro {
    font-family: "HelveticaNeueBold";
    color: #e066ff;
    font-size: 12px;
}


/*
    meeting-types
*/

.meeting-types {
    padding-top: 50px;
    padding-bottom: 60px;
}

.meeting-types .inner {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    height: 600px;
}

.meeting-types .inner p {
    font-family: "HelveticaNeueRegular";
}

.meeting-types .inner>div {
    flex: 1;
}

.meeting-types>p {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
    color: #9b9b9b;
    max-width: 441px;
    text-align: center;
}

.meeting-types h2 {
    margin-top: 8px;
    font-size: 16px;
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    text-align: center;
}

.meeting-types h2 p {
    color: #9b9b9b;
    font-size: 12px;
    margin-top: 8px;
}

.meeting-types .inner>div:nth-child(1) svg {
    width: 278px;
    height: 59px;
}

.meeting-types .inner>div:nth-child(2) svg {
    width: 291px;
    height: 45px;
    margin-bottom: 10px;
}

.meeting-types .inner>div:nth-child(3) svg {
    width: 280px;
    height: 147px;
    margin-bottom: 10px;
}


/*
    pluot-with-slack
*/

.pluot-with-slack {
    padding-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #abf5df;
}

.pluot-with-slack .inner {
    width: 960px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.pluot-with-slack .left {
    width: 315px;
}

.pluot-with-slack .left h1 {
    margin: 35px 0 0 0;
}

.pluot-with-slack .left p {
    font-size: 16px;
    line-height: 20px;
    color: #2b3f56;
}

.pluot-with-slack .left p:first-of-type {
    margin-top: 16px;
}

.pluot-with-slack .left h2 {
    font-size: 16px;
    font-family: "HelveticaNeueBold";
    line-height: 21px;
    color: #2b3f56;
}

.pluot-with-slack .right {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}

.pluot-with-slack .right img {
    width: 590px;
    height: auto;
}


/*
    checkout
*/

.checkout {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.checkout hr {
    display: none;
}

.checkout .header {
    font-size: 30px;
    margin-bottom: 4px;
}

.checkout .inner {
    margin-top: 50.5px;
    width: 620px;
}

.checkout .inner .checkout-top {
    padding: 17px 97px 18px;
    border-radius: 3px 3px 0 0;
    border: solid 1px rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    font-family: "HelveticaNeueBold";
    border-bottom: none;
}

.checkout .inner .checkout-bottom>div:not(:last-child) {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    background-color: #fff;
    padding-top: 40px;
}

.checkout .inner h1 {
    color: #e066ff;
    font-size: 22px;
    font-family: "HelveticaNeueBold";
    margin-bottom: 15px;
}

.checkout .inner #paymentArea h2 {
    font-size: 22px;
    line-height: 26px;
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    width: 58%;
    text-align: center;
    margin-bottom: 24px;
}

.checkout select#numOfRooms {
    width: 140px;
    height: 44px;
    font-size: 14px;
    line-height: 16px;
    color: #2b3f56;
    margin-bottom: 25px;
    background-position-x: 115px;
    font-family: "HelveticaNeueBold";
}

.checkout select {
    padding-left: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #cacaca;
    background-image: url('../images/icon-dropdown-arrows.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.checkout select:focus {
    outline: none;
}

.checkout p {
    font-family: "HelveticaNeueRegular";
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
    margin: 0;
}

.checkout #couponCode.error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout .coupon-area {
    margin: 30px 0;
    background-color: #fafafa;
    box-shadow: inset 0 -1px 0 0 #cacaca, inset 0 1px 0 0 #cacaca;
    height: 76px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
}

.checkout .coupon-area a {
    font-size: 12px;
    color: #2b3f56;
    text-decoration: underline;
    margin-left: 14px;
}

.checkout .coupon-area span {
    color: #2b3f56;
    font-family: "HelveticaNeueBold";
    font-size: 12px;
}

.checkout .coupon-area input {
    width: 76px;
    height: 34px;
    color: #2b3f56;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    margin-left: 20px;
    font-family: "Courier";
    font-size: 14px;
    padding: 0 14px 2px;
}

.checkout .coupon-area input:focus {
    border: solid 1px #7ed321;
    border: 1px solid rgba(125, 211, 32, 0.80);
    box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
    outline: none;
}

.checkout .annual-payment {
    margin-top: 29px;
}

.checkout .annual-payment label {
    color: #2b3f56;
    font-size: 12px;
    margin-left: 10px;
    font-family: "HelveticaNeueBold";
}

.checkout .payment-info {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff;
    padding-bottom: 22px;
}

.checkout .payment-info a.btn {
    margin-top: 0px;
}

.checkout .payment-info .flex-area {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

.checkout .payment-info .flex-area:first-child {
    margin-bottom: 25px;
}

.checkout .payment-info .flex-area h1 {
    font-family: "HelveticaNeueBold";
    font-size: 14px;
    line-height: 16px;
    color: #2b3f56;
    margin-bottom: 8px;
}

.checkout .payment-info .flex-area>div {
    flex: 1;
    display: flex;
    display: -webkit-flex;
}

.checkout .payment-info .flex-area>div:first-child>div:first-child {
    margin-right: 20px;
}

.checkout .payment-info .flex-area>div p {
    font-family: "HelveticaNeueBold";
    color: #5fa11a;
    line-height: 16px;
    font-size: 22px;
}

.checkout .bottom .flex-area>div span.strikethrough {
    font-family: "HelveticaNeueRegular";
    color: #9b9b9b;
    text-decoration: line-through;
}

.checkout .payment-info .flex-area .savings p {
    font-size: 12px;
    color: #68a626;
    font-family: "HelveticaNeueRegular";
}

.checkout .payment-info .flex-area div.savings {
    flex: 2;
}

.checkout .payment-info .flex-area .account-credit {
    text-align: center;
    line-height: 24px;
    width: 197px;
    height: 24px;
    padding: 2px 0 0 0;
    font-family: "HelveticaNeueBold";
    border-radius: 3px;
    background-color: rgba(126, 211, 33, 0.2);
    color: #68a626;
    font-size: 12px;
}

.checkout .payment-info .flex-end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    text-align: right;
}

.checkout .payment-info p.no-risk {
    margin-top: 20px;
    color: #9b9b9b;
    font-size: 12px;
    align-self: center;
}

.checkout .payment-info p.no-risk a {
    text-decoration: underline;
}

.checkout .payment-info .no-risk-message {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.checkout small a {
  text-decoration: none;
}


/*shipping info*/

.checkout #shippingInfo {
    padding-bottom: 25px;
}

.checkout #shippingInfo .shipping-checkboxes label {
    color: #9b9b9b;
    font-size: 12px;
    margin-left: 10px;
}

.checkout #shippingInfo .shipping-checkboxes h2 {
    font-size: 12px;
    color: #9b9b9b;
    font-family: "HelveticaNeueBold";
    margin-bottom: 10px;
    margin-top: 20px;
}

.checkout #shippingInfo .shipping-inner {
    width: 310px;
}

.checkout #shippingSubheader.error {
    color: #fb5554;
}

.checkout #shippingInfo h1 {
    text-align: center;
    font-size: 22px;
    color: #2b3f56;
    font-family: "HelveticaNeueBold";
}

.checkout #shippingInfo form input {
    height: 34px;
    border-radius: 3px;
    border: solid 1px #cacaca;
    padding-left: 14px;
    box-sizing: border-box;
    font-size: 12px;
}

.checkout #shippingInfo form input:focus {
    border: 1px solid rgba(125, 211, 32, 0.80);
    box-shadow: 0 0 3px 0 rgba(125, 211, 32, 0.60);
    outline: none;
}

.checkout .shipping-inner>p {
    text-align: center;
}

.checkout #shippingInfo hr {
    margin-top: 26px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    border: none;
}

.checkout #shippingInfo form {
    width: 310px;
    margin-top: 16px;
}

.checkout #shippingInfo form .shipping-toggle:disabled {
    background-color: #fafafa;
    border: solid 1px rgba(202, 202, 202, 0.4);
    color: #cacaca;
    cursor: default;
    opacity: 0.4;
}

.checkout #shippingInfo form>div {
    margin-bottom: 6px;
}

.checkout #shippingInfo form div.full {
    display: flex;
}

.checkout #shippingInfo form div.full input {
    width: 100%;
}

.checkout #shippingInfo form div.half input {
    width: 152px;
}

.checkout #shippingInfo form div.half {
    display: flex;
    justify-content: space-between;
}

.checkout #shippingInfo .thirds {
    display: flex;
    justify-content: space-between;
}

.checkout #shippingInfo .thirds input#city {
    width: 152px;
}

.checkout #shippingInfo .thirds input#zip {
    width: 72px;
}

.checkout select#state {
    background-position-x: 55px;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 16px;
    width: 74px;
}

.checkout #shippingForm .error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout a.btn {
    margin: 28px auto 0px;
}

.checkout a.btn svg {
    margin-right: 10px;
    margin-top: -5px;
}

.checkout #coupon.error {
    background-color: rgba(251, 85, 84, 0.2);
    border: solid 1px #fb5554;
}

.checkout #couponApplied {
    margin-bottom: 20px;
}

.checkout #couponInvalid {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}

.checkout #couponInvalid p {
    color: #fb5554;
}


/* billing and payment */

.checkout #postPayment {
    padding-bottom: 22px;
    border-radius: 0px 0px 3px 3px;
}

.checkout #postPayment img.heart {
    width: 10.6px;
    height: 9.9px;
    position: relative;
    top: 1px;
}

.checkout #postPayment img {
    width: 530px;
    height: auto;
}

.checkout #postPayment h1 {
    color: #7ed321;
    text-align: center;
    margin-bottom: 45px;
}

.checkout #postPayment h2 {
    width: 293px;
    font-size: 14px;
    font-family: "HelveticaNeueBold";
    color: #2b3f56;
    text-align: center;
    margin-top: 10px;
}

.checkout #postPayment h1 p {
    width: 310px;
    margin-top: 10px;
}

.checkout #postPayment p.assembled {
    margin-top: 15px;
    margin-bottom: 41px;
}

.checkout #postPayment p.help {
    margin-top: 40px;
}

.checkout #postPayment p.help a {
    color: inherit;
}

.checkout #postPayment>a.btn {
    margin-top: 15px;
    width: 228px;
    height: 34px;
}


/*
    footer
*/

footer {
    font-size: 12px;
    height: 55px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

footer .inner {
    width: 960px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 20px;
}

footer img {
    width: 34px;
    height: 34px;
}

footer a {
    font-size: 12px;
    text-decoration: none;
    margin-left: 16px;
}

footer a:nth-child(n+4) {
    margin-left: 6px;
}

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

@media (max-width: 480px) {
    * {
        text-align: center;
    }
    .section-header {
        font-size: 22px;
    }
    /*
        top section
    */
    .top-section {
        padding: 20px 25px 0px;
        height: 481px;
    }
    .top-section .navigation {
        width: 100%;
    }
    .top-section .navigation .links {
        display: none;
    }
    .top-section .pluot-logo {
        width: 113px;
        height: 34px;
    }
    .top-section h1 {
        font-size: 36px;
    }
    .top-section p {
      font-size: 20px;
      line-height: 22px;
      width: 232px;
    }

    .top-section #free-trial-success {
      width: 350px;
    }

    .schedule-a-demo-section #free-trial-success-2 {
      width: 300px;
    }

    .top-section #free-trial-success h1 {
      font-size: 16px;
      margin-bottom: 12px;
    }

    .schedule-a-demo-section #free-trial-success h1,
    .schedule-a-demo-section #free-trial-success-2 h1 {
      margin-bottom: 14px;
      font-size: 16px;
    }

    .top-section #free-trial-success p {
      font-size: 14px;
      margin-bottom: 12px;
    }

    .schedule-a-demo-section #free-trial-success-2 p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .schedule-a-demo-section #free-trial-success-2 .link {
      margin-top: 10px;
      margin-bottom: 14px;
    }

    .top-section #free-trial-success small {
      width: 300px;
      margin: 2px 0 0 0;
    }

    .schedule-a-demo-section .try-pluot-pro form input:first-child {
      margin: 0;
      height: 38px
    }

    .schedule-a-demo-section .try-pluot-pro form input:nth-child(2) {
      margin-top: 8px;
      height: 38px
    }

    .schedule-a-demo-section .try-pluot-pro small {
      font-size: 10px;
    }

    .try-pluot-pro #free-trial-inner-container {
      height: 350px;
    }
    /*
        customer support
    */
    .tech-crunch-quote {
        padding: 40px 20px;
    }
    .tech-crunch-quote h2 {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        font-family: "HelveticaNeueRegular";
    }
    /*
        what-is-pluot
    */
    .what-is-pluot .descriptions-tv-laptop div {
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-bottom: 60px;
    }
    .what-is-pluot {
      padding-bottom: 0px;
    }
    .what-is-pluot h1 {
      font-size: 36px;
    }
    .what-is-pluot h2{
      margin-bottom: 50px;
      width: 280px;
    }
    .what-is-pluot .descriptions-tv-laptop div .text:nth-child(even) {
      align-items: center;
      width: 326px;
    }
    .what-is-pluot .descriptions-tv-laptop div .text:nth-child(odd) {
      align-items: center;
      width: 290px;
    }
    .what-is-pluot .descriptions-tv-laptop .flex-order-mobile-text {
      order: 2;
    }
    .what-is-pluot .descriptions-tv-laptop div:nth-child(even) svg {
      margin: 0 0 20px 0;
    }
    .what-is-pluot .descriptions-tv-laptop div:nth-child(odd) svg {
      margin: 0 0 20px 0;
    }
    .what-is-pluot .descriptions-tv-laptop div .text h3 {
      width: 190px;
    }
    /*
      schedule-a-demo section
    */
    .schedule-a-demo-section .schedule-a-demo form {
      margin-top: 20px;
    }
    .schedule-a-demo-section .schedule-a-demo {
      width: 315px;
      height: 195px;
    }
    .schedule-a-demo-section .schedule-a-demo .calendar-symbol-bkg {
      left: 135.5px;
    }
    .schedule-a-demo-section .schedule-a-demo svg {
      left: 133.5px;
    }
    .schedule-a-demo-section .schedule-a-demo p {
      width: 278px;
    }
    .schedule-a-demo-section .schedule-a-demo .loader {
      left: 166px;
      bottom: 65px;
    }
    /*
        meet team
    */
    .meet-team {
        padding-left: 28px;
        padding-right: 28px;
    }
    .meet-team svg {
        width: 250.9px;
        height: 36.1px;
    }
    .meet-team h1 {
        font-size: 22px;
    }
    .meet-team h2 p {
        margin-bottom: 17px;
    }
    .meet-team .flex-area {
        width: 100%;
        flex-direction: column;
    }
    .meet-team .flex-area>div:first-child {
        margin-bottom: 39.5px;
    }
    .meet-team h2 {
        font-size: 18px;
    }
    /*
        pluot pro
    */
    .pluot-pro {
        padding-left: 28px;
        padding-right: 28px;
    }
    .pluot-pro .header, .pluot-pro .subheader {
        width: 93%;
    }
    .pluot-pro .vimeo-pluot-unboxing {
        margin-top: 0px;
    }
    .pluot-pro .vimeo-pluot-pro img, .pluot-pro .vimeo-pluot-unboxing img {
        width: 100%;
        height: auto;
    }
    .pluot-pro .vimeo-pluot-pro svg, .pluot-pro .vimeo-pluot-unboxing svg {
        width: 40px;
        height: 40px;
    }
    .pluot-pro hr {
        width: 120px;
        height: 2.5px;
        margin: 40px 0px;
    }
    .pluot-pro .flex-area {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .pluot-pro .flex-area .left>div:last-of-type {
        margin-top: 0;
    }
    .pluot-pro h4 {
        margin-bottom: 20px;
        font-family: "HelveticaNeueBold";
    }
    .pluot-pro .flex-area ul {
        margin-bottom: 18px;
    }
    .pluot-pro .flex-area span {
        text-align: left;
    }
    .pluot-pro h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .pluot-pro h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .pluot-pro h2 p {
      margin-top: 10px;
    }
    .pluot-pro ul {
        margin-top: 0px;
    }
    .pluot-pro .schedule-a-demo {
      width: 335px;
    }
    .pluot-pro .schedule-a-demo svg {
      left: 143.5px;
    }
    .pluot-pro .schedule-a-demo h5 {
      width: 252px;
      font-size: 22px;
      line-height: 24px;
    }
    .pluot-pro .schedule-a-demo p {
      width: 295px;
      margin-top: 14px;
      font-size: 14px;
      line-height: 16px;
    }
    .pluot-pro .schedule-a-demo form {
      margin-top: 20px;
    }
    .pluot-pro .pro-button-container {
      width: 315px;
      height: 195px;
    }
    .pluot-pro .pro-button-container p {
      width: 275px;
    }
    .pluot-pro #message-error {
      height: 48px;
    }
    .pluot-pro .schedule-a-demo .loader {
      left: 172px;
    }

    /*
        features
    */
    .features {
        padding-bottom: 0px;
    }
    .features>p {
        margin: 0px 46px 40px;
    }
    .features .grid {
        width: 100%;
        height: auto;
    }
    .features .grid .thirds-row {
        flex-direction: column;
        align-items: center;
    }
    .features .grid .thirds-row>div {
        margin-bottom: 45px;
    }
    /*
        plans
    */
    .plans {
        padding: 40px 20px;
    }
    .plans>h1 {
        margin-bottom: 36px;
    }
    .plans .plan-cards>div {
        width: 100%;
    }
    .plans .plan-cards {
        flex-direction: column;
    }
    .plans .pro-plan {
        margin: 38px 0px 30px 0px;
    }
    .plans .meet-plan>h1, .plans .custom-plan>h1 {
        margin-top: 33px;
        margin-bottom: 30px;
    }
    /*
        meeting-types
    */
    .meeting-types>p {
        margin-bottom: 56.5px;
        margin-top: 16.5px;
    }
    .meeting-types>p, .meeting-types h1 {
        width: 70%;
    }
    /*
        pluot-with-slack
    */
    .pluot-with-slack .left {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
    .pluot-with-slack .left a {
        margin-bottom: 29.5px;
    }
    .pluot-with-slack .inner {
        flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
        width: 100%;
    }
    .pluot-with-slack .inner .right img {
        width: 100%;
    }
    /*
        checkout
    */
    .checkout {
        padding: 40px 25px 29px 25px;
    }
    .checkout .header, .checkout .subheader {
        font-size: 22px;
    }
    .checkout hr {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #cacaca;
        margin: 25px 0px 15px;
        margin-bottom: 15px;
        border: none;
    }
    .checkout .bottom .flex-area:first-child {
        margin-bottom: 20px;
    }
    .checkout .inner {
        margin-top: 40px;
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }
    .checkout .inner .checkout-bottom>div:not(:last-child) {
        padding-top: 25px;
    }
    .checkout .inner #paymentArea h1, .checkout .inner #paymentArea h2 {
        font-size: 18px;
        width: 90%;
        line-height: 20px;
    }
    .checkout .bottom a.btn {
        width: calc(100% - 40px);
        margin: 20px auto 0px;
    }
    .checkout .bottom .flex-area {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout .bottom .flex-area h1 {
        margin-bottom: 7.5px;
    }
    .checkout .bottom .flex-area * {
        text-align: left;
    }
    .checkout .bottom .flex-area>div {
        flex-direction: column;
    }
    .checkout .savings+.flex-end {
        margin-top: 20px;
    }
    .checkout .inner .checkout-top {
        flex-direction: column;
        padding: 17px 0 18px;
    }
    .checkout-link-clickable, .checkout-link-unclickable {
        margin-bottom: 10px;
    }
    .checkout-link-clickable:last-child, .checkout-link-unclickable:last-child {
        margin-bottom: 0;
    }
    .checkout .inner .checkout-bottom .payment-info hr {
        display: none;
    }
    .checkout .coupon-area {
        margin: 30px 0 20px;
    }
    .checkout #postPayment>img {
        width: 100%;
    }
    .checkout #shippingInfo {
        padding-bottom: 10px;
    }
    .checkout #shippingInfo #coordinateShipping {
        text-align: left;
    }
    .checkout #shippingInfo .shipping-checkboxes>div {
        text-align: left;
    }
    .checkout #shippingInfo form input {
        text-align: start;
    }
    .checkout #couponApplied {
        flex-direction: column;
    }
    .checkout #couponApplied .savings p {
        text-align: left;
    }
    .checkout #paymentBreakdown .flex-area {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkout #paymentBreakdown .flex-area * {
        text-align: left;
    }
    .checkout #paymentBreakdown .flex-area>div:first-child {
        flex-direction: column;
    }
    .checkout #paymentBreakdown .flex-area>div:first-child * {
        text-align: left;
    }
    .checkout #paymentBreakdown hr {
        display: block;
    }
    .checkout #paymentBreakdown .flex-end {
        justify-content: flex-start;
    }
    .checkout #paymentBreakdown .hardware-fee {
        margin-bottom: 30px;
    }
    .checkout #paymentBreakdown>a.btn {
        width: calc(100% - 40px);
    }
    .checkout #paymentBreakdown #creditMessage {
        text-align: center;
    }
    .checkout .payment-info .flex-area>div {
        flex: none;
    }
    /*
        footer
    */
    footer {
        display: none;
    }
    footer.mobile {
        height: auto;
        display: block;
        padding-top: 20px;
        padding-bottom: 17.5px;
    }
    footer.mobile .inner {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    footer.mobile .social-links {
        width: 82px;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    footer.mobile a {
        margin: 0;
    }
    footer.mobile .social-links {
        margin-bottom: 17px;
    }
    footer.mobile .links {
        width: 190px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-top: 9.5px;
    }
}


/*vodafone page and hp page*/
.what-is-pluot .descriptions-tv-laptop div {
  width: 830px;
}
.what-is-pluot .descriptions-tv-laptop .flex-order-mobile-text.vodafone{
  width: 600px;
}
.what-is-pluot .descriptions-tv-laptop div:nth-child(even) svg {
  margin-left: 80px;
}

.tech-crunch-quote.vodafone {
  background-color: #F9F9F9;
}

.what-is-pluot.vodafone {
  background-color: #FFF;
}

@media (max-width: 480px) {
  .what-is-pluot .descriptions-tv-laptop div {
    width: 100%;
  }
  .what-is-pluot .descriptions-tv-laptop .flex-order-mobile-text.vodafone{
    width: 100%;
  }

  .what-is-pluot .descriptions-tv-laptop div .text h3 {
      width: 280px;
  }

  .what-is-pluot .descriptions-tv-laptop div:nth-child(even) svg {
    margin-left: 0px;
  }

  .what-is-pluot .descriptions-tv-laptop div .text:nth-child(odd) {
    align-items: center;
    width: 316px;
  }
}
