@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html, body {
    height: 100%;
    margin: 0;
    font-family: Inter;
}

main {
    height: 100%;
}

.main-landing-sections {
    height: 100vh !important;
}

.main-landing-sections-nav {
    scroll-snap-align: start;
    scroll-behavior: smooth !important;
}

.mya-logo {
    margin-top: -1.6rem;
    margin-left: 4rem;
    position: relative;
    z-index: 11;
    height: auto;
    width: 14em;
}

.nav-mya-logo {
    height: auto;
    width: 7em;
}

/*.landing-page {*/

.navbar {
    background-color: #273365;
    color: white;
}

.navbar .navbar-toggler:focus {
    box-shadow: none;
}

.navbar .nav-item {
    padding-right: 1rem;
}

.navbar-nav .dropdown-menu {
    background-color: #273365;
}

.navbar-nav .dropdown-menu > li > a {
    color: white;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

.dropdown-item:hover + .dropdown-divider {
    background-color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar .navbar-nav > li > a {
    color: white;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: white;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: white;
    background-color: #273365;
}

.navbar .navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    width: 2.5em;
}

#myNavBar {
    position: fixed;
    width: 100% !important;
    top: 0;
    /*margin:0;*/
    /*padding:0;*/
}

.main-section {
    background-image: url('assets/images/main-section-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
}


.main-section .main-content {
    /*height: 100%;*/
    /*!*padding: 2em 0em;*!*/
    /*align-items: start;*/
    /*justify-content: center;*/
    margin-top:-4em;
}

.main-section .landing-feature .life-coaching-text {
    color: #2F3A58;
    font-family: Inter;
    font-size: 3.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
}


.main-section .landing-feature .transforming-anxiety-text h2 {
    color: #2F3A58;
    text-align: center;
    font-family: 'Inter','sans-serif';
    font-size: 1.75em;
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%;
}

.main-section .landing-feature > button {
    margin: 0.5rem 0rem;

    border-radius: 6px;
    background: #e08f24;
    color: white;
}

.remedies-section {
    background: radial-gradient(53.96% 53.96% at 50% 50%, rgba(23, 15, 87, 0.60) 0%, rgba(15, 23, 87, 0.14) 68.62%, rgba(15, 23, 87, 0.03) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*height: 70vh;*/
    height: auto;
    padding: 4em 0em;
    loading: lazy;
}

.carousel-section {
    background: whitesmoke;
    /*height: 100vh;*/
}

.carousel-section .blogs-container .blog-card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 18.8rem !important;
    height: fit-content;
}

.carousel-section .blogs-container .blog-card .card-body {
    padding: 0.5em 0.5em !important;
}

.carousel-section .blogs-container .blog-card p {
    line-height: 23px;
}

#carousel .carousel-control-prev {
    margin-top: 6rem;
    pointer-events: none;
    /*position: absolute;*/
    /*bottom:65%;*/
}

#carousel .carousel-control-next {
    margin-top: 6rem;
    pointer-events: none;
    /*position: absolute;*/
    /*bottom:65%;*/
}

.ken-rabow-section {
    background: #FFFAF4;
    /*height:100vh;*/
}

