body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Vanilla';
    font-style: normal;
    font-weight: normal;
    src: local('Vanilla'), url('../fonts/Vanilla.woff') format('woff');
}

.mob-box {
    display: none;
}

.header {
    background: rgb(248, 188, 144);
    background: linear-gradient(180deg, rgba(248, 188, 144, 0.9780287114845938) 0%, rgba(255, 155, 123, 1) 100%);
    display: flex;
    height: 100vh;
    padding: 30px;
    background-image: url(../images/slide-1.jpg);
    background-size: cover;
    background-position: top center;
    overflow: hidden;
}

.head-library {
    background: rgb(248, 188, 144);
    background: linear-gradient(180deg, rgba(248, 188, 144, 0.9780287114845938) 0%, rgba(255, 155, 123, 1) 100%);
    display: flex;
    height: 80vh;
    padding: 30px;
    background-image: url(../images/library-cover.png);
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    position: relative;
}

.head-login {
    background: rgb(248, 188, 144);
    background: linear-gradient(180deg, rgba(248, 188, 144, 0.9780287114845938) 0%, rgba(255, 155, 123, 1) 100%);
    display: flex;
    height: 100vh;
    padding: 30px;
    background-image: url(../images/pricing-img.jpg);
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    position: relative;
}

.app-library {
    background: rgb(248, 188, 144);
    background: linear-gradient(180deg, rgba(248, 188, 144, 0.9780287114845938) 0%, rgba(255, 155, 123, 1) 100%);
    display: flex;
    height: 20vh;
    padding: 30px;
    background-size: cover;
    background-position: left bottom;
    overflow: hidden;
    position: relative;
}

.head-library .slide-content {
    position: absolute;
    bottom: 50px;
    max-width: 37%;
}

.log-img {
    height: 69px;
}

.logotext {
    font-weight: normal !important;
    line-height: 1.6em;
    font-size: 1.8em;
    font-family: 'Vanilla';
}


.menu-items {
    text-align: right;
}

.menu-items a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: .2s ease-in-out all;
    padding-bottom: 4px;
    white-space:nowrap;
}

.menu-items a img {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-left: 6px;
    display: inline-block;
    margin-top: -2px;
}

.menu-items a:hover {
    color: #cacaca;
}

.slide-content {
    position: absolute;
    bottom: 120px;
    max-width: 37%;
}

.slide-content h2 {
    color: #fff;
    line-height: 1.6em;
    font-size: 2em;
    max-width: 85%;
    font-family: 'Vanilla';
}

    .slide-content p {
        color: #fff;
        font-size: 1.2em;
        max-width: 70%;
    }

.slide-content a {
    margin-right: 10px;
    margin-top: 15px;
    display: inline-flex;
}

.slide-content a:hover {
    color: #fff;
    background: #003467;
}

#section-one {
    background-image: url(../images/section-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}

.sec-left-hold img {
    width: 100%;
}

.sec-right-hold h2 {
    color: #007fff;
}

.sec-right-hold span {
    color: #ff6700;
    display: block;
}

.sec-right-hold p {
    width: 80%;
}

.box {
    padding: 40px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(153, 153, 153, 0.15);
    position: relative;
    height: 100% !important;
}


.box h3 {
    color: #ff6700;
    font-size:1.2em;
}

.box h3 span {
    display: block;
    color: #007fff;
}

.box .icon-left {
    position: absolute;
    width: 25%;
    right: -20px;
    top: -100px;
}

    .box .icon-left img {
        width: 100%;
        top: 30px;
        position: absolute;
    }

.box .icon-right {
    position: absolute;
    width: 45%;
    right: -20px;
    bottom: -50px;
}

.box .icon-right img {
    width: 100%;
}

.section-title h4 {
    width: 100%;
    text-align: center;
    display: block;
}


.section-title h5 {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 1em;
    position: relative;
}

.section-title p {
    width: 60%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 1em;
}

.b-cover img {
    border-radius: 4px;
    display: block;
    float: left;
    z-index: 60;
    width: 178px;
    object-fit: cover;
    object-position: top center;
    position: relative;
    height: 100%;
    transition: .2s ease-in all;
}

.book-content {
  
    display: inline-block;
    padding: 4px 15px 10px;
    position: absolute;
    z-index: 60;
    float: right;
}

