img[src$="cortex-ds.png"] {
    width: 80%;
}

img[src$="raspi2.png"] {
    width: 50%;
    box-shadow: initial;
}

img[src$="cortex-watchdog.png"] {
    width: 100%;
}

/*.stage-memo img {
    margin-top: 24px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 0px 5px rgba(254, 254, 254, 1));
}

.page-header {
    margin: 0;
}
*/

.pricetable {
    padding-top: 25px;
    padding-bottom: 25px;
    /* display: table; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: repeating-linear-gradient(
        to right,
        #f6ba52,
        #f6ba52 10px,
        #ffd180 10px,
        #ffd180 20px
    ); */
}

.price-block {
    /* margin-top: 20px; */
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.15); */
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.price-block .price {
    font-size: 120%;
}

.price-block small {
    font-size: 80%;
}


.price-block .btn {
    border: 3px solid #fff;
    /* background-color: initial; */
    box-shadow: initial;
}

.price-block .btn:hover,
.price-block .btn a:hover {
    /* background-color:#fff; */
    border: 3px solid #73b7ec;
    /* color: #444; */
}

.price-block .btn-free {
    border: 3px solid #212121;
}

.price-block .btn-free:hover {
    background-color: #212121;
    border: 3px solid #212121;
    color: #fff;
}

.price-block .product-title {
    display: inline-flex;
    align-items: center;
    padding-right: 12px;
}

.price-block .product-title>i {
    font-size: 32px;
    padding-right: 8px;
}

.price-block .product-title>svg {
    width: 42px;
    height: 42px;
    padding-right: 8px;
}

.highlight-green {
    box-shadow: 0 0 12px 2px rgba(16, 143, 16, 0.8);
    transform: scale(1.2, 1.2);
}

.price-block:hover {
    box-shadow: 0 0 12px 2px rgba(27, 126, 199, 0.8);
}

.price-block.panel {
    margin-bottom: initial;
    background-color: #fafafa;
}

.price-block .panel-heading {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background-color: #fff;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}

.price-block .panel-heading [class*="icon-"] {
    padding-right: 12px;
}

.price-block .panel-heading .desc {
    font-size: 16px;
    font-weight: normal;
    color: #aaa;
    font-style: italic;
}

.price-block .panel-heading .desc:empty {
    padding: 16px;
}

.price-block .panel-body {
    text-align: center;
    background-color: #fff;
    padding-top: 0;
}

.price-block .panel-body p {
    font-size: 80%;
    margin: 0;
}

.price-block .panel-body .btn {
    width: 140px;
}

.price-block .panel-footer {
    border-top: 1px solid #ddd;
    background-color: inherit;
}

.price-block .plan {
    font-weight: initial;
    font-size: 100%;
}

.price-block ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.price-block li::before {
    content: "\2713";
    /* Unicode bullet symbol */
    color: rgb(36, 173, 36);
    /* Optional tweaks */
    font-weight: bold;
    font-size: 80%;
    padding-right: 10px;
}


.pricetable .sub {
    font-size: 16px;
    font-weight: initial;
    color: #888;
    text-shadow: none;
}


.glow {
    box-shadow: 0 0 20px 4px rgba(255, 255, 255, 0.8);
    /* border: 1px solid #666; */
}

.billing-switch-container {
    display: block ruby;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.billing-switch {
    display: flex;
    align-items: center;
    background-color: #f1f3f4;
    border-radius: 12px;
    padding: 6px 20px 6px 20px;
    position: relative;
    border: 1px solid #dadce0;
    font-size: 16px;
    font-weight: bold;
}

.billing-switch label {
    margin-bottom: initial;
}

.billing-switch>span.deselected {
    color: #777;
    font-weight: normal;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    margin-left: 16px;
    margin-right: 16px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 26px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input+.slider {
    background-color: #2196f3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
    font-size: 28px;
    /* font-weight: bold; */
    color: #fff;
}

.ribbon {
    --f: .5em;
    /* control the folded part */

    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.8;
    padding-inline: 1lh;
    padding-bottom: var(--f);
    border-image: conic-gradient(#0008 0 0) 51%/var(--f);
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
    background-color: #BD1550;
    /* the main color  */
}

/* compensate gridcol padding */
.price-block .ribbon {
    right: 15px;
}

.ribbon.trial {
    font-size: 18px;
    /* color: #222;
    background: #f3ef15; */
}

/* solutions */
.feature-box {
    margin-bottom: 32px;
}

.feature-box .panel {
    height: 100%;
    margin-bottom: 0;
}

.feature-box .panel .panel-heading {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
}

.main {
    background-image: url("/img/stylish-elegant-colorful-wave-design-background.png");
    /* background-repeat: round; */
    background-size: cover;
    background-position: bottom;
}