body,
html {
    margin: 0;
    padding: 0;
    color: #4a4a49;
    font-size: 120%;
}

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #0069b4;
    text-transform: uppercase;
}

#references h5, #pricing h5 {
    text-transform: none;
}

h3, .h3 {
    display: inline-block;
    border-bottom: 10px solid #f59c00;
    margin-bottom: 30px;
}

a {
    color: #0069b4;
    font-weight: bold;
}

hr {
    border-top: 15px solid #0069b4;
}

.asteriskField {
    margin-left: 5px;
    color: #bfbfbf;
}

.text-normal {
    text-transform: none;
    color: #4a4a49;
}

.text-small {
    font-size: 75%;
}

@media (min-width: 1200px) {
    .lg-text-center {
        text-align: center;
    }

    .lg-text-right {
        text-align: right;
    }
}

.img-responsive {
    max-width: 100%;
}

.img-w156 {
    width: 156px;
    max-width: 100%;
}

#landingpage {
    position: relative;
    width: 100%;
    border: 15px solid #0069b4;
    padding-top: 75px;
    padding-bottom: 70px;
}

@media (min-width: 992px) {
    #landingpage {
        padding: 75px 100px 100px;
    }

    .full-line {
        margin-left: -100px;
        margin-right: -100px;
    }
}

#left-pad,
#right-pad {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 150px;
    border-top: 8px solid #ffffff;
    border-bottom: 8px solid #ffffff;
    background-color: #f59c00;
    margin-top: 100px;
    margin-bottom: 100px;
}

#left-pad {
    top: 30px;
    left: -15px;
    border-left: 0;
}

#right-pad {
    bottom: 150px;
    right: -15px;
    border-right: 0;
}

@media (max-width: 991px) {
    #left-pad,
    #right-pad {
        width: 25px;
    }
}

#right-logo {
    position: absolute;
    z-index: 100;

    top: -13px;
    right: 15px;
    width: 250px;
}

.bg-ideler {
    background-color: #0069b4;
}

.ideler {
    color: #0069b4;
}

.time {
    color: #f59c00;
}

.idelertime {
  background-color: #0069b4;
  color: #f59c00;
}

strong.form-control {
    font-weight: bold;
}

#heading {
    margin-top: 100px;
    max-width: 100%;
}

@media (max-width: 1024px) {
    #title {
        margin-top: 120px;
    }
}

.nav .nav-item .nav-info {
    display: block;
    padding: 0.5rem 1rem;
}

.nav .nav-item .nav-link,
.nav .nav-item .nav-info {
    padding-left: 0;
    font-size: 75%;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    background-color: #0069b4;
    padding-top: 40px;
}

footer a,
footer a:hover,
footer a:active {
    color: #ffffff;
}

section {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow-wrap: break-word;
}

#tryout{
    margin-top: 25px;
}

#banner {
    margin-top: 75px !important;
}

.center-image {
    max-width: 100%;
    text-align: center;
}

.tile {
    background-color: #f6f6f6;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;

    border-bottom: 10px solid #f59c00;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.tile > img {
    max-width: 50%;
}

.tile > p {
    min-height: 140px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0069b4;
}

.appstore-link > img {
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn.btn-video {
    z-index: 100;
    margin-top: -250px;
    color: #4a4a49;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.btn.btn-video:hover {
    background-color: rgba(255, 255, 255, 1);
}

.btn-primary {
    background-color: #0069b4;
}

.btn-orange {
    background-color: #F59C00;
    color: #ffffff;
}
.btn-orange:hover {
    background-color: #FF9C00;
    color: #ffffff;
}

.less-line-spacing {
    line-height: 125%;
}

#pricing .card .card-header {
    font-weight: bold;
}

#pricing .card .card-header:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#pricing .card .card-footer {
    background-color: #c0c0c0;
    color: #ffffff;
}

#pricing .card .card-footer.card-footer-ideler {
    background-color: #0069b4;
    color: #ffffff;
}

#pricing .card .card-footer .h5 {
    color: #ffffff;
    font-size: 90%;
}

#pricing .card .card-body .input-group:not(:last-child) > .form-control,
#pricing .card .card-body .input-group:not(:last-child) > .input-group-prepend > * {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
}

#pricing .card .card-body .input-group:not(:first-child) > .form-control,
#pricing .card .card-body .input-group:not(:first-child) > .input-group-prepend > * {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#pricing .card .card-body .form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
}


/** pricing.css **/

.pricing-tables {
    padding: 20px;
}

.pricing-tables h1 {
    font-size: 48px;
}

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .col,
.pricing-tables.attached .col-sm,
.pricing-tables.attached .col-md {
    padding-left: 0;
    padding-right: 0;
}

.pricing-tables.attached .plan {
    border-radius: 0;
}

.pricing-tables.attached .plan .head {
    border-radius: 0;
}

.pricing-tables.attached .plan.recommended {
    border-radius: 4px;
}

.pricing-tables.attached .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.last {
    border-bottom-right-radius: 4px;
}

.pricing-tables.attached .plan.last .head {
    border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.first {
    border-bottom-left-radius: 4px;
}

.pricing-tables.attached .plan.first .head {
    border-top-left-radius: 4px;
}

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center;
}

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #0063B0;
    color: #fff;
}

.plan .head h1,
.plan .head h2,
.plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.plan .price {
    border-top: 1px solid #eee;
    margin: 0 auto 30px auto;
    width: 80%;
}

.plan .price {
    font-size: 82px;
    vertical-align: top;
    line-height: 1;
}

.plan .price span {
    font-size: 38px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block;
}

.plan .price p {
    color: #aaa;
    font-size: 15px;
}

.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px;
}

.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
}

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed;
}

.plan ul li:last-child {
    border-bottom: none;
}

.plan ul strong {
    font-weight: 700;
}

.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(0, 99, 176, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px;
}

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #004A97;
}

.plan .btn {
    margin-bottom: 10px;
}

.plan.recommended {
    padding-bottom: 35px;
}

.pricing-tables .price .round {
    width: 120px;
    height: 120px;
    font-size: 22px;
    padding-top: 46px;
    background-color: #0063B0;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 2px #0063b0;
    color: #FFFFFF;
    text-align: center;
    margin: 15px auto;
    font-weight: bold;
}

.pricing-tables .price .round.multiline {
    padding-top: 34px;
}

.info-banner {
    margin-bottom: -120px;
}

@media (max-width: 1024px) {
    .info-banner {
        margin-bottom: -100px;
    }
}

ul.checkmarks {
    list-style: none;
}

ul.checkmarks > li:before {
    content: '✓';
    margin:0 10px 0 -28px;
}

@media (max-width: 576px) {
    #tryout .btn {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
}

#BookDemo.show {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 50000;
    max-width: 90%;
    width: 500px;
}

#BookDemo iframe {
    width: 100%;
    height: 400px;
    max-height: 50vh;
    border: 0;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.carousel-img {
    max-height: 350px !important;
    margin: 0 auto;
}

.carousel-img-wide {
    min-height: 350px !important;
}

.active-slider-link {
    color: red;
}

.plan .small {
    font-size: 14px;
}
.plan .btn.btn-success {
    margin-bottom: 10px;
}
