@import url("variable.css");

body {
    font-family: var(--font_avenir_roman);
    color: var(--gray);
}

:focus {
    outline: none;
    box-shadow: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

a {
    display: inline-block;
    text-decoration: none;
}

header {
    background: #341256;
    color: #ffffff;
    text-transform: uppercase;
    /* font-weight: 500; */
    letter-spacing: 1px;
}

    header .top-header {
        padding: 20px 0 0;
    }

    header nav {
        padding: 10px 0;
    }

        header nav li a {
            font-size: 15px;
        }
    /* header nav ul.navmenu>li{
    margin-right: 15px;
} */
    /* header nav li:hover > a, header nav li.active > a{
    border-bottom-color: #ffffff;
    border-spacing: 2px;
} */

    header .submenu {
        position: relative;
        top: 100%;
        left: 0;
        background: transparent;
        /* min-width: 340px; */
        transition: 0.3s all ease-in-out;
        border: 0;
        border-radius: 0;
    }

        header .submenu a {
            font-family: var(--font_avenir_roman);
        }

        header .submenu li {
            letter-spacing: 1px;
        }

            header .submenu li:not(:last-child) {
                margin-bottom: 5px;
            }

.social-icons > li:not(:last-child) {
    margin-right: 20px;
}

.social-icons img.yt {
    max-width: 32px;
}

.social-icons img.fb {
    max-width: 24px;
}

.social-icons img.insta {
    max-width: 25px;
}
/* .lang-dropdown .dropdown-menu
{
    top: -10px !important;
}
.lang-dropdown
{
    cursor: pointer;
}
} */

header .logo {
    max-width: 200px;
}

header img.globe {
    max-width: 36px;
    height: auto;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

.submenu-header {
    z-index: 19;
    background-color: #ede8f3;
}

.sticky-shadow {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

header .checkout-btn {
    border-radius: 25px;
    background-color: #8566ad;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 10px;
    background-image: url("../images/btn-bg-bubble.svg");
    background-position: left;
    background-repeat: no-repeat;
}

header .checkout-btn span {
    background-color: #e54c12;
    border-radius: 25px;
    padding: 8px 16px;
    position: absolute;
    top: -50%;
    left: -60%;
    transform: skew(5deg, -5deg) translateX(50%);
}

.lang-dropdown .dropdown-item:hover {
    background: transparent;
    text-decoration: underline;
}

.lang-dropdown .dropdown:focus .dropdown-menu {
    display: block;
}

.lang-dropdown .dropdown .dropdown-menu {
    inset: unset !important;
    transform: translate(-40px, 0) !important;
}

.lang-dropdown .dropdown-menu {
    background: var(--violet-400);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: unset;
}

.lang-dropdown .dropdown-toggle::after {
    border-top: 0.8em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
    vertical-align: 0;
}

.lang-dropdown select {
    outline: 0;
    font-size: 20px;
}

    .lang-dropdown select option {
        background: #341256;
    }
    .lang-dropdown a.dropdown-toggle {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }
.navbar {
    padding: 0;
    background: #1a0034;
    z-index: 20;
}
/* Hamburger css */
header button.navbar-toggler {
    padding: 1.25rem;
}

.navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: end;
    box-shadow: none !important;
    z-index: 99;
}

    .navbar-toggler span {
        position: absolute;
        width: 2.5rem;
        height: 0.125rem;
        background: white;
        border-radius: 0.625rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-left: -5px;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler span:nth-child(1) {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
    width: 1.5625rem;
}

.navbar-toggler span:nth-child(2) {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    width: 1.5625rem;
}

.navbar-toggler span:nth-child(3) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 0.9375rem;
}

.navbar-toggler.open span:nth-child(1) {
    width: 1.5625rem;
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    /* -webkit-transition-delay: 0.125s;
    -o-transition-delay: 0.125s;
    transition-delay: 0.125s; */
}

.navbar-toggler.open span:nth-child(2) {
    width: 1.5625rem;
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    /* -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; */
}

.navbar-toggler.open span:nth-child(3) {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}
/* Hamburger css */

/* bannerIMg */

.banner-img img {
    /* margin-bottom: -42px; */
}
.banner::before {
    content: "";
    background-image: url(../images/banner-leftbg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 220px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.banner::after {
    content: "";
    background-image: url(../images/banner-rightbg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 230px;
    height: 550px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.about_hunter {
    padding: 50px 0;
}

.overview_btn,
.overview_tabbing {
    background-color: #ede8f3;
    padding: 15px 10px;
    font-size: var(--font-22);
    line-height: calc(var(--font-22) + 6px);
    font-family: var(--font_avenir_black);
    /* width: fit-content; */
    text-align: center;
    letter-spacing: 1px;
    transition: 0.3s all;
    text-transform: uppercase;
    color: var(--violet);
    text-decoration: none;
    transition: 0.3s all;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview_btn{
    padding: 15px 10px;
    max-height: 52px;
}
.overview_tabbing {
    background: transparent;
    cursor: pointer;
}

    .overview_tabbing:hover {
        background-color: #ede8f3;
    }

.gallery-thumbs .swiper-slide-thumb-active .overview_tabbing {
    background-color: #ede8f3;
}

.overview_tabbing.rounded_btn {
    border-radius: 60px;
}

.overview_btn.active,
.overview_btn:hover {
    background-color: #907bb3;
    transition: 0.3s all;
    color: #ffffff;
}

.submenu-header .overview_btn.active,
.submenu-header .overview_btn:hover {
    background-color: var(--orange);
}
/* .submenu-header.fixed-header .overview_btn.active,
.submenu-header.fixed-header .overview_btn:hover {
  background-color: #907bb3;
} */

/* .orange-bg.submenu-header .overview_btn.active,.orange-bg.submenu-header .overview_btn:hover{
    background-color: #e54c12;
} */
.overview_icon {
    position: absolute;
    background-color: var(--violet);
    padding: 20px;
    border-radius: 50%;
    left: -40px;
    top: -5px;
    width: 105px;
    height: 105px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.submenu-header a.overview_btn {
    font-size: 15px;
    line-height: 21px;
}

.primary_icon_btn {
    padding: 6px 12px 6px 8px;
    font-size: var(--font-16);
    margin-bottom: 15px;
}

    .primary_icon_btn > img {
        width: 20px;
    }

    .primary_icon_btn span {
        padding: 8px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 auto;
    }

        .primary_icon_btn span img {
            max-width: 25px;
            height: auto;
            width: 100%;
        }

.about_icon_btn a {
    padding: 10px 30px;
    border-radius: 50px;
    position: relative;
    margin-left: 35px;
    background-color: rgb(168 146 197 / 21%);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--violet);
    transition: 0.3s all;
    align-items: center;
    text-align: center;
}

    .about_icon_btn.active a,
    .about_icon_btn a:hover,
    .swiper-slide.about_icon_btn.swiper-slide-thumb-active a {
        background-color: var(--violet-800);
        color: #ffffff;
        transition: 0.3s all;
    }

.disease-tooltip,
.disease-tooltip.show {
    opacity: 1;
    z-index: 9;
}

    .disease-tooltip .tooltip-inner {
        background-color: var(--orange);
        opacity: 1;
        font-size: var(--font-18);
        max-width: 330px;
        padding: 15px 20px;
        text-align: left;
        font-family: "Avenir-Roman";
        margin-top: -5px;
        line-height: calc(var(--font-18) + 6px);
    }

    .disease-tooltip .tooltip-arrow {
        display: none;
    }

    p a[data-bs-toggle="tooltip"], ul li a[data-bs-toggle="tooltip"], h5 a[data-bs-toggle="tooltip"]  {
    color: #000000;
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
    cursor: pointer;
    text-decoration-thickness: 1px !important;
    cursor: pointer;
    display: inline
}

a[data-bs-toggle="tooltip"] {
    cursor: pointer;
}

/*leave website modal page css */
.leave_modal .modal-dialog {
    max-width: 1200px;
}

.modal-backdrop {
    background: rgba(52, 18, 86, 0.81);
}

.leave_modal .modal-content {
    padding: 15px;
    background: #d9c8f0;
    border-radius: 10px;
}

    .leave_modal .modal-content > div {
        padding: 30px;
        background: #ffffff;
    }

    .leave_modal .modal-content h3 {
        /* letter-spacing: 3.24px; */
        margin-bottom: 20px;
    }

    .leave_modal .modal-content p {
        font-size: var(--font-27);
        letter-spacing: 2.03px;
    }
/*leave website modal page css */

/*
.about_hunter.mps_disorders:after {
    content: "";
    background-image: url(../images/round-oval.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 100%;
    background-size: 380px;
    background-repeat: no-repeat;
    background-position: center left -190px;
}
.about_hunter.mps_disorders:before {
    content: "";
    background-image: url(../images/round-oval.png);
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 0;
    width: 220px;
    height: 220px;
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: center right -120px;
}
.about_hunter .disease_btnlist::after {
    content: "";
    background-image: url(../images/round-oval.png);
    position: absolute;
    right: 0;
    top: -50px;
    bottom: 0;
    width: 220px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right -120px;
}
.about_hunter.mps_disorders .disease_btnlist::after {
    top: 0;
    width: 220px;
    height: 100%;
    background-position: center right -120px;
} */
/* .mps_two  .disease_btnlist .about_icon_btn, .biology_mps .disease_btnlist .about_icon_btn, .disease_severity_bg .disease_btnlist .about_icon_btn {
    width: fit-content;
} */
.mps_disorders .disease_btnlist .about_icon_btn, .mps_two  .disease_btnlist .about_icon_btn, .biology_mps .disease_btnlist .about_icon_btn, .disease_severity_bg .disease_btnlist .about_icon_btn 
{
    width: 83.055555%;
}
.about_hunter.mps_disorders {
    background-image: url(../images/mps-disorders.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mps_two:after {
    content: "";
    background-image: url(../images/round-oval.png);
    position: absolute;
    right: 0;
    top: -50px;
    bottom: 0;
    width: 220px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right -120px;
}

.disease_severity_bg {
    background-image: url(../images/disease_severity_bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.disease_severity_content {
    background-image: url(../images/disease_severity_bg_1.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}

/* biology of mps start */

.biology_mps {
    background-image: url(../images/biology-mps-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .content_bg::before
{
    content: "";
    background-image: url(../images/biology-of-mps/normal-cell-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
} */
.content_bg img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 370px;
}
.biology_mps .content_bg img {
    max-width: 315px;
}
.content_bg p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    max-width: 270px;
    display: block;
    width: 100%;
    font-size: var(--font-18);
}

.two-col-tabbing-acc #one-tab-pane .content_bg img,
.two-col-tabbing-acc #three-tab-pane .content_bg img {
    max-width: 500px;
}

.two-col-tabbing-acc #one-tab-pane .content_bg p,
.two-col-tabbing-acc #three-tab-pane .content_bg p {
    max-width: 400px;
}

.two-col-tabbing-acc #two-tab-pane .content_bg img {
    max-width: 530px;
}

.two-col-tabbing-acc #two-tab-pane .content_bg p {
    max-width: 470px;
}

.content_bg p a {
    border-bottom: 2px dashed var(--gray);
    border-color: var(--gray);
    text-decoration: none !important;
    display: inline;
}

/* biology of mps end */
/* disease-severity start */
.square {
    /* margin-bottom: 0.3125rem;
  margin-left: 0.3125rem; */
    text-align: center;
    /* line-height: 200px; 
  background-image: url(../images/disease-overview/person-spectrum-drag.svg);*/
    cursor: pointer;
    width: 100%;
    top: 0;
    left: 0;
    height: 131px;
    position: absolute;
    /* background-repeat: no-repeat;
  background-size: contain; */
}

.drag-section {
    background-image: url(../images/drag-section-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #aa91ce;
}

.spectrum-drag-title {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.spectrum-wrapper {
    width: 75%;
    margin: 0 auto;
}

    .spectrum-wrapper #slider {
        background: linear-gradient( 90deg, #68468a 20%, rgba(229, 76, 18, 1) 80% );
        min-height: 20px;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        width: 100%;
    }

    .spectrum-wrapper.drag-slider {
        min-height: 20px;
        background: linear-gradient( 90deg, rgba(33, 9, 61, 1) 20%, rgba(229, 76, 18, 1) 80% );
    }

    .spectrum-wrapper #slider .ui-slider-range {
        background: transparent;
    }

    .spectrum-wrapper #slider span.ui-slider-handle {
        width: 50px;
        border-radius: 1.0625rem;
        height: 35px;
        top: -8px;
        cursor: pointer;
        background: var(--violet);
        border: 0;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
    }

    .spectrum-wrapper.drag-slider::before {
        content: "";
        border-top: 25px solid transparent;
        border-right: 36px solid #68468a;
        border-bottom: 25px solid transparent;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: -16px;
        right: 100%;
    }

    .spectrum-wrapper.drag-slider::after {
        content: "";
        border-top: 25px solid transparent;
        border-left: 36px solid #e54c12;
        border-bottom: 25px solid transparent;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: -15px;
        left: 100%;
    }

    .spectrum-wrapper #slider span.ui-slider-handle:focus-visible {
        outline: none;
        border: 1px solid #133b3b;
        box-shadow: none;
    }

    .spectrum-wrapper #slider span.ui-slider-handle.ui-state-active {
        cursor: grab;
        box-shadow: 1px 1px 8px #9e9e9e;
    }

.spectrum-person-left .content_bg p {
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    max-width: 300px;
}

.spectrum-person-left .content_bg {
    position: absolute;
    left: -100px;
    height: 100%;
    /* top: 0;
  bottom: 0; */
    display: flex;
    align-items: center;
    margin-top: -50px;
}

    .spectrum-person-left .content_bg img {
        max-width: 350px;
    }

.spectrum-person-cont {
    position: absolute;
    z-index: 2;
    max-width: 210px;
    display: block;
    width: 100%;
    font-size: var(--font-20);
}

.spectrum-person-left .spectrum-person-cont {
    top: 50%;
    left: 60%;
    transform: translate(-45%, -50%);
}

.spectrum-person-right .content_bg {
    position: absolute;
    right: -100px;
    height: 100%;
    /* top: 0;
  bottom: 0; */
    display: flex;
    margin-top: -50px;
    align-items: center;
}

    .spectrum-person-right .content_bg img {
        max-width: 350px;
    }

.spectrum-person-right .spectrum-person-cont {
    top: 50%;
    right: 60%;
    transform: translate(55%, -50%);
}

.spectrum_person {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color: #68468a;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    transition: 0.5s all;
    margin: 0 auto;
}

.spectrum_icon {
    position: absolute;
    text-align: center;
}

.spectrum_person img {
    max-width: 35px;
    max-height: 30px;
}

.spectrum_person:hover {
    width: 64px;
    height: 64px;
    transition: 0.5s all;
    cursor: pointer;
}
/* .spectrum_person:hover img {
  max-width: 43px;
  transition: 0.5s all;
} */
.spectrum_person ~ p {
    opacity: 0;
    transition: 0.5s all;
    line-height: 14px;
    margin-top: 5px;
    font-size: 12px;
}

.spectrum_person:hover ~ p {
    opacity: 1;
    transition: 0.5s all;
}

.perosn_spectrum1 {
    left: 0;
    top: 40%;
    transform: translate(-40px, -30px);
}

.perosn_spectrum2 {
    left: 0;
    top: 50%;
    transform: translate(-50px, 30px);
}

.perosn_spectrum3 {
    left: 0;
    top: 70%;
    transform: translate(-50px, 55px);
}

.perosn_spectrum4 {
    right: 0;
    top: 40%;
    transform: translate(35px, -35px);
}

.perosn_spectrum5 {
    right: 0;
    top: 50%;
    transform: translate(55px, 20px);
}

.perosn_spectrum6 {
    right: 0;
    top: 70%;
    transform: translate(40px, 40px);
}
.orange_bgicon .spectrum_icon.perosn_spectrum7 {
    right: 15%;
    top: 20px;
    transform: translate(0, 0);
}

.orange_bgicon .spectrum_icon.perosn_spectrum8 {
    left: 15%;
    top: 20px;
    transform: translate(0, 0);
}
.orange_bgicon .spectrum_icon.perosn_spectrum8 p {
    width: 67px;
}
.orange_bgicon .spectrum_icon.perosn_spectrum6 {
    left: 15%;
    top: 20px;
    transform: translate(0, 0);
}
.orange_bgicon .spectrum_icon .spectrum_person {
    background-color: #e84800;
    margin: 0;
}
.spectrum-person-space {
    z-index: 1;
}
.orange_bgicon .spectrum_icon .spectrum_person:hover ~ p {
    opacity: 1;
    transition: 0.5s all;

}
.orange_bgicon .spectrum_icon .spectrum_person ~ p {
    top: -40px;
    text-align: center;
    position: absolute;
    left: 10px;
}
.orange_bgicon .spectrum_icon.perosn_spectrum6 .spectrum_person ~ p {
    left: -10px;
}
/* disease-severity end */

/* genetics-inheritance page start */
.genetics_inheritance {
    padding: 60px 0;
    background-image: url(../images/genetics-bg1.svg);
    background-position: top 110px center;
    background-repeat: no-repeat;
    background-size: contain;
}

.genetics_inheritancebg2::before {
    /* background-image: url(../images/genetics-bg2.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain; */

    content: "";
    background-image: url(../images/round-oval.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 280px;
    position: absolute;
    left: -200px;
    top: -120px;
    z-index: 0;
}

.genetics_inheritancebg2::after {
    content: "";
    background-image: url(../images/round-oval.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
}

/* .two-col-tabbing-acc {
    background: rgba(202, 190, 219, 1);
} */

    .two-col-tabbing-acc .tab-title {
        font-size: var(--font-24);
        letter-spacing: 2.6px;
        text-align: center;
        width: 100%;
        max-width: 510px;
        border-radius: 54px;
        background: rgba(52, 18, 86, 0.12);
        padding: 11px 20px;
        margin: 0 auto;
        display: block;
        position: relative;
        cursor: pointer;
    }

        .two-col-tabbing-acc .tab-title.active {
            background: var(--violet);
        }

        .two-col-tabbing-acc .tab-title::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 25px 25px 0 25px;
            border-color: #341256 transparent transparent transparent;
            right: 0;
            left: 0;
            margin: 0 auto;
            top: 100%;
            display: none;
        }

        .two-col-tabbing-acc .tab-title.active::before {
            display: block;
        }

.video-wrapper.video-bg {
    background-image: url(../images/diagnosis-testing-video-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: contain;
    padding: 20px;
    min-height: 450px;
}
.m-h-auto{
    min-height: auto !important;
}
.video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .video-wrapper iframe.patients-video {
        border-radius: 20px;
    }

.diagnosis_testing_bg {
    background-image: url(../images/diagnosi-and-testing.svg);
    background-position: top 60px left;
    background-repeat: no-repeat;
    background-size: cover;
}

.download_btn {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
}

.diagnosis_testing_opt::before {
    content: "";
    background-image: url(../images/diagnosis-and-testing-3.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    position: absolute;
    height: 350px;
    z-index: -9;
}
.diagnosis_testing_opt img{
    max-width: 420px;
}
/* genetics-inheritance page end */

/* ,management overview start */

.management_overview_bg {
    /*background-image: url(../images/management-overview.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.management_primary_care {
    background-image: url(../images/management-overview-bg1.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.video-wrapper.video-bg p
{
    font-size: 18px;
    margin: 5px 0 20px;
    line-height: 26px;
}

/* management overview end */

/* signs-symptoms page start */
.signs_symptoms {
    /* padding: 60px 0; */
    background-image: url(../images/genetics-bg1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.oval-center-bg {
    background-image: url(../images/diagnosis-testing-video-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.signs_symptoms_bgcircle1 {
    background-image: url(../images/Oval.png);
    background-position: bottom 30% right -166px;
    background-repeat: no-repeat;
    background-size: 270px;
    position: relative;
}

.signs_symptoms_bgcircle2 {
    position: relative;
}

    .signs_symptoms_bgcircle2::before,
    .signs_symptoms_bgcircle1-2::after {
        position: absolute;
        content: "";
        width: 206px;
        height: 206px;
        background-image: url(../images/Oval.png);
        background-size: contain;
        top: -10%;
        transform: translateX(-50%);
        z-index: 0;
        background-repeat: no-repeat;
    }

    .signs_symptoms_bgcircle1-2::after {
        width: 16%;
        height: 306px;
        top: -20%;
        transform: translateX(-20%);
    }

.signs_symptoms_bgcircle3 {
    background-image: url(../images/sygns-and-symption-bg2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.signs_symptoms_bgcircle4 {
    background-image: url(../images/symptom-timeline.svg);
    background-position:bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fourcol_icon_slider_main,
.fivecol_icon_slider_main,
.threecol_icon_slider_main{
    padding: 0 80px;
    position: relative;
}
.video-librabry-slider-main{
    padding: 0 75px;
    position: relative;
}
.featured-video-wrapper{
    padding-left: 91px;
}
.fivecol_icon_slider_main .severe_text {
    padding-bottom: 80px;
}
    .fourcol_icon_slider_main > div,
    .fivecol_icon_slider_main > div,
    .threecol_icon_slider_main > div,
    .video-librabry-slider-main > div{
        position: unset;
    }

.fivecol_icon_slider .top_icon,
.fourcol_icon_slider .top_icon,
.threecol_icon_slider .top_icon {
    background-color: var(--violet);
    padding: 20px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    justify-content: center;
    display: flex;
    /* align-items: center; */
    margin: 0 auto;
    margin-bottom: 25px;
}

.fourcol_icon_slider .swiper-button-prev,
.fourcol_icon_slider .swiper-button-next,
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next,
.fivecol_icon_slider .swiper-button-prev,
.fivecol_icon_slider .swiper-button-next,
.threecol_icon_slider .swiper-button-prev,
.threecol_icon_slider .swiper-button-next,
.videoLibrarySlider .swiper-button-prev,
.videoLibrarySlider .swiper-button-next {
    width: 40px;
    height: 87px;
    top: 5%;
    transform: translateY(50%);
    z-index: 9;
}

.threecol_icon_slider .swiper-button-prev,
.threecol_icon_slider .swiper-button-next,
.videoLibrarySlider .swiper-button-prev,
.videoLibrarySlider .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}

    .fourcol_icon_slider .swiper-button-prev:after,
    .fourcol_icon_slider .swiper-button-next:after,
    .gallery-main .swiper-button-prev:after,
    .gallery-main .swiper-button-next:after,
    .fivecol_icon_slider .swiper-button-prev:after,
    .fivecol_icon_slider .swiper-button-next:after,
    .threecol_icon_slider .swiper-button-prev:after,
    .threecol_icon_slider .swiper-button-next:after,
    .videoLibrarySlider .swiper-button-prev:after,
    .videoLibrarySlider .swiper-button-next:after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/purple_arrow.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .fourcol_icon_slider .swiper-button-prev:after,
    .gallery-main .swiper-button-prev:after,
    .fivecol_icon_slider .swiper-button-prev:after,
    .threecol_icon_slider .swiper-button-prev:after,
    .videoLibrarySlider .swiper-button-prev:after {
        transform: rotate(180deg);
    }

.two-col-tabbing .tab-title {
    font-size: var(--font-24);
    letter-spacing: 2.6px;
    text-align: center;
    width: 100%;
    max-width: 510px;
    border-radius: 54px;
    background: transparent;
    /* padding: 11px 20px; */
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    cursor: pointer;
    transition: 0.3s all ease;
    color: var(--violet);
}

.two-col-tabbing .tab-title > a {
    color: var(--violet);
    padding: 11px 20px;
    display: block;
}

    .two-col-tabbing .tab-title.active,
    .two-col-tabbing .tab-title:hover {
        background: rgba(168, 146, 197, 0.21);
    }
/* signs-symptoms page end */

/* 1320 container start*/
/* .overview_btn
{
    font-size: var(--font-22);
    line-height: calc(var(--font-22) + 6px);
}
.sm-container.h1, .sm-container h1
{
    font-size: var(--font-54);
}
.sm-container.h2, .sm-containerh2
{
    font-size: var(--font-35);
}
.sm-container.h3, .sm-container h3
{
    font-size: var(--font-31);
}
.sm-container.h4, .sm-container h4
{
    font-size: var(--font-27);
}
.sm-container.h5, .sm-container h5
{
    font-size: var(--font-22);
}
.sm-container.h6, .sm-container h6
{
    font-size: var(--font-20);
}
.sm-container p
{
    font-size: var(--font-22);
}
.sm-container.font20
{
    font-size: var(--font-20);
}
.sm-container .font18
{
    font-size: var(--font-18);
}
.sm-container .font16
{
    font-size: var(--font-16);
}
.sm-container .font14
{
    font-size: var(--font-14);
}
.sm-container .about_icon_btn a {
    padding: 30px 30px;
    margin-left: 50px;
}
.sm-container .overview_icon {
    left: -50px;
    top: -12px;
    width: 120px;
    height: 120px;
}
.sm-container .overview_icon img {
    max-width: 60px;
}
.sm-container .overview_title p{
    font-size: var(--font-24);
}
.sm-container .primary_icon_btn
{
    padding: 6px 12px 6px 8px;
    font-size: var(--font-20);
}
.sm-container .primary_icon_btn img{
    width: 20px;
}
.sm-container .primary_icon_btn span 
{
    padding: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sm-container .primary_icon_btn span img {
    width: auto;
    height: 30px;
}
.sm-container  .disease-tooltip .tooltip-inner
{
    font-size: var(--font-18);
    line-height: calc(var(--font-18) + 6px);
    max-width: 330px;
    padding: 15px 20px;
}

.sm-container  .social-icons img.yt {
    max-width: 30px;
}
.sm-container  .social-icons img.fb {
    max-width: 25px;
}
.sm-container  .social-icons img.insta {
    max-width: 24px;
}
.sm-container  .lang-dropdown .dropdown-menu
{
    top: -10px !important;
} */

/* 1320 container end*/

.mps_two:after {
    content: "";
    background-image: url(../images/round-oval.png);
    position: absolute;
    right: 0;
    top: -50px;
    bottom: 0;
    width: 220px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right -120px;
    z-index: -1;
}

.disease_severity_bg {
    background-image: url(../images/disease_severity_bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.disease_severity_content {
    background-image: url(../images/drag-bg-text.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vertical_tab .overview_icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    position: static;
}

.vertical_tab .about_icon_btn a {
    padding: 20px;
    border-radius: 80px;
    padding-left: 70px;
    margin-left: 30px;
    height: auto;
}

.cookie_policy {
    z-index: 99;
    box-shadow: 3px 0 6px rgba(0,0,0,0.16);
}

/* Home start */

.orange_btn {
    background-color: var(--orange);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: var(--font-20);
    font-family: var(--font_avenir_heavy);
    width: 70%;
    transition: 0.3s all;
}

    .orange_btn:hover {
        background-color: var(--violet);
        color: #ffffff;
        transition: 0.3s all;
    }

.home_slider .swiper-button-next,
.home_slider .swiper-button-prev {
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    align-items: center;
    transform: none;
}

    .home_slider .swiper-button-next::after,
    .home_slider .swiper-button-prev::after {
        background-position: center;
    }

.home_slider .swiper-slide.swiper-slide-next {
    opacity: 0 !important;
}

.swiper-slide.swiper-slide-thumb-active .overview_btn {
    background-color: rgb(168 146 197 / 21%);
    transition: 0.3s all;
    cursor: pointer;
}

.violet_btn {
    background-color: var(--violet);
    color: #ffffff;
    padding: 7px 70px;
    border-radius: 30px;
    font-size: var(--font-20);
    transition: 0.3s all;
    font-family: var(--font_avenir_heavy);
}

    .violet_btn:hover {
        background-color: var(--orange);
        color: #ffffff;
        transition: 0.3s all;
    }

.gallery-container {
    background-image: url(../images/home-all-bubbles.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-life-slider .homeDescSlider .swiper-slide.swiper-slide-visible.swiper-slide-active {
    opacity: 1 !important;
}   
/* Home end */

.facebook-btn .download_icon {
    padding: 30px;
    padding-bottom: 20px;
}

/* .top_img img {
    margin-top: -20px;
} */

/*finding-specialist page css */
.finding_specialistbg1 {
    background-image: url(../images/finding_specialistbg_01.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.finding_specialistbg2 {
    background-image: url(../images/finding_specialistbg_02.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .left-icon-text {
  padding-bottom: 60px;
} */
.left-icon-text .circle-icon {
    width: 90px;
    height: 90px;
    background-color: var(--violet);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}
.content_right {
    margin-left: 20px;
}
    .left-icon-text .circle-icon img {
        max-width: 60px;
        width: 100%;
        display: block;
    }
/*finding-specialist page css */

/*older-patient page css */
/* .older_patients_bg1 {
    background-image: url(../images/older_patients_bg1.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
} */
/*older-patient page css */
/*parent-caring page css */
.parent_caregivers_bg1:before {
    background-image: url(../images/epm_bg1.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 170px;
    height: 100%;
    left: 0;
}

.parent_caregivers_bg1:after {
    background-image: url(../images/epm_bg2.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    width: 170px;
    height: 100%;
    right: 0;
    top: 0;
}
/*parent-caring page css */

/* .family_friends_sec::before {
    content: "";
    background-image: url(../images/family-friend-left-bg.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    width: 245px;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}

.family_friends_sec::after {
    content: "";
    background-image: url(../images/family-friend-right-bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 165px;
    height: 1800px;
    right: 0;
    top: 0;
    position: absolute;
} */

/* hunter-syndrome-stories css */
.about_btn a {
    padding: 15px 30px;
    border-radius: 50px;
    background-color: rgb(168 146 197 / 21%);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--violet);
    transition: 0.3s all;
    align-items: center;
    text-align: center;
}

    .about_btn.active a,
    .about_btn a:hover {
        background-color: var(--violet-800);
        color: #ffffff;
        transition: 0.3s all;
}

/* hunter-syndrome-stories css */
.family_life_sec .swiper-slide.col-xxl-5 {
    width: 41.66666667% !important;
}

.family_life_sec .swiper-wrapper {
    height: auto;
}

.family_life_sec .swiper-slide {
    cursor: pointer;
}

.family_life_content::before {
    content: "";
    background-image: url(../images/family-life-left-bg.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 100%;
    
}

.family_life_content::after {
    content: "";
    background-image: url(../images/round-oval.png);
    background-position: right -100px top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 200px;
    right: 0px;
    top: 30px;
}

.family_life_sec::after {
    content: "";
    background-image: url(../images/family-life-right-bg.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 115px;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0;
}

.hunter_stories_bg::after {
    content: "";
    background-image: url(../images/hunter-stories-right-bg1.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 400px;
    right: 0px;
    top: 0;
}

.hunter_stories_content::before {
    content: "";
    background-image: url(../images/hunter-stories-left-bg.svg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    position: absolute;
    height: 100%;
    bottom: 0;
}

.hunter_stories_content::after {
    content: "";
    background-image: url(../images/hunter-stories-right-bg2.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
}

.school_life_bg::before {
    background-image: url(../images/round-oval.png);
    content: "";
    background-position: top left -100px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 50px;
}

.school_life_footer_bg::before {
    background-image: url(../images/round-oval.png);
    content: "";
    background-position: bottom -80px left -150px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    position: absolute;
    height: 270px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
/* hunter-syndrome-stories css */

/* homelife css */
.homelifebg1:before,
.homelifebg1:after,
.homelifebg2:after,
.homelifebg2::before,
.homelifebg3:after,
.homelifebg3::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
}

.homelifebg1:before {
    background-image: url(../images/homelifebg1_left.svg);
    background-position: left center;
    height: 13%;
    left: 0;
    top: 0;
}

.homelifebg1:after {
    background-image: url(../images/homelifebg1_right.svg);
    background-position: top right;
    height: 13%;
    right: 0;
    top: 0;
}

.homelifebg2:before {
    background-image: url(../images/homelifebg2_left.svg);
    background-position: left center;
    height: 100%;
    left: 0;
    top: 0;
}

.homelifebg2:after {
    background-image: url(../images/homelifebg2_right.svg);
    background-position: top right;
    background-size: 200px;
    opacity: 0.8;
    right: 0;
    top: 0;
    height: 100%;
}

.homelifebg3:before {
    background-image: url(../images/homelifebg3_left.svg);
    background-position: top left;
    height: 100%;
    left: 0;
    top: 0;
    width: 100px;
}

.homelifebg3:after {
    background-image: url(../images/homelifebg3_right.svg);
    background-position: top right;
    right: 0;
    top: 0;
    height: 100%;
}
.homelifebg2 .homeImg{
    max-width: 750px;
}
.sliderMain {
    position: relative;
}

    .sliderMain::after {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(52, 18, 86, 0.8);
        position: absolute;
    }

.home-life-slider .homeMain {
    padding: 0 0.772% 0.772%;
}

.home-life-slider .homeHoverImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

    .home-life-slider .homeHoverImg .swiper-slide {
        position: absolute;
        height: auto;
        /* opacity: 0; */
        /* visibility: hidden; */
        /* transition: 0.3s all ease; */
    }
    .home-life-slider .homeHoverImg .swiper-slide img{
        opacity: 0;
    }
        .home-life-slider .homeHoverImg .swiper-slide::before {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            top: 0;
            border: 0;
            /* transition: 0.3s all ease; */
            opacity: 1;
            /* z-index: 2; */
            visibility: visible;
        }

        .home-life-slider .homeHoverImg .swiper-slide:hover::before {
            outline: 3px solid var(--orange);
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(3):hover::before {
            background-image: url("../images/stairs_11.png");
            background-size: contain;
            background-repeat: no-repeat;
            outline: none;
        }

        .home-life-slider
        .homeHoverImg
        .swiper-slide.swiper-slide-thumb-active:hover::before {
            display: none;
        }

        .home-life-slider .homeHoverImg .swiper-slide.swiper-slide-thumb-active {
            /* border: 2px solid #ffffff; */
            z-index: 2;
            
            box-shadow: 0px 0px 3px 4px #cdbdbd;
        }
        .home-life-slider .homeHoverImg .swiper-slide.swiper-slide-thumb-active img {
            opacity: 1;
        }
        .home-life-slider .homeHoverImg .swiper-slide:nth-child(1) {
            width: 48.55% !important;
            top: 25.3%;
            left: 0.772%;
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(2) {
            width: 49.15% !important;
            top: 25.3%;
            right: calc(0.69% + 0.772%);
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(3) {
            width: 31.9% !important;
            bottom: 12.9%;
            left: 36.3%;
            box-shadow: none;
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(4) {
            width: 39.3% !important;
            bottom: 0.772%;
            left: 0.772%;
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(5) {
            width: 17.4% !important;
            bottom: 0.772%;
            left: 48.73%;
            transform: translateX(-50%);
        }

        .home-life-slider .homeHoverImg .swiper-slide:nth-child(6) {
            width: 41.3% !important;
            bottom: 0.772%;
            right: calc(0.6% + 0.772%);
        }

        .home-life-slider .homeHoverImg .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }

.home-life-slider .homeDescSliderMain {
    position: relative;
}


    /* .home-life-slider .homeDescSlider .swiper-wrapper{
    align-items: center;
} */
    .home-life-slider .homeDescSlider li:not(:last-child) {
        margin-bottom: 10px;
    }

    .home-life-slider .homeDescSlider .swiper-slide {
        padding: 30px 50px;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
    }

        .home-life-slider .homeDescSlider .swiper-slide.swiper-slide-next {
            opacity: 0 !important;
        }

    .home-life-slider .homeDescSlider .swiper-button-prev,
    .home-life-slider .homeDescSlider .swiper-button-next {
        width: 50px;
        height: 75px;
        margin-top: 0;
        transform: translateY(-50%);
    }

        .home-life-slider .homeDescSlider .swiper-button-prev::after,
        .home-life-slider .homeDescSlider .swiper-button-next::after {
            content: "";
            width: 100%;
            height: 100%;
            background-image: url("../images/right_arrow.svg");
            background-repeat: no-repeat;
            background-size: contain;
        }

        .home-life-slider .homeDescSlider .swiper-button-prev:after {
            transform: rotate(180deg);
        }
/* .home-life-slider .homeHoverImg .swiper-wrapper{
    transform: translate3d(0px, 0px, 0px) !important;
} */
/* homelife css */

/* helpful organization start */

.organization_sec .organization_img {
    box-shadow: 0px 2px 17px rgb(0 0 0 / 50%);
    display: inline-block;
    border-radius: 18px;
    padding: 18px 24px;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organization_cont {
    padding-left: 30px;
}

span[style="display: inline;"] ~ a#link {
    display: none;
}
.para-desc span.whatever, .para-descs span.whatever{
    display: none;
}
.para-desc.show_data span, .para-descs.show_data span{
    display: inline;
}
.para-desc.show_data span.dots, .para-descs.show_data span.dots{
    display: none;
}
.visit_link a {
    margin-top: 70px;
    border-radius: 50px;
    padding: 10px 50px;
    width: auto;
}

.organization_sec .organization_img img {
    object-fit: contain;
}

/* helpfum organization end */

/* glossary-page css start */
.glossary-main .letters-main ul li:nth-child(odd) a {
    color: var(--violet);
}

.glossary-main .letters-main ul li:nth-child(even) a {
    color: var(--orange-900);
}

.glossary-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    z-index: 9;
}
/* glossary-page css end */
/* download resources page start */

.download_resources_img::before {
    content: "";
    width: 9999999px;
    height: 100%;
    background: var(--gray-100);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(-50%);
}
.download_resources_img a:hover img{
    transform: scale(1.1);
}
.download_resources_img img {
    transition: 0.3s all ease;
    box-shadow: 0px 2px 27px rgba(0, 0, 0, 0.5);
}

/* download resources page end */

/* video library page start */
.video_lib_sec > div .video_lib_img {
    padding: 30px 0;
}

    .video_lib_sec > div .video_lib_img::before {
        content: "";
        width: 9999999px;
        height: 100%;
        background: #ede8f3;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transform: translateX(-50%);
    }

.video_lib_img .iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.video_lib_img .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    /*border-radius: 10px;*/
    border-radius: 0px;
}
/* video library page end */

/* medical news page start */
.medical_news_img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    margin-right: 60px;
}

.medical_news_desc p {
    margin-bottom: 0;
}
/* medical news page end */

/* site-map page css start */
.list-style-circle {
    list-style-type: circle;
}

.sitemap-section::before {
    position: absolute;
    content: "";
    background-image: url("../images/sitemap-left.svg");
    background-size: contain;
    height: 100%;
    width: 277px;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
}

.sitemap-section::after {
    position: absolute;
    content: "";
    background-image: url("../images/sitemap-right.svg");
    height: 100%;
    width: 300px;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1;
    right: 0;
}

.sitemap-section .sitemap-links {
    transition: 0.2s all;
}

    .sitemap-section .sitemap-links:hover {
        color: var(--orange) !important;
        transition: 0.2s all;
    }
/* site-map page css end */

/* section-404 page css start */

.section-404::before {
    position: absolute;
    content: "";
    background-image: url("../images/bg-404.svg");
    background-repeat: no-repeat;
    top: 0;
    width: 300px;
    height: 100%;
    background-size: contain;
    z-index: -1;
}

.section-404::after {
    position: absolute;
    content: "";
    background-image: url("../images/Oval.png");
    background-repeat: no-repeat;
    bottom: 0;
    height: 450px;
    width: 120px;
    background-size: cover;
    right: -50px;
    opacity: 0.6;
    z-index: -1;
}

.section-404 .links-ul a {
    transition: 0.3s all;
}

    .section-404 .links-ul a:hover {
        color: var(--violet);
        transition: 0.3s all;
    }
/* section-404 page css start */

/* unsubscribe page css start */
.unsubscribe_bg::before {
    position: absolute;
    content: "";
    background-image: url(../images/unsubscribe_bgright.svg);
    height: 100%;
    width: 300px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}

.unsubscribe_bg::after {
    position: absolute;
    content: "";
    background-image: url(../images/unsubscribe_bgleft.svg);
    height: 340px;
    width: 300px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 50px;
    left: 0;
}

.unsubscribe-section::before {
    position: absolute;
    content: "";
    background-image: url("../images/Oval.png");
    height: 150px;
    width: 150px;
    opacity: 0.6;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -70px;
    left: -40px;
}

.unsubscribe_bg .email_add.field-validation-error {
    position: relative;
    top: -15px;
    display: inline-block;
}

.unsubscribe-section::after {
    position: absolute;
    content: "";
    background-image: url("../images/round-oval.png");
    height: 380px;
    width: 380px;
    opacity: 0.6;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -70px;
    right: -180px;
}
/* unsubscribe page css end */
/* stay updated page start */
.stay_updated_bg1 {
    background-image: url(../images/stay_updated_bg1.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.stay_updated_bg2 {
    background-image: url(../images/stay_updated_bg2.svg);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}

.stay_updated_bg3 {
    background-image: url(../images/stay_updated_bg3.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.stay_updated_form input:not([type="checkbox"]),
.stay_updated_form .select {
    border-radius: 5px;
    border: 1px solid #ffffff !important;
    outline: none !important;
    font-size: 16px;
    line-height: 1;
    color: var(--gray);
    margin-bottom: 20px;
    box-shadow: none !important;
    display: block;
    font-family: var(--font_avenir_roman);
    padding: 9px 15px;
}

.stay_updated_form input.input-validation-error, .stay_updated_form .input-validation-error .form-select, .captcha-invalid > div {
    border: 1px solid #dc3545 !important;
}

.captcha-invalid > div {
    box-sizing: unset;
}

.stay_updated_form .select {
    background-color: #ffffff;
    padding: 0 30px 0 0.75rem;
    line-height: 42px;
    height: 42px;
    background-image: url("../images/select-arrow.svg");
    background-size: 18px 12px;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.stay_updated_form .options {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
    padding-right: 10px;
}

    .stay_updated_form .options ul {
        max-height: 300px;
        overflow-y: auto;
    }

        .stay_updated_form .options ul::-webkit-scrollbar {
            width: 10px;
        }

        .stay_updated_form .options ul::-webkit-scrollbar-track {
            background: #ffffff;
        }

        .stay_updated_form .options ul::-webkit-scrollbar-thumb {
            background: #e3e3e3;
        }

            .stay_updated_form .options ul::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

.stay_updated_form .select_dropdown.select-active .options {
    display: block;
}

.stay_updated_form .options li {
    line-height: 20px;
    padding: 10px 30px 10px 0.75rem;
    font-family: var(--font_avenir_roman);
    cursor: pointer;
}

    .stay_updated_form .options li:hover {
        background-color: var(--orange);
        color: #ffffff;
    }

.stay_updated_form .form-check {
    padding-left: 50px;
}

.stay_updated_form input[type="checkbox"] {
    width: 27px;
    height: 27px;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    margin-left: -50px;
    cursor: pointer;
}

    .stay_updated_form input[type="checkbox"]:checked {
        background-color: var(--orange);
        border-color: var(--orange);
    }

    .stay_updated_form input[type='checkbox'] ~ label {
        cursor: pointer;
    }

.g-recaptcha > div {
    margin: 0 auto;
}
/* stay updated page end */

/* thank-you page css start */
.thankyou-main {
    z-index: 1;
}

    .thankyou-main::before {
        position: absolute;
        content: "";
        background-image: url("../images/thankyou-bg-left.svg");
        height: 397px;
        width: 100%;
        background-repeat: no-repeat;
        bottom: 0;
        max-height: 100%;
        /* z-index: -1; */
    }

    .thankyou-main::after {
        position: absolute;
        content: "";
        background-image: url("../images/thankyou-bg-right.svg");
        height: 698px;
        width: 350px;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        max-height: 100%;
        max-width: 100%;
        /* z-index: -1; */
    }

.thank-you-sec {
    padding: 0;
}

/* .primary_icon_btn {
    padding: 6px 12px 6px 8px;
    margin-bottom: 15px;
}

    .primary_icon_btn span {
        width: 35px;
        height: 35px;
    } */
/* thank-you page css end */
/* Genetic Inheritance Accordion css start */
.accordion-item {
    border-radius: 0 !important;
    border: 0px !important;
}

.TVF_accordion .accordion-button:not(.collapsed) {
    background: var(--violet-800);
    box-shadow: none;
    color: #ffffff;
}

.TVF_accordion .accordion-button:focus {
    box-shadow: none;
}

.TVF_accordion .accordion-button {
    background: rgba(202, 190, 219, 1);
    color: var(--violet-900);
    justify-content: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

    .TVF_accordion .accordion-button::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 10px 0 10px;
        border-color: var(--violet-900) transparent transparent transparent;
        margin-left: 20px;
    }

    .TVF_accordion .accordion-button:not(.collapsed)::after {
        border-color: #ffffff transparent transparent transparent;
    }
/* Genetic Inheritance Accordion css end */


/*.organization_cont p.para-desc span {
    font-size: 8px;
}*/
.video_lib_img .video_img
{
    border-radius: 10px;
}
.gallery-main .gallery-title p {
    cursor: text;
}
.video_lib_sec > div:nth-child(even) .video_lib_img.video_img_sec::before {
    background: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.vertical-tab-inner .nav-tabs > li.active > a, .vertical-tab-inner .nav-tabs > li > a:hover {
    background: transparent;
    color: var(--primary);
}

.vertical-tab-inner .nav-tabs > li > a.active .tab_icon::after {
    transform: translate(-50%, -50%);
}
.sign_symptoms_mpsII_border_top {
    z-index: -1;
}
.MPSII.event-pages  .mps-disorders-detail {
    padding-bottom: 50px;
}
section .complaint-symptoms-list, section .sign-symptoms-list {
    margin-top: 0;
}
section .complaint-symptoms-list .slick-list, section .sign-symptoms-list .slick-list {
    transform: translateY(-40px);
}
.tab-content .patient-stories-content-header::before {
    left: -57px;
}

.spectrum_title p {
    margin-left: -14px;
    margin-top: 0px;
}
.spectrum_long_text p {
    margin-right: -15px;
    margin-top: 2px;
}
.spectrum-person-cont{
    max-width:200px;
}
.custom-link {
    color: var(--gray);
    text-decoration: underline;
    transition: 0.4s all;
}
.custom-link:hover {
    color: var(--orange);
}
.spectrum_icon {
    z-index: 9;
}
/*.hoveer_eff text{
    transform:translate(0, )
}*/
#hover_eff, #hover_eff2, #hover_eff3, #hover_eff4, #hover_eff5, #hover_eff6, #hover7, #hover8 {
    cursor: pointer;
}
.spectrum_icon.d-block p, .spectrum_icon.d-block1 p, .spectrum_icon.d-block2 p, .spectrum_icon.d-block3 p, .spectrum_icon.d-block4 p, .spectrum_icon.d-block5 p, .spectrum_icon.d-block6 p, .spectrum_icon.d-block7 p {
    opacity: 1;
}
.font-verdana {
    font-family: Verdana,sans-serif;
}

.video_lib_desc{
    padding-top:20px;
    padding-bottom:30px;
}
.videoOverlay{
    cursor: pointer;
}
.videoOverlay .revamp_lib_img.video_lib_img .iframe-container::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.videoOverlayNew{
    position:relative;
    cursor: pointer
}
.videoOverlayNew::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background-color: red; */
    top: 0;
    left: 0;
    z-index: 9;
}



/*revamp page css start*/
.revamp_desc.video_lib_desc {
    /*margin-bottom: 50px;*/
    padding: 25px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 9px 0px #0000004D;
}
.revamp_desc.video_lib_desc:hover {
    cursor: pointer;
}
.revamp_video_lib_sec .primary_icon_btn{
    width:max-content;
    padding:14px;
}
.revamp_lib_img.video_lib_img .iframe-container {
    border-radius: 10px 10px 0 0;
}
.revamp_video_lib_sec .primary_icon_btn img{
    width:12px;
}
.workingAsTeam p a[data-bs-toggle="tooltip"] {
    text-decoration: underline !important;
    color: var(--gray);
}

.PersonaIconDiv {
    position: relative;
    margin: 80px 0 70px 0;
}
    .PersonaIconDiv .personaImg {
        position: absolute;
        z-index: 9;
        width: 170px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }
.personaIconDivOpp.PersonaIconDiv .personaImg {
    right:0;
    width:290px;
    height:auto

}
.personaIconDivOpp.PersonaIconDiv .primary_icon_btn {
    padding-right: 330px;
    padding-left: 50px;
    line-height: 1.5;
}
.personaIconDivOpp.personaDivIconRight.PersonaIconDiv .personaImg {
    left: 0;
    width: 290px;
    height: auto
}

.personaIconDivOpp.personaDivIconRight.PersonaIconDiv .primary_icon_btn {
    padding-left: 330px;
    padding-right: 60px;
    line-height: 1.5;
}

.PersonaIconDiv .primary_icon_btn{
    min-height:104px;
    border-radius:124px;
    padding-left:200px;
    padding-right:50px;
    letter-spacing:normal;
}
.markerOrange li::marker {
    color: #E84800;
}
.primary_icon_btn.bgLightPurpleBtn {
    display: inline-flex;
    justify-content: left;
    gap: 48px;
    padding:14px 25px;
}
.primary_icon_btn.bgLightPurpleBtn img {
    transform:rotate(180deg);
    width:16px;
}
.rounded-30{
    border-radius:30px;
}
.bg-lightpurple200 {
    background: rgba(52, 18, 86, 0.1) !important;
}

.quoteSection .quoteImg{
    position:absolute;
    bottom:30px;
    right:30px;
}
.quoteSection p{
    z-index:1;
}


.strategiesToPrepareSchool-section .number{
    height:135px;
    width:135px;
    border-radius:50%;
    font-size:75px;
}

.nextStryIcon {
    width: 16px;
    filter: invert(86%) sepia(21%) saturate(5782%) hue-rotate(252deg) brightness(95%) contrast(105%);
}

.videoLibBubble::after {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: 1;
    top: 83px;
    left: -8%;
    width: 254px;
    height: 254px;
    background-repeat: no-repeat;
    background-size: contain;
}
.videoLibBubble::before {
    position: absolute;
    background-image: url(../images/videoLibLeftDbl.svg);
    content: "";
    z-index: 1;
    bottom: 10%;
    left: 6%;
    width: 484px;
    height: 440px;
}
.filterText{
    color:var(--violet) !important;
}
.videoLibBubble .leftBubble2 {
    position: absolute;
    width: 344px;
    top: 28%;
    left: -9%;
}
.videoLibBubble .leftBubble3 {
    position: absolute;
    width: 301px;
    top: 53%;
    left: -9%;
}
.videoLibBubble .rightBubble1 {
    position: absolute;
    right: -15px;
    top: 13%;
    z-index: -1;
}
.videoLibBubble .rightBubble2 {
    position: absolute;
    right: -9%;
    top: 42%;
    z-index: -1;
}
.videoLibBubble .rightBubble3 {
    position: absolute;
    right: 4%;
    bottom: 24%;
    z-index: -1;
}
.tipsToCommunicateSection {
    box-shadow: 0px 0px 7px 0px #0000004D
}
.letterSpacing88{
    letter-spacing:0.88px;
}
.tipsToCommunicateSection .readMoreLink{
    display:inline-flex;
    align-items:center;
}
.tipsToCommunicateSection .readMoreLink img {
    width: 20px;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}

.management_primary_care_bbl::before {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    top: -9%;
    left: -12%;
    width: 344px;
    height: 344px;
}

.management_overview_bg::after {
    position: absolute;
    background-image: url(../images/videoLibRightDbl.svg);
    content: "";
    z-index: -1;
    bottom: 27%;
    right: 0;
    width: 205px;
    height: 485px;
    background-repeat: no-repeat;
}

.tipstoCommMainSec.management_overview_bg::after {
    background-image: none;
}
.tipstoCommMainSec .leftbbl1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 254px;
    height: 254px;
    z-index:-1;
}
.tipstoCommMainSec .rightSingleBbl1 {
    position: absolute;
    right: -4%;
    top: 20px;
    width: 254px;
    height: 254px;
    z-index: -1;
}
.workingAsTeam::before {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    bottom: -20%;
    left: -10%;
    width: 344px;
    height: 344px;
    background-repeat: no-repeat;
}
.workingAsTeam .rightSingleBbl2 {
    position: absolute;
    right: -3%;
    top: 10%;
    width: 254px;
    height: 254px;
    z-index: -1;
}
.stayOrganizeSection::after {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    top: 55%;
    right: -10%;
    width: 344px;
    height: 344px;
    background-repeat: no-repeat;
}
.stayOrganizeSection::before {
    position: absolute;
    background-image: url(../images/tipsTocommLeftDblBbl.svg);
    content: "";
    z-index: -1;
    bottom: 0%;
    left: 0;
    width: 200px;
    height: 397px;
    background-repeat: no-repeat;
}
.backStoriesMain{
    flex-direction:row-reverse;
    justify-content:start;
    gap:30px;
}
.backStoriesMain img{
    transform: rotate(181deg);
}
.makeSureVoiceSection::before {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    bottom: 34%;
    right: -6%;
    width: 344px;
    height: 344px;
    background-repeat: no-repeat;
}
.sharingInfoSection::before {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    bottom: 7%;
    right: 0%;
    width: 344px;
    height: 344px;
    background-repeat: no-repeat;
}
.sharingInfoSection::after {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: -1;
    top: -17%;
    left: -6%;
    width: 344px;
    height: 344px;
    background-repeat: no-repeat;
}
.kimberlyBannerImg {
    position: relative;
    margin-bottom: -33px;
}
.kimberly_steven_banner_Section::before {
    position: absolute;
    background-image: url(../images/tipsTocommLeftDblBbl.svg);
    content: "";
    z-index: -1;
    top: 65%;
    left: 0%;
    width: 200px;
    height: 397px;
}
.revamp_hunter_Sec .discoverStoriesNavRightBbl1 {
    position: absolute;
    right: 0;
    top: 5%;
    /*z-index: -1;*/
}
.leftSingleBbl1 {
    position: absolute;
    top: 21%;
    left: -10%;
    /*z-index: -1;*/
}
.leftSingleBbl2 {
    position: absolute;
    top: 34%;
    left: -5%;
    /*z-index: -1;*/
}
.leftSingleBbl3 {
    position: absolute;
    top: 67%;
    left: 5%;
    width: 254px;
    height: 254px;
    /*z-index: -1;*/
}
.rightSingleBbl1 {
    position: absolute;
    right: -7%;
    top: 29%;
    /*z-index: -1;*/
}
.rightSingleBbl2 {
    position: absolute;
    right: 5%;
    top: 56%;
    width: 254px;
    height: 254px;
    /*z-index: -1;*/
}
.rightSingleBbl3 {
    position: absolute;
    right: -10%;
    top: 77%;
    /*z-index: -1;*/
}
.communicateLeftBottombbl {
    position: absolute;
    bottom: 47%;
    opacity: 0.6;
    z-index: -2;

}
.revamp_hunter_Sec.hunter_stories_content::after {
    display: none;
}
.quoteSection .customWidth70 {
    white-space: pre-line;
    width: 71%;
}
.quoteSection .customWidth70 {
    white-space: pre-line;
    width: 71%;
}
.quoteSection .quoteSectionImg {
    width: 254px;
    height: 246px;
    object-fit: contain;
    top: 4rem;
    position: relative;
    left: 9rem;
}
.personaleftImgDiv.PersonaIconDiv .personaImg{
    width:290px;
    height:280px;
}
.personaleftImgDiv.PersonaIconDiv .primary_icon_btn {
    padding-left: 330px;
}
.personaleftImgDiv.PersonaIconDiv .primary_icon_btn:hover{
    color:var(--violet);
}

#collapseSix .personaIconDivOpp.PersonaIconDiv .personaImg{
    bottom:-60px;
    transform:translateY(0);
    top:auto;
}
/*.workingAsTeam::after {
    position: absolute;
    background-image: url(../images/videolibraryOValShape.svg);
    content: "";
    z-index: 1;
    bottom: 27%;
    right: 0;
    width: 205px;
    height: 455px;
    background-repeat: no-repeat;
}*/
.queMain {
    border-radius:58px;
    min-height:104px;
    margin: 34px 0;
}
.queMain span.queSpan {
    background: #341256;
    color: white;
    height: 117px;
    width: 117px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.queMain h5,
.queMain.AnsDiv .AnsDet{
    padding-left:12%;
    padding-right:60px;
    padding-top:20px;
    padding-bottom:20px;
}
.queMain.AnsDiv span.queSpan {
    position: absolute;
    top: -6px;
    left: -60px;
}
.queMain.AnsDiv{
    border-radius:49px;
    margin-left:60px;
    margin-top:60px;
}
.queMain.AnsDiv .AnsDet{
    padding-left:80px;
    padding-top:33px;
    padding-bottom: 33px;
}
.queMain .queUlNum{
    background-color: var(--orange);
    height:30px;
    width:30px;
    border-radius:50%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
}




.rightCornerSection .main p {
    font-size: 1rem;
    margin-bottom: .75rem;
}

.rightCornerSection .ellipse {
    width: 220px;
    height: 220px;
    float: right;
    background-repeat: no-repeat;
    shape-outside: circle(53% at 50% 73%);
    background-size: contain;
    position: relative;
    transform: translate(120px, 15px);
}
.buid_com_img_4.beingAbleVirtualSection.rightCornerSection {
    margin-bottom: 30px;
}
.rightCornerSection{
    margin-bottom:70px;
}


.mainIconDiv {
    position: relative;
    margin: 80px 0 100px 0;
}
.mainIconDiv .personaImg {
    width: 290px;
    height: auto;
    /*left: 0;
    right: 0;*/
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.mainIconDiv .primary_icon_btn{
    min-height: 104px;
    border-radius: 124px;
    /*padding-left: 330px;
    padding-right: 60px;*/
    line-height: 1.5;
    letter-spacing:normal
}
.mainIconDiv.rightIconDiv .personaImg{
    right:0;
}
.mainIconDiv.leftIconDiv .primary_icon_btn{
    padding-left: 330px;
    padding-right: 60px;
}

.mainIconDiv.rightIconDiv .primary_icon_btn{
    padding-right: 330px;
    padding-left: 100px;
}

.realLifeContent{
    border-radius:29px 29px 0 0;
}

.PatienPageLink{
    position:absolute;
    bottom: -20px;
    width:100%;
}
.realLifeListBox{
    display:flex;
    flex-wrap:wrap;
    gap:76px;
}
.realLifeStroySection::after {
    content: "";
    background-image: url(../images/hunter-stories-right-bg1.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    position: absolute;
    height: 400px;
    right: 0px;
    top: 0;
    z-index:-2;
}
.aidenStroySection iframe.patients-video {
    width: 75%;
    height: 535px;
}


.nataileMAin .patientsDetbox {
    width:max-content;
}
.queMain.AnsDiv {
    background-color: #EEEAF4 !important;
}
.kylePage .finfdingCommunity .mainIconDiv {
    margin-bottom: 50px;
}
.zaydPage .strategiesToPrepareSchool-section ul li::marker{
    color: var(--orange)
}
.quoteSection .quoteImg.singleLineSmallQuote{
    width:100px;
}
.patienMainPopup .modal-content{
    display:block;
    border:0;
    border-radius:30px;
}
.patienMainPopup .btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #EAE5F1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index:9
}
.patientStoriesPopUpMAin {
    max-width: 800px;
    border-radius: 30px;
    margin: 0 auto;
    background-size: contain;
    background-image: url(/assets/ConsumerRevamp/images/patientStoriesPopUp_bbl.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 60px;
}
.patientStoriesPopUp {
    
    padding: 37px;
    position: relative;
    
    max-width: 510px;
    margin-left: auto;
}
.patientStoriesPopUp .patientStoriesPopUpBbl {
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index:-1;
}
.patientStoriesPopUpImg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    z-index: 9;
}
.prevTabBtn, .nextTabBtn {
    border: 0px;
}
/*.PatienPageLink::after {
    position: absolute;
    content: "";
    background: var(--violet);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: 0.3s ease-out;
    width: 0;
}
.PatienPageLink:hover::after {
    width:100%;
}*/
.tonnyrightDblbbl {
    position: absolute;
    right: 0;
    z-index: -1;
    top:20%;
}
.natailerightDblbbl {
    position: absolute;
    right: 0;
    z-index: -1;
    top: 10%;
}
.singlefundImg.rightCornerSection .ellipse {
    transform: translate(50px, 45px);
}
.kylePage .hunter_stories_content::before{
    display:none
}
.customAutoIcon {
    height: 50px;
    width: 50px;
    background: #ffffff;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.bannerText{
    position:relative;
}
.bannerText p {
    position: absolute;
    bottom: 35px;
    padding: 0 20px;
    color: #ffffff;
}
.bannerMainImgDiv{
    position:relative;
}
.bannerMainImgDiv::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

/*revamp page css end*/


/*jainish css start*/

.video-library-tab-wrapper {
    margin-top: 10px;
}
.video-library-tab-wrapper > ul{
    column-gap:30px;
    justify-content:center;
}
.video-library-tab-wrapper > ul li > div{
    min-width: 400px;
    max-width: 100%;
}
.bg-violetlightpurple {
    background-color: var(--violteLightPurple);
}
.videolibrary-close-btn {
    background: transparent url("../images/modal-close.svg") center/1em auto no-repeat;
    background-color: #D9CFC7;
    opacity: 0.75;
    padding: 8px;
    border-radius: 50%;
    top: 41px;
    right: 50px;
    filter: grayscale(100%);
}
.mps-event-close-btn {
    background: transparent url("../images/modal-close-white.svg") center/1em auto no-repeat;
    background-color: var(--violet-800);
    opacity: 0.75;
    padding: 8px;
    border-radius: 50%;
    top: 35px;
    right: 85px;
}
.max-w-935 {
    max-width: 935px;
}
.primary_icon_btn.play-next-btn{
    padding: 16px 25px;
}
.primary_icon_btn.play-next-btn > img{
    width: 16px;
}
/*.video-librabry-slider-main .videoLibrarySlider .swiper-wrapper{
    height: auto !important;
}*/
/*jainish css end*/

/*vaishali css start*/
.MPSDiseases_banner {
    position: relative;
}

    .MPSDiseases_banner::before {
        content: "";
        background-image: url(../../../Content/images/event-page/bannerMazeBubble2.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .MPSDiseases_banner::after {
        content: "";
        background-image: url(../../../Content/images/event-page/MPS_banner.png);
        background-repeat: no-repeat;
        background-position: right 0px;
        background-size: contain;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

.mps_banner_img {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    max-width: 570px;
    width: 25%;
}

.banner-social-media {
    margin-top: 3rem;
    align-items: flex-start;
    justify-content: space-between;
}

.banner-social-list {
    display: flex;
    gap: 100px;
}

.bannerTopcontent {
    position: relative;
}

    .bannerTopcontent img {
        position: absolute;
        left: 0;
        transform: translateX(calc(-100% - 30px));
        top: 0;
        /* margin-right: 30px;
    margin-bottom: 20px;*/
    }

#count_day {
    font-size: 70px;
    padding: 15px 10px;
    line-height: 1.3;
    width: 180px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}

.mps_small {
    max-width: 450px;
    width: 100%;
}

.mps_game {
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.22);
    border-radius: 13px;
    overflow: hidden;
}
.eventPopupModalBody{
    max-width:600px !important;
}
.eventPopupModalBody .modal-content .modal-body .content-wrapper{
    max-width: 260px;
    margin-left:75px;
    margin-top:35px;
}
.eventPopupModalBody::before {
    content: '';
    background-image: url(../../../Content/images/event-page/MazePopup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.mps_learn_more_btn {
    margin-left: 75px;
    max-width:max-content;
}
@media(max-width:1199px) {
    .mps_small {
        width: 50%;
    }

    #count_day {
        font-size: 50px;
        padding: 8px;
        line-height: 1.3;
        width: 110px;
        text-align: center;
    }
}

/*vaishali css end*/
/*jainish css end*/



/* Rinkal CSS start */

.rounded-50 {
    border-radius: 50px;
}

/* Rinkal CSS end */


.video-librabry-slider-main > div {
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: none;
}
.video-librabry-slider-main .swiper-wrapper{
    align-items:stretch;
}
.video-librabry-slider-main .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: stretch;
}
.video-librabry-slider-main .swiper-wrapper {
    height: auto !important;

}


input[type=number].inputNumber::-webkit-outer-spin-button,
input[type=number].inputNumber::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].inputNumber {
    -moz-appearance: textfield;
}