body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

body #login-bar {
    margin-top: 20px;
    margin-bottom: 10px;
}

body #login-bar button {
    background-color: darkorange;
    color: white;
    padding: 6px 30px 9px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
    line-height: normal;
}

body #login-bar button:hover {
    background-color: rgb(228, 128, 5);
}

body #login-bar input {
    margin: 0 5px;
}

@media (max-width:767px) {
    body #login-bar input {
        margin: 0 5px 5px;
    }
}

body #login-bar a {
    margin-left: 180px;
    font-size: .8rem;
}

@media (max-width:360px) {
    body #login-bar a {
        margin-left: 180px;
        font-size: .7rem;
    }
}

@media (max-width:575px) {
    body #login-bar a {
        margin-left: 160px;
    }
}

body .top-nav {
    background-color: black;
    color: white;
    height: 100%;
    padding: 4px 0;
    font-weight: 700;
}

body .top-nav:hover {
    cursor: pointer;
}

body nav {
    background-color: black;
}

body nav .container {
    position: relative;
}

body nav .nav-btn-login,
body nav .nav-btn-register {
    background-color: transparent;
    border-color: white;
    color: white;
    position: absolute;
}

body nav .nav-btn-register {
    right: 0;
    top: 0;
}

body nav .nav-btn-login {
    right: 110px;
    top: 0;
}
.transparent{
    background-color:rgba(0,0,0,.6) !important;
    color:#fff !important;
	
}
.transparent .close-x,.transparent .mini-or, .transparent .close{
    color:#fff !important;
}
@media (max-width: 385px) {
    body nav img {
        width: 210px;
        height: auto;
        margin-bottom: 3px;
    }

    body nav .nav-btn-login,
    body nav .nav-btn-register {
        padding: 3px;
    }

    body nav .nav-btn-login {
        right: 74px;
    }
}
.mob-only{
    display: none;
}
@media (max-width:767px) {
    body nav .nav-btn-register {
        display: none;
    }

    body nav .nav-btn-login {
        display: none;
    }
    .navbar-brand{
        margin: auto;
    }
    .mob-only{
        display: flex;
        margin: -1px auto 0 auto;
        color: white;
        font-style: italic;
        font-size: 13px;
    }
}

body .header {
    height: 400px;
    width: 100%;
    background-position: right;
    background-size: cover;
}

body .header .header-title {
    margin-top: 80px;
}

.bg-love {
    background-image: url(../../img/landing/42/love.jpg);
}

.bg-spirituality {
    background-image: url(../../img/landing/42/spirituality.jpg);
}

.bg-money {
    background-image: url(../../img/landing/42/money.jpg);
}

.bg-tarot {
    background-image: url(../../img/landing/42/tarot.jpg);
}

.bg-farewell {
    background-image: url(../../img/landing/42/farewell3.jpg);
}

.bg-future {
    background-image: url(../../img/landing/42/future.jpg);
}

@media (max-width: 540px) {
    body .header {
        background-position-x: 570px;
    }

    body .header .header-title {
        margin-top: 220px;
        text-align: center;
        padding: 21px;
        background-image: linear-gradient(rgba(255, 255, 255, 0.027), rgba(255, 255, 255, 0.315), rgba(255, 255, 255, 0.63), white, white);
    }

    body .header .header-title h1 {
        font-size: 1.5rem;
    }

    body .header .header-title h4 {
        font-size: 1rem;
    }
}


body .header .header-title h1 {
    font-weight: 600;
    color: white;
    color: whitesmoke;
    text-shadow: 1px 1px 1px black;
}

body .header .header-title h4 {
    margin-top: 10px;
    /* color: white; */
    color: whitesmoke;
    font-weight: bold;
    text-shadow: 1px 1px 0px black;
}

body .header .header-title .btn-deep-purple {
    background-color: darkorange;
    color: white;
    padding: 10px 26px 12px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 30px;
    line-height: normal;
    margin-top: 20px;
}

body .header .header-title .btn-deep-purple:hover {
    background-color: rgb(228, 128, 5);
}

body .mediums-list h2 {
    color: #4e3266;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
}

.medium-description {
    display: none;

}

body .mediums-list .profile .profile-image-div {
    text-align: center;
    position: relative;
}

body .mediums-list .profile .profile-image-div .image {
    position: relative;
}

body .mediums-list .profile .profile-image-div .image .profile-thumb:hover {
    cursor: pointer;
}

body .mediums-list .profile .profile-image-div .image img {
    position: relative;
    width: 165px;
}

