@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


.examd {
    border-top-style: dotted;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-left-style: solid;
}
.event {
    width: 300px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: 50px;
}
.event:before {
    content: '';
    display: block;
    width: 295px;
    height: 70px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    transform: rotate(2deg);
    position: relative;
    top: 12px;
    left: 2px;
    z-index: -1;
}
.event:after {
    content: '';
    display: block;
    width: 295px;
    height: 75px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 2px;
    transform: rotate(-2deg);
    position: relative;
    top: -136px;
    z-index: -2;
}
.event > span {
    display: block;
    width: 30px;
    background: #232323;
    position: relative;
    top: -55px;
    left: -15px;

    /* Text */
    color: #fff;
    font-size: 10px;
    padding: 2px 7px;
    text-align: right;
}
.event > .info {
    display: inline-block;
    position: relative;
    top: -75px;
    left: 40px;

    /* Text */
    color: #232323;
    font-weight: 600;
    line-height: 25px;
}
.event > .info:first-line {
    text-transform: uppercase;
    font-size: 10px;
    margin: 10px 0 0 0;
    font-weight: 700;
}
.event > .price {
    display: inline-block;
    width: 60px;
    position: relative;
    top: -85px;
    left: 115px;

    /* Text */
    color: #E35354;
    text-align: center;
    font-weight: 700;
}

.signup-btn{
    background: #c9da39;
    display: inline-block !important;
    padding: 10px 10px !important;
    color: #fff;
    font-weight: 600;
    margin: 30px;

    width: 150px !important;
    transition: 0.4s !important;
    border: 2px solid #c9da39;
}

.dev-current-plan-btn{
    background: #215e8f;
    border: 2px solid #215e8f;
}

.snip1255 {

    color: #000000;
    text-align: center;
    font-size: 18px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.snip1255 .plan {
    margin: 0;
    width: 25%;
    position: relative;
    background-color: #e6e6e6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.snip1255 .plan:hover i,
.snip1255 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.snip1255 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.snip1255 header {
    position: relative;
    background-color: #21b5d4;
    color: #ffffff;
    padding: 20px 20px;
}
.snip1255 header i {
    font-size: 56px;
    margin: 8px 0;
    color: #c9da39;
    display: inline-block;
}
.snip1255 .plan-title {
    top: 0;
    font-weight: 700;
    margin: 8px 0;
    color:#ffffff;

    letter-spacing: 1px;
}
.snip1255 .plan-cost {
    margin: 8px 0;
}
.snip1255 .plan-price {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 1.3em;
    color: #ffffff;
}
.snip1255 .plan-type {
    opacity: 0.8;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
}
.snip1255 .plan-type p{
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
.snip1255 .plan-features {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    font-size: 0.8em;
}
.snip1255 .plan-features li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 5%;
    font-weight: 500;
}
.snip1255 .plan-features li:nth-child(even) {
    background: rgba(0, 0, 0, 0.08);
}
.snip1255 .plan-features i {
    margin-right: 8px;
    opacity: 0.4;
}
.snip1255 .plan-select {
}
.snip1255 .plan-select a {
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
    width: 100%;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.snip1255 .plan-select a:hover {
    background-color: #262626;
}
.snip1255 .featured {
    margin-top: -10px;
    background-color: #736c6c;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.snip1255 .featured .plan-select a {
    padding: 35px 25px;
}
.snip1255 .plan .signup-btn {
    margin: 30px 10px;
}
@media only screen and (max-width: 991px) {
    .snip1255 .plan h4 {
        font-size: 20px;
    }
    .snip1255 .plan .signup-btn {
        width: 100px !important;
    }
    .welcome-area .section-headline {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .snip1255 .plan {
        width: 50%;
    }
    .snip1255 .plan-title,
    .snip1255 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .snip1255 .plan-select a,
    .snip1255 .featured .plan-select a {
        padding: 20px;
    }
    .snip1255 .featured {
        margin-top: 0;
    }
    .contact-icon {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 440px) {
    .snip1255 .plan {
        width: 100%;
    }
}


.Reviews-content .active.center .texti-name h4,
.Reviews-content .active.center .testi-text p,
.Reviews-content .active.center .guest-rev a {
    color: #000 !important;
}
.col-md-10.col-md-offset-2.corporate-membership-list.col-sm-12.col-xs-12 {
    margin-left: 7.666667%;
}