:root {
  --primary: #151C2E;
  /*--primary: #121317;*/
  /*--primary: #6211C2;*/
  /*--primary: linear-gradient(106deg, rgba(81,95,190,0.8) 9%, rgba(21,28,46,0.8) 98%);*/
}

body, html {
  height: 100%;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
  /*background: #f1f8f8;*/
}

.navbar.navbar-light.navbar-expand-md {
}

#navbar-header {
  background-color: var(--primary);
  /*background: -webkit-linear-gradient(97deg, #a02d96 -12%, #0072c6 158%);*/
}

#btn-sign-in {
  background-color: var(--danger);
  border-radius: 4px;
  padding: 8px 15px;
}

#her-section {
  height: calc(100vh - 140px);
  background-image: url(/Content/landingpage-assets/img/hero-bg@2x.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}

#her-section .container, #her-section .row {
  height: 100%;
}

#phones {
  height: calc(60vh);
}

#hero-heading {
  font-size: 30px;
  /*width: 100%;*/
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  padding: 7px 17px;
  line-height: 58px;
}

#hero-heading:after {
  /*content: '';*/
  display: inline-block;
  height: 3px;
  width: 71%;
  background-color: var(--danger);
  margin-top: 16px;
  border-radius: 17px;
}

#hero-p {
  font-size: 22px;
  margin-top: 20px;
  text-align: justify;
}

#hero-more {
  position: absolute;
  bottom: 27px;
  left: 50%;
  font-size: 30px;
  color: white;
  margin-left: -15px;
  cursor: pointer;
}

header {
  margin: 75px 0px 75px 0px;
}

header h1 {
  font-size: 30px;
  display: inline-block;
  color: var(--danger);
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

header h1:after {
  /*content: '';*/
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: var(--danger);
  border-radius: 4px;
  bottom: -12px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
}

header p {
  color: #444;
  margin-top: 11px;
  font-size: 20px;
}

.feature {
  width: 100%;
  padding: 25px 41px;
  background-color: white;
  color: white;
  cursor: pointer;
  position: relative;
  border-left: solid 5px #ffa500;
  border-radius: 17px;
  transition: all 120ms ease-in-out;
}

.feature:hover {
  transform: scale(1.02);
  transition: 50ms ease-in-out;
}

.feature a {
  color: #eee;
}

.feature ul {
  margin: 0px 9px 38px 3px;
  padding: 0px 0px 0px 17px;
  /*text-align: justify;*/
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
}

.feature.bg-1 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-001.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-2 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-002.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-3 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-003.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-4 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-004.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-5 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-005.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-6 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-006.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-7 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-007.png);
  background-position: top center;
  background-size: cover;
}

.feature.bg-8 {
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-005.png);
  background-position: top center;
  background-size: cover;
}

.feature h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 32px;
  /*color: var(--danger);*/
}

.read-more {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#companion-app-screenshots {
  width: 100%;
}

#testimonial {
  background: url(/Content/landingpage-assets/img/testimonial-bg.png);
  padding: 52px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border-left: solid 5px #0fc18b;
  border-radius: 17px;
}

#testimonial .author {
  position: relative;
  padding-left: 91px;
  padding-top: 49px;
}

#testimonial .author img {
  position: absolute;
  left: 0;
  margin-top: -11px;
}

#testimonial .author span {
  display: block;
}

#pro-version {
  display: block;
  /*box-shadow: 0px 8px 15px rgba(0,0,0,0.5);*/
  min-height: 160px;
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-001.png);
  background-repeat: no-repeat;
  background-size: cover;
  /*margin: 0px 14px;*/
  margin-bottom: 7px;
  padding-top: 30px;
  z-index: 5;
  position: relative;
  border-left: solid 5px #ffa500;
  border-radius: 17px;
}

#free-version {
  display: block;
  min-height: 160px;
  /*margin: 0px 44px;*/
  /*border-top: 5px solid rgba(0,0,0,0.8);*/
  background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-002.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4;
  border-left: solid 5px #0fc18b;
  border-radius: 17px;
  position: relative;
}

#free-version:hover {
  /*background: -webkit-linear-gradient(106deg, rgba(15,193,139,0.82) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-002.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}

#pro-version:hover {
  /*background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(/Content/landingpage-assets/img/feature-bg-001.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
}

.pricing-table:hover {
  transform: perspective(500px) translate3d(0,0,5px);
  z-index: 50;
}

.pricing-table {
  color: white;
  padding: 40px;
  /*margin-left: 60px; 
  margin-right: 60px;*/
  transition: transform 120ms ease-in-out;
}

.pricing-table ul {
  color: white;
}

