﻿
.pagetitle {
    font-weight: 700;
    font-size: 28px;
    color: #1EA185;
    margin-bottom: 8px;
}

.small {
    color: #14142B;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}

.card-title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    background: #1EA185;
    text-align: center;
    padding: 10px;
    font-style: normal;
    font-weight: 400;
}

.title {
    font-weight: 400;
    font-size: 18px;
    color: #14142B;
    line-height: 30px;
}

.asterisk {
    font-size: 18px;
    color: #fc3333;
    font-style: inherit;
}

.hide {
    display: none !important;
}

.times {
    font-size: 18px !important;
    padding-right: 16px;
    color: #fd0000;
}

.filled-orange {
    background: #1EA185;
    padding: 8px 40px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    width: 100%;
}

.coltitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #1EA185;
    text-align: center;
}

.label {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background: #1EA185;
}

.pricelbl {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #14142B;
    text-align: center;
}

hr {
    border-top: 2px dashed rgba(0,0,0,.1);
}

.final-price {
    font-size: 20px;
    font-weight: 700;
}

.slct-options {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #333;
}

ul li {
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #4E4B66;
}

.fa-angle-double-right, .fa-angle-right {
    color: #1EA185 !important;
    position: absolute;
    font-size: 30px !important;
    top: -5px;
    font-weight: 500;
}

.smallcard {
    padding: 15px;
    margin: 0 30px;
}

.cardlbl {
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #4E4B66;
}

.features {
    color: #14142B;
    font-weight: 700;
    font-size: 20px;
}

.cardlbl1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #14142B;
}

.card-body {
    text-align: left;
    padding: 10px 20px;
}

.toolTip {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
}

#margindiv {
    margin-top: 150px;
}
.tooltipText {
    display: none;
    width: 280px;
    background-color: #4E4B66;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    left: -75px;
    font-size: 14px;
    font-weight: normal;
}

.cardblock {
    border: none;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-top: 4px;
}

    .cardblock:hover {
        border: none;
    }

.btn-wrapper {
    margin: 0px 0px 20px 0px;
}

.secondaryButton {
    border: 1px solid #A0A3BD;
    border-radius: 30px;
    font-size: 16px;
    color: #4E4B66 !important;
    padding: 5px 10px;
    background: transparent;
    width: 100%;
}

b {
    font-weight: 600;
}

.secondaryButton:hover, .secondaryButton:active {
    text-decoration: underline !important;
    border: 1px solid #A0A3BD;
    color: #4E4B66 !important;
    background: transparent !important;
}

.formBox {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #FFF;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: auto;
    margin-left: auto;
}

.toolTip:hover .tooltipText {
    display: block;
}

.check {
    font-size: 18px !important;
    padding-right: 16px;
    color: #1EA185;
}

.switch-button-wrapper {
    margin: 15px 0;
}

.formBox {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #F7F7FC;
    background-clip: padding-box;
    border: none;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: auto;
    margin-left: auto;
}

.selection-box {
    position: relative;
}

    .selection-box::after {
        content: " \003E";
        font-size: 20px;
        position: absolute;
        right: 12px;
        transform: rotate(90deg);
        top: 5px;
    }

.wrongEmail, .wrong {
    font-size: 12px;
    padding: 5px;
}

.toolTip:hover .tooltipText {
    display: block;
}
.fixDesktop {
    position: sticky;
    top: 150px;
}
.check {
    font-size: 18px !important;
    padding-right: 16px;
    color: #1EA185;
}

.toolTip:hover .tooltipText {
    display: block;
}

.check {
    font-size: 18px !important;
    padding-right: 16px;
    color: #1EA185;
}

@media screen and (max-width: 576px){
    #margindiv {
        margin-top: 105px;
    }
    button, input, optgroup, select, textarea{
        font-size:16px;
    }
}