﻿body {
    /*font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    background: #000;*/
    /*color: #555555;*/
}
.m-top {
    margin-top: 14rem;
}
.title-pm {
    /*font-size: 2em;
    font-weight: 600;    
    text-align: center;
    color: #525252;*/
    color: #525252;
    font-family: "source-sans-pro",Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 2em;
}
.title-pm-sub {
    font-family: "source-sans-pro",Sans-serif;
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.title-sub {
    font-family: "source-sans-pro",Sans-serif;
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}
.title-sub-sub {
    font-family: "source-sans-pro",Sans-serif;
    font-size: 18px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
}

.title-p {
    font-size: 18px;
    text-align: center;
}
.card-section {
    margin-top: 6% !important;
}
.u-center-text {
    text-align: center !important;
}

.u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
    margin-bottom: 4rem !important;
}

.u-margin-top-big {
    margin-top: 5rem !important;
}



.heading-primary {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

.heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    -webkit-animation-name: moveInLeft;
    animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    /*
        animation-delay: 3s;
        animation-iteration-count: 3;
        */
}

.heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75rem;
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out;
}

.heading-secondary {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    letter-spacing: 0.2rem;
    line-height: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #eee;
}

/*.btn, .btn:link, .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
}*/

    .btn:hover {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    }

        .btn:hover::after {
            -webkit-transform: scaleX(1.4) scaleY(1.6);
            transform: scaleX(1.4) scaleY(1.6);
            opacity: 0;
        }

    .btn:active, .btn:focus {
        outline: none;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    }

.btn--white {
    background-color: #fff;
    color: #777;
}

    .btn--white::after {
        background-color: #fff;
    }

.btn--green {
    background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
}

    .btn--green::after {
        background-color: #55c57a;
    }

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-plans {
    background-color: #000;
    padding: 4rem 0 4rem 0;
}

.card {
 /*   -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;*/
    position: relative;
  /*  height: 130rem;   */
}

