﻿/*pricing-page*/
.rsc-logo {
    width: 250px;
    margin-bottom: 20px;
}
.price-main-module {
    position: relative;
}

    .price-main-module:after {
        content: '';
        background-image: url(/images/buildings.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 320px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: -1;
        opacity: 0.4;
    }

.pricing-banner {
    background: #effcfd;
    background: -moz-linear-gradient(top, #effcfd 0%, #f9fcff 100%);
    background: -webkit-linear-gradient(top, #effcfd 0%,#f9fcff 100%);
    background: linear-gradient(to bottom, #effcfd 0%,#f9fcff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effcfd', endColorstr='#f9fcff',GradientType=0 );
    padding: 30px 0 0;
}

    .pricing-banner h1 {
        font-size: 30px;
        color: #01aebf;
    }

.pricing-single {
    border: 1px solid #eee;
    margin: 36px 0 20px;
    transition: 0.3s all ease-in-out;
    box-shadow: none;
    transform: scale(1) translateY(0);
    /*min-height: 960px;*/
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
}

.price-info span {
    color: #01aebf;
    font-size: 22px;
    font-weight: 600;
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

/*.pricing-single:hover {
    transition: 0.3s all ease-in-out;
    box-shadow: 0 10px 55px 3px rgba(0,0,0,0.065);
    transform: scale(1.01) translateY(-10px);
    border: 1px solid transparent;
}*/

.pricing-img-area {
    text-align: center;
    margin: -40px 0px 25px;
}

    .pricing-img-area img {
        height: 80px;
    }

.hippa-tag {
    position: absolute;
    top: 20px;
    left: -11px;
}

.pricing-head h4 {
    color: #ff5e14;
    font-size: 16px;
    font-weight: 500;
}

.pricing-head {
    text-align: center;
}

    .pricing-head h2 {
        font-size: 22px;
        font-weight: 600;
        color: #01aebf;
    }

.price-tag {
    font-size: 40px;
    font-weight: 800;
    color: #ff5e14;
    margin: 15px 0 5px;
    display: block;
    line-height: 48px;
    /* position: relative; */
    /* top: 19px; */
}

.pricing-desc {
    padding: 0 20px;
}

.pricing-btn {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.price-tag span {
    font-size: 17px;
    color: #333;
}
.plantag {
    color: #ff5e14;
    font-size: 16px;
    font-weight: 500;
}
.pricing-head p {
    margin: 0;
    font-size: 14px;
}

.pricing-head {
    padding: 20px 25px;
    background-color: rgba(255, 94, 67, 0.04);
    margin: 0px 0px 30px;
    /*min-height: 170px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.price-txt {
    font-weight: 600;
    display: inline-block;
    margin: 12px 0;
    font-size: 18px;
    color: #fd4f51;
}

.addon-head {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.pricing-desc h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0 20px;
    color: #2475b5;
}

.pricing-desc.addon-desc {
    padding: 20px 0;
}

    .pricing-desc.addon-desc h4 {
        margin: 15px 0 10px;
    }

.pricing-img-area.pricing-addon-img {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-list-price li {
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    position: relative;
}

    .check-list-price li:last-child {
        border-bottom: none;
    }

    .check-list-price li:before {
        font-family: 'Font Awesome 5 Pro';
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        font-size: 16px;
        font-weight: 500;
        color: #ff5e14;
    }

.btn-main {
    border: none;
}

.pricing-head.price-info-head {
    padding: 20px 25px;
    background-color: rgb(1, 174, 191,0.1);
    margin: 0px 0px 10px;
    min-height: 10px;
    text-align: left;
}

@media(max-width:1024px) {
    .pricing-single {
        min-height: 980px;
    }
}

@media(max-width:990px) {
    .pricing-head h2 {
        font-size: 16px;
    }

    .pricing-head h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .pricing-head p {
        font-size: 13px;
    }

    .pricing-img-area img {
        height: 60px;
    }

    .pricing-img-area {
        margin: -30px 0px 15px;
    }

    .pricing-single {
        margin: 30px 0 20px;
        min-height: 960px;
    }

    .check-list-price li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .pricing-desc h4 {
        font-size: 14px;
    }

    .hippa-tag {
        left: -7px;
        width: 70px;
    }

    .price-tag {
        font-size: 30px;
        margin: 10px 0 0px;
    }

    .pricing-head {
        min-height: 150px;
    }
}

@media(max-width:767px) {
    .pricing-head {
        min-height: 10px;
    }

    .pricing-single {
        min-height: 10px;
        padding-bottom: 10px;
    }

    .pricing-img-area img {
        height: 80px;
    }

    .pricing-head h2 {
        font-size: 18px;
    }

    .pricing-banner h1 {
        font-size: 20px;
    }

    .pricing-banner {
        padding: 40px 0 20px;
    }

    .price-main-module:after {
        display: none;
    }

    .hippa-tag {
        left: -11px;
        width: auto;
    }

    .pricing-btn {
        position: static;
    }
}
/*pricing-page END*/


/*Ajax Loader Dim all page*/
.maskloagind {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9;
}

@keyframes lds-ripple {
    0% {
        top: 92px;
        left: 92px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 16px;
        left: 16px;
        width: 152px;
        height: 152px;
        opacity: 0;
    }
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 92px;
        left: 92px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 16px;
        left: 16px;
        width: 152px;
        height: 152px;
        opacity: 0;
    }
}

.lds-ripple {
    position: relative;
}

    .lds-ripple div {
        box-sizing: content-box;
        position: absolute;
        border-width: 8px;
        border-style: solid;
        opacity: 1;
        border-radius: 50%;
        -webkit-animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
        animation: lds-ripple 1.2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(1) {
            border-color: #ffbe00;
        }

        .lds-ripple div:nth-child(2) {
            border-color: #ffbe00;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

.lds-ripple {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.lds-css.ng-scope {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    top: 40%;
}