html {
    font-size: 10px;
}
a {
    cursor: pointer;
}
@media screen and (max-width: 992px){
    html{
        font-size: 8px;
    }
}
p {
    margin-bottom: 0.5rem;
}
@font-face {
    font-family: "VarelaRound";
    src: url(../fonts/VarelaRound/VarelaRound-Regular.ttf);
}
@font-face {
    font-family: "Nunito";
    src: url(../fonts/Nunito/Nunito-Regular.ttf);
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: "Lato";
    src: url(../fonts/Lato/Lato-Regular.ttf);
}
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: "Comic sans MS";
    src: url(../fonts/Comic_sans_MS/Comic_Sans_MS.ttf);
}
@font-face {
    font-family: "Comic sans MS Bold";
    src: url(../fonts/Comic_sans_MS/Comic_Sans_MS_Bold.ttf);
}
.VarelaRound {
    font-family: "Nunito", sans-serif;
}
.Nunito {
    font-family: 'Nunito';
}
.Poppins {
    font-family: 'Poppins';
}
.Lato {
    font-family: "Lato", "Varela Round", Arial, Helvetica, sans-serif;
}
.Montserrat {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
}
.comic-sans-MS {
    font-family: "Comic sans MS";
}
.comic-sans-MS-bold {
    font-family: "Comic sans MS Bold";
}
.media-modal .modal-content {
    border: none;
    background-color: transparent;
}
.modal-content {
    border-radius: 2rem;
    border: 0px;
    background-color: #F6F9FE;
}
.media-modal .fa-times {
    color: white;
}
@media screen and (min-width: 1400px){
    .container {
        max-width: 1250px;
    }
}
@media screen and (min-width: 1601px){
    .container {
        max-width: 1500px;
    }
}

.rect-card {
    border: #001835 1px solid;
}
.simplecard {
    background-color: white;
    border: 3px solid white;
    transition-duration: 0.4s;
    border-radius: 40px;
    padding: 1vw 0.5vh;
    height: 100%;
}
.radius50 {
    border-radius: 50px;
}
.radius5 {
    border-radius: 5px;
}
a.simplecard-btn {
    text-decoration: none !important;
}

.simplecard-transparent {
    background-color: transparent;
    border: 3px solid #001835;
    transition-duration: 0.4s;
    border-radius: 25px;
    padding: 1vw 3vh;
    height: 100%;
}
.simplecard-transparent-gray-border {
    transition-duration: 0.4s;
    padding: 1vw 3vh;
    height: 100%;
    border-radius: 50px;
    background: #ffffff;
    box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
}
.bordergreen {
    border-color: #88c568;
}
.borderorange {
    border-color: #F16625;
}
.borderbluedark {
    border-color: #272262;
}
.py-6 {
    padding-left: 4vw;
    padding-right: 4vw;
}



.divider-green {
    border-top: 1px solid #b6cc28;
}
.divider-bluexdark {
    border-top: 2px solid #001835;
}
.divider-bluedark {
    border-top: 2px solid #272262;
}
.divider-lightgray {
    border-top: 1px solid #d1d1d1;
}
.divider-gray{
    border-top: 2px solid #aeaeae;
}
.divider-black{
    border-top: 2px solid black;
}
.divider-orange {
    border-top: 2px solid #F7A37C;
}
.small-divider-blue-dark {
    border-top: 5px solid #001835;
    width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vertical-divider-gray {
    margin: 0;
    border-top: 2px solid #aeaeae;
    width: 95%;
    height: 0;
}
.vertical-divider-gray-lg {
    margin: 0;
    border-top: 2px solid #aeaeae;
    width: 95%;
    height: 0;
}
.vertical-divider-gray-xl {
    margin: 0;
    border-top: 2px solid #aeaeae;
    width: 95%;
    height: 0;
}
.vertical-divider-black {
    margin: 0;
    border-top: 2px solid black;
    width: 95%;
    height: 0;
}

.durationTitle
{
    color: #0080C5;
    font-size: 5rem;
    font-weight: 900;
}
.oddCol .durationTitle
{
    color: #ef4423 !important;
}
@media screen and (min-width: 768px){
    .vertical-divider-gray {
        border-top: none;
        border-left: 2px solid #aeaeae;
        height: 95%;
        margin-top: 5%;
        width: 0;
    }
    .vertical-divider-black {
        border-top: none;
        border-left: 3px solid black;
        height: 95%;
        margin-top: 5%;
        width: 0;
    }
}
@media screen and (min-width: 992px) {
    .vertical-divider-gray-lg {
        border-top: none;
        border-left: 2px solid #aeaeae;
        height: 95%;
        margin-top: 5%;
        width: 0;
    }
}
@media screen and (min-width: 1200px){
    .vertical-divider-gray-xl {
        border-top: none;
        border-left: 2px solid #aeaeae;
        height: 95%;
        margin-top: 5%;
        width: 0;
    }
}
.small-vertical-divider-blue {
    margin: 0;
    border: none;
}
@media screen and (min-width: 1200px){
    .small-vertical-divider-blue {
        border-top: none;
        border-left: 2px solid #006094;
        height: 1.75rem;
        margin: 1.5rem;
    }
}

.vertical-divider-blue {
    margin: 0;
    border: none;
}
@media screen and (min-width: 993px){
    .vertical-divider-blue {
        border-top: none;
        border-left: 2px solid #0080c5;
        height: 3rem;
        margin: 1rem;
    }
}



.small-round-white-border {
    border: white solid 5px;
    border-radius: 5px;
}



.tooltip-inner {
    padding: 1rem;
    max-width: 60vw;
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    -webkit-align-content: flex-start;
    text-align: left;
    font-family: "Lato", "Varela Round", Arial, Helvetica, sans-serif;
}


.img-fluid-65{
    max-width: 65%;
    height: auto;
}


.capsule {
    background-color: rgba(0,0,0,0.4);
    transition-duration: 0.4s;
    padding: 7vmin 10vmin;
    border-radius: 150px;
}
.capsule:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



.wow {
    visibility: hidden;
}


.shadow-lg-hover:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.29) !important;
}