.card__side {
    /*height: 175rem;*/
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0em 0.5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.card__side--front {
    background-color: #fff;
}

.card__side--front-1 {
    /*background: linear-gradient(-45deg, #f403d1, #64b5f6);*/
}

.card__side--front-2 {
    /*background: linear-gradient(-45deg, #f321d7, #ffec61);*/
}

.card__side--front-3 {
    /*background: linear-gradient(-45deg, #24ff72, #9a4eff);*/
}

/*.card__side--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}*/

.card__side--back-1 {
    /*background: linear-gradient(-45deg, #64b5f6, #f403d1);*/
    /*background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
    background: linear-gradient(to right, #fc466b, #3f5efb);*/
    background: linear-gradient(to right, #26baed, #3f5efb);
}

.card__side--back-2 {
    /*background: linear-gradient(-45deg, #ffec61, #f321d7);*/
    background: linear-gradient(to right, #26baed, #3f5efb);
}

.card__side--back-3 {
    /*background: linear-gradient(-45deg, #9a4eff, #24ff72);*/
    background: linear-gradient(to right, #26baed, #3f5efb);
}

/*.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}*/

/*.card:hover .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}*/

.card__title {
    /*height: 20rem;
    padding: 4rem 2rem 2rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #26baed;
}

.card__title--1 .fas {
    font-size: 5rem;
}

.card__title--2 .fas {
    font-size: 5rem;
}

.card__title--3 .fas {
    font-size: 5rem;
}

.card__heading {
    font-size: 2.8rem;
    font-weight: 300;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    width: 100%;
}


.card__heading_sub {
    font-size: 2.3rem;
    font-weight: 100;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
    width: 100%;
}

.card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.card_price {
    text-align: center;
    color: #555;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    color: #525252;
    /*font-weight: 800;*/
    font-size: 65px;
    padding: 40px 0;
}
    .card_price p {
        /*display:block;*/
        font-size: medium;
    }
.card_price_currency {
    margin-right: 8px;
    font-size: 0.3em;    
    vertical-align:super;
}
.card_price_integer {
    line-height: 0.8;    
}
.card_price_fraction {    
    margin-right: 3px;
    font-size: 0.3em;
    line-height: 1;
}


.card__details {
    /*height:127rem;*/
    padding: 0 2rem 2rem;
}

    .card__details ul {
        list-style: none;
        width: 100%;
        /*margin: 0 auto;*/
    }

        .card__details ul li {
            /*text-align: center;*/
            font-size: 1.8rem;
            padding: 1rem;
        }            

            .card__details ul li:not(:last-child) {
                border-bottom: 1px solid #eee;
            }
    .card__details p {
        font-size: 16px;
        font-weight:100;
    }
        /*.card__details p:hover {
            background-image: linear-gradient(to right, #0000ff, #0000ff);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 100% 2px; 
        }*/
/*.card__dtls-height1 {
    height: 130rem; 
}
.card__dtls-height2 {
    height: 118rem;
}
.card__dtls-height3 {
    height: 98rem;
}
.card__dtls-height4 {
    height: 94rem;
}
.card__dtls-height5 {
    height: 114rem;
}
.card__dtls-height6 {
    height: 124rem;
}
.card__dtls-height7 {
    height: 90rem;
}*/
/*.card__dtls-height8 {
    height: 140rem;
}*/
.card__footer {
    height: auto;/*14rem;*/
    /*padding: 0 2rem 2rem;*/
}
.i-plus {
    font-size: 22px;
    color: #59b14e;
}

.i-minus {
    font-size: 22px;
    color: #e83b3b; /*deeppink;*/
}
.i-plus-ext {
    font-size: 22px;
    color: #ffbf00;/*#073969;*/
}
.card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 8rem;
}

.card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.card__price-value {
    font-size: 6rem;
    font-weight: 100;
}

.row1 {
    /*max-width: 114rem;*/
    margin: 4rem;
    /*height:245rem;*/
}

    .row1:not(:last-child) {
        /*margin-bottom: 5rem;*/
        /*margin-top: 5rem;*/
    }

    .row1::after {
        content: "";
        display: table;
        clear: both;
    }

    .row1 [class^="col-"] {
        float: left;
    }

        .row1 [class^="col-"]:not(:last-child) {
            margin-right: 2rem;
        }

    .row1 .col-1-of-3 {
        width: calc((100% - 2 * 6rem) / 3);
    }

    .row1 .col-1-of-5 {
        width: calc((100% - 4 * 2rem) / 5);
    }

.row2 {
    /*max-width: 114rem;*/
    margin-left: 25%;
    margin-right: 25%;    
    height: 245rem;
}

    .row2:not(:last-child) {
        /*margin-bottom: 5rem;*/
        /*margin-top: 5rem;*/
    }

    .row2::after {
        content: "";
        display: table;
        clear: both;
    }

    .row2 [class^="col-"] {
        /*float: left;*/
    }

        .row2 [class^="col-"]:not(:last-child) {
            margin-left: 25%;
            margin-right: 25%;
        }

    .row2 .col-1-of-1 {
        width: 100%;
    }

.row3 {    
    margin: 4rem;   
    height: 260rem;
}

    .row3:not(:last-child) {
        margin-bottom: 5rem;
        margin-top: 3rem;
    }

    .row3::after {
        content: "";
        display: table;
        clear: both;
    }

    .row3 [class^="col-"] {
        float: left;
    }

        .row3 [class^="col-"]:not(:last-child) {            
            margin-right: 6rem;
        }

    .row3 .col-1-of-3 {
        width: calc((100% - 2 * 6rem) / 3);
    }

.row4 {
    margin-left: 15%;
    margin-right: 15%;
    height: 245rem;
}

    .row4:not(:last-child) {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }

    .row4::after {
        content: "";
        display: table;
        clear: both;
    }

    .row4 [class^="col-"] {
        float: left;
    }

        .row4 [class^="col-"]:not(:last-child) {
            margin-right: 6rem;
        }

    .row4 .col-1-of-2 {
        width: calc((100% - 1 * 6rem) / 2);
    }


.lib-logo {
    height: 75px;
    /* width: 20%; */
    text-align: center;
    margin-top: 10px;/*30px;*/
}
.lib-logo2 {
    height: 75px;     
}

.hedgehog img {    
    width: 75px;
}
.lib247-logo {
    padding-top: 0.8rem; /*0.5em;*/
}
.lib247-img{    
    /*border: 2px solid #ffffff;*/
}
.lib247-card-title {
    background-color: #e95252;/*#f07c7c;*/
}


.btn-price-model {
    background-color: #e83b3b; /*#26baed*/
    width: 250px;
    /*height: 50px;*/
    font-size: 22px;
    font-weight: 600;
    /*padding: 10px 25px 10px 25px;*/
    margin-bottom:0.5em;
    padding: 15px 30px;
    border-radius: 25px;
    color: white;
}

    .btn-price-model:hover {
        color: white;
    }
    .btn-price-model:active {
        background-color: white;
        color: #e83b3b;
        border-color: #e83b3b;
    }
    .btn-price-model:visited {
        color: white;
    }

.btn-margin {
    margin-top: 2rem;
    margin-bottom:3rem;
}
.card-container-sm {
    height: 187rem;
}
.card-container-md {
    height: 206rem;
}
.card-container-lg {
    height:213.5rem;
}

.card-container-sm1 {
    height: 210rem;
}

.card-container-md1 {
    height: 230rem;
}

.card-container-lg1 {
    height: 235rem;
}
.card-container-xl1 {
    height: 245rem;
}
.card-ext {    
    padding: 15px 30px;
}
    .card-ext p {
        color: #717171;
        font-size: 14px;
        font-weight: 400;       
    }

.pm-p {
    /*margin: 0em 5em 0em 5em;*/
    margin: 0 5% 0.5em 5%;
}

.pm-div {
    font-size:16px;
}

.btn-spec {
    width: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    font-size:1.5em;
}

.freeTrial-row {
    margin:4rem;
    margin-left: 10%; 
}
.ft-heading1 {
    font-size: 38px;
    font-weight: 300;
    width: 100%;
}
.ft-p {
    font-size: 22px;
    /*font-weight: 600;*/
    color: #525252;
    width: 80%;   
}
.ft-section {
    background-color: #23baed;
    color:white
}
.ft-h {
    color:white;
}
.d-none {
    display:none;
}
.form-group {
    padding-left: 1rem;
    padding-right: 1rem;
}

input,
select,
textarea {
    max-width: 100%;
}
.btn-ft {
    background-color: #e83b3b; /*#26baed*/
    width: 250px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding: 10px;
    border-radius: 25px;
    color: white;
}
    .btn-ft:hover {
        background-color: #e83b3b;
        color: white;
    }
.ft-error {
    color:white;
}

.h-unset {
    height: unset;
}

.mt-0 {
    margin-top: unset !important;
}

/*Media Query for school max screen width 420px*/

@media only screen and (max-width:420px) and (min-width:0px) {
    .m-top {
        margin-top: 5rem !important;
    }
    .btn-spec {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 0.9em;
    }

    .row1 {
        height:unset;
    }

    .row1 .col-1-of-5 {
        width: 100% ;
    }

    .row2 {
        margin-right: 5%;
        margin-left: 5%;
        height:unset;
    }

    .row4 {
        margin-right: 5%;
        margin-left: 5%;
        height: unset;
    }

    .row4 .col-1-of-2 {
        width: 100%;
    }

    .title-pm-sub {
        margin-bottom:2em;
    }
    .title-sub {
        text-align: left;
        margin-left: unset;
        margin-right: unset;
    }

    .title-sub-sub {
        text-align: left;
        margin-left: unset;
        margin-right: unset;
    }

    .card-container-md {
        height:200rem;
    }
    .card-container-md-mob1 {
        height: 170rem;
    }
    .card-container-md-mob2 {
        height: 180rem;
    }
    .card-container-md-mob3 {
        height: 190rem;
    }
    .lib-logo2 {
        height:auto;
        text-align: center;
        margin: 1em;
    }
    .lib247-logo {
        padding-top: 1.5rem; 
    }
    .ft-p {
        width: 100%;
    }

    .card-container-sm1 {
        height: 220rem;
    }

    .card-container-md1 {
        height: 235rem;
    }

    .card-container-lg1 {
        height: 245rem;
    }
    .card-container-xl1 {
        height: 250rem;
    }
    .ft-heading1 {
        margin-top:unset !important;
    }
}

/*Media Query for school max screen width 380px*/
@media only screen and (max-width:380px) and (min-width:0px) {
    .m-top {
        margin-top: 5rem !important;
    }
    .btn-spec {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 0.9em;
    }
    .row1 .col-1-of-5 {
        width: 100%;
    }
    .row2 {
        margin-right: 5%;
        margin-left: 5%;
        height: unset;
    }
    .row4 {
        margin-right: 5%;
        margin-left: 5%;
        height: unset;
    }
    .row4 .col-1-of-2 {
        width: 100%;
    }

    .title-pm-sub {
        margin-bottom: 2em;
    }
    .title-sub {
        text-align: left;
        margin-left: unset;
        margin-right: unset;
    }

    .title-sub-sub {
        text-align: left;
        margin-left: unset;
        margin-right: unset;
    }
    .card-container-md {
        height: 200rem;
    }
    .card-container-md-mob1 {
        height: 170rem;
    }
    .card-container-md-mob2 {
        height: 180rem;
    }
    .card-container-md-mob3 {
        height: 190rem;
    }
    .lib-logo2 {
        height:auto;
        text-align: center;
        margin: 1em;
    }
    .lib247-logo {
        padding-top: 1.5rem;
    }
    .ft-p {
        width:100%;
    }
    .card-container-sm1 {
        height: 220rem;
    }

    .card-container-md1 {
        height: 235rem;
    }

    .card-container-lg1 {
        height: 245rem;
    }

    .card-container-xl1 {
        height: 250rem;
    }

    .ft-heading1 {
        margin-top: unset !important;
    }
}

/*Media Query for home max screen width 1199px*/
@media only screen and (max-width:1199px) and (min-width:420px) {
    
}