﻿.upper-sm {
    position: absolute;
    left: 50px;
}

.bottom-sm {
    position: absolute;
    right: 80px;
}

.ModPolicyWandQuoteC {
    overflow: auto;
}
/*div#xrae-quote {
    overflow-y: auto;
    max-height: 700px;
    max-width: 100%;
    width: 1200px;
}*/
@media screen and (max-width:640px) {
    #result .qt .qt-content .qt-box {
        display: flex;
        flex-direction: column;
    }
}

.xrae {
    margin-bottom: 4em;
}

    .xrae .input-group {
        display: flex;
    }

.page {
    display: none;
}

.timeline {
    position: relative;
    padding: 0;
}

    .timeline:before {
        content: "";
        display: none;
    }

    .timeline:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ddd;
    }

.time {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .time > div {
        flex-grow: 1;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
    }

        .time > div:before {
        }

        .time > div:after {
        }

        .time > div > span {
            position: absolute;
            width: 20px;
            display: block;
            height: 3px;
            background: #fff;
            z-index: 1;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
        }

            .time > div > span:after {
                content: "";
                position: absolute;
                left: 50%;
                margin-left: -5px;
                width: 10px;
                height: 10px;
                z-index: 1;
                border-radius: 50%;
                border: solid 2px #333;
                top: 50%;
                margin-top: -5px;
            }

    .time .time-mark.active > span:after {
        background: #007bff;
        border-color: #007bff;
    }

.box {
    padding: 10px;
    border: solid 2px;
}

/* helper */
.ta-right {
    text-align: right
}

.flex {
    display: flex !important;
}

label.error {
    display: none !important;
    text-transform: inherit;
}

    label.error.show {
        display: block !important;
    }


.card-body {
    position: relative;
}

.loading-holder {
    position: absolute;
    background: #ffffffd6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

    .loading-holder.show {
        display: flex;
    }


    .loading-holder .text {
        font-size: 14px;
    }

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.btn-outline-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #337ab7 !important;
        border-color: #4e555b;
    }

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
/*
#lbl-everUseTobaccoYES {
    border: 2px solid darkgreen;
}

#lbl-everUseTobaccoNO {
    border: 2px solid darkred;
}

.everUseTobaccoSELECTED {
    background-color: #337ab7 !important;
}

*/

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #337ab7;
    border-color: #4e555b;
}

.quoteResultsPage-left {
    display: inline-block;
    width: 60%;
    text-align: right;
    margin-right: 2px;
    height: 32px;
}

.quoteResultsPage-right {
    float: right;
    width: 37%;
    display: inline-block;
    height: 32px;
}

.btn-primary a:hover {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.form-floating {
    position: relative;
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem;
    }

        .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
            padding-top: 1.625rem;
            padding-bottom: .625rem;
        }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    }



.qt {
    margin-bottom: 30px;
    padding: 25px 25px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

    .qt .qt-holder {
        display: flex;
    }

    .qt .qt-title {
        font-size: 18px;
        font-family: 'Open Sans';
        font-weight: bold;
    }

    .qt .qt-content {
        flex: auto;
        padding-left: 6%;
    }

        .qt .qt-content .qt-box {
            display: flex;
        }

        .qt .qt-content .qt-payment {
            flex: auto;
        }

            .qt .qt-content .qt-payment > span {
                font-size: 13px;
                color: #999;
            }

        .qt .qt-content .qt-btn {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

    .qt .qt-img {
        width: 200px;
        margin-right: 10px;
    }

        .qt .qt-img img {
            max-width: 200px;
            height: auto;
        }

    .qt .qt-footer {
        display: flex;
        justify-content: space-between;
        color: #999;
        border-top: dotted 1px #dfdfdf;
        padding: 5px 5px;
        font-size: 12px;
        margin-top: 5px;
    }

.price {
    font-weight: bold;
    font-size: 46px;
    line-height: 40px;
    position: relative;
    right: 5px;
}

    .price sup.sup {
        vertical-align: sub;
    }

    .price .sen-box {
        position: absolute;
        display: inline-block;
        height: 36px;
        top: 0;
    }

        .price .sen-box .sen {
            vertical-align: super;
            font-weight: 600;
            font-size: 18px;
            line-height: 20px;
        }

        .price .sen-box .mo {
            position: absolute;
            font-weight: normal;
            font-size: 16px;
            line-height: 100%;
            left: 0;
            bottom: 0;
        }

#xrae-summary {
    max-width: 1110px;
}

.elementor-container {
    max-width: inherit;
}

.summary-content {
    background: #fff;
    box-shadow: 1px 1px 10px 10px rgb(0 0 0 / 10%);
  
    margin: 4%;
    padding: 2% 0 2% 0;
}

.padd h4 {
    font-size: 16px;
}

.summary-content .content-right {
    text-align: right;
}

    .summary-content .content-right h4 {
        text-align: right;
        line-height: 121%;
    }

    .summary-content .content-right .price {
        /*margin-bottom: 1rem !important; */
        margin-left: -30px;
        right: 25px;
        margin-bottom: 10px;
    }

.head {
    /* font-size: 3.357143em;*/
    color: #252525;
    line-height: 1.36363636em;
    font-weight: bold;
}

.has-success {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.valid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 10px;
    margin-top: 0;
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.sticky-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    right: 0;
    z-index: 2;
    height: calc(100vh - 7rem);
    overflow-y: auto;
}

#xrae-register, #xrae-summary {
    display: none;
}

#xrae-login {
    display: none;
}

#xrae-noAccess {
    display: none;
}
/*#xrae-showloginregister {
        display: none;
    }
*/
.xrae-placeholder__grid {
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    margin: 35px auto 50px;
    text-align: center;
    transition: opacity .15s ease-in-out;
}

.xrae-error-indicator {
    text-align: left;
    color: red;
    font-size: 11px;
}

em.error {
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: left;
}

.error {
    color: #212529;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: left;
}

.custom-control-label {
    position: relative;
    margin-bottom: 8px;
    vertical-align: top;
    padding-top: 0px;
}

.summary-content .priceterm h3{
	    font-size: 20px;
		color: #8a8989;
		     
}
.summary-content .priceterm h4{
	    font-size: 20px;
		color: #8a8989;
		    margin-bottom: 5px;
}

@media (max-width: 767px) {

.mobile_price , .mobile_priceterm , .mobile_app_img{text-align: center !important;}

	.mobile_price .price{margin-top: 15px; margin-left: 0px;right:0px;}
	
	.mobile_price{margin-left: 0px !important;right: 0px !important;}

}
