﻿:root {
    --primary: #7145ab;
    --primary-hover: #5a3789;
    --primary-light: #d8cee7;
    --secondary: #e62e5d;
    --secondary-hover: #b8254a;
    --tertiary: #14a2ad;
    --tertiary-hover: #10828a;
    --orange: #f76421;
    --orange-hover: #de5415; 
    --font-family: 'Poppins', Arial, sans-serif;
    --btn-radius: 50px;
    --box-radius: 10px;
    --box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px !important;
    --bg-white-50: rgba(255,255,255,0.5);
    --bg-dark-50: rgba(0,0,0,0.5);
    --bg-dark-30: rgba(0,0,0,0.3);
}

/* General
-------------------------------------------------- */
a {
    color: var(--secondary);
}
    a:hover,
    a:focus{
        color: var(--secondary-hover);
    }


h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
}
h1{
    font-size:3.5rem;
}
h2,
h3 {
    color: #1f2038;
    font-weight: 600;
}
h2 {
    font-size: 2rem;
    line-height: 3.2rem;
}
h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.25rem;
    line-height: 1.5em;
}
h5 {
    font-size: 1.125em;
}

p {
    line-height: 1.75rem;
    color: #3c3e69;
}
.p-5 {
    padding: 1rem 3rem !important;
}
.p-nbm{
    margin-bottom:unset;
}

.p-2-3 {
    padding:2rem 3rem;
}
.p-2-3 p{
    margin-bottom:unset
}

.col-white{
    color:white;
}
.col-primary{
    color:var(--primary);
}
.col-secondary {
    color: var(--secondary);
}
.col-tertiary {
    color: var(--tertiary);
}
.col-orange {
    color: var(--orange);
}

.img-rtop{
    border-radius:300px 300px 0 0;
    max-width:500px;
}
.img-rbot {
    border-radius: 0 0 300px 300px;
    max-width: 500px;
}
.img-cil {
    border-radius: 300px;
    height: 650px;
    width: auto;
    max-width:500px;
    margin:0 auto;
}
.col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shadow {
    box-shadow: var(--box-shadow);
}


.bg-primary {
    background: var(--primary) !important;
    position:relative;
}

.bg-secondary {
    background: var(--secondary) !important;
    position: relative;
}

.bg-grad-hero {
    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);
}
.bg-grad-primary {
    background: linear-gradient(45deg, rgba(92,51,146,1) 0%, rgba(238,48,96,1) 100%);
    position: relative;
}
.bg-lgrey{
    background:#efefef;
}

.bg-white {
    background-color: #fff;
}

