/* package start */


/* pricing style 1 & pricing modern */

.price-box-exam {
    color: #18191d;
}

.dollar {
    position: absolute;
    font-size: 20px;
    transform: translateX(-95%);
    top: 10px;
    font-weight: 400;
}

.price-exam h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #18191d;
    margin-bottom: 0;
}

.price-exam span.month {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ff434b;
}

.price-description p {
    color: #535353;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.price-description p:last-child {
    margin-bottom: 0;
}

.price_title-exam h4 {
    font-size: 1.5rem;
    color: #0072b5;
}

.advanced-plan.pricing-item:hover .price-box-exam,
.advanced-plan.pricing-item:hover .price_title-exam h4,
.advanced-plan.pricing-item:hover .price-exam h2,
.advanced-plan.pricing-item:hover .price-exam .dollar,
.advanced-plan.pricing-item:hover .price-exam span,
.advanced-plan.pricing-item:hover .price-description p,
.pricing-style2 .pricing-item:hover .price-box-exam,
.pricing-style2 .pricing-item:hover .price_title-exam h4,
.pricing-style2 .pricing-item:hover .price-exam h2,
.pricing-style2 .pricing-item:hover .price-exam .dollar,
.pricing-style2 .pricing-item:hover .price-exam span,
.pricing-style2 .pricing-item:hover .price-description p,
.pricing-item:hover .price-sub-heading,
.two-col-pricing .advanced-plan.pricing-item:hover .price_title p,
.two-col-pricing .advanced-plan.pricing-item:hover .price-description p:before {
    color: #ffffff;
}

.pricing-item:hover .price-box {
    border-color: #ffffff;
}

.pricing-item .btn-black {
    border-color: #18191d;
    background-color: #18191d;
}

.pricing-item:hover .btn-summer-sky,
.pricing-item.black:hover .btn-black {
    background: transparent;
    border-color: #ffffff;
}

.pricing-item:hover .btn-summer-sky:hover,
.pricing-item:hover .btn-black:hover {
    border-color: transparent;
}

.two-col-pricing .pricing-item {
    text-align: center;
    border-radius: 10px;
    padding: 2rem 2.5rem;
    position: relative;
    max-width: 365px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    transition: 1s;
    background: #ffffff;
}

.two-col-pricing .pricing-item a.text-uppercase {
    text-transform: capitalize !important;
}

.two-col-pricing .advanced-plan.pricing-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.two-col-pricing .advanced-plan.pricing-item:hover {
    background: linear-gradient(90deg, #0072b5, #00b5e2);
    border-color: #dc3545;
}

.two-col-pricing .advanced-plan.black.pricing-item:hover {
    background: #18191d;
    border-color: #18191d;
}

.two-col-pricing .pricing-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.two-col-pricing .pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.two-col-pricing .price_title p {
    color: #6f6f6f;
    padding: 10px 0;
}

.two-col-pricing .dollar {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    top: 0;
    font-weight: 300;
    left: 6px;
}

.two-col-pricing .price-description {
    padding-bottom: 22px;
    /* max-width: 200px; */
    margin: 0 auto;
}

.two-col-pricing .price-description p {
    display: flex;
}


/* .two-col-pricing .price-description p:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00C";
    color: #30e512;
    font-weight: 700;
    margin-right: 8px;
    width: 20px;
} */

.two-col-pricing .price-description p.not-support:before,
.two-col-pricing .price-description p.not:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    color: #ff434b;
    margin-right: 8px;
    width: 20px;
}

.two-col-pricing .price-description p.not-support,
.not-support {
    text-decoration: line-through;
}

.two-col-pricing .price-box {
    border: none;
    padding-bottom: 0;
}

.two-col-pricing .price {
    padding: 5px 0 20px;
}

.two-col-pricing.pricing-style3 .pricing-item {
    max-width: 100%;
    text-align: left;
    border-radius: 10px;
    padding: 3rem 5rem;
    border: 1px solid #f6f3f3;
}

