.ce-pricing-section-v3 {
    font-family: "Open Sans";
    font-size: 14px;
    padding: 0;
    background: transparent;    
    color: #ffffff;
    width: 100%;
}

.ce-container-v3 {
    display: flex;            
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;         
    padding: 0 10px;
}

.ce-pricing-header-v3 {
    text-align: center;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ce-pricing-header-v3 h1 {
    color: white;
    font-weight: normal;            
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
    font-size: 32px !important;;
}

.ce-pricing-header-v3 p {
    font-weight: normal;
    font-size: 16px;  
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.ce-container-v3 .ce-pricing-container-v3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid lightgrey;
    border-radius: 8px;            
    flex-grow: 1;
    max-width: 235px;            
    padding: 15px 5px;
    margin: 10px;
    margin-bottom: 5px;
    background-color: white;
    color: #555
}
.ce-container-v3 .ce-pricing-container-v3:hover {
    transform: scale(1.025);
    transition: cubic-bezier();
    transition-duration: 200ms;       
}

.ce-container-v3 .ce-pricing-container-v3 .start-here {    
    border: 2px solid white;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    margin-top: -27px;
    color: white;
    background: linear-gradient(90deg, #8dc74f 0%, #96d750 35%, #b1e678 100%);
}

.ce-container-v3 .ce-pricing-container-v3 .start-here .left {
    transform: rotate(90) !important;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-footer-badge {

    border: 3px solid white;
    border-radius: 12px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin-top: 15px;
    color: white;
    background: linear-gradient(90deg, #f0ad4e 0%, #ffb956 35%, #f0ad4e 100%);
}

.ce-container-v3 .ce-pricing-container-v3 .plan-name {
    background: linear-gradient(90deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 35%, rgb(9, 184, 215) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;            
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-summary {
    
    color: #999999;
    margin: 0px;
    font-size: 16px;            
    padding: 5px 10px 5px 10px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4em;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-price {            
    display: flex;
    margin: 10px 0 15px 0;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-price .currency-abbr {
    color: dimgray;
    vertical-align: top;
    padding-top: 1px;
    padding-right: 3px;
    font-weight: normal;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-price .amount {
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;            
}

.ce-container-v3 .ce-pricing-container-v3 .plan-price .interval {
    color: dimgray;
    vertical-align: top;
    padding-top: 1px;
    padding-left: 3px;
    font-weight: normal;
}

.ce-container-v3 .ce-pricing-container-v3 .btnTrial {
    background-color: #92D050;
    background: linear-gradient(90deg, #8dc74f 0%, #96d750 35%, #b1e678 100%);
    color: white;
    border: none;
    border-radius: 4px;
    margin: 5px 10px;
    padding: 10px 15px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

.ce-container-v3 .ce-pricing-container-v3 .btnTrial:hover {
    background-color: #7ac130;
    background: linear-gradient(90deg, #a1e35a 0%, #a1e658 35%, #b9f17e 100%);
}

.ce-container-v3 .ce-pricing-container-v3 .btnTrial:focus {
    outline: 2px solid     black;
}

.ce-container-v3 .ce-pricing-container-v3 .btnDemo {
    background: rgb(0,176,234);
    background: linear-gradient(90deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 35%, rgba(0,233,234,1) 100%);
    color: white;
    border: none;
    border-radius: 4px;
    margin: 5px 10px;
    padding: 10px 15px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}       

.ce-container-v3 .ce-pricing-container-v3 .btnDemo:hover {
    background-color: #36cdff;
    background: linear-gradient(90deg, rgb(0, 191, 255) 0%, rgb(0, 226, 251) 35%, rgb(1, 252, 252) 100%);
}         

.ce-container-v3 .ce-pricing-container-v3 .btnDemo:focus {
    outline: 2px solid     black;
}


.ce-container-v3 .ce-pricing-container-v3 ul {
    color: #999999;
    padding: 0 10px;
    font-size: 1em;       
    margin: 5px;
    text-align: left;            
    font-weight: normal;
    margin-top: 10px;      
    list-style-type: none !important;      
}

.ce-container-v3 .ce-pricing-container-v3 ul li {
    padding-left: 15px;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.3em;            
}     

.ce-container-v3 .ce-pricing-container-v3 ul li i {
    color: #92D050;
    margin-left: 15px;
}   

.ce-container-v3 .ce-pricing-container-v3 ul li a {
    color: #00b0ea;
    font-size: 12px;
}  

.ce-container-v3 .ce-pricing-container-v3 .trialPrompt {
    text-align: center;
    font-size: 1em;
    padding-top: 15px;
}

.ce-container-v3 .ce-pricing-container-v3 .goToTrial:focus {
    outline: 1px dotted #00b0ea;
}

.ce-container-v3 .ce-pricing-container-v3 .plan-billing-interval {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 0.75em;
}

.ce-container-v3 .ce-pricing-container-v3 .currency {            
    font-weight: normal;
    padding: 15px 0;
    font-style: italic;
    font-size: 15px;
}

.ce-pricing-help-container-v3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;            
    padding: 0 0 25px 0;
}

.ce-pricing-help-container-v3 .help-pricing {    
    padding: 0 25px;
    text-align: center;
    font-style: italic;
    font-size: 14px !important;
    margin-right: 0 !important;
}

.ce-pricing-help-container-v3 .help-message {
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px !important;    
    margin-right: 0 !important;
}   

.ce-pricing-help-container-v3 .help-call {            
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px !important;
}

.ce-pricing-help-container-v3 .help-call a {            
    color: white;
}             

.ce-pricing-help-container-v3 .btnChat {
    background-color: whitesmoke;
    color: #00B0F0;
    border: 0;            
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
}

.ce-pricing-help-container-v3 .btnChat-text {
    background: linear-gradient(90deg, rgba(0,176,234,1) 0%, rgba(0,209,234,1) 35%, rgb(9, 184, 215) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    display: inline-block;
    color: transparent;  
    
}

.ce-pricing-help-container-v3 .btnChat:hover {
    background-color: white;
}

.ce-pricing-help-container-v3 .btnChat:focus {
    outline: 2px solid black;
}               