.book-content h3 {
    font-weight: 600;
    font-size: 1.1em;
    color: #222;
    width: 100%;
    display: flex;
}


.b-cover:hover .book-content a {
    color: #fff;
    background: #007fff !important;
}

.book-content .author {
    display: block;
    color: #999;
    font-weight: 300;
    letter-spacing: -1px;
}

.book-content p {
    color: #555;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
}

.b-cover {
    margin: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 290px;
    position: relative;
    padding: 20px 0px;
}


.book-display {
    position: absolute;
    width: 80%;
    right: 0px;
    border-radius: 8px;
    height: 100%;
    top: 0px;
    background: #fff;
    z-index: 5;
    opacity: 0;
    transition: .2s ease-in-out all;
    right: -30px;
    margin-right: -50px;
}

.b-cover:hover {
    cursor: pointer;
}

.b-cover:hover .book-display {
    opacity: 1;
    right: 0px;
}

.b-cover:hover img {
    transform: rotate(5deg);
    transform-origin: 50% 50%;
    box-shadow: 5px 0px 10px rgba(153, 153, 153, 0.20);
}

.gray .divide {
    width: 25%;
    margin: 0 auto;
    position: relative;
    display: block;
    margin-top: -100px;
}

.macbook {
  /*  padding: 4% 6%;*/
    margin: 0 auto;
  /*  max-width: 90%;*/
    position: relative;
    z-index: 6;
  /*  margin-top: 50px;*/
}


.book-behind {
    position: absolute;
    z-index: 4;
    width: 100%;
    margin-left: -50%;
    left: 50%;
    top: -70px;
}


.screen {
    background: #000;
    border-radius: 3% 3% 0.5% 0.5% / 5%;
    margin: 0 auto;
    /* for aspect ratio */
    position: relative;
    width: 85%;
}

.screen:before {
    border: 2px solid #cacacc;
    border-radius: 3% 3% 0.5% 0.5% / 5%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
    content: "";
    display: block;
    /* for aspect ratio ~67:100 */
    padding-top: 67%;
}

.screen:after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0.75%;
    left: 0.5%;
    padding-top: 1%;
    width: 99%;
}

.viewport {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 4.3% 3.2%;
    background: #333;
}

.base {
    /* for aspect ratio */
    position: relative;
    width: 100%;
}

.base:before {
    content: "";
    display: block;
    /* for aspect ratio ~33:1000*/
    padding-top: 3.3%;
    /* stylin */
    background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
    border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    height: 53%;
    position: absolute;
    top: 0;
    width: 100%;
}

.notch {
    background: #ddd;
    border-radius: 0 0 7% 7% / 0 0 95% 95%;
    box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3.5%;
    z-index: 2;
    /* for aspect ratio */
    position: relative;
    width: 14%;
}

.notch:before {
    content: "";
    display: block;
    /* for aspect ratio ~1:10 */
    padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
  -------------------------------------------------------------- */

.macbook .viewport {
    transition: background-position 3s ease;
    background-position: 0 0;
    background-size: 100% auto;
    overflow: hidden;
    cursor: pointer;
}

.macbook:hover .viewport {
    background-position: 0 100%;
}

.macbook .viewport:after {
    background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.macbook-right h5, .macbook-right h4 {
    text-align: left !important;
    width: 100%;
    padding-left:30px !important;
}

.macbook-right h5 {
    margin-bottom:30px;
}

.nuts {
    display: block;
    font-weight: 500;
    font-size: 1em;
    color: #555;
    padding: 0px 30px;
    text-align: left;
    z-index: 90;
    line-height: 2.3em;
    width: 100%;
}

.nuts i {
    color: #555;
    font-size: 1em;
    padding-right: 10px;
    display: none;
}

.rlt {
    position: relative;
    margin-top: 25px;
}

.nuts span {
    font-weight: normal;
    color: #222;
    background: #efefef;
    padding: 6px 9px;
    border-radius: 2px;
}

.invite-link {
    margin-left:30px;
    margin-top:10px;
    display: inline-block;
}

.invite-link:hover {
    color: #fff;
    background: #007fff !important;
}

.testimonials p {
    padding-bottom:0px;
    margin-bottom:0px;
    font-size:.9em; 
}

.testimonials .box img {
    width:20%;
    margin:0 auto;
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right:7px;
    margin-top:10px;
}

.testimonials .box h3 {
    display: flex;
}

.testimonials h6 {
    color:#007fff;
    padding-top:10px;
    font-size:.8em;
    width:100%;
    text-align: left;
}

.testimonials h6 span {
    font-weight: bold;
}

.testimonials .stars-list i {
    padding-right:5px;
    color:#ff6700;
}

.icon-list a {
    font-size:1.2em;
    color:#fff;
    padding:0px 15px 0px 0px;
    transition: .2s ease-in-out all;
}

.icon-list a:hover {
    color:#003467;
}

.blue-container {
    padding:30px 0px;
}

.footer-left a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    font-size:.9em;
    padding-right: 15px;
}

.footer-left a:hover {
    color:#003467;
}

.blue-container img {
    width: 85%;
}

.icon-list span {
    padding-right:10px;
    font-size:.8em;
}

.theme-bg {
    width: 100%;
    height:100vh;
    background:#ddd;
    position: absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom: 0px;
}

.theme-bg img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}

