﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.top-logo {
    height: 100px;
    margin: 90px 0 35px 0;
    padding: 0;
}

.logo-box {
    height: 100px;
    width: 250px;
    padding: 0;
    margin: 0 auto;    
}
.logo-img {
    height: 97px;
    width: 250px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.top-title-box {
    height: 150px;
    margin-bottom: 60px;
    padding: 0;
}
.title-lines {
    padding: 0;
    text-align: center;
    color: #666;
    font-family: Lato;
}

.title-first-line {
    color: #3ecffa !important;
    font-size: 34px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
    letter-spacing: -1px;

}
.title-second-line {
    font-size: 34px;
    font-weight: 600;
    line-height: 37px;
    color: #21252b;
    letter-spacing: 1px;

}

.price-boxes {

    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0;
    height: auto;

    float: left;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    position: relative;
}

.price-boxes-blue-ribbon {
    margin: 0;
    padding: 0;
    height: 10px;
    border-radius: 4px 4px 0 0;
    background-color: #609ddb;
}
.price-boxes-pink-ribbon {
    margin: 0;
    padding: 0;
    height: 10px;
    border-radius: 4px 4px 0 0;
    background-color: #d197e7;
}
.price-boxes-green-ribbon {
    margin: 0;
    padding: 0;
    height: 10px;
    border-radius: 4px 4px 0 0;
    background-color: #18ba60;
}

.price-boxes-title {
    color: #2e343c;
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    margin: 50px 25px 10px 25px;
    
}

.price-boxes-title-caption {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 15px 25px;
}

.price-boxes-list {
    color: #666e70;
    font-family: Lato;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin: 20px 25px;
}
.period-button {
    color: #999;
    font-size: 13px;
}
.price-boxes-list-check-icons {
    color: #666;
    font-size: 12px;
    line-height: 13px;
}

.price-boxes-price-section {
    text-align: center;
    margin: 20px 25px;
    
    padding: 0 10px;
    position:relative;    
}

.price-boxes-red-line {
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #f85032 50%, transparent 52%, transparent 100%);
}

.price-boxes-price {
    color: #2e343c;
    font-family: Lato;
    font-size: 64px;
    font-weight: 300;
    line-height: 50px;
    transition: transform 0.5s ease;
}
.trans {
    opacity: 0.5;
}
.rotated {
    transform: rotateX(90deg);
}
.rotate-x {
    transition: transform 0.4s ease;
}
.price-boxes-promo {
    position: absolute;
    top: -40px;
    left: 30px;
    color: red;    
    font-family: Lato;
    font-size: 32px;
    font-weight: 500;
    display:none;
}

.price-boxes-price-per {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
}

.price-boxes-btn-container {
    height: 36px;
    width: 100%;
    border-radius: 25px;    
    margin: 50px auto;
    padding-left:10%;
    padding-right:10%;
}

.price-boxes-btn-select {
    height: 36px;
    width: 100%;
    border-radius: 25px;
    background-color: #5DC5E8;
    border: 0;
    color: #FFF;
}

.btn-book-demo {
    height: 36px;
    width: 160px;
    border-radius: 25px;
    background-color: #945AC9;
    border: 0;
    color: #FFF;
}

.price-boxes-btn-demo {
    height: 36px;
    width: 129px;
    border-radius: 25px;
    background-color: #945AC9;
    border: 0;
    color: #FFF;
}

    .price-boxes-btn-select:focus, .price-boxes-btn-demo:focus, .btn-book-demo:focus {
        outline: none !important;
    }

.price-boxes-demo-description {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin: 50px 25px 122px 25px;
}

    .popular-ribbon {
        position: absolute;
        right: -5px;
        top: -5px;
        z-index: 1;
        overflow: hidden;
        width: 75px;
        height: 75px;
        text-align: right;
    }

    .popular-ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        /*box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);*/
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .popular-ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .popular-ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #79A70A;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.padding-0{
    padding:0;
}
.margin-0{
    margin:0;
}

.cad{
    display:none;
}

.quote-modal {
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000;
}

.dialog-box-icon {
    color: #333;
    font-family: Lato;
    font-size: 50px;
    line-height: 27px;
    text-align: center;
    margin: 35px 0 0 0;
    padding: 0 25px;
}

.dialog-box-text {
    margin: 40px 0 0 0;
    padding: 0 25px;
    color: #666;
    font-family: Lato;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