body .mediums-list .profile .profile-image-div .online {
    color: green;
    background-color: rgb(39, 235, 39);
    border: 2px solid white;
    width: 10px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    top: 70px;
    left: calc(78% - 10px);
    animation-name: online-anime;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes online-anime {
    from {
        width: 20px;
        height: 20px;
    }

    to {
        width: 25px;
        height: 25px;
    }
}

body .mediums-list {
    margin-top: 50px;
}

body .mediums-list .profile .profile-text h3 {
    color: #212529;
    font-weight: 600;
}
.review_all{
    display: flex;
}
.stars{
    align-self: center;
    margin-left: 10px;
}
.star{
    display: inline-block;
    margin: 0 -2px;
}
.med_rev{
    color: #8a558e !important;
}

body .mediums-list .profile .profile-text h4 {
    color: #8a558e;
}

body .mediums-list .profile .profile-text .stars{
    color: #8a558e;
}

body .mediums-list .profile .profile-text h3 strong {
    color: black;
}

body .mediums-list .profile .profile-costs h3,
body .mediums-list .profile .profile-costs h4 {
    margin-bottom: 22px;
    color: #212529;
    font-weight: 600;
    font-size: 20px;
}

body .mediums-list .profile .profile-costs .offer a {
    /* border: 1px dashed red; */
    margin-bottom: 15px;
    /* color: red; */
    font-size: 1rem;
    font-weight: 700;
    border: 1px dashed green;
    color: green;
}

body .mediums-list .profile .profile-costs .offer a:hover {
    cursor: unset;
}

@media (max-width:767px) {
    body .mediums-list .profile .profile-costs .offer a {
        /* border: 1px dashed red; */
        font-weight: 700;
    }
}

body .usp {
    background-color: whitesmoke;
    text-align: center;
    padding-bottom: 30px;
}

body .usp h3 {
    text-align: center;
    /* color: #4e3266; */
    /* color: #158422; */
    color: black;
    margin-bottom: 30px;
    padding-top: 30px;
    font-weight: 600;
}

body .usp .fa-circle {
    /* color: #4e3266; */
    color: #158422;
    text-shadow: 3px 3px 16px #272634;
}

body .usp h4 {
    margin: 20px auto;
    font-weight: 600;
    color: #212529;
}

body .btn-deep-purple {
    background-color: darkorange;
    color: white;
    padding: 10px 30px 12px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 30px;
    line-height: normal;
}

body .btn-deep-purple:hover {
    background-color: rgb(228, 128, 5);
}

body .m-name:hover {
    cursor: pointer;
}

body .paragraphs-area {
    margin-top: 40px;
}


body p {
    margin-top: 20px;
}

body footer {
    padding: 15px 0;
    margin-top: 30px;
    position: relative;
}

body footer ul {
    margin: auto;
}

body footer a {
    color: #212529;
}

body footer a:hover {
    color: rgb(228, 128, 5);
}

@media (max-width: 768px) {
    body .profile {
        text-align: center;
    }

    body .profile .image {
        margin-bottom: 20px;
    }
}

body .pop-up {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.377);
    transition: 0.3s;
    z-index: 111111;
    display: none;
    opacity: 0;
}

body .pop-up .pop-up-inner .container {
    background-color: #272634ec;
    margin-top: 70px;
    padding: 30px 15px;
    position: relative;
    z-index: 1111111;
    box-shadow: 2px 10px 25px rgba(255, 255, 255, 0.863);
}

body .pop-up .pop-up-inner .container #pop-up-img {
    max-width: 100%;
    margin-bottom: 20px;
}

body .pop-up .pop-up-inner .container #medium-name {
    color: #b792b9;
    font-weight: 700;
}

#pop-up-gifts {
    color: #b792b9;
}

body .pop-up .pop-up-inner .container .close-pop-up {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 26px;
    border: 2px solid white;
    border-radius: 66%;
    padding: 0 9px;
    width: unset;
    left: unset;
    z-index: 999999999;
}

body .pop-up .pop-up-inner .container .close-pop-up:hover {
    cursor: pointer;
}

body .pop-up .pop-up-inner .container .row .pop-up-form #registerForm label {
    color: white;
}

body .pop-up .pop-up-inner .container .row .pop-up-form #registerForm #tacAcceptedCheckbox {
    position: absolute;
    margin-top: 5px;
    z-index: 999999;
}

body .pop-up .pop-up-inner .container .row .pop-up-form #registerForm .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 18px;
}

#dobday-error,
#dobmonth-error,
#dobyear-error,
#email-error,
#name-error,
#first_name-error,
#password-error,
#tac_accepted-error {
    color: red !important;
}

#tac_accepted-error {
    position: absolute !important;
    bottom: 42px !important;
}

.error {
    border-color: red !important;
}

body .pop-up .pop-up-inner .click-to-close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

body #best-match {
    text-align: center;
}

body #best-match .container h1 {
    margin-top: 20px;
}

body #best-match .container .bullets {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}

body #best-match .container .bullets .back {
    display: inline;
}

body #best-match .container .bullets .forward {
    display: inline;
}

body #best-match .container .bullets .fa {
    vertical-align: text-top;
    line-height: 0.9;
}

body #best-match .container .bullets .fa-arrow-left {
    margin-right: 15px;
    color: purple;
}

body #best-match .container .bullets .fa-arrow-right {
    margin-left: 15px;
    color: purple;
}

body #best-match .container .bullets .bullet1,
body #best-match .container .bullets .bullet2,
body #best-match .container .bullets .bullet3,
body #best-match .container .bullets .bullet4,
body #best-match .container .bullets .bullet5 {
    width: 15px;
    height: 15px;
    background-color: lightgray;
    border-radius: 100%;
    display: inline-block;
}