.register-container {
    z-index: 99900;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 7%;
    width: 60% !important;

}

.reg-holder {
    height: 70vh;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
    border-top-left-radius: 9x;
    border-bottom-left-radius: 9px;
}

.reg-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.reg-form {
    box-shadow: 22px 0px 20px rgba(0, 0, 0, 0.1);
    height: 70vh;
    background:#fff;
    position: relative;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.r-box {
    padding:50px;
}

.reg-form h3 {
    padding-bottom:3rem;
    font-weight: bold;
    color:#444;
    font-size:1.4em;
}

.reg-form .form-control {
    margin-bottom:15px;
    padding:7px 15px;
    background:#ecf0f1;
    border:none;
    font-size:.8em !important;
}

.reg-form a {
    display: block;
    text-align: center;
    margin-top:50px;
    background:#007fff;
}

.reg-form a:hover {
    color:#fff;
    background:#ff6700 !important;
}

.reg-form .form-check-label a:hover {
    background: transparent !important;
}

.reg-form h4 a {
    display: contents !important;
    text-align: center !important;
    margin-top: 0px !important;
    background: #fff !important;
}

    .reg-form h4 a:hover {
        color: #ff6700 !important;
        background: #ff6700 !important;
    }

#sign-in img {
    width:80%;
    position: absolute;
    bottom:50px;
    left:10%;
}

.reg-form .form-control:focus {
    box-shadow: 0 0 0 1pt #007fff;
}

.pricing ul li {
    color:#222;
    font-size:.9em;
    font-weight: 500;
}

.pricing ul {
    padding-left:15px;
}

.pricing p {
    font-size:.9em;
    color:#777;
}

.btn-odd {
    background:#ff6701 !important; 
}

.pricing a:hover {
    background:#8a8b8f !important;
}



a.bt.bg-primary:hover {
    color: #fff;
    background: #ff6701 !important;
}

a.bt.bg-secondary:hover {
    color: #fff;
    background: #007fff !important;
}



.lib-search {
    background:#081b2e8e;
    border: none;
    transition: .2s ease-in-out all;
    color:#fff !important;
}

.head-library .slide-content {
    width:35%;
}

.head-library .slide-content h2 {
    text-shadow: 3px 3px rgba(34, 34, 34, 0.63);
    padding-bottom: 15px;
    font-size: 2.4em;
}

.head-library .slide-content input {
    width:70%;
    padding:15px 20px;
    border:2px solid #ff6701;
    margin-bottom:12px;
}

.head-library .slide-content a i {
    padding-left: 7px;
    margin-top:4px;
}

.head-library .slide-content input::placeholder {
    color:rgb(255, 255, 255);
}

.head-library .slide-content input:focus {
    border:none;
    outline: none;
    background:#081b2ece;
    border:2px solid #ff6701;
    box-shadow: none;
}

#library-search span{
    color:#fff;
    padding:0px 12px;
}

.simple-btn {
    color:#fff;
    font-family: inherit !important;
    text-decoration: none;
    padding-bottom:4px;
}

.simple-btn:hover {
    color:#ff6701 !important;
    background-color:transparent !important;
}

.library-categories {
    margin-top:35px;
    margin-bottom:20px;
    margin-left:15px;
    margin-right:15px;
}

    .library-categories .col {
        padding-left: 3px;
        padding-right: 3px;
        flex: 1 0 12%;
        margin-top:5px;
    }

