.jumbotron-fluid {
    background-color: transparent !important;
    padding: 0 !important;
    padding-top: 15px !important;
}

.jumbotron {
    background-color: transparent !important;
}

.huge {
    font-size: 60px;
}

.bigger {
    font-size: 40px;
}

.big {
    font-size: 30px;
}

.medium {
    font-size: 25px;
}

.small {
    font-size: 20px;
}

.vsmall {
    font-size: 18px;
}

.csmall {
    font-size: 16px;
}

.ssmall {
    font-size: 14px;
}

.xsmall {
    font-size: 12px;
}

.xxsmall {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

.xtiny {
    font-size: 8px;
}


/*****************************************/

.black {
    color: #383839;
}

.white {
    color: #FFF;
}

.lighterBlue {
    color: #72d9ef;
}

.lightBlue {
    color: #95dae9;
}

.blue {
    color: #5c698b;
}

.grey {
    color: #fae8e2;
}

.red {
    color: #e592a2;
}

.darkBlue {
    color: #282e48;
}

.darkBlues {
    color: #282e48;
}

.pink {
    color: #E592A2;
}

.darkBlues:hover {
    color: #72d9ef;
}

.greyBg {
    background: #fae8e2;
}

.blueBg {
    background: #5c698b;
}

.lightBlueBg {
    color: #95dae9;
}

.darkBlueBg {
    background: #282e48;
}

.whiteBg {
    background: rgb(255, 255, 255, 0.9);
}

.blackBg {
    background: #000;
}

.pinkBg {
    background: #FEF9F7;
}


/*****************************************/

.padding20 {
    padding: 10px;
}

.padding30 {
    padding: 30px;
}

.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.roundedTop {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.roundedRight {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.roundedBottom {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.shadowSmall {
    box-shadow: -2px 2px 5px #888888;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.center {
    margin: 0px auto;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.bottomSpacer {
    margin-bottom: 20px;
}

.topSpacerSmaller {
    margin-top: 5px;
}

.topSpacerSmall {
    margin-top: 10px;
}

.topSpacer {
    margin-top: 20px;
}

.topSpacerMedium {
    margin-top: 30px;
}

.topSpacerBig {
    margin-top: 40px;
}

.topSpacerBigger {
    margin-top: 70px;
}

.leftSpacerSmaller {
    margin-left: 5px;
}

.leftSpacerSmall {
    margin-left: 10px;
}

.leftSpacer {
    margin-left: 20px;
}

.leftSpacerMedium {
    margin-left: 30px;
}

.leftSpacerBig {
    margin-left: 40px;
}

.rightSpacer {
    margin-right: 30px;
}


/*****************************************/


/*****************************************/

.padding10 {
    padding: 10px;
}

.padding30 {
    padding: 30px;
}

.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.roundedTop {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.roundedRight {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.roundedBottom {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.shadowSmall {
    box-shadow: -2px 2px 5px #888888;
}


/********************************************************************/

.login-box a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #5c698b;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.5s;
    margin-top: 20px;
    margin-left: 20%;
    letter-spacing: 4px;
}

.login-box a:hover {
    background: #888888;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #888888, 0 0 25px #888888, 0 0 50px #888888, 0 0 100px #888888;
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #888888);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #888888);
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #888888);
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #888888);
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}

.slidediv {
    position: relative;
    left: -2500px;
}

.testimonal {
    background-color: rgba(250, 232, 226, 0.3);
    width: 500px;
    height: 300px;
    margin: 0px 10px;
    transition: transform .500s;
}

.testimonal:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.readmore {
    color: black;
    text-decoration: underline;
}

.readmore:hover {
    color: #E592A2;
    text-decoration: none;
}

.appointmentheading {
    padding-top: 40px;
    text-shadow: 0 0 3px #f78de7, 0 0 5px #f78de7;
}

.videosborder {
    border-left: 5px solid #f78de7 !important;
    border-right: 5px solid #f78de7 !important;
}

.viewall {
    padding: 30px 0px;
    margin-right: 50px;
    color: black;
    font-weight: bold;
}

.viewall:hover {
    color: #E592A2;
    text-decoration: none;
}

.powered {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white !important;
    color: black !important;
    border-radius: 20px;
}

.aboutcontent {
    background: url(../images/top-image-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    margin: 0px auto;
    margin-top: 80px;
}

.mobileAboutImg {
    width: 100%;
}


/*                                    Desktop Header */

@media(min-width:900px) {
    .header {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    #mobileAboutImg {
        display: none;
    }
    .navcontainer {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 10px;
        text-align: center;
        justify-content: center;
    }
    .navcontainer ul {
        text-align: center;
        width: 100%;
    }
    .navcontainer li {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .ntab {
        border-bottom: 2px solid black;
        width: 2%;
        top: 50px;
        left: 7.5%;
    }
    .mobilelogo {
        display: none;
    }
    #bottomLogo {
        width: 20% !important;
    }
}

.mobileMenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: #FFF;
    z-index: 9999999;
    overflow: hidden;
}

.mobileMenu .tab {
    padding: 10px 0px;
    border-bottom: 1px solid #0D98BA;
}

.abouttext {
    width: 45%;
    background-color: rgba(245, 218, 218, 0.5);
    padding: 15px;
    color: #282e48;
    font-weight: bold;
    float: right;
}

.contactus {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}

.contactdetails {
    margin-top: 30px;
    text-align: center;
}

.contactinput {
    text-align: center;
    margin-top: 20px;
    /* margin-left: 15px; */
}

.entrySmallnew {
    width: 90%;
    border: 0px;
    font-size: 20px;
    padding: 20px 10px;
    color: #E592A2;
    background: #FEF9F7;
    outline: none;
    text-align: left;
}

.swiper-pagination-bullet-active {
    background-color: #e74767 !important;
}


/*               MOBILE HEADER                       burger button */

@media(max-width:900px) {
    .mobileHeader {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        text-align: center;
    }
    #whyChooseTatianaTxt {
        text-align: left !important;
    }
    #whyChooseTatiana {
        padding: 0 !important;
    }
    .ntab {
        display: none;
    }
    #contactform {
        width: 95% !important;
    }
    .navcontainer {
        width: 100% !important;
        padding: 0 !important;
    }
    .navcontainer li {
        display: none;
    }
    .mobilelogo {
        display: block;
        position: absolute;
        top: 0;
        left: 5%;
    }
    .ico-btn {
        color: black !important;
        position: relative;
        right: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        cursor: pointer;
        transition: all 0.2s ease-in;
        border-radius: 50%;
        float: right;
        z-index: 99999999;
    }
    .ico-btn:hover {
        background-color: #E592A2;
    }
    .ico-btn__burger,
    .ico-btn__burger::before,
    .ico-btn__burger::after {
        width: 20px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .ico-btn__burger::before {
        content: "";
        position: absolute;
        transform: translateY(-6px);
    }
    .ico-btn__burger::after {
        content: "";
        position: absolute;
        transform: translateY(6px);
    }
    /* -------------------------------------------
**  ANIMATION 
============================================= */
    .ico-btn.is-active .ico-btn__burger {
        background: transparent;
    }
    .ico-btn.is-active .ico-btn__burger::before {
        transform: rotate(-45deg);
    }
    .ico-btn.is-active .ico-btn__burger::after {
        transform: rotate(45deg);
    }
    .ico-btn.is-active {
        transform: rotate(360deg);
    }
    .appoint {
        width: 100% !important;
    }
    .signin-text {
        color: white;
        text-shadow: 0 0 3px #f78de7, 0 0 5px #f78de7;
    }
    .login-box a {
        color: white;
        text-shadow: 0 0 3px #f78de7, 0 0 5px #f78de7;
    }
}

.minimize {
    display: none;
}

.maximize {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    text-shadow: 0 0 3px #f78de7, 0 0 5px #f78de7;
    color: white;
    z-index: 99999;
}

.navcontainer {
    position: relative;
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.burgercontent {
    color: black;
    background-color: white;
    position: absolute;
    left: 35%;
    text-align: center;
    font-size: 1.5rem;
}

.burgercontent:hover {
    text-decoration: underline;
}


/* buger button END */


/*TOP and NAVBAR END*/


/********************************************************************/


/********************************************************************/


/*INDEX.PHP   styles*/


/*MOBILE*/

@media(max-width:900px) {
    .topImage {
        position: relative;
        margin: 0px auto;
        margin-top: 30px;
        width: 100%;
        background: url(../images/homepic.jpg) no-repeat;
        height: 550px;
        background-size: cover;
    }
    .SignUpImage {
        width: 90%;
    }
    .quote {
        font-size: 20px;
        font-weight: 200;
    }
    .test112 {
        padding: 0px 0px;
        width: 70%;
    }
    .entryAppointment {
        width: 80% !important;
        background-color: black;
        border: 0px;
        font-size: 20px;
        padding: 15px 10px;
        color: #282e48;
        background: white;
        outline: none;
        text-align: left;
    }
    .entryAppointmentBig {
        width: 80% !important;
        border: 0px;
        font-size: 20px;
        padding: 15px 10px;
        color: #282e48;
        background: white;
        outline: none;
        text-align: left;
    }
    .abouttext {
        width: 100%;
        background-color: transparent;
        color: black;
        font-weight: bold;
        float: left;
    }
    .aboutcontent {
        background: none;
    }
    #wa-widget-send-button {
        right: 10px !important;
    }
    #bottomLogo {
        width: 70% !important;
    }
}

.quote {
    text-align: center;
}

.test112 {
    padding: 0px 0px;
    width: 80%;
    text-align: center;
}

.lifecoaching-invitations {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.imageHover1 {
    position: absolute;
    top: 300px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
}

.imageHover2 {
    position: absolute;
    top: 300px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}

.imageContainer {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0px auto;
    /* overflow: hidden; */
}

.lifecoaching-frame {
    width: 90%;
    height: 400px;
}