.text-light{
    color:#fff;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
.box-gen-lpurple,
.box-gen-lpink,
.box-gen {
    box-shadow: var(--box-shadow);
    border-radius: var(--box-radius);
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.box-gen {
    background: #fff;
    height:100%;
}
.bg-h-100{
    height:100%;
}

.box-gen-lpink {
    background: #fbecee;
}
.box-gen-lpurple {
    background: #f0ebf6;
}



.bg-inner-p {
    padding: 45px;
    color: #000;
}

.mt-50{
    margin-top:50px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.pt-50{
    padding-top:50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-5-tb{
    padding:3rem 0;
}

.mff{
    margin:0 100px;
}
.mb-0{
    margin:0;
}

.p-sec-h{
    padding:15px 45px;
}

.card{
    border-radius:var(--box-radius);
}

.container{
    position:relative;
}
.pos-absolute{
    position:absolute;
    left:0;
    right:0;
}

.fs-lg {
    font-size: 1.5rem;
    line-height: unset;
}
.extra-lg-txt {
    font-size:2.5rem;
    line-height:unset;
}
.text-thin {
    font-weight:300;
    line-height:1.5em;
}

html {
    font-size: 0.875rem;
}

/*-- images --*/

.img-student-young,
.img-tutor-male,
.img-student-male-tutor,
.img-student-female-tutor,
.img-lucid-signup,
.img-lucid-about {
    width: 500px;
    height: 625px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
    margin: 0 auto;
}
.img-student-young {
    background-image: url('/img/lucid_young_student.jpg');
}
.img-tutor-male {
    background-image: url('/img/lucid_tutor_male.jpg');
}
.img-student-male-tutor {
    background-image: url('/img/lucid_student_male_tutor.jpg');
}
.img-student-female-tutor {
    background-image: url('/img/lucid_student_female_tutor.jpg');
}
.img-lucid-signup {
    background-image: url('/img/lucid_study_signup.jpg');
}
.img-lucid-about {
    background-image: url('/img/lucid_about_lucid_study.jpg');
}




li::marker {
    font-weight: 600;
    padding-right:10px;
}

.i-success {
    font-size:8rem;
    color:var(--primary);
    margin-bottom:15px;
}

@media (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

.list-gen {
    margin: 0 0 25px 0;
    padding: 0;
}

    .list-gen li {
        list-style-type: none;
        display: flex;
        padding: 10px 0;
    }

        .list-gen li i {
            width: 30px;
            color: var(--primary);
            font-size: 1.5rem;
        }

        .list-gen li span {
            padding-left: 10px;
            color: #3c3e69;
        }

.list-sl li {
    margin-bottom: 1.125rem;
}

.list-sl li h5 {
    margin-bottom: 0.875rem;
}

.list-sl li span {
    opacity: 0.7;
}



.fw-pl {
    padding: 80px 80px 80px 400px;
}

.fw-pr {
    padding: 80px 400px 80px 80px;
}

.emp-primary {
    color: var(--primary);
}

.emp-secondary {
    line-height: 1.8em;
    font-size: 1.35rem;
    font-weight:500;
    background: linear-gradient(180deg,#66338e 0,#cd2f68 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Buttons
-------------------------------------------------- */

.btn {
    border-radius: var(--btn-radius);
    padding: 0.625rem 2rem;
    transition: all 0.5s ease;
}
.btn-sml {
    border-radius: var(--btn-radius);
    padding: 5px 8px 5px 15px;
    transition: all 0.5s ease;
    font-size: 14px;
    text-align: left;
}
.btn-icon {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.btn-slide-left-primary {
    background: linear-gradient(to left, transparent 50%, #5c3392 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

    .btn-slide-left-primary:hover {
        background-position: left bottom;
    }
.btn-slide-left-secondary {
    background: linear-gradient(to left, transparent 50%, #e62e5d 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

    .btn-slide-left-secondary:hover {
        background-position: left bottom;
    }
.btn-slide-left-tertiary {
    background: linear-gradient(to left, transparent 50%, #14a2ad 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
    .btn-slide-left-tertiary:hover {
        background-position: left bottom;
    }
.btn-slide-left-orange {
    background: linear-gradient(to left, transparent 50%, #f76421 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

    .btn-slide-left-orange:hover {
        background-position: left bottom;
    }

.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary-hover);
        border-color: var(--primary-hover);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: var(--primary);
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
}

    .btn-secondary:hover {
        color: #fff;
        background-color: var(--secondary-hover);
        border-color: var(--secondary-hover);
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: var(--secondary-hover);
        border-color: var(--secondary-hover);
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }



.btn-tertiary {
    color: #fff;
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}

    .btn-tertiary:hover {
        color: #fff;
        background-color: var(--tertiary-hover);
        border-color: var(--tertiary-hover);
    }

    .btn-tertiary:focus, .btn-tertiary.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-tertiary.disabled, .btn-tertiary:disabled {
        color: #fff;
        background-color: var(--tertiary);
        border-color: var(--tertiary);
    }

    .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
    .show > .btn-tertiary.dropdown-toggle {
        color: #fff;
        background-color: var(--tertiary-hover);
        border-color: var(--tertiary-hover);
    }

        .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-tertiary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }

.btn-language {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

    .btn-language:hover {
        color: #fff;
        background-color: var(--orange-hover);
        border-color: var(--orange-hover);
    }

    .btn-language:focus, .btn-language.focus {
        box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
    }

    .btn-language.disabled, .btn-language:disabled {
        color: #fff;
        background-color: var(--orange);
        border-color: var(--orange);
    }

    .btn-language:not(:disabled):not(.disabled):active, .btn-language:not(:disabled):not(.disabled).active,
    .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: var(--orange-hover);
        border-color: var(--orange-hover);
    }

        .btn-language:not(:disabled):not(.disabled):active:focus, .btn-language:not(:disabled):not(.disabled).active:focus,
        .show > .btn-orange.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 51, 146, 0.5);
        }



.get-started-btn {
    margin-left: 25px;
    background: var(--primary);
    color: #fff;
    border-radius: var(--btn-radius);
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 1rem;
    display: inline-block;
}

    .get-started-btn:hover,
    .get-started-btn:focus{
        background:var(--primary-hover);
    }

/* Header and Top Nav
-------------------------------------------------- */
/*#header {
    background: transparent;
}*/
.nav-menu > ul > li {
    padding: unset; 
}
.nav-menu a {
    font-size: 18px;
    font-weight:500;
    font-family: var(--font-family);
    color: #3c3e69;
    padding:10px 15px;
}
#header .logo img {
     max-height: 60px; 
}
.logo img{
    height:60px;
}
#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    background: #fff;
}

    #header.header-scrolled .logo img {
        height: 50px;
    }
.header-bg-white{
    background:#fff;
    min-height:100px;
}

.lucid-study-shield {
    max-width:480px;
    margin:0 auto;
}

    /* SECTIONS
-------------------------------------------------- */
    section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title,
.section-title-od {
    padding-bottom: unset;
    line-height: unset;
    font-weight: 600;
    font-weight: 700;
}
.section-title {
    color: #000;
}
.section-title-od {
    color: #fff;
}
.sec-no-p{
    padding-top:unset;
    padding-bottom:unset;
}
.sec-no-pt {
    padding-top: 0;
    padding-bottom: 100px;
}
.sec-no-pb{
    padding-top:100px;
    padding-bottom:0;
}

/* SECTION - Hero
-------------------------------------------------- */

.sec-hero,
.sec-hero-spage,
.sec-hero-white,
.sec-hero-lgrey {
    display: flex;
    align-items: center;
    position: relative;
}
.sec-hero {
    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);
}
.sec-hero {
    padding-top:170px;
    height: 100vh;
}
.sec-hero-spage {
    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);
}
.sec-hero-how {
    background: linear-gradient(45deg, rgba(202,175,237,1) 0%, rgba(172,221,216,1) 100%);
}
.sec-hero-white {
    background: #fff;
    padding: 150px 0 100px 0;
}
.sec-hero-lgrey {
    background: #efefef;
}

.sec-hero-how,
.sec-hero-spage {
    height: 70vh;
}

.hero-copy,
.sub-hero-copy {
    position: relative;
    padding-bottom: 30px;
    margin: 50px;
    width:100%;
}
    .hero-copy h2,
    .sub-hero-copy h2{
        font-size: 2.5rem;
    }
.sec-hero h1,
.sec-hero-spage h1,
.sec-hero-how h1,
.sec-hero-white h1,
.sec-hero-lgrey h1{
    font-weight: 700;
    margin-bottom: 20px;
}
    .sec-hero h1,
    .sec-hero-spage h1,
    .sec-hero-how h1,
    .sec-hero-white h1,
    .sec-hero-lgrey h1{
        color: #000;
    }

    .sec-hero h1 span,
    .sec-hero-spage h1 span {
        text-decoration: underline;
    }
.hero-copy p{
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin: 20px auto;
    color: #000;
}
.sub-hero-copy p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 10px auto;
    color: #000;
    max-width: 70%;
}

blockquote {
    display: block;
    background: #fff;
    padding: 20px 40px;
    margin: 0;
    position: relative;
    border: 1px solid var(--secondary);
    color: var(--secondary) !important;
    font-style:italic;
    font-family:'Times New Roman';
}
    blockquote::before {
        content: "\201C";
        left: -3px;
        top: -3px;
        padding-right: 12px;
        padding-top: 6px;
    }
    blockquote::after {
        content: "\201D";
        right: -3px;
        bottom: -4px;
        padding-left: 12px;
        padding-top: 50px;
        line-height: 0px;
    }
    blockquote::before, blockquote::after {
        font-family: Georgia,serif;
        font-size: 60px;
        font-weight: bold;
        color: var(--secondary);
        position: absolute;
        background-color: #fff;
    }
    blockquote p {
        color: var(--secondary);
        font-size: 1.8rem;
        line-height: 1.35em;
    }

/* SECTION - About
-------------------------------------------------- */
.sec-about {
    background: var(--primary);
    padding: unset;
}
.sec-about h2{
    line-height:3.2rem;
    font-weight:400;
}

.sa-row {
    display: flex;
}

.sa-primary,
.sa-secondary {
    color: #fff;
    flex: 1;
}
    .sa-primary p,
    .sa-secondary p {
        color: #fff;
    }

.sa-primary {
    background: var(--primary);
}

.sa-secondary {
    background: var(--secondary) url('/img/about-zig-zag.png') repeat-y left top;
}

/* SECTION - Why
-------------------------------------------------- */
.sec-why{
    
}
.sec-tutor {
    padding-top:unset;
}

.flex-fw-row,
.flex-fw-row-rev {
    display: flex;
    flex-direction: row;
}

.flex-fw-col {
    flex: 1;
    height: 100%;
    overflow:hidden;
}



/* Deco
-------------------------------------------------- */
.deco {
    overflow: hidden;
}
.deco-dot-white,
.deco-dot-grey{
    position: absolute;
    right: 0;
    top: 0;
    width: 497px;
    height: 580px;
}
.deco-dot-pink {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 548px;
    height: 751px;
}
.deco-wave{
    width:270px;
    height:25px;
    position:absolute;
    bottom:0;
    left:0;
}
.deco-wave-center {
    width: 270px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.deco-wave-big{
    position:absolute;
    right:0;
    bottom:50px;
}

@media (min-width: 768px) {
    .flex-fw-row {
        flex-direction: row;
    }
}

/* Sub Pages 
-------------------------------------------------- */
.sub-page-header {
/*    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);*/
    min-height: 100px;
}
.sub-page-header-white{
    background:#fff;
    height:150px;
}
.csp-arrow{
    font-size:3rem;
}
.rmb {
    margin-bottom:25px;
}
.contact-spage{

}
.spage-h2 {
    background:var(--secondary);
    color:#fff;
    border-radius:10px 0 0 0;
    padding:15px 35px;
    display:inline-block;
    position:absolute;
}

/* SECTION - How
-------------------------------------------------- */
.how-steps-box {
    padding: 45px;
    display: flex;
    flex-direction: column
}
.how-steps {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
    .how-steps .icon {
        font-size: 2.8rem;
        text-align: center;
        width: 80px;
        height: 80px;
        line-height: 85px;
        color: #fff;
        background-color: rgba(202,175,237,0.3);
        border-radius: 50%;
    }
.how-steps-info{
    width:80%;
    margin-left:25px;
}
.hsi-list {
    opacity:0.8;
}

.hs-title-box h2 {
    font-size: 2rem;
    margin-bottom: 5px;
    line-height: 3rem;
    font-weight: 600;
    font-weight: 700;
}
.hs-title-box p {
    font-size: 1.25rem;
    margin-bottom: 45px;
}
    .how-steps p {
        padding:0 0 0 25px;
        width:70%;
    }
        .how-steps p span {
            opacity: 0.7;
        }


/*---Steps---*/
/* Style the form */
#regForm {
    background-color: #ffffff;
}
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}
    input.invalid {
        background-color: #ffdddd;
    }
.tab {
    display: none;
}

/* SECTION - faq
-------------------------------------------------- */
.faq-row{
    border-bottom:1px #ccc solid;
    padding-bottom:35px;
    margin-bottom:35px;
    color:#000;
}
.faq-q {
    font-weight: 500;
    font-size: 1.25rem;
}
.faq-a{
    font-weight:400;
    font-size:1rem;
}
.faq h5{
    font-size:1.125rem;
}
.faq ol{
    padding:0 0 0 40px;
}


/* -- accordion -- */
.card-head-acc{
    padding:10px 0;
}
.accordion > .card .card-header h5 {
    font-size: 1.063rem;
}
.accordion > .card .card-header a {
    color: #3c3e69;
    line-height:1.5em;
}

.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

/*-- form --*/
.form-find-tutor{

}
.fft-success {
    padding:2rem;
    display:flex;
    flex-direction:column;
}
.i-fft-success{
    font-size:6rem;
    text-align:center;
    margin-bottom:10px;
    color:var(--primary);
}
.form-find-tutor h4{
    color:#000;
    margin-bottom:25px;
    line-height:2.5rem;
}
.bootstrap-tagsinput,
.form-control {
    height: unset;
    padding: 10px 15px !important;
    border: 1px solid #ced4da;
    border-radius: 50px !important;
    font-size: 16px;
    width:100% !important; 
}
    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        margin-bottom:10px;
        background-color: var(--secondary) !important;
        border-radius:25px;
        display:inline-block;
        padding:4px 15px;
    }
.form-check-input {
    width: unset;
}

/*--- Table ---*/

.table th {
    font-weight:600;
}
.table th,
.table td {
    color: #3c3e69;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}
.table-tut-det th{
    width:40%;
}
.table-profile th,
.table-profile td {
    font-size: 14px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

    .inputGroup label {
        padding: 12px 15px;
        width: 100%;
        display: block;
        text-align: left;
        color: #3c454c;
        cursor: pointer;
        position: relative;
        z-index: 2;
        transition: color 200ms ease-in;
        overflow: hidden;
        border: 1px #ccc solid;
        border-radius:50px;
    }

        .inputGroup label:before {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            content: '';
            background-color: #fceaee;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
            opacity: 0;
            z-index: -1;
            border: 1px #6f06a4 solid;
        }

        .inputGroup label:after {
            width: 28px;
            height: 28px;
            content: '';
            border: 2px solid #d1d7dc;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
            background-repeat: no-repeat;
            border-radius: 50%;
            z-index: 2;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            transition: all 200ms ease-in;
        }

    .inputGroup input:checked ~ label {
        color: #e62e5d;
        border: 1px #e62e5d solid;
    }

        .inputGroup input:checked ~ label:before {
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
            opacity: 1;
        }

        .inputGroup input:checked ~ label:after {
            background-color: #e62e5d;
            border-color: #e62e5d;
        }

    .inputGroup input {
        width: 32px;
        height: 32px;
        order: 1;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        visibility: hidden;
    }

.form {
    padding: 0 16px;
    max-width: 550px;
    margin: 50px auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}

body {
    /*background-color: #d1d7dc;*/
    background-color: #fff;
}

*, *::before, *::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

code {
    background-color: #9aa3ac;
    padding: 0 8px;
}
 

/*-- Steps Wizard --*/
.arrow-steps {
    display:flex;
}
    .arrow-steps .step {
        font-size: 14px;
        color: #8a34b5;
        cursor: default;
        margin: 0 6px 0 0;
        padding: 15px 10px 15px 35px;
        flex: 1;
        position: relative;
        background-color: #ded6e9;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: background-color 0.2s ease;
    }
    .arrow-steps .step h4{
        margin-bottom:0;
        font-size:1.125rem;
    }
    .arrow-steps .step p {
        margin-bottom: 0;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            right: -20px;
            width: 0;
            height: 0;
            border-top: 42px solid transparent;
            border-bottom: 42px solid transparent;
            border-left: 20px solid #ded6e9;
            z-index: 2;
            transition: border-color 0.2s ease;
        }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 20px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:first-child:before {
        border: none;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
        .arrow-steps .step:last-child {
            border-radius: 0 4px 4px 0;
            margin-right: unset;
        }

    .arrow-steps .step span {
        position: relative;
    }

        .arrow-steps .step span:before {
            opacity: 0;
            content: "✔";
            position: absolute;
            top: -2px;
            left: -20px;
        }

    .arrow-steps .step.done span:before {
        opacity: 1;
        -webkit-transition: opacity 0.3s ease 0.5s;
        -moz-transition: opacity 0.3s ease 0.5s;
        -ms-transition: opacity 0.3s ease 0.5s;
        transition: opacity 0.3s ease 0.5s;
    }

    .arrow-steps .step.current {
        color: #fff;
        background-color: var(--pink);
    }

        .arrow-steps .step.current:after {
            border-left: 17px solid var(--pink);
        }

/*--- Time line ---*/

.cd-container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10%;
    border-radius: 2px;
}

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }
/* -------------------------------- Main components -------------------------------- */
#cd-timeline {
    position: relative;
    padding: 2em 0;
}

    #cd-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 25px;
        height: 100%;
        width: 4px;
        background: var(--bg-dark-30);
        
    }

@media only screen and (min-width: 1170px) {


        #cd-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

    .cd-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

        .cd-timeline-block:first-child {
            margin-top: 0;
        }

        .cd-timeline-block:last-child {
            margin-bottom: 0;
        }
}

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--bg-dark-30), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: #fff;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -7px;
        margin-top: 16px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: var(--secondary);
    border-radius: var(--box-radius);
    padding: 1em;
    color: #fff;
}
    .cd-timeline-content h2 {
        display:flex;
        align-items:center;
        line-height:1.3em;
        margin-bottom:15px;
    }
        .cd-timeline-content h2 span.number {
            border-radius: 50%;
            background-color: var(--bg-dark-50);
            height: 40px;
            line-height: 40px;
            width: 40px;
            text-align:center;
            margin-right:15px;
        }
        .cd-timeline-content h2 span.header {
            width: 80%;
        }
    .cd-timeline-content ul {
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px rgba(255,255,255,0.3) solid;
    }



    .cd-timeline-content .timeline-content-info {
        background: #2b343a;
        padding: 5px 10px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 12px;
        box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
        border-radius: 2px;
    }

        .cd-timeline-content .timeline-content-info i {
            margin-right: 5px;
        }

        .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
            width: calc(50% - 2px);
            display: inline-block;
        }