body #best-match .container .bullets .active {
    background-color: #4e3266;
}

body #best-match .container .steps .step1 h3 {
    margin-top: 15px;
}

body #best-match .container .steps .step1 .faces {
    margin-top: 30px;
}

body #best-match .container .steps .step1 .faces .fa {
    display: inline-block;
    font-size: 120px;
    margin: 0 10px;
}

body #best-match .container .steps .step1 .faces .fa:hover {
    cursor: pointer;
}

body #best-match .container .steps .step1 .faces .fa-frown-o {
    color: red;
}

body #best-match .container .steps .step1 .faces .fa-meh-o {
    color: orange;
}

body #best-match .container .steps .step1 .faces .fa-smile-o {
    color: green;
}

@media (max-width: 500px) {
    body #best-match .container .steps .step1 .faces .fa {
        font-size: 80px;
    }
    .mediums-list h2{
        font-size: 23px;
    }
}

body #best-match .container .steps .step2 .box {
    height: 100%;
    width: 100%;
    padding: 30px 0;
    color: white;
}

body #best-match .container .steps .step2 .box .fa {
    font-size: 40px;
}

body #best-match .container .steps .step2 .box1 {
    background-color: #d30ed3;
}

body #best-match .container .steps .step2 .box2 {
    background-color: #048383;
}

body #best-match .container .steps .step2 .box3 {
    background-color: #79a04c;
}

body #best-match .container .steps .step2 .box4 {
    background-color: #5d5df0;
}

body #best-match .container .steps .step2 .box5 {
    background-color: lightskyblue;
}

body #best-match .container .steps .step2 .box6 {
    background-color: green;
}

body #best-match .container .steps .step2 .box7 {
    background-color: lightcoral;
}

body #best-match .container .steps .step2 .box8 {
    background-color: orange;
}

body #best-match .container .steps .step4 .box {
    height: 100%;
    width: 100%;
    padding: 30px 0;
    color: white;
}

body #best-match .container .steps .step4 .box .fa {
    font-size: 40px;
}

body #best-match .container .steps .step4 .box1 {
    background-color: #5f9907;
}

body #best-match .container .steps .step4 .box2 {
    background-color: #0a67be;
}

body .m-b-30 {
    margin-bottom: 30px !important;
}

body .m-t-10 {
    margin-top: 10px !important;
}

@media (max-width:575px) {
    body .pop-up .pop-up-inner .container #pop-up-img {
        max-width: 40%;
        border-radius: 10px;
    }
}

.col-dobday {
    padding-right: 2px;
}

.col-dobmonth {
    padding: 0 2px;
}

.col-dobyear {
    padding-left: 2px;
}
#wrapper-nav{
    background-color: #8a558e;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px 0;
    transition: .3s;
}
.wrapper-btn{
    background-color: transparent;
    border-color: white;
    color: white;
}
.no-show{
    display: none;
}
.show-nav{
    display: block;
}
@media (max-width:991px){
    #wrapper-nav{
        display: none !important;
    }
}
.btn2popup:hover{
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body .pop-up .pop-up-inner .container  { background-color:rgb(39, 38, 52) }
    .btn-lg {background-color: whitesmoke;}
}

.no-style{
    text-decoration: none;
}
.no-style:hover{
    text-decoration: none;
}

.minus{
    display: none;
}

@media (max-width: 767px){
    .plus{
        display: none;
    }
    .minus{
        display: block;
    }
}

@media (max-width: 550px){
    body .mediums-list .profile .profile-image-div .image img {
        width: 150px;
    }
    footer{
        font-size: 9px;
    }
}

.btn-top-mediums{
    color: #4e3266;
    font-size: 22px;
    margin: 3% auto;
    text-align: center;
    width: 270px;
    display: block;
    border: 1px solid #4e3266 !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    line-height: 48px;
}

.btn-top-mediums:hover{
    background-color: #4e3266;
    color: #ffffff;
    text-decoration: none;
}

.navbar{
    padding: 0;
}
.top-cont{
    display: flex;
    justify-content: space-between;
}

@media (max-width:767px){
    .top-cont{
        display: none;
    }
    .review_all{
        justify-content: center;
    }
    body .mediums-list .profile .profile-text h3 strong {
        font-size: 20px;
    }
}
.tijdelijk{
    color: white;
    text-decoration: none;
}
.tijdelijk:hover{
    color: white;
    text-decoration: none;
}

.dark_backdrop-reg_options {
    background: rgba(0, 0, 0, 0.44);
    display: none;
}
.dark_backdrop-reg_options.active-show {
    display: flex;
}
.reg-options-wrapper{
    height: 100%;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

div.reg-options {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  height: auto;
  min-height: 0;
  box-shadow: 0px 0px 15px 2px #666666;
  padding: 13px 10px 0px 10px;
  border: 3px solid #4e3266;
  border-radius: 10px;
  display: none;
}

div.reg-options.active-show {
  display: block;
}