.two-col-pricing.pricing-style3 .price-description {
    padding-bottom: 20px;
    max-width: 100%;
    margin: 0;
}


/* buttons */

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
}

button {
    cursor: pointer;
}

button:hover,
button:active,
button:focus {
    outline: none;
}

.btn-setting {
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}

.btn-setting b {
    text-transform: capitalize;
}

.btn-hvr-setting {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.btn-hvr-setting-inner {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.btn-hvr-effect {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
    transform: translate3d(0, 150%, 0) scale(1.7);
    -webkit-transition: -webkit-transform 0.45s;
    transition: -webkit-transform 0.45s;
    transition: transform 0.45s !important;
    /* background: #ffffff; */
    background: #ff880e;
    border-color: #ffffff;
}

.btn-hvr-effect:nth-child(1) {
    left: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s !important;
}

.btn-hvr-effect:nth-child(2) {
    left: 30%;
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s !important;
}

.btn-hvr-effect:nth-child(3) {
    left: 60%;
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s !important;
}

.btn-hvr-effect:nth-child(4) {
    left: 90%;
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s !important;
}

.btn-hvr-setting:hover .btn-hvr-effect,
.btn-hvr-setting-main:hover .btn-hvr-effect,
.btn-hvr-setting-main:active .btn-hvr-effect,
.btn-hvr-setting-main:focus .btn-hvr-effect {
    -webkit-transform: translateZ(0) scale(1.7);
    transform: translateZ(0) scale(1.7) !important;
}

.btn-summer-sky {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #ffffff;
}

.btn-summer-sky2 {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-white,
.btn-white2 {
    background-color: #ffffff;
    color: #18191d;
}

.btn-transparent2 {
    border: 1px solid #18191d;
    color: #18191d;
}

.btn-transparent3 {
    color: #ffffff;
}

.rev_slider .btn-transparent3,
.rev_slider .btn-border {
    border: 2px solid;
}

.btn-black {
    border-color: #202020;
    background-color: #202020;
    color: #ffffff;
}

.btn-transparent {
    background: transparent;
    border-color: #ffffff;
}

.btn-white:hover,
.btn-white:focus,
.btn-transparent2:hover,
.btn-transparent2:focus {
    color: #ffffff;
}

.btn-transparent3:hover,
.btn-transparent3:focus {
    color: #18191d;
}

.btn-white2:hover,
.btn-white2:focus {
    color: #18191d;
}

.btn-hvr-white2 .btn-hvr-effect {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #18191d;
}

.btn-hvr-summer-sky .btn-hvr-effect {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.btn-hvr-summer-sky2:hover,
.btn-hvr-summer-sky2:focus {
    border-color: #dc3545;
    color: #dc3545;
}

.btn-hvr-black .btn-hvr-effect {
    background-color: #18191d;
    border-color: #18191d;
    color: #ffffff;
}

.btn-hvr-black3:hover {
    border-color: #18191d;
    color: #18191d;
}

.btn-hvr-black2 .btn-hvr-effect {
    background-color: #202020;
    border-color: #202020;
    color: #ffffff;
}

.btn-hvr-grey .btn-hvr-effect {
    background: #f6f6f6;
}

.btn-hvr-transparent:hover,
.btn-hvr-transparent:focus {
    background-color: transparent;
    border-color: #535353;
}

.btn-hvr-border .btn-hvr-effect {
    border-color: #535353;
}

.btn-hvr:hover,
.btn-hvr:focus {
    background-color: transparent;
    border-color: transparent;
}

.custom-package-title {
    line-height: 1.2 !important;
}

.discount-text-exam {
    text-decoration: line-through;
    margin-right: 10px;
}


/* package end */

.choose-us-exam-card {
    padding: 1rem 0.2rem !important;
    background: #FFFEF6;
    box-shadow: none;
    border: 1px dashed;
}

.package-btn-bg {
    background-color: #3e86fa;
}

.circle-live {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    width: 14px;
    height: 14px;
    margin-top: 13px;
    margin-left: 11px;
}