.testinomials-section {
    background-image: url('assets/images/testinomials-section.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    align-items: center;
}

.mentoring-options-section {
    background: #FFF;
}

.explore-more {
    border-color: #005246;
    color: #005246;
    border-radius: 6px;
    font-weight: 600 !important;
    margin-top: -1.5rem !important;
}

.resident-mentoring-pricing-card {
    background-image: url('assets/images/mentoring-section-card-green-bg.png') !important;
    background-size: cover !important;;
    background-repeat: no-repeat !important;;
    background-position: center !important;;

    border-radius: 12px;
    margin-top: -1.5rem;
}

.parent-mentoring-pricing-card {
    border-radius: 12px;
    background: #F3EEE9;
    border: white;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.mastering-mentoring-pricing-card {
    border-radius: 12px;
    background: #F3EEE9;
    border: white;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    /*margin-top: 1rem !important;*/
}

.schedule-meeting-section {
    background-image: url('assets/images/schedule-meeting-section-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    padding: 50px;
}

.schedule-meeting-section h2 {
    color: #202020;

    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
}

.schedule-meeting-section h3 {
    color: #202020;

    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
}

.footer-section {
    background-image: url('assets/images/footer-bg.png') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ceo-container {
    /*padding-top: 5rem !important;*/
    /*padding-bottom: 5rem !important;*/
    padding: 5rem 10rem !important;
}

.video-iframe {
    width: 100%;
    height: 40vw;
}

.video-iframe-testinomials {
    width: 100%;
    height: 14.8vw;
}

/*}*/

.video-testinomials {
    object-position: top;
    object-fit: contain;
    cursor: pointer;
    height: 18rem;
    width: 100%;
}


.custom-carousal-button-bg {
    /* Circular background styles */
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: rgba(226, 152, 8); /* Replace with your desired background color */
    filter:none !important;
}

.sidebar {
    width: 25em;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #273365;
    /*padding-top: 60px;*/
    z-index: 333;
    transition: 0.001s !important;
    height: 100vh;
}

/*.sidebar.show{*/
/*    left:0;*/
/*}*/

.sidebar-sites {
    height: 100%;
    width: 26em;
    position: fixed;
    top: 0;
    left: 0;
    /*padding-top: 60px;*/
    z-index: 334;
    transition: 0.01s !important;
    background: url("assets/images/sidebar-sites-bg.png") #2F3A58;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: 0.5s;
    display: block;
    /*border-radius: 6px;*/
}

.mya-logo-mobile {
    width: 10rem;
}

.carousel-inner-box {
    box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background: #F2F3F6;
}

.carousel-section .carousel-container {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.testinomials-description h2 {
    font-size: 2rem;
}

.ken-rabow-description h2 {
    font-size: 2rem;
}

.carousel-section .carousel-container .heading {
    font-size: 2rem;
}

.remedies-section .remedies-container > div .heading {
    font-size: 2rem;
}

.mentoring-options-section .mentoring-options-container .heading {
    font-size: 2rem;
}

.mentoring-options-section .mentoring-options-container h2 {
    font-size: 1.75em !important;
}

.main-sec-1 {
    text-align: center;
    margin: auto;
}

.main-sec-2 {
    text-align: center;
    align-items: center;
    margin: auto;
    /*justify-content: center;*/
}

.header-sisters-sites {
    transition: 0.1s;
    background: #273365;
    display: flex;
    flex-wrap: nowrap;
}

.blogs-container {
    justify-content: center;
}

.mpw-card {
    border-radius: 12px;
    border: 2px solid #428F56;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
}

.my-scholarship-card {
    border-radius: 12px;
    border: 2px solid #367142;
    cursor: pointer;
    width: 22em;
    height: 10.25em;

}

.my-eldercare-advocate-card {
    border-radius: 12px;
    border: 2px solid #4C61A6;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
    margin-top: 3.25rem;
}

.my-life-coaching-card {
    border-radius: 12px;
    border: 2px solid #E39A5A;
    cursor: pointer;
    width: 22em;
    height: 10.25em;
    margin-top: 3.25rem;
}

.sites-header-sec-1 {
    justify-content: center;
}

.sites-header-sec-1 img {
    object-fit: contain;
}

.explore-wesbites-text {
    color: #364582;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 225% */
    letter-spacing: -0.016px;
}

#sites-header {
    height: auto;
    transition: height 0.1s ease, visibility 0.01s ease, opacity 0.1s ease;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}

#sites-header.collapsing {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.color-dark-navy-blue {
    color: #2F3A58;
}

.color-green {
    color: #008874;
}

.btn-dark-green {
    background: #e08f24;
    color: white;
}

.btn-dark-green:hover {
    box-shadow: none;
    background: #e08f24;
    color: white;
}

.color-dard-green {
    color: #005246;
}

.bg-dark-green {
    background: #005246;
}

.footer-bg {
    background: #01332C
}

.bg-meeting-section {
    background: url('assets/images/schedule-meeting-section-bg.png') rgba(184, 219, 194, 0.31);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.btn-gray {
    border-radius: 6px;
    background: #EAEEEA;
    font-weight: 400;
    line-height: 20px;
}

.active-slide {
    border: 2px solid #005246 !important;
    background: #EAEEEA;
    box-shadow: none !important;
    outline: none !important;
}

.carousel-item {
    border-radius: 6px;
    background: #F2F3F6;
    /*box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);*/
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.testinomial-image {
    height: 18em;
    width: 100%;
    object-fit: contain;
}

#carousel-testinomials .carousel-item {
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.duration-text {
    font-size: 1em !important;
}

.price-text {
    font-size: 2em;
}

.btn-outline-white {
    border-color: white !important;
}

.remedies-card {
    border-radius: 6px !important;
}

.remedies-card img {
    border-radius: 6px !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.carousel-control-next-icon {
    background-size: 1em !important;
    pointer-events: all;
}

.carousel-control-prev-icon {
    background-size: 1em !important;
    pointer-events: all;
}


.subscribe-modal-width .modal-dialog {
    max-width: 1300px; /* Adjust this value to your desired width */
}

.subscribe-modal {
    background-image: url('assets/images/footer-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
}

.btn-close {
    background-color: white !important;
}

.btn-get-help-now {
    border-radius: 2px !important;
    padding: 8px 22px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.carousel-indicator-container {
    padding: 0em 10em !important;
}

.carousel-indicator-container .btn {
    font-size: 1rem !important;
    color: #000;
}

.carousel-card-body h3 {
    font-size: 1.125rem !important;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 145.023%;
}

.carousel-card-body p {
    font-size: 0.875rem !important;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%;
}

.radius-6px {
    border-radius: 6px;
}

.w-md-custom {
    width: 88%;
}



.video-container {
    position: relative;
    padding-bottom: 48.25%; /* 16:9 aspect ratio (change as needed) */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.video-container-home{
    padding-bottom: 57.25%;
}
/* Make the embedded video player responsive within the container */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

#main-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    object-fit: cover;
}


.video-testinomial-container {
    position: relative;
    padding-bottom: 38.25%;
    height: 0;
    overflow: hidden;
}

/* Make the embedded video player responsive within the container */
.video-testinomial-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-testinomial-poster-1, #main-testinomial-poster-2,
#main-testinomial-poster-3, #main-testinomial-poster-4,
#main-testinomial-poster-5, #main-testinomial-poster-6, #main-testinomial-poster-7,
#main-testinomial-poster-8, #main-testinomial-poster-9,
#main-testinomial-poster-10, #main-testinomial-poster-11,
#main-testinomial-poster-12 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    image-rendering: -webkit-optimize-contrast;
    background: #0F2525;
}

#subscribeModal {
    top: 25% !important;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    /* Adjust the z-index as needed */
}

.explore-more-sites-nav {
    display: inline-block;
}

.video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
    position: absolute;
    z-index: 4;
    right: 1%;
    text-align: left;
    bottom: 20%;
    padding: 2em 0.8em;
}

.video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .quotes {
    color: #FFF;

    font-family: Inter;
    font-size: 3.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 45.023%;
}

.video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .h5,
.video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc h5 {
    color: #FFF;

    font-family: Inter;
    font-size: 1.25em;
    font-style: normal;
    font-weight: 700;
    line-height: 145.023%;
}

.video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc p {
    color: #FFF;

    font-family: Inter;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar-logo-bottom {
    height: 2.75em;
}

.sidebar-logo-bottom img {
    height: 5em;
    width: auto;
}

#carousel-testinomials .carousel-control-prev {
    pointer-events: none;
}

.sidebar-close-btn {
    margin-top: 0.3rem !important;
}

.selected-nav {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.11);
}

.close-button {
    position: absolute;
    background-color: #21261E; /* Adjust the background color as needed */
    border: 1px solid #ccc; /* Adjust the border style as needed */
    cursor: pointer;
    z-index: 5;
    top: -10%;
    right: 2%;
    padding: 0.5em;
    border-radius: 6px;
}

.close-button-testinomials {
    position: absolute;
    background-color: #21261E; /* Adjust the background color as needed */
    border: 1px solid #ccc; /* Adjust the border style as needed */
    cursor: pointer;
    z-index: 6;
    top: -17%;
    right: 21%;
    padding: 0.5em;
    border-radius: 6px;
}

.ytp-chrome-top-buttons {
    display: none !important;
}

#carousel-testinomials .carousel-control-next {
    pointer-events: none;
}

.nav-get-help-now {
    color: #273365 !important;

    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    background: white;
    padding: 10px 32px;
}

.newsletter-section {
    background: #01332C;
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: top;*/
    height: 30em;
    position: relative;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 15em;
    z-index: 1;
}

.news-letter-container {
    margin-top: -20em;
}

.subscribe-card {
    max-width: fit-content;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    background-color: #FFFFFF;
    text-align: start;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: center;*/
    /*padding:1em 3em 2em 3em;*/
}

.subscribe-card .form {
    width: 760px;
    margin: 1.5em 2em 0em 2em;
    text-align: center;
}
.subscribe-card .form
._form_7 {
    margin:0;
    min-height: 240px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

._form_7 ._form-branding{
    display: none;
}

.subscribe-card .form ._form_7 ._form-thank-you{
    font-size: 32px !important;
    margin: auto;
    font-weight: bold
}

.subscribe-card .heading {
    color: #01332C;

    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    text-align: center;
    padding-bottom: 0.5em;
}

.subscribe-card .form input[type="email"] {
    padding: 10px;
    /*margin-bottom: 10px;*/
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid #CCC;
    background: #F3F5F8;
    width: 100%;
}

.subscribe-card .subscribe-terms input[type=checkbox] {
    accent-color: #005246;
    transform: scale(1.5);
    --webkit-transform: scale(1.5);
}

.subscribe-card .form .submit-btn {
    color: #FFF;

    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    border-radius: 6px;
    background: #005246;
    /*display: flex;*/
    width: 137px;
    /*padding: 9px 16px;*/
    margin-left: 2em;
    border: none;

}

.subscribe-card .subscribe-terms {
    margin: 1em 0em;
}

.subscribe-card .subscribe-terms .checkbox-desc {
    color: #404040;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0.75em;
}

.consultation-btn-mobile {
    display: none;
}

.video-container .wrapper-poster-play-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-container .wrapper-poster-play-icon .play {
    display: none;
}

.video-testinomial-container .wrapper-poster-play-icon {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.video-testinomial-container .wrapper-poster-play-icon .play {
    display: none;
}

.social-media-section{
    background: #01332C;
}

.social-media-section .social-media-section-container{
    padding:40px 0px;
}

.social-media-section .social-media-section-container .heading{
    padding:40px;
    text-align: center;
}

.social-media-section .social-media-section-container .heading h4{
    color: #FFF;

    font-family: Inter,sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.social-media-section-container .card {
    border-radius:0px;
}

.selected-card{
    background:#F3EEE9 !important;
}

.selected-card img{
    filter:invert(1);
}

.social-media-section-container .card .card-body{
    margin:0;
    text-align: center;
    padding:0.5rem;
}

.social-media-section-container .card .card-body img{
    height:60px;
    width:60px;
}

.social-media-section-container .card1{
    background: #01332C;
    cursor: pointer;
    border:2px solid #F3EEE9;

}
.social-media-section-container .card2{
    background: #01332C;
    cursor: pointer;
    border:2px solid #F3EEE9;

}
.social-media-section-container .card3{
    background: #01332C;
    cursor: pointer;
    border:2px solid #F3EEE9;

}
.social-media-section-container .card4{
    background: #01332C;
    cursor: pointer;
    border:2px solid #F3EEE9;

}

.social-media-plugin-container{
    /*width: 100%;*/
    height:420px;
    padding:0 4rem;
}

.facebook-plugin-container iframe{
    max-height: 400px !important;
}

.linkedin-plugin-container iframe{
    max-height: 400px !important;
}

.youtube-plugin-container iframe,
.instagram-plugin-container iframe{
    max-height: 400px !important;
}




@media only screen and (min-width: 768px) and (max-width: 1400px) {

    .video-testinomial-container .wrapper-poster-play-icon {
        left: 40%;
    }

    .consultation-btn-mobile {
        display: none;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .quotes {
        line-height: 1px;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .h5,
    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc h5 {
        line-height: normal;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
        right: 2%;
        max-width: 20%;
    }

    .carousel-indicator-container {
        padding: 0em 3em !important;
    }

    #carousel .carousel-inner .carousel-card-body button {
        width: auto !important;
    }

    #carousel .carousel-inner {
        overflow: visible;
    }

    #carousel .carousel-card-body {
        /*max-height: 270px;*/
        overflow-y: scroll;
    }

    .section-sites-card .card {
        width: 23vw;
        height: 11.5vw;
        margin-top: 0;
    }

    .section-sites-card {
        align-items: center !important;
    }

    .my-eldercare-advocate-card {
        /*margin-top:3.5em !important;*/
    }

    .my-life-coaching-card {
    }

    .section-sites-card {
        margin-left: 3rem !important;
        justify-content: center;
    }


    .main-sec-1 {
        text-align: center;
    }

    .main-section {
        height: 120vh !important;
        background-position: bottom;
    }

    .remedies-section {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
    }

    .video-testinomial-container {
        padding-bottom: 18em !important;
    }

    .testinomial-image {
        height: 100%;
        object-fit: contain;
    }

    #main-testinomial-poster-1, #main-testinomial-poster-2, #main-testinomial-poster-3, #main-testinomial-poster-4,
    #main-testinomial-poster-6, #main-testinomial-poster-7, #main-testinomial-poster-8,
    #main-testinomial-poster-9, #main-testinomial-poster-10, #main-testinomial-poster-11,
    #main-testinomial-poster-12 {
        /*max-width: 100%;*/
        /*height:100%;*/
        background: #0F2525;
        /*object-fit: contain;*/


        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .plan-items p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: auto;
        display: inherit;
    }

    .remedies-container {
        padding: 3em 0em;
    }

    .testinomials-section {
        padding: 3em 0em;
        height: auto;
    }

    .main-section {
        height: auto !important;
    }

    .main-section .main-content {
        /*height: auto !important;*/
        margin-top:-4em;
        padding: 9em 0em;
    }

    .main-section .landing-feature .life-coaching-text {
        font-size: 3em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2 {
        font-size: 1.5em;
    }

    .sidebar {
        padding-top: 0.5rem;
    }

    .main-sec-1 img {
        max-width: 100%;
        height: 100%;
        width: 28rem;
    }

    .close-button {
        top: -15% !important;
        right: 2% !important;
    }

    .subscribe-card .heading {
        font-size: 1.5em;
    }

    .subscribe-card .form {
        margin: 2em 1em 0em 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    .nav-get-help-now {
        display:none;
    }
    .subscribe-card .heading-line-break {
        display: none;
    }

    .subscribe-card .heading {
        font-size: 1.5em;
    }

    .subscribe-card .form {
        margin: 2em 1em 0em 0em;
    }

    .subscribe-card .form .submit-btn {
        font-size: 16px;
    }

    .subscribe-card .form .subscribe-terms .checkbox-desc {
        font-size: 16px;
        text-align: start;
    }


    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .quotes {
        line-height: 1px;
        margin-left: -28px;
        font-size: 2.25em;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .h5,
    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc h5 {
        line-height: normal;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc p {
        line-height: normal;
    }


    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
        bottom: 0;
        left: 15%;
        text-align: start;
        line-height: normal;
        max-width: 100%;
        background: none;
        padding: 0;
    }

    .carousel-indicator-container {
        padding: 0em 3em !important;
    }

    .ceo-container {
        padding: 3rem 0rem !important;
    }

    .explore-more-sites-nav {
        display: none !important;
    }

    .mentoring-options-section .mentoring-options-container h2 {
        font-size: 1.25em !important;
    }

    .mentoring-options-section .mentoring-options-container p {
        font-size: 1em !important;
    }

    .duration-text {
        font-size: 1.25em !important;
    }

    .pricing-cards-section .card .card-body h5 {
        font-size: 1.25rem !important;
    }

    .pricing-cards-section .card .card-body p {
        font-size: 1rem !important;
    }

    .price-text {
        font-size: 1.5em !important;
    }

    .plan-items {
        display: none;
    }

    #carousel .carousel-card-body {
        overflow-y: scroll;
    }

    .main-sec-1 {
        text-align: center;
    }

    .main-sec-2 {
        text-align: center;
    }

    .section-sites-card {
        margin-left: 0 !important;
    }

    .section-sites-card .card {
        width: 16em;
        height: auto;
        margin-top: 0;
    }

    .close-button {
        top: -15% !important;
        right: 2% !important;
    }


    #_form_65BB8626CB477_ ._x90124121 ._row {
        text-align: center;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center;
        margin-top: 0.25em !important;
    }

    #_form_65BB837C49A2E_ ._x90124121 ._row input  {
        margin-top:0.35em !important;
    }
}

@media only screen and (max-width: 768px) {

    .video-testinomial-container .wrapper-poster-play-icon {
        left: 50%;
    }

    .logo-mb {
        position: relative;
        z-index: 9988;
    }

    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .sidebar-logo-mob {
        display: none;
    }

    .consultation-btn-mobile {
        position: fixed !important;
        bottom: 5%;
        right: 5%;
        z-index: 12;
        cursor: pointer;
    }

    .consultation-btn-mobile .wrapper {
        height: 80px;
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e08f24;
        border-radius: 50%;
        border: 2px solid white;
    }

    .video-mentee-section {
        border-radius: 6px !important;
    }

    .video-testinomials-section {
        border-radius: 6px !important;
    }

    .video-testinomial-container {
        border-radius: 6px !important;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .quotes {
        line-height: 2px;
        margin-left: -20px;
        font-size: 3em;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc .h5,
    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc h5 {
        line-height: normal;
        font-size: 1em;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc p {
        line-height: normal;
        margin-bottom: 0;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
        position: absolute;
        z-index: 4;
        bottom: 5% !important;
        left: 10% !important;
        text-align: start !important;
        background: none;
        padding: 0;
    }

    .carousel-indicator-container {
        padding: 0em !important;
    }

    .explore-more-sites-nav {
        display: none !important;
    }

    .plan-items {
        display: none;
    }


    .my-life-coaching-card {
        margin-left: 0 !important;
    }

    .my-eldercare-advocate-card {
        margin-left: 0 !important;
    }

    .main-section {
        align-items: start !important;
    }

    .sites-logo {
        height: auto !important;
        width: auto !important;
    }

    .section-sites-card {
        margin: 0 !important;
    }

    .section-sites-card .card {
        width: 18em !important;
        height: 6.75em;
        justify-content: center;
        text-align: center;
        margin: auto;
    }

    .video-iframe-testinomials {
        width: 100%;
        height: 60vw;
    }

    .sidebar {
        width: 100%;
        padding-top: 0.5rem;
        z-index: 333;
    }

    .sidebar-sites {
        background: url("assets/images/sidebar-sites-bg.png") #2F3A58;
        width: 100%;
        z-index: 333;
        background-size: cover;
        padding-top: 0 !important;
    }

    .sidebar a {
        display: none;
        line-height: 36px;
    }

    .sidebar.show a {
        display: block;
    }

    .sidebar a:active {
        background: rgba(255, 255, 255, 0.11);
        border-radius: 0.2rem;
    }

    .collapse:not(.show) {
        transition: 0.001s;
    }


    .video-testinomials {
        object-position: center;
        object-fit: contain;
        cursor: pointer;
    }

    button {
        /*font-size: 1rem !important;*/
    }

    .main-section {
        /*height: 115vh !important;*/
        /*background-position: bottom !important;*/
        height:auto !important
    }

    .main-section .main-content {
        padding: 1em 0em 7em 0em;
        margin:0 !important;
    }

    .main-section .landing-feature .life-coaching-text {
        font-size: 34px !important;
        font-style: normal;
        line-height: 40px;
    }

    .main-section .landing-feature .transforming-anxiety-text h2 {
        font-size: 18px !important;
        line-height: 28px;
        margin-bottom: 0.5rem;
    }

    .main-section .landing-feature > button {
        margin-top: 0.5rem;

        border-radius: 6px;
        color: white;

        width: 100%;
        text-align: center;

        font-size: 18px !important;
    }


    .carousel-section {
        height: auto !important;
        padding-right: 0;
        padding-left: 0;
    }

    .carousel-section .carousel-container {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .carousel-section .carousel-container .heading {
        font-size: 32px;
        text-align: center;
        line-height: 48px;
        font-weight: 600 !important;
        padding:0;
    }

    #carousel .carousel-control-prev {
        /*display: none;*/
    }

    #carousel .carousel-control-next {
        /*display: none;*/
    }

    .carousel-indicator-container {
        display: flex; /* Ensure buttons are displayed in one line */
        overflow-x: auto; /* Enable horizontal scrolling */
        gap: 10px; /* Add space between buttons */
        white-space: nowrap; /* Prevent buttons from wrapping to new lines */
        flex-wrap: nowrap; /* Prevent flex items from wrapping */
    }

    .carousel-indicator-container .btn {
        flex: 0 0 100px; /* Adjust button width to desired size */
        /* Add any other mobile-specific styles as needed */
    }

    #carousel .carousel-slider-buttons{
        padding-top:1px;
    }

    .blogs-container {
        display: flex; /* Ensure buttons are displayed in one line */
        overflow-x: auto; /* Enable horizontal scrolling */
        gap: 0.4rem; /* Add space between buttons */
        flex-wrap: wrap;

    }

    .blogs-container .blog-card {
        /*flex: 0 0 100px;*/
        width: 15rem !important;
    }

    .carousel-section .blogs-container .blog-card p {
        font-size: 1em !important;
    }

    #carousel .carousel-item {
        border-radius: 1rem;
        background: white !important;
        box-shadow: none !important;
        margin: 1rem 0 1rem 0;
        padding-bottom: 2rem;
    }

    #carousel-testinomials .carousel-item {
        border-radius: 0 !important;
        background: none !important;
        box-shadow: none !important;
    }


    .carousel-item > div {
        margin-top: 1rem !important;
    }

    .carousel-card-body h3 {
        font-size: 28px !important;
        padding:0 10px;
        text-align: center;
    }

    .carousel-card-body p {
        font-size: 1em !important;
        padding:0 10px;
        line-height: 28px;
    }

    /*#carousel .carousel-card-body {*/
    /*    padding: 0 0.75rem;*/
    /*}*/

    .btn-get-help-now {
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 8px 24px !important;
        font-size: 18px !important;
    }

    .remedies-section {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;

    }

    .remedies-section .remedies-container > div .heading {
        padding: 0;
        font-size: 32px;
        text-align: center;
        line-height: 48px;
        font-weight: 600 !important;
    }

    .remedies-section .remedies-card h5{
        font-size: 26px;
        font-weight: 600 !important;
    }

    .remedies-card img {
        height: 10rem;
        object-fit: cover;
        object-position: center;
    }

    .card .card-body {
        padding-left: 0;
        padding-right: 0;
    }

    .pricing-cards-section .card .card-body h5 {
        font-size: 1rem !important;
    }

    .pricing-cards-section .card .card-body p {
        font-size: 0.75rem !important;
    }

    .remedies-container {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .remedies-container > div {
        padding: 0;
    }

    .schedule-meeting-section {
        height: auto !important;
    }

    .testinomials-section {
        height: auto !important;
    }

    .ken-rabow-section {
        height: auto !important;
    }

    .ceo-container {
        padding: 3rem 0rem !important;
    }

    .ken-rabow-description h2 {
        font-size: 32px;
        text-align: center;
        padding-bottom: 0.5rem;
        line-height: 48px;
        font-weight: 600 !important
    }

    .ken-rabow-description p {
        font-size: 1rem;
        line-height: 28px;
    }

    .testinomials-section .testinomials-container {
        margin-top: 3rem !important;
        margin-bottom: 4rem !important;
    }

    .testinomials-description {
        justify-content: start;
        text-align: start !important;
        padding-bottom: 0 !important;
    }

    .testinomials-description h2 {
        font-size: 30px;
        text-align: center;
        padding: 0 0 1rem 0;
        font-weight: 600 !important;
        line-height: 48px;
    }

    .testinomials-description p {
        font-size: 1rem;
        margin-bottom: 0 !important;
        line-height: 28px;
    }

    .mentoring-options-section .mentoring-options-container .heading-section {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mentoring-options-section .mentoring-options-container .heading {
        font-size: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 1rem !important;
        text-align: center;
        line-height: 28px;
        font-weight: 600 !important;
    }

    .resident-mentoring-pricing-card {
        margin-top: 1rem !important;
    }

    .explore-more {
        border-radius: 6px;
        margin-top: -1.2rem !important;
        padding: 0 !important;
    }

    .explore-more a {
        font-size: 18px !important;
    }

    .explore-more button {
        padding: 5px 0px !important;
    }

    .mentoring-options-section .mentoring-options-container h2 {
        font-size: 1.5em !important;
        font-weight: 600 !important;
    }

    .mentoring-options-section .mentoring-options-container p {
        font-size: 0.9em !important;
    }

    .duration-text {
        font-size: 1.25em !important;
    }

    .price-text {
        font-size: 2em !important;
    }

    .footer-section {
        background-image: url('assets/images/footer-mobile-bg.png') !important;
        padding-top:120px;
    }

    .footer-subscribe-section a {
        margin-top: 0.6rem !important;
        line-height: 36px;
        font-size: 18px;
    }

    .footer-subscribe-section .btn{
        font-size: 18px;
        line-height: 34px;
        font-weight: 500;
    }

    .pricing-cards-section {
        display: flex;
        flex-direction: column;
        flex-flow: row wrap;
    }

    .pricing-cards-section .pricing-sec-div1 {
        order: 3;

    }

    .pricing-cards-section .pricing-sec-div2 {
        order: 1;

    }

    .pricing-cards-section .pricing-sec-div3 {
        order: 2;
    }

    .pricing-cards-section .small-text-pricing{
        font-size: 1.25rem;
        font-weight: 600;
    }

    .carousel-inner-box {
        box-shadow: none;
    }

    #subscribeModal {
        top: 10%;
    }

    .subscribe-modal {
        background-image: url('assets/images/footer-mobile-bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .subscribe-modal .agree-monthly-subscribe {
        font-size: 14px;
        text-align: start;
    }

    .subscribe-modal .heading h5 {
        font-size: 20px;
        text-align: start;
    }

    .w-md-custom {
        width: 100% !important;
    }

    .video-testinomial-container {
        padding-bottom: 75% !important;
    }

    .video-container {
        padding-bottom: 55% !important;
    }

    .video-container-main {
        /*padding-bottom: 48% !important;*/
        border-radius: 6px;
    }

    .main-landing-container {
        height: auto !important;
    }

    .main-landing-sections {
        height: auto !important;
    }

    .close-button {
        top: -30% !important;
        right: 5% !important;
    }

    .close-button-testinomials {
        top: -10% !important;
        right: 0% !important;
        padding: 0.4em !important;
    }

    .social-icons-nav {
        right: 0.2% !important;
        padding-right: 0;
    }

    .schedule-meeting-section {
        padding: 1em;
    }

    .schedule-meeting-section h1 {
        font-size: 30px !important;
        text-align: center;
        padding-bottom: 1rem;
        line-height: 48px;
        font-weight: 600!important;
        padding-left: 0;
        padding-right: 0;
    }

    .schedule-meeting-section h3 {
        font-size: 18px !important;
        text-align: start;
        line-height: 32px;
    }

    #main-testinomial-poster-1, #main-testinomial-poster-2,
    #main-testinomial-poster-3, #main-testinomial-poster-4,
    #main-testinomial-poster-5, #main-testinomial-poster-6, #main-testinomial-poster-7,
    #main-testinomial-poster-8, #main-testinomial-poster-9,
    #main-testinomial-poster-10, #main-testinomial-poster-11,
    #main-testinomial-poster-12 {
        padding: 0 !important;
    }

    .subscribe-card {
        padding: 1em 0.5em;
    }

    .subscribe-card .heading-line-break {
        display: none;
    }

    .subscribe-card .heading {
        font-size: 1.40em;
    }

    .subscribe-card .form {
        margin: 2em 0.5em 0em 0.5em;
    }

    .subscribe-card .form .submit-btn {
        font-size: 16px !important;
        padding: 10px;
        width: auto;
        margin-left:1em;
    }

    .subscribe-card .form .subscribe-terms .checkbox-desc {
        font-size: 16px !important;
        text-align: start;
    }

    .subscribe-card .form .subscribe-terms {
        margin: 1.5em 0em;
    }

    .subscribe-card .form input,
    input::-webkit-input-placeholder {
        font-size: 16px !important;
    }

    .video-testinomial-container .wrapper-poster-play-icon {
        top: 40%;
    }

    .mouse-scroll-container{
        bottom:0% !important;
        transform: rotate(-180deg);
    }

    .mouse-scroll-container .text {
        margin-left:45px !important;
        transform: rotate(180deg);
    }

    mya-appointment-datepicker-navigator .main-datepicker {
        width: 100%
    }

    .news-letter-container {
        margin-top: -20em;
    }

    .subscribe-card .form ._form_7 ._form-thank-you {
        font-size: 20px !important;
    }

    .social-media-plugin-container{
        padding:0;
    }

    .social-media-section-container .card {
        flex: 0 0 auto;
        width: 50%;
    }

    .social-media-section-container .card .card-body{
        margin:10px;
    }

    .facebook-plugin-container iframe,
    .instagram-plugin-container iframe,
    .linkedin-plugin-container iframe,
    .youtube-plugin-container iframe
    {
        height:500px;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    #carousel .carousel-inner .thumbnail-carousel-blog{
        max-height: 150px;
        object-fit: cover;
        object-position: top;
    }

    .social-media-section .social-media-section-container .heading h4{
        line-height: 58px;
        font-weight: 600 !important;
    }

    .social-media-section .social-media-section-container .heading{
        padding:80px 40px 20px 40px;
        text-align: center;
    }


    .btn-book-free-consultation{
        font-size: 18px !important;
        width: 100%;
        padding:10px !important;
    }

    .subscribe-card button{
        font-size: 18px !important;
    }
}

/*.* ipad Mini Portrait *!*/
@media only screen and (width: 768px) and (resolution: 163dpi) {
    .pricing-cards-section {
        display: flex;
        flex-direction: column;
        flex-flow: row wrap;
    }

    .pricing-cards-section .pricing-sec-div1 {
        order: 3;

    }

    .pricing-cards-section .pricing-sec-div2 {
        order: 2;

    }

    .pricing-cards-section .pricing-sec-div3 {
        order: 1;
    }
}

/* Carousel Testinomials */
@media only screen and (min-width: 1100px) and (max-width: 1400px) {

    .main-section .main-content{
        padding:6em 0;
    }

    .main-section .landing-feature .life-coaching-text {
        font-size: 2.25em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2{
        font-size: 1.25em;
    }

    .main-section .main-sec-1 img{
        width: 26rem;
    }

    .nav-get-help-now {
        padding: 10px 20px;
        font-size: 14px !important;
    }

    .navbar .nav-item a {
        font-size: 14px !important;
    }


    #main-testinomial-poster-1, #main-testinomial-poster-2,
    #main-testinomial-poster-3, #main-testinomial-poster-4,
    #main-testinomial-poster-5, #main-testinomial-poster-6, #main-testinomial-poster-7,
    #main-testinomial-poster-8, #main-testinomial-poster-9,
    #main-testinomial-poster-10, #main-testinomial-poster-11,
    #main-testinomial-poster-12 {
        object-position: top;
    }

    #carousel-testinomials
    .carousel-prev-image {
        display: none !important;
    }

    #carousel-testinomials
    .carousel-center-image {
        width: 62vw;
        object-fit: contain;
        margin: auto
    }

    #carousel-testinomials
    .carousel-right-image {
        display: none !important;
    }

    .carousel-control-next-icon {
        position: absolute;
        right: 8px;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc p {
        line-height: 170% !important;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
        bottom: 15% !important;
        left: 81% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .main-section .main-content{
        padding:6em 0;
    }

    .main-section .landing-feature .life-coaching-text {
        font-size: 2.25em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2{
        font-size: 1.25em;
    }

    .main-section .main-sec-1 img{
        width: 26rem;
    }


    .close-button-testinomials {
        right: 0%;
    }

    .nav-get-help-now {
        padding: 10px 20px;
        font-size: 14px !important;
    }

    .navbar .nav-item a {
        font-size: 14px !important;
    }

    #main-testinomial-poster-1, #main-testinomial-poster-2,
    #main-testinomial-poster-3, #main-testinomial-poster-4,
    #main-testinomial-poster-5, #main-testinomial-poster-6, #main-testinomial-poster-7,
    #main-testinomial-poster-8, #main-testinomial-poster-9,
    #main-testinomial-poster-10, #main-testinomial-poster-11,
    #main-testinomial-poster-12 {
        object-position: left;
        padding-right: 10em;
    }


    #carousel-testinomials
    .carousel-prev-image {
        display: none !important;
    }

    #carousel-testinomials
    .carousel-center-image {
        width: 80vw;
        object-fit: contain;
        margin: auto
    }

    #carousel-testinomials
    .carousel-right-image {
        display: none !important;
    }

    .carousel-control-next-icon {
        position: absolute;
        right: 8px;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper .desc p {
        line-height: 170% !important;
    }

    .video-testinomial-container .testinomial-poster-wrapper .poster-wrapper {
        bottom: 20%;
        left: 81%;
    }
}

@media screen and (min-width:1800px) {
    .main-section .landing-feature .life-coaching-text{
        font-size: 4em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2{
        font-size: 2em;
    }

    .main-section .landing-feature > button{
        margin-bottom: 1em;
        padding:10px 54px;
    }

    .main-section .main-sec-1 img{
        width:32em;
        height:auto;
    }
}

@media screen and (min-width:1300px) and (max-width: 1420px) {
    .main-section .main-content{
        padding:6em 0;
    }

    .main-section .landing-feature .life-coaching-text {
        font-size: 2.25em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2{
        font-size: 1.25em;
    }

    .main-section .main-sec-1 img{
        width: 26rem;
    }
}

@media screen and (min-width:1400px) and (max-width: 1799px) {
    .main-section .landing-feature .life-coaching-text{
        font-size: 3em;
    }

    .main-section .landing-feature .transforming-anxiety-text h2{
        font-size: 1.5em;
    }

    .main-section .landing-feature > button{
        margin-bottom: 1em;
        padding:10px 54px;
    }

    .main-section .main-sec-1 img{
        width:30rem;
        height:auto;
    }
}

@media only screen and (max-width: 1040px) {
    .nav-get-help-now {
        display:none !important;
    }

    .main-section .main-sec-1 img{
        width:26rem;
    }
}

.dropdown-toggle.show::after {
    transform: scaleY(-1);
}

.selected-nav {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.11);
}

.rotate-down-arrow {
    transform: rotate(-180deg);
}

/* Datepicker Specific */
:root {
    --bs-primary: #005246;
    --mya-datepicker-bg: white;
}

.mouse-scroll-container {
    margin: auto;
    position: absolute;
    width: 24px;
    height: 24px;
    /*margin-top: -3em;*/
    padding: 0 !important;
    bottom: 14%;
    left: 50%
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #1F284F;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

.mouse-scroll-container .text {
    display: block;
    margin-top: 65px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #1F284F;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .99 ;
    animation: pulse 2s linear alternate infinite;
    font-weight: 800;
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.fixed-position{
    position: fixed;
}

.overflow-hiddeny{
    overflow-y: hidden;
}

.btn-book{
    background:#e08f24 !important;
    border: #e08f24 !important;
}

.ngb-dp-arrow .ngb-dp-arrow-btn{
    box-shadow: none !important;
}

.sidebar-menu-items{
    overflow-y: scroll;
    max-height: 70%;
}

.btn-book-free-consultation {
    border-radius: 2px !important;
    padding: 10px 54px;
    color: #FFF;
    font-family: Poppins, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background:#e08f24;
}

.btn-book-free-consultation:hover,
.btn-book-free-consultation:active,
.btn-book-free-consultation:focus{
    background:#e08f24;
    color: #FFF;
    outline: none;
    box-shadow: none;
}

#testimonials {
  scroll-margin-top: 50px;
}

.btn-check:checked + .btn-outline-primary.btn-mentor-type,
.btn-check:active + .btn-outline-primary.btn-mentor-type,
.btn-outline-primary.btn-mentor-type:active,
.btn-outline-primary.btn-mentor-type.active,
.btn-outline-primary.btn-mentor-type.dropdown-toggle.show {
    background-color: #005246;
    border-color: #005246;
}

label.btn-outline-primary.btn-mentor-type:hover, 
label.btn-outline-primary.btn-mentor-type:active, 
input:hover+label.btn-outline-primary.btn-mentor-type, 
input:active+label.btn-outline-primary.btn-mentor-type {
    background-color: #005246;
    border-color: #005246;
    color: #FFF;
}

.btn-outline-primary.btn-mentor-type {
    color: #005246;
    border-color: #005246;
}

.btn-mentor-type {
    font-size: 1.25rem;
    border-radius: 10px;
}