.pricing-table h1 {
  font-size: 29px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

.pricing-table img {
  height: 116px;
}

#screenshots {
    height: 320px;
    background-image: url('../../');   
    background: url(/Content/resources/new-logo/landing-page-phones.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.store-listings img {
  height: 34px;
  /*border: solid 2px rgba(0,0,0,0.5);*/
  /*border-collapse: separate;*/
  /*box-sizing: border-box;*/
  /*border-radius: 5px;*/
}

.price-title img {
  height: 155px;
  opacity: 1;
  margin-top: 23px;
}

.price-title h1 {
  /*color: orange;*/
}

.pricing-sub-title {
  color: orange;
  font-size: 25px !important;
}

.google-store {
  height: 52px !important;
}

he {
}

#contact-form {
  box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
  padding: 46px;
  border-left: solid 5px #ffa500;
  border-radius: 17px;
  background-color: white;
}

.btn.btn-submit {
  background-color: #0F6472;
  background: -webkit-linear-gradient(68deg, #0fc18b 22%, #0fc18b 117%);
  color: white;
  border: none;
  padding: 8px 26px;
}

.footer-clean {
  padding: 50px 0;
  background-color: var(--primary);
  color: white;
  margin-top: 50px;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.brands {
  color: #313437;
  background-color: #fff;
}

.brands a {
  display: block;
  text-align: center;
  padding: 40px 0;
}

@media (max-width:767px) {
  .brands a {
    padding: 30px 0;
  }
}

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
}

.c-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.c-modal {
  background: white;
  width: 557px;
  min-height: 100px;
  box-shadow: 1px 1px 12px rgba(0,0,0,0.3);
  padding: 15px;
  position: relative;
  transform: translateY(-150%);
  visibility: hidden;
}

.c-modal-header {
  margin-bottom: 57px;
}

.c-modal-header h1 {
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.c-modal-header h1:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: var(--danger);
  border-radius: 4px;
  bottom: -12px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
}

.btn.btn-c-modal-close {
  position: absolute;
  top: 0px;
  color: #444;
  right: 0px;
}

.c-modal-body {
}

.modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 0px none;
  border-radius: 0px;
  outline: 0;
}

.modal-content, .modal-dialog, .modal-header, .modal-body {
    box-shadow: none;
    border: none;
}

.modal-content {
    border-left: solid 5px orange;
    border-radius: 13px;
}

.modal-body {
    padding-bottom: 65px;
    padding-top: 65px;
}

.table.c-pricing-table i {
    color: gold;
    font-size: 21px;
}

    .table.c-pricing-table i.fa-star-o {
        color: white;
    }

.table.c-pricing-table th {
    border-bottom: solid 1px rgba(0,0,0,0.5);
}

.table.c-pricing-table td, th {
    text-align: center;
    color: white;
    border-color: rgba(0,0, 0,0.2);
}

.table.c-pricing-table th:first-child {
    width: 306px;
    background-color: rgba(0,0,0,0.1);
}

.table.c-pricing-table td:first-child, .table.c-pricing-table th:first-child {
    border-right: solid 10px white;
    border-left: solid 5px orange;
}

.table.c-pricing-table {
    margin-top: 55px;
    background: -webkit-linear-gradient(106deg, rgba(21,28,46,0.94) 9%, rgba(21,28,46,0.8) 98%), url(feature-bg-002.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 15px;*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

    .table.c-pricing-table li {
        text-align: left;
    }


.video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Small screen */
#small-screen-above {/*hide div for small screens*/
    display: none
}
#small-screen-below { /*hide div for small screens*/
    display: none
}
#small-screen-video {
    width: 550px; 
    height: 380px;
}
@media (max-width:767px) and (orientation: portrait) {/*for small screen in portrait mode */

    #small-screen-above { /*Show div for small screens*/
        display: block
    }
    #small-screen-below { /*show div for small screens*/
        display: block
    }

    #small-screen-video {
        width: 300px;
        height: 260px;
    }

    table tbody tr:nth-of-type(1) { /*hide intended to row in table */
        display: none;
    }

    table tbody tr:nth-of-type(15) { /*hide info section in table */
        display: none;
    }
        /*
	small screen text above table
	*/
    .small-screen-header {
        margin: 30px 0px 10px 0px;
    }

    .small-screen-header header h1 {
        font-size: 30px;
        display: inline-block;
        color: var(--danger);
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
    }

        .small-screen-header header h1:after {           
            display: inline-block;
            height: 3px;
            width: 100%;
            background-color: var(--danger);
            border-radius: 4px;
            bottom: -12px;
            position: absolute;
            left: 0;
            text-transform: uppercase;
        }

    .small-screen-header header p {
        color: #444;
        margin-top: 11px;
        font-size: 20px;
    }
}

.contact-message textarea{
    overflow:auto;
    resize: none;
}

.notify-wrapper {
    display: flex;
    flex-direction: row;
    height: 47px;
    min-width: 250px;
    border: solid 0.5px #ACB6C6;
    border-radius: 40px;
    padding: 3px;
    background-color: #2A303C;
    background-color: rgba(42, 48, 60, 0.8);
    overflow: hidden;
    cursor: pointer;
}

.notify-icon {
    flex: 0 0 40px;
    border: solid 0.5px #ACB6C6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

    .notify-icon i {
        margin: 0;
        padding: 0;
        display: inline-block;
        text-align: center;
        vertical-align: text-top;
        color: #eaedec;
    }

.notify-content {
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0px 10px;
    overflow: hidden;
}

    .notify-content p {
        margin: 0;
        padding: 0;
        color: white;
        white-space: nowrap;
        padding-right: 20px;
    }

.notify-wrapper.error .notify-icon {
    background-color: #FF3344;
}

.notify-wrapper.success .notify-icon {
    background-color: #64B37B;
}

.notify-wrapper.warning .notify-icon {
    background-color: #F59322;
}

.notify-wrapper.info .notify-icon {
    background-color: #29ABE0;
}