.library-categories a {
    width: 100%;
    background:#8fa0af;
    padding: 7px 0px;
    border-radius: 3px;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:.85em;
    display: inline-block;
    font-weight: 600;
    height:100%;
}

.library-categories a:hover {
    background:#007fff;
}

.library-categories .active {
    background: #007fff;
}

.app-actions {
    float: left;
}

.app-actions a {
    display: block;
    color: #fff;
    padding: 12px;
    border-radius: 4px;
    background: #222;
    margin-bottom: 4px;
    font-size:.8em;
    font-family: inherit;
    text-decoration: none;
    margin-right:0px;
    margin-top:0px;
    display: inline;
    width: fit-content;
    margin-right:5px;
    font-weight: bold;
}

.app-actions .orange {
    background:#ff6700;
}

.app-actions .green {
    background:#007fff;
}

.account-title {
    padding-bottom:5px;
}

.account-settings {
    padding-top:20px;
}

.account-settings input:focus {
    outline:none;
    box-shadow: none;
}

.account-settings .form-control {
    margin-bottom:15px;
}

.account-settings .form-select {
    padding:6px 12px;
}



.book-app-list a img {
    width:100%;
    border-radius: 4px;
    transition: .2s ease-in all;
    text-decoration: none;
    margin-bottom:25px;
}

.book-app-list a:hover img {
    transform: rotate( 
        5deg);
            transform-origin: 50% 50%;
            box-shadow: 5px 0px 10px rgb(153 153 153 / 20%);
}

.book-detail-box {
    z-index: 99950;
    position: fixed;
    background:#fff;
    margin-top: 12%;
    width: 50% !important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
    border-radius: 5px;
    padding:25px;
    left:50%;
    margin-left:-25%;
    display: none;
}

.book-detail-box img {
    width:100%;
    border-radius: 5px;
}

.book-box-info h1 {
    font-weight: 600;
    font-size: 1.1em;
    color: #222;
    width: 100%;
    display: flex;
}

.book-box-info h3 {
    display: block;
    color: #999;
    font-weight: 300;
    letter-spacing: -1px;
    font-size:.9em;
}

.book-box-info p {
    color:#666;
    font-size:.9em;
}

.book-box-info a {
    font-size:.8em !important;
    margin-right: 10px;
}

.book-box-info a:hover {
    color:#fff;
}

.chat-close {
    position: absolute;
    right:-8px;
    top:-8px;
    border-radius: 50%;
    background:#007fff;
    color:#fff;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 30px;
}

.chat-close:hover {
    background:#ff6700;
    color:#fff;
}

.firebaseui-container.mdl-card {
    overflow: visible;
    border-radius: 12px !important;
}

.firebaseui-title, .firebaseui-subtitle {
    color: rgb(66 66 66) !important;
    direction: ltr;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#firebaseui-auth-container input {
    padding: 12px 15px !important;
    background: #ecf0f1 !important;
    border: none !important;
    font-size: .8em !important;
    border-radius: 5px
}

#firebaseui-auth-container label {
    padding: 5px 9px;
    font-size: .9em !important;
}

.is-focused label {
    padding-left: 0px !important;
    padding-top: 0px !important;
    margin-top: -4px !important;
}

.is-dirty label {
    padding-left: 0px !important;
    padding-top: 0px !important;
    margin-top: -4px !important;
}

.mdl-button--raised.mdl-button--colored {
    background: #ff6700 !important;
    border-radius: 5px !important;
    color: rgb(255,255,255);
}


.firebaseui-error {
    color: #dd2c00;
    direction: ltr;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: left;
    margin-top: 8px !important;
}

.firebaseui-textfield.mdl-textfield .firebaseui-label::after {
    background-color: #ff6700 !important;
}
img.loginavatar {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-left: 6px;
    display: inline-block;
    margin-top: -2px;
}


.avatar-container {
    padding: 15px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 15px;
}

.data-border {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px 20px;
    width: 100%;
    background: #007fff;
    display: inline-block;
    text-align: center;
}

    .data-border:hover {
        background: #ff6700;
    }

.up-hold {
    display: inline-block;
}

.up-img {
    font-size: 3em;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}

.up-hold span {
    font-size: .8em;
    color: #fff;
}