@media (max-width: 500px) {
    .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .cd-timeline-content .content-skills li {
        background: #40484d;
        border-radius: 2px;
        display: inline-block;
        padding: 2px 10px;
        color: rgba(255, 255, 255, 0.7);
        margin: 3px 2px;
        text-align: center;
        flex-grow: 1;
    }

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

.cd-timeline-content p, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid var(--secondary);
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }

}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 40%;
        margin: 0 5%;
    }

        .cd-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: var(--secondary);
        }

        .cd-timeline-content .cd-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: var(--secondary);
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
            float: right;
        }

        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
            left: auto;
            right: 122%;
            text-align: right;
        }
}

/* Auto Complete
-------------------------------------------------- */
.autocomplete {
    position: relative;
    display: inline-block;
}

input[type=submit] {
    background-color: var(--primary);
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* SECTION - Find a Tutor | Choose to browse or find a match
-------------------------------------------------- */

.bm-block{
    min-height:400px;
}
.bm-img {
    height:300px;
}
.bm-img img{
    height:100%;
}
.bm-content {
    padding: 40px 40px 100px 40px;
}
    .bm-content h3 {
        font-size: 1.75rem;
        font-weight: 600;
        background: linear-gradient(90deg, rgba(92,51,146,1) 0%, rgba(196,59,106,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
.bm-content p{
    font-size:18px;
    font-style:italic;
    padding-left:50px;
}


.bm-btn {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
}
    .bm-btn .btn {
        border-radius: 50px;
        width: 100%;
        border: 1px #5c3392 solid;
        display: block;
        padding: 15px 25px;
        font-weight: 600;
        font-size: 18px;
        color: #5c3392;
        display: flex;
        transition: all 0.5s ease;
    }
        .bm-btn .btn:hover {
            outline: 0;
            color: #fff;
        }

        .bm-btn  .btn:active {
            outline: 0;
            color: #fff;
        }


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 540px;
    font-family: var(--font-family);
}
footer,
.footer {
    background: #17161c url('/img/deco-d-wave-big.svg') no-repeat left 80px;
    background-size:600px 137px;
    color:#fff;
    position: absolute;
    height:540px;
    bottom: 0;
    width: 100%;
    white-space:normal;
    padding-top:80px;
}
    .footer p,
    .footer a,
    .footer-list li,
    .footer-list li a {
        color: #9e9ea0; 
        font-weight: 300;
    }
        .footer-list li a:hover,
        .footer-list li a:focus{
            color:#fff;
        }


.footer-list {
    margin:0 0 25px 0;
    padding:0;
}
.footer-list li{
    list-style-type:none;
    margin-bottom:5px;
}
    .footer-list li a{
        display:block;
    }
.footer-logo {
    height:50px;
    margin-bottom:25px;
}
.footer-terms {
    display: flex;
    align-items: center;
    min-height: 100px;
    justify-content: space-between;
    border-top: 1px #9e9c9c solid;
    margin-top:35px;
}
    .footer-terms .terms,
    .footer-terms .ams {
        padding: 5px 0;
    }
.footer-list-terms {
    margin:0;
    padding:0;
    display:flex;
}
.footer-list-terms li{
    list-style-type:none;
    flex-direction:row;
}
    .footer-list-terms li a{
        display:block;
        padding-right:20px;
    }
.footer-social {
    display:flex;
    margin:10px 0 0 0;
    padding:0;
}
.footer-social li{
    list-style-type:none;
    margin-right:10px;
}
    .footer-social li a {
        display: block;
        border: 1px #efefef solid;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align:center;
    }
        .footer-social li a:hover,
        .footer-social li a:focus {
            background: #fff;
            color: #17161c;
        }

/*--- error pages ---*/
    .error h1 {
        font-size: 4rem !important;
        font-weight: 600;
        color:#000;
    }

    .error p {
        font-weight: 400;
        font-size: 1.2rem;
    }

/*-- Student Section --*/
.student-resources-head {
    min-height: 350px;
    background: #eda0a8 url('../img/res-student-head.jpg') no-repeat left top;
    border-radius:10px 10px 0 0;
    color:#fff;
}
/*-- Tutor Section --*/
.tutor-resources-head {
    min-height: 350px;
    background: #b29cd0 url('../img/res-tutor-head.jpg') no-repeat right top;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.WelcomeLucidity {
    margin:25px;
}

/*-- Browse for Tutors--*/
.browse-tutor-header {
    background: #ccc url('../img/browse_header.jpg') no-repeat center center; 
    background-size:cover;
    height:250px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
}
    .browse-tutor-header h2,
    .browse-tutor-header p{
        color: #fff;
    }

/*--- sub page header ---*/
.sp-header {
    background: linear-gradient(45deg, rgba(248,180,190,1) 0%, rgba(172,221,216,1) 100%);
    background-size: cover;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position:relative;
    overflow:hidden;
}
.sp-header .container{
    display:flex;
    align-items:center;
    justify-content:center;
}

/*--- primary secondary tertiary ---*/
.bt-header-primary,
.bt-header-secondary,
.bt-header-tertiary,
.bt-header-language {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}
/*--- primary ---*/
.bt-header-primary {
    background-color:var(--primary);
}
/*--- secondary ---*/
.bt-header-secondary {
    background-color: var(--secondary);
}
/*--- tertiary ---*/
.bt-header-tertiary {
    background-color: var(--tertiary);
}
/*--- language ---*/
.bt-header-language {
    background-color: var(--orange);
}
.bt-bio {
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.header-searchbar {
    border-radius: 15px;
    padding: 15px 25px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
}

.hsb-blocks input,
.hsb-blocks select {
    border-color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.2);
}

    .hsb-blocks input::placeholder {
        color: #fff;
        opacity: 1;
    }

    .hsb-blocks input::-moz-placeholder {
        color: #fff;
        opacity: 1;
    }


.bt-lev-img-a,
.bt-lev-img-b,
.bt-lev-img-c,
.bt-lev-img-d{
    height: 150px;
}

.bt-select-primary {
    background:var(--primary);
    color:#fff;
}
.bt-header-profile {
    display:flex;
    justify-content:space-between
}
    .bt-header-profile img{
        border-radius:50%;
        height:120px;
        width:120px;
        border:5px #fff solid;
    }
.bt-header-profile .info{
    margin-left:25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    /*min-width:450px;*/
}
    .bt-header-profile .info h4{
        font-size:24px;
        font-weight:600;
        margin-bottom:10px;
    }
    .bt-header-profile .info h5 {
        font-size: 15px;
        font-weight: 300;
        display:flex;
        align-items:center;
    }
    .bt-header-profile .info h5 span{
        font-size: 15px;
        font-weight: 600;
        background:rgba(255,255,255,0.2);
        padding:5px 10px;
        border-radius:7px;
        margin-right:5px;
        width:100px;
    }
.bthp-name {
    display:flex;
}
.bthp-btns {
    border-left:1px #fff dotted;
    margin-left:25px; 
    padding-left:25px;
    display:flex;
    flex-direction:column;
    justify-content:end;
    min-width:300px;
}
.bt-body-profile h4{
    margin-bottom:15px;
}
.bt-body-profile p,
.bt-body-profile li {
    font-size: 15px;
}
.bt-lev-img-a {
    background: var(--primary);
}
.bt-lev-img-b {
    background: var(--secondary);
}
.bt-lev-img-c {
    background: var(--tertiary);
}
.bt-lev-img-d {
    background: var(--orange);
}
.btl-img {
    display: flex;
    align-items:center;
    justify-content:space-between;
}
    .btl-img .icon {
        height: 85px;
        width: 85px;
        border-radius:50%;
        border:2px #fff solid;
        display:flex;
        align-items:center;
        justify-content:center;
        margin-left:40px;
    }
    .btl-img .icon img{
        width:50px;
        height:50px;
    }
.btl-head {
    margin:0 30px 0 5px;
    width:45%;
}
    .btl-head h3 {
        font-weight: 400;
        font-size: 22px;
        color: #fff;
        line-height: 1.3em;
        margin-bottom:5px;
    }
    .btl-head p {
        color: rgba(255,255,255,0.7);
        font-weight: 300;
        margin-bottom: unset;
    }

.bt-lev-info {
    padding: 25px 25px 80px 25px;
}
.bt-lev-action {
    height:70px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:0 25px 25px 25px;
}
.bt-lev-action .btn-a{
    width:100%;
    color:var(--primary);
    border:1px var(--primary) solid;
}
    .bt-lev-action .btn-a:hover {
        color:#fff;
    }
    .bt-lev-action .btn-b {
        width: 100%;
        color: var(--secondary);
        border: 1px var(--secondary) solid;
    }

        .bt-lev-action .btn-b:hover {
            color: #fff;
            background-color:var(--secondary);
        }
    .bt-lev-action .btn-c {
        width: 100%;
        color: var(--tertiary);
        border: 1px var(--tertiary) solid;
    }

        .bt-lev-action .btn-c:hover {
            color: #fff;
            background-color: var(--tertiary);
        }
    .bt-lev-action .btn-d {
        width: 100%;
        color: var(--orange);
        border: 1px var(--orange) solid;
    }

        .bt-lev-action .btn-d:hover {
            color: #fff;
            background-color: var(--orange);
        }

.tutor-qnote{
    display: flex;
}

    .tutor-qnote .indv{
        display: flex;
        align-items: center;
        margin: 5px 5px 5px 0;
        flex-wrap: wrap;
        width: 100%;
    }
        .tutor-qnote .indv .icon{
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 18px;
        }

.tutor-qnote .indv .subject {
    margin-right: 10px;
    width: 70%;
}

.reg-price-row .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.bt-profile-sum {
    padding: 15px;
}

    .bt-profile-sum h4 {
        font-weight: 500;
        font-size: 1.125rem;
        color: #242744;
        margin-bottom: unset;
    }
.bt-profile-sum h6{
    font-weight:500;
    color:var(--tertiary);
    font-size:15px;
    text-align:right;
    margin-bottom:unset;
    padding-top:10px;
}

    .bt-profile-sum p {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: unset
    }
.bt-profile-sum img{
    width:100px;
    height:100px;
    max-height:100px;
    max-width:100px;
    border-radius:50%;
}
.bt-profile-sum hr{
    margin-top:10px;
    margin-bottom:10px;
}
.btn-icon span{
    font-size:20px;
    font-weight:500;
}

.bt-subjects {
    display: flex;
    flex-wrap: wrap;
    min-height: 80px;
    max-height: 80px;
    overflow:hidden;
}
    .bt-subjects .indv {
        background: #ebedf1;
        border-radius: 25px;
        color: #575979;
        font-size: 13px;
        margin: 5px 5px 5px 0;
        padding: 5px 15px;
        max-height:30px;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}


/*--- Blog ---*/
.blog-index h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom:25px;
}
.blog-index-img {
    max-height: 230px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.blog-index-img img{
    width:100%;
    height:100%;
}
.blog-index-title {
    display: flex;
    flex-direction: column;
    border: 1px #ccc solid;
    border-radius: 0 0 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 100%;
    padding: 35px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: 1s all ease;
    text-orientation: unset;
}
    .blog-index-title::before {
        background: rgba(189,211,210,0.2);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        transition: all 0.6s ease;
    }
    .bit::before{
        width:0;
        height:100%;
    }
    .bit:hover::before {
        width: 100%;
    }
.blog-index-title p{
    display:flex;
    color:var(--primary);
    align-items:center;
}
.blog-index-title p i{
    margin-left:5px;
}


.blog-article-header {
    height: 500px;
    max-width: 1600px;
    overflow: hidden;
}
.blog-article-header img{
    width:100%;
    height:auto;
    border-radius:15px;
}
.blog-article-body {
    padding: 50px 200px;
    line-height: 1.75rem;
    color: #3c3e69;
}
.blog-article-body h2{
    font-size:50px;
    font-weight:300;
    margin-bottom:35px;
    line-height:1.2em;
}
.blog-article-body li{
    margin-bottom:15px;
}

/*--- feature card ---*/

.feature-card{
    box-shadow: var(--box-shadow);
    border-radius: var(--box-radius);
    background-color: #ffffff;
    min-height: 100%;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.feature-card {
    padding-bottom: 60px;
}

.feature-card-hor {
}

.fc-img {
    height: 245px;
    overflow: hidden;
    position:relative;
}

.icon-edu-primary,
.icon-edu-secondary,
.icon-edu-tertiary,
.icon-edu-orange {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 15px;
}
.icon-edu-primary {
    background-color:var(--primary);
}
.icon-edu-secondary {
    background-color: var(--secondary);
}
.icon-edu-tertiary {
    background-color: var(--tertiary);
}
.icon-edu-orange {
    background-color: var(--orange);
}
.icon-edu-primary img{
    width:100%;
    height:100%;
}



    .fc-img img {
        width: 100%;
    }

.fc-body {
    padding: 30px;
}

    .fc-body h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6em;
        min-height: 25px;
    }
    .fc-body .p-emp{
        border-left:2px solid;
        font-weight:500;
        margin-bottom:10px;
        padding-left:15px;
    }
    .fc-body .p-emp-primary {
        border-color: var(--primary);
        color: var(--primary);
    }
    .fc-body .p-emp-secondary {
        border-color: var(--secondary);
        color: var(--secondary);
    }
    .fc-body .p-emp-tertiary {
        border-color: var(--tertiary);
        color: var(--tertiary);
    }
    .fc-body .p-emp-orange {
        border-color: var(--orange);
        color: var(--orange);
    }


    .fc-body p {
        color: #3c3e69;
        margin-bottom: 0;
    }

textarea.form-control {
    height: auto;
    border-radius: 25px !important;
}

/* Media Queries
-------------------------------------------------- */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
    .fw-pl {
        padding: 80px 80px 80px 290px;
    }
    .fw-pr {
        padding: 80px 300px 80px 80px;
    }
}

@media(max-width:1680px) {
    .sec-hero {
        padding-top:180px;
    }
    .fw-pl {
        padding: 75px 80px 75px 215px;
    }
    .fw-pr {
        padding: 75px 215px 75px 80px;
    }
    .list-gen li {
        padding: 5px 0;
    }
    footer, .footer {
        background-size: 560px 130px;
    }
        .footer-logo {
        margin-bottom: 30px;
    }
    .sec-hero-how, .sec-hero-spage {
        height: 75vh;
    }
    .sec-hero-spage{
        padding-top:150px;
        padding-bottom:120px;
    }
}
@media(max-width:1536px) {
    .fw-pl,
    .fw-pr {
        padding: 75px 80px 75px 80px;
    }
    section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sp-header {
        min-height: unset;
    }
    .hero-copy, .sub-hero-copy {
        margin: 30px;
    }
        .hero-copy h2, .sub-hero-copy h2 {
            font-size: 2.125rem;
        }
        .sub-hero-copy p {
            font-size: 1.25rem;
        }
    .bt-lev-img-a, .bt-lev-img-b, .bt-lev-img-c, .bt-lev-img-d {
        height: 100px;
    }
    .btl-img .icon {
        height: 70px;
        width: 70px;
  
    }
    .btl-img .icon img {
        width: 40px;
        height: 40px;
    }
    .bt-lev-info {
        padding: 20px 20px 55px 20px;
    }
        .bt-lev-info p {
            line-height: 1.5rem;
        }
    #header {
        padding: 15px 0;
    }
    .sub-page-header {
        min-height: 90px;
    }
}

    @media(max-width:1440px) {
        .fw-pl {
            padding: 65px 65px 65px 170px;
        }

        .fw-pr {
            padding: 65px 170px 65px 65px;
        }

        .WelcomeLucidity {
            max-width: 100%;
            height: auto;
            padding: 40px;
        }

        .sec-about h2 {
            line-height: 2.8rem;
            font-weight: 400;
        }

        .h2, h2 {
            font-size: 1.75rem;
        }

        .sec-hero-how, .sec-hero-spage {
            height: 90vh;
        }
    }

    @media(max-width:1366px) {
        .fw-pl {
            padding: 65px 65px 65px 130px;
        }

        .fw-pr {
            padding: 65px 130px 65px 65px;
        }

        .sec-why .img-fluid,
        .sec-tutor .img-fluid {
            max-width: unset !important;
        }
    }

    @media(max-width:1024px) {
        .fw-pl {
            padding: 50px;
        }

        .fw-pr {
            padding: 50px;
        }

        .sec-why .img-fluid,
        .sec-tutor .img-fluid {
            max-width: 100% !important;
        }

        .btn-f-100 {
            max-width: 100%;
            flex: 100%;
        }

        .h2, h2 {
            font-size: 1.5rem;
            line-height: 2.5rem;
        }

        footer, .footer {
            background-size: 360px 130px;
        }
        .img-student-young, .img-tutor-male, .img-student-male-tutor, .img-student-female-tutor, .img-lucid-signup, .img-lucid-about {
            width: auto;
            height: 500px;
        }
        .find-tutor-blocks .col-md-3 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom:25px;
        }
}
    @media (max-width:960px){
        .p-5 {
            padding: 1rem 1rem !important;
        }
        .header-searchbar .col {
            flex-basis: unset; 
            flex-grow: unset;
            max-width: 50%;
            margin-bottom:15px;
        }
        .ws-960 .col-md-3,
        .ws-960 .col-md-4,
        .ws-960 .col-md-6,
        .ws-960 .col-md-8,
        .ws-960 .col-md-9 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .bt-profile-sum h4,
        .bt-profile-sum h6 {
            text-align: center;
        }
        .ws-960 .col-md-6 .btn-outline-primary{
            margin-bottom:15px;
        }
    }

    @media(max-width:768px) {
        .header-searchbar .col {
            max-width: 100%;
            margin-bottom: 15px;
        }
        .resp-word-break {
            word-wrap: break-word;
        }
        h1 {
            font-size: 2.5rem;
        }
        .sec-hero {
            height: unset;
        }

        .WelcomeLucidity {
            padding: unset;
        }

        .col-sm-6 {
            -ms-flex: 0 0 100%;
            flex: 100%;
            max-width: 100%;
        }

        .sa-row {
            flex-direction: column;
        }

        .flex-fw-row {
            flex-direction: column;
        }

        .flex-fw-row-rev {
            flex-direction: column-reverse;
        }

        #header {
            padding: 12px 0;
        }

        body {
            margin-bottom: 940px;
        }

        section {
            padding: 35px 25px;
        }

        footer, .footer {
            background: #17161c url(/img/deco-d-wave-big.svg) no-repeat left 80px;
            height: 940px;
        }

            .footer .col-sm-4,
            .footer .col-sm-8,
            .footer .col-sm-3,
            .col-sm-10 {
                flex: 100%;
                max-width: 100%;
            }

        .about-page .p-5 {
            padding: 3rem 0 !important;
        }

        .mobile-nav-toggle {
            right: 50px;
            top: 30px;
        }

        .sa-secondary {
            background: var(--secondary);
            background-image: none;
        }

        .faq ol {
            padding: 0 40px;
            line-height: 1.5em;
        }

        .get-started-btn {
            margin: 0 80px 0 0;
        }
        .box-gen-steps {
            box-shadow:unset;
        }
        .arrow-steps {
            display: flex;
            flex-direction: column;
        }

            .arrow-steps .step:first-child {
                border-radius: 4px;
            }
            .arrow-steps .step {
                border-radius: 10px !important;
                margin:5px 0 !important;
            }

            .arrow-steps .step:after, .arrow-steps .step:before {
                right: unset;
                border-top: unset;
                border-bottom: unset;
                border-left: unset;
            }

            .arrow-steps .step {
                margin: 0;
            }

        .bt-header-primary, .bt-header-secondary, .bt-header-tertiary {
            min-height: 200px;
            height: unset;
            padding: 20px 0;
        }

        .sub-page-header {
            min-height: 84px;
        }

        .header-searchbar .row {
            flex-direction: column;
        }

            .header-searchbar .row .col {
                margin-bottom: 10px;
            }

        .bt-profile-sum .col-md-3,
        .bt-profile-sum .col-md-9 {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .bt-header-primary {
            background: var(--primary);
        }
        .bt-header-profile {
            flex-direction:column;
        }
        .bthp-name {
            flex-direction: column;
        }
        .bt-header-profile img {
            width: 120px;
            height: 115px;
        }
        .bt-header-profile .info {
            margin-left: unset; 
            min-width: 100%;
        }
        .bthp-btns {
            border-left: unset;
            border-top: 1px #fff dotted;
            margin-left: unset;
            padding-left: unset;
            margin-top: 10px;
            padding-top: 10px;
        }

        .bt-header-secondary {
            background: var(--secondary);
        }

        .bt-header-tertiary {
            background: var(--tertiary);
        }

        .btn-icon {
            margin-bottom: 15px;
        }
        .hero-copy {
            padding: unset;
        }
        .hero-copy, .sub-hero-copy {
            margin:25px 10px;
            padding-bottom: 25px;
        }
            .hero-copy .deco-wave {
                display: none;
            }

            .hero-copy .btn {
                width: 100%;
            }

            .sub-hero-copy p {
                max-width: 100%;
            }
        .lucid-study-shield {
            width: 100%;
        }
        .p-5 {
            padding:1rem 0 !important;
        }
        .WelcomeLucidity {
            padding: unset;
        }
        .WelcomeLucidity {
            margin:25px 0; 
        }
        .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        /*-- images --*/

        .img-student-young,
        .img-tutor-male,
        .img-student-male-tutor,
        .img-student-female-tutor,
        .img-lucid-signup,
        .img-lucid-about {
            width: auto;
            height: 500px;
            margin: 10px 0;
        }

        .img-student-young {
            background-image: url('/img/lucid_young_student_tab.jpg');
        }

        .img-tutor-male {
            background-image: url('/img/lucid_tutor_male_tab.jpg');
        }

        .img-student-male-tutor {
            background-image: url('/img/lucid_student_male_tutor_tab.jpg');
        }

        .img-student-female-tutor {
            background-image: url('/img/lucid_student_female_tutor_tab.jpg');
        }

        .img-lucid-signup {
            background-image: url('/img/lucid_study_signup_tab.jpg');
        }

        .img-lucid-about {
            background-image: url('/img/lucid_about_lucid_study_tab.jpg');
        }
        .as-btn-pn .col-sm-3:first-child{
            margin-bottom:20px;
        }
        .bootstrap-tagsinput {
            border-radius: 20px !important;
        }
        .accordion > .card .card-header a span{
            display:block;
            width:85%;
        }
    }

    @media(max-width:640px) {
        #header .logo img {
            max-height: 50px;
        }

        .mobile-nav-toggle {
            right: 25px;
        }

        .deco-dot-white, .deco-dot-grey {
            width: 250px;
            height: 292px;
        }

        .deco-dot-pink {
            width: 250px;
            height: 343px;
        }

        .sec-hero {
            padding-top: 120px;
        }

        .fw-pl,
        .fw-pr {
            padding: 30px 40px;
        }

        footer, .footer {
            padding: 30px 15px;
        }

        .sub-page-header {
            min-height: 70px;
        }

        .bg-inner-p {
            padding: 25px 20px;
        }

        .list-gen li i {
            width: unset;
        }

        .max-w {
            max-width: 100%;
        }

        .footer-terms {
            align-items: flex-start;
            flex-direction: column;
        }

        .footer-list-terms {
            flex-direction: column;
            padding-top: 15px;
        }

            .footer-list-terms li {
                padding: 5px 0;
            }

        .footer-terms .terms, .footer-terms .ams {
            padding: unset;
        }
        .bt-header-profile {
            padding: 5px 20px;
        }
        .find-tutor-blocks .col-md-3 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 25px;
        }
        .row-nf {
            display: flex;
        }
    }

    @media(max-width:568px) {
        .sp-header .deco-dot-white,
        .sp-header .deco-dot-pink {
            display: none;
        }
        section {
            padding: 10px 15px;
        }
        .p-5 {
            padding: 3rem 0 !important;
        }
        /*-- images --*/

        .img-student-young,
        .img-tutor-male,
        .img-student-male-tutor,
        .img-student-female-tutor,
        .img-lucid-signup,
        .img-lucid-about {
            width: auto;
            height: 270px;
            margin: 0 -40px;
        }

        .img-student-young {
            background-image: url('/img/lucid_young_student_mob.jpg');
        }

        .img-tutor-male {
            background-image: url('/img/lucid_tutor_male_mob.jpg');
        }

        .img-student-male-tutor {
            background-image: url('/img/lucid_student_male_tutor_mob.jpg');
        }

        .img-student-female-tutor {
            background-image: url('/img/lucid_student_female_tutor_mob.jpg');
        }

        .img-lucid-signup {
            background-image: url('/img/lucid_study_signup_mob.jpg');
        }

        .img-lucid-about {
            background-image: url('/img/lucid_about_lucid_study_mob.jpg');
        }
        .bm-block {
            min-height: 380px;
        }
        .bm-img {
            height: 200px;
        }
        .bm-content {
            padding: 25px 25px 85px 25px;
        }
            .bm-content p {
                font-size: 16px;
                padding-left: unset;
            }
        .bm-btn .btn {
            padding: 10px 25px;
            font-weight: 600;
            font-size: 16px;
        }
        .mb-3-mob {
            margin-bottom:20px;
        }
        .sec-ntp {
            padding-top:unset;
        }
    }

    @media(max-width:480px) {
        .fc-img {
            height: unset;
        }
    }

    @media(max-width:360px) {
    }