@media (min-width: 992px) {
    .modal-xl {
        min-width: 900px;
    }
}

.new-bubble {
    background-color: #b6cc28;
    border-radius: 10px 10px 10px 0;
    padding: 5px 10px;
}

.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#FF0000 0%, #7A0000 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #7A0000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7A0000;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #7A0000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7A0000;
}

#subscriptionContainer
{
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*flex-wrap: wrap;*/
    position: relative;
}

.subRow{
    position: relative;
}

/*.subRow + .subRow:before*/
/*{*/
/*    content : "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    height  : 100%;*/
/*    padding-top: 40px;*/
/*    border-left: 2px solid #aeaeae;*/
/*    top :0;*/
/*}*/

.subscriptionCard
{
    min-width: 200px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px #aeaeae solid;
}

#subscriptionContainer
{
    padding-left: 7rem;
    padding-right: 7rem;
}

.carousel-control-prev, .carousel-control-next {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}



.h-30 {
    height: 30% !important;
}
.h-40 {
    height: 40% !important;
}

@media (max-width: 992px) {
    .subscriptionCard{
        min-width: 0;
    }
    .subRow + .subRow:before
    {
        border-left: 0;
    }

    #subscriptionContainer
    {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 768px){
    .h-md-5 {
        height: 5% !important;
    }
    .h-md-10 {
        height: 10% !important;
    }
    .h-md-15 {
        height: 15% !important;
    }
    .h-md-20 {
        height: 20% !important;
    }
    .h-md-23 {
        height: 23% !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-30 {
        height: 30% !important;
    }
    .h-md-35 {
        height: 35% !important;
    }
    .h-md-40 {
        height: 40% !important;
    }
    .h-md-43 {
        height: 43% !important;
    }
    .h-md-45 {
        height: 45% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-55 {
        height: 55% !important;
    }
    .h-md-57 {
        height: 57% !important;
    }
    .h-md-60 {
        height: 60% !important;
    }
    .h-md-65 {
        height: 65% !important;
    }
    .h-md-70 {
        height: 70% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-80 {
        height: 80% !important;
    }
    .h-md-85 {
        height: 85% !important;
    }
    .h-md-90 {
        height: 90% !important;
    }
    .h-md-95 {
        height: 95% !important;
    }
}

@media screen and (min-width: 992px){
    .h-lg-5 {
        height: 5% !important;
    }
    .h-lg-10 {
        height: 10% !important;
    }
    .h-lg-15 {
        height: 15% !important;
    }
    .h-lg-20 {
        height: 20% !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-30 {
        height: 30% !important;
    }
    .h-lg-35 {
        height: 35% !important;
    }
    .h-lg-40 {
        height: 40% !important;
    }
    .h-lg-45 {
        height: 45% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-55 {
        height: 55% !important;
    }
    .h-lg-60 {
        height: 60% !important;
    }
    .h-lg-65 {
        height: 65% !important;
    }
    .h-lg-70 {
        height: 70% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-80 {
        height: 80% !important;
    }
    .h-lg-85 {
        height: 85% !important;
    }
    .h-lg-90 {
        height: 90% !important;
    }
    .h-lg-95 {
        height: 95% !important;
    }
}


@media screen and (min-width: 1200px){
    .h-xl-35 {
        height: 35% !important;
    }
    .h-xl-65 {
        height: 65% !important;
    }
}

@media screen and (max-width: 576px) {
    .btn_min_width_40
    {
        min-width: 90% !important;
    }

    .small-center
    {
        text-align: center !important;
    }
}

.checkbox-intro {
    background-color: #F16625;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.checkbox-intro .fa-check {
    font-size: 1.5rem;
}

.overflow {
    overflow-x: hidden;
}

.loading {
    content: "";
    border-radius: 1rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.5));
    background-size: 200% 100%;
    animation: moveBackground 1s linear infinite;
    border: 0 !important;
    cursor: none;
    pointer-events: none;
}

@keyframes moveBackground {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: 0% 0;
        }
}