.pl-text {
    color: #fff;
}

.av-active {
    border: 2px solid #007fff !important;
}

.data-border i {
    padding-left: 7px;
}

.avatar-list a {
    height: 75px;
    float: left;
    border: 2px solid #fff;
    overflow: hidden;
}

    .avatar-list a:hover {
        border: 2px solid #007fff;
    }

    .avatar-list a img {
        display: block;
        height: 75px;
    }


.head-about {
    background: rgb(248, 188, 144);
    background: linear-gradient(180deg, rgba(248, 188, 144, 0.9780287114845938) 0%, rgba(255, 155, 123, 1) 100%);
    display: flex;
    height: 70vh;
    padding: 30px;
    background-image: url(../images/app-bg/bg9.png);
    background-size: cover;
    background-position: top center !important;
    overflow: hidden;
    position: relative;
}

.head-pricing {
    background: #003467;
    display: flex;
    height: 25vh;
    padding: 30px;
    background-size: cover;
    background-position: top center !important;
    overflow: hidden;
    position: relative;
}

.ab-padding {
    padding-top: 25px;
}

    .ab-padding .text-secondary {
        padding-top: 7px;
        font-size: 1.3em;
    }

.m-box {
    padding: 50px;
    box-shadow: 0px 0px 40px rgba(153, 153, 153, 0.35);
    border-radius: 12px;
    height: 445px;
}

.price-col {
    padding-top: 60px;
}

    .price-col .pricing-bg {
        background-image: url(../images/pricing-img.jpg?w=2000&h=0&q=80);
        background-size: cover;
        position: relative;
        background-position: bottom center;
    }

.m-box h5 {
    font-size: 2em;
    font-weight: bold;
    padding: 15px 0px;
    color: #007fff;
    padding-top: 15px !important;
}

    .m-box h5 span {
        font-size: .5em;
        display: block;
        color: #8fa0af;
    }

.prc {
    padding: 45px 0px 70px;
}

.m-box h3 {
    padding-bottom: 5px !important;
}

.m-box .act span {
    color: #fff !important;
    padding: 4px 10px;
    background: #ff6700;
    border-radius: 3px;
    display: flex;
    width: fit-content;
    position: relative;
    height: auto;
    font-size: .9rem !important;
    position: absolute !important;
}

.p-pad {
    padding-top: 46px !important;
}

.pricing-bg span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    width: 80%;
    font-size: 1.5em;
    text-shadow: 1px 1px 12px #007fff;
}

.m-box a {
    margin-top: 30px !important;
}

.avatar-upload-box {
    z-index: 99950;
    position: absolute;
    background: #fff;
    margin-top: 1%;
    /*    width: 50% !important;*/
    box-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
    border-radius: 5px;
    padding: 25px;
    /*    left: 50%;*/
    /*    margin-left: -25%;*/
    transform: translate(-50%, 0%);
    left: 50%;
    display: none;
}

.preview-container {
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ff6701;
    width: 200px;
    height: 200px;
    margin: auto;
    overflow: hidden;
}

.preview-area {
    position:relative;
}

.overlay-babbel {
    width: 100%;
    height: 100vh;
    opacity: .7;
    position: fixed;
    z-index: 99998;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
}


.call-box {
    position: fixed;
    z-index: 99999;
    background: #fff;
    border-radius: 12px;
    padding: 15px 15px 10px 15px;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    top: 20%;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
}

    .call-box img {
        width: 150px;
        height: 150px;
        border: 4px solid #ff6700;
        border-radius: 100%;
        margin: 0 auto;
        position: relative;
        display: block;
        object-fit: cover;
        object-position: center center;
    }

    .call-box h2 {
        text-align: center;
        font-size: 1.2em;
        margin-top: 15px;
        font-weight: bold;
    }

    .call-box a {
        display: block;
        text-align: center;
    }

        .call-box a:hover {
            color: #fff !important;
        }

    .call-box .bg-primary:hover {
        background: #29d307 !important;
    }

.avatar_user img {
    width: 66px;
    height: 66px !important;
    top: 5px;
    position: relative;
}

/*///////////////// update /////////////////*/

.library-categories a {
    width: 100%;
    background: #8fa0af;
    padding: 11px 0px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: .85em;
    display: inline-block;
    font-weight: 600;
}


.slide-content {
    position: absolute;
    bottom: 120px;
    max-width: 50%;
}

.lined-price {
    text-decoration: line-through;
    color: #a4b5c5;
    float: left;
    padding-right: 10px;
}


.boxed {
    padding: 40px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 0px 40px rgb(153 153 153 / 15%);
    position: relative;
    margin-bottom: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.bg-payment {
    background-image: url(../images/library-cover.png);
    background-size: cover;
    background-position: center center;
    height: 500px;
}

.bg-thanks {
    background-image: url(../images/app-bg/bg9.png);
    background-size: cover;
    background-position: center center;
    height: 500px;
}


.bg-payment h4 {
    color: #fff;
    font-family: 'Vanilla';
    bottom: 50px;
    position: absolute;
}

.payment-details h5 {
    color: #444;
    font-size: 1em;
    padding: 0px !important;
}

.pay-box {
    height: auto;
    padding: 25px 30px;
    margin-top: 0px;
    background: #fff;
}

.order-box {
    border-radius: 5px;
    padding: 25px 25px;
    background: #a4b5c5;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.137);
}

    .order-box .order-desc {
        color: #fff;
        font-weight: bold;
    }

.liner {
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.37);
    display: block;
    margin: 15px 0px;
}

.order-box .dates {
    font-weight: normal;
    color: #fff;
}

.order-box .dates span {
    font-weight: bold;
    width: 45%;
    display: inline-block;
}

.order-box .dates span.value {
    font-weight: normal !important;
}



    .pay-box .icon-left {
        position: absolute;
        width: 30%;
        right: -10px;
        top: -90px;
    }

    .pay-box .icon-left img {
        width: 120%;
    }

.order-box .form-control {
    padding: 10px !important;
}

.order-box button {
    background: #ff6700 !important;
    color: #fff;
    transition: .2s ease-in all;
    font-weight: bold;
}

    .order-box button:hover {
        background: #003467 !important;
    }

.pay-orange-box {
    background: #007fff;
    padding: 100px 50px !important;
    text-align: center;
    height: 500px;
}

    .pay-orange-box h5 {
        color: #fff !important;
        font-size: 1.4em !important;
    }

    .pay-orange-box a {
        color: #fff;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        display: inline-block !important;
        width: fit-content;
        padding: 8px 12px;
        background: #003467;
        border-radius: 4px;
        font-size: .8em !important;
    }

.device-box {
    position: fixed;
    z-index: 100000;
    background: #fff;
    border-radius: 12px;
    padding: 5px 20px 0px 20px;
    width: 500px;
    font-size: smaller;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 80%);
}
.device-box .device_note {
    padding: 10px 0px 0px;
}
.device-box .form-select {
    padding: 0.275rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
    font-style: italic;
}

.device-box label {
    font-weight: 600;
}
.device-box img {
    width: 150px;
    height: 150px;
    border: 4px solid #ff6700;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.device-box h2 {
    text-align: center;
    font-size: 1.2em;
    margin-top: 15px;
    font-weight: bold;
}
.device-box a {
    display: block;
    text-align: center;
}
.device-box a:hover {
    color: #fff !important;
}
.device-box .bg-primary:hover {
    background: #29d307 !important;
}

.price-col .m-box {
    height: 60vh !important;
    min-height: 470px;
}
.price-col .mb-1 {
    margin-bottom: 25px !important;
}

.reg-holder {
    position: relative;
}
.reg-holder h3 {
    position: absolute;
    font-family: vanilla;
    color: #fff;
    bottom: 50px;
    left: 50px;
    width: 70%;
}

.basic_link {
    display: block;
    text-align: center;
    margin-top: 10px !important;
    background: transparent !important;
    color: #007fff !important;
    font-weight: bold;
    font-size: .8em;
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 4px;
    text-decoration: none;
}

    .basic_link:hover {
        background: #007fff !important;
        text-decoration: none !important;
        color: #fff !important;
    }

.pay-box h4 {
    color: #fff;
    font-size: .8em;
    font-weight: bold;
}
.reg-form ul {
    padding-top: 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
}

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

.invalid {
    border: #dc3545 2px solid !important;
}


.pprofiel {
    max-width: 100px !important;
    height: 33px !important;
    border: 0px;
    margin: 0px;
    padding: 0px 8px !important;
    font-size: 12px;
}