@font-face {
    font-family: 'Source Sans Pro';
    src: url('SourceSansPro-BlackIt.woff2') format('woff2'),
        url('SourceSansPro-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@keyframes move-left-right {
    0% {
        transform: translateX(0);
        /* Initial position */
    }

    50% {
        transform: translateX(50px);
        /* Moves 50px to the right */
    }

    100% {
        transform: translateX(0);
        /* Returns to the starting position */
    }
}

@keyframes move-up-down {
    0% {
        transform: translateY(0);
        /* Initial position */
    }

    50% {
        transform: translateY(-50px);
        /* Moves 50px up */
    }

    100% {
        transform: translateY(0);
        /* Returns to the starting position */
    }
}

@keyframes move-right {
    0% {
        transform: translateX(0);
        /* Initial position */
    }

    100% {
        transform: translateX(10px);
        /* Moves 50px to the right */
    }
}


html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1300px !important;
    padding: 30px 20px;
}

.main-header-section {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    font-family: Open Sans Condensed, sans-serif;
    z-index: 1234;
    padding: 0 20px;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    font-family: Open Sans Condensed, sans-serif;
    z-index: 1234;
    padding: 0 20px;
}

.fixedm {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08);
}

.first-outer-header {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    padding: 10px 10px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-icons-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.social-icons-bar.hide {
    opacity: 0;
    visibility: hidden;
}

.call-icons-numb.hide {
    opacity: 0;
    visibility: hidden;
}

.header-text {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 20px;
    line-height: 31px;
    text-align: left;
    color: #3c3c3c;
    margin-right: 20px;
}

.social-icons {
    margin: 0 8px;
    background: #014bac;
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7px;
    text-decoration: none;
}

.social-icons:hover {
    color: #fff;
    background-color: #000;
}

.contact-call-bar {
    display: flex;
    margin-left: 60px;
}

.call-cnt {
    color: #3c3c3c;
    font-size: 21px;
    text-decoration: none;

}

.call-cnt:hover {
    color: #3c3c3c;
    text-decoration: underline;
}

.call-numb {
    font-family: "Source Code Pro";
    font-size: 30px;
    font-weight: 300;
    line-height: 31px;
    text-align: left;
    margin-left: 12px;
}

.header-logo-img {
    width: 72px;
}

.nav-menu-text {
    font-weight: 300 !important;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif;
    padding: 0px 18px !important;
    font-size: 20px !important;
    text-align: left;
    color: #3c3c3c !important;
}

.nav-menu-text:hover {
    color: #014bac;
    background-color: #fff;
}

.custom-dropdown-menu {
    background: #dee2e6 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 13px !important;
}

.custom-dropdown-item {
    line-height: 30px !important;
    text-align: left !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-size: .8rem !important;
    font-family: Source Sans Pro, sans-serif !important;
    background-color: transparent !important;
}

.custom-dropdown-item:hover {
    background-color: transparent !important;
    animation: move-right 0.5s forwards;
}

.dropdown-content {
    display: none;
    position: absolute;

    z-index: 1;
}

.dropdown-content-new {
    min-width: 600px !important;
    position: absolute !important;
    left: -156px !important;
    right: auto;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.list-item-sides {
    background-color: #3c3c3c;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: auto;
    right: 0;

}

.page-direction {
    color: #fff;
    text-decoration: none;
}

.page-direction:hover {
    color: #fff;
    text-decoration: none;
}

.new-nav-bar {
    justify-content: end;
}

.header-btn {
    padding: 10px 23px;
    min-width: 0;
    line-height: 19px;
    font-family: Open Sans Condensed;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    color: #fff;
    background: #014bac;
    border: none;
}

.header-btn:hover {
    background-color: #000;
    color: #fff;
}

.main-page-bg {
    background-image: url(../img/bgmain.jpg);
    background-size: cover;
    background-position: 50%;
}

.hero-section {
    padding: 250px 0 60px;
}

.hero-section-heading {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #3c3c3c;
    text-transform: capitalize;
}

.hero-section-para {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #6c6c6c;
}

.hero-section-btn {
    position: relative;
    padding: 11px 27px;
    background-color: #014bac;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    /* min-width: 190px;
    max-width: 220px; */
    border: none;
}

.hero-section-btn:hover {
    background-color: #000;
    color: #fff;
}

.imageblock {
    max-width: 702px;
}

.left-side-box {}

.service-tag {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #014bac;
    margin: 0;
    font-family: Open Sans Condensed, sans-serif;
}

.service-heading {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 60px;
    color: #3c3c3c;
    margin-top: 0;
    line-height: 77px;
    text-align: center;
    margin-bottom: 20px;
}

.service-para {
    margin-bottom: 20px;
    color: #292929;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.service-figure-box {
    padding-left: 100px;
    position: relative;
    padding-bottom: 150px;
}

.serivces-img-one {
    height: 782px !important;
}

.surgical-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 40px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.service-figure-box:hover .surgical-box {
    animation: move-left-right 3s infinite ease-in-out;
}

.surgical-heading {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 50px;
    line-height: 57px;
    text-align: left;
    color: #3c3c3c;
}

.surgical-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-links {
    color: #454545;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 43px;
    text-align: left;
    text-decoration: none;
    margin-top: 20px;
}

.list-links:hover {
    text-decoration: underline;
    color: #454545;
}

.non-surgical-box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    background: #fff;
    padding: 40px;

}

.service-figure-box-two:hover .non-surgical-box {
    animation: move-left-right 3s infinite ease-in-out;
}

.service-figure-box-two {
    padding-left: 30px;
    padding-right: 100px;
    position: relative;
    padding-bottom: 150px;
}

.grid-img {
    filter: brightness(1) contrast(1) saturate(1.2);
    max-width: 100%;
    min-width: 1351px;
}

.docBg {
    position: relative;
    padding: 0 0 70px;
}

.team-expert-header {
    padding: 60px 0 90px;
}

.docBg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bgtwo.png);
    opacity: .08;
    background-position: 50%;
    background-size: cover;
    z-index: -1;
}

.article-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px 120px;
}

.team-imgs {
    width: 100%;
    max-width: 220px;
}

.team-header-title {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 30px;
    line-height: 27px;
    color: #3c3c3c;
    margin: 0;
}

.team-header-subtitle {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    color: #014bac;
    margin: 0 0 10px;
}

.team-details {
    margin-bottom: 20px;
    color: #292929;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.team-detail-links {
    text-decoration: none;
    display: inline-block;
    color: #014bac;
    font-weight: 700;
}

.team-detail-links:hover {
    color: #000;
}

.team-content {
    /* width: 100%;
    padding-left: 30px; */
}

.doctor-img {
    border-radius: 50%;
}

.video-section {
    background-image: url(../img/bgmain.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 60px 0 0;
}

.video-wrapper {
    background-color: #fff;
    padding: 40px 0px;
}

.skin-section {
    background-image: url(../img/bgmain.jpg);
    background-size: cover;
    background-position: 50%;
    padding: 60px 0 100px;
}

.new-space-skin {
    padding-bottom: 150px;
}

.skin-care-wrapper:hover .skin-body-img {
    opacity: 1;
}

.skin-care-wrapper:hover .skin-care-box {
    animation: move-left-right 3s infinite ease-in-out;
}

.skin-care-wrapper:hover .skin-center-box {
    animation: move-up-down 3s infinite ease-in-out;
}

.skin-care-wrapper:hover .skin-right-box {
    animation: move-left-right 3s infinite ease-in-out;
}

.skin-body-img-one {
    padding-left: 50px;
}

.skin-body-img-three {
    padding-right: 50px;
}

.skin-body-img-two {
    padding: 0 25px;
}

.skin-body-img {
    opacity: 50%;

    position: relative;
}

.skin-body-img:hover {
    opacity: 1;
}

.skin-care-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 40px 30px;
    max-width: 270px;
}

.skin-care-header {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    color: #3c3c3c;
}

.skin-care-para {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #6c6c6c;
}

.skin-care-link {
    text-decoration: none;
    display: inline-block;
    color: #014bac;
    font-weight: 700;
}

.skin-care-link:hover {
    color: #000;
}

.skin-center-box {
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 40px 30px;
    max-width: 270px;
}

.skin-right-box {
    right: 0;
    left: auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 40px 30px;
    max-width: 270px;
}

.customer-service-section {
    background-image: url(../img/customerbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0px;
}

.customer-service-wrapper {
    background: rgba(0, 0, 0, .1);
    padding: 30px;
    z-index: 2;

}

.customer-service-heading {
    color: #fff;
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.customer-service-para {
    color: #fff;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

.customer-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.customer-link:hover {
    color: #fff;
}

.wellness-imgs {
    position: relative;
}

.slider-section {
    padding: 0 60px;
}

.slider-content-wrapper {
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    text-align: center;
    margin-top: -80px;
    z-index: 9999;
    position: relative;
}

.slider-title {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3c3c3c;
}

.slider-para {
    color: #292929;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.slider-links {
    text-decoration: none;
    display: inline-block;
    color: #014bac;
    font-weight: 700;
}

.wellness-support-header {
    padding: 100px 0 60px;
}

.contact-back-section {
    background-image: url(../img/bgmain.jpg);
    padding: 60px 0;
    background-size: cover;
    background-position: 50%;
}

.partners-img {
    padding: 30px 60px;
    /* min-height: 163px  ;
    width: 326px; */
}

.form-wrapper {
    max-width: 1250px;
    background: #86b7fe59;
    padding: 4rem;
    margin: 0 auto;
}

.ready-to-reach {
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 0;
    font-family: Source Sans Pro;
    font-size: 3.5rem;
    line-height: 4rem;
    font-weight: 300;
    color: #3c3c3c;

}

.ready-to-react-para {
    margin-bottom: 20px;
    color: #292929;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
}

.ready-to-react-link {
    text-decoration: none;
    display: inline-block;
    color: #014bac;
    font-weight: 700;
}

.ready-to-react-link:hover {
    color: #000;
}

.customer-form-inputs {
    box-shadow: none;
    background-color: #fff;
    margin-top: 25px;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #000;
    font-family: Open Sans Condensed, sans-serif;
    border-radius: 0;
    width: 100%;

}

.customer-form-inputs::placeholder {
    color: #000;
    font-family: Open Sans Condensed, sans-serif;
}

.styled-select {
    width: 100%;
    margin-top: 25px;
    border: none;

    /* overflow: hidden;
    overflow: -moz-hidden-unscrollable; */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.styled-select select {
    background-color: transparent;
    -webkit-appearance: none;
    width: 100%;
    font-size: 11px;
    border: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #000;
    padding: 10px;
    font-family: Open Sans Condensed, sans-serif;
}

select:focus-visible {
    outline: none;

}

.rating-box-wrapper {
    padding: 60px 20px
}

.star-row {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.star-rate {
    margin: 30px 0;
    font-size: 34px;
    color: #505050;
    text-align: center;
    font-style: italic;
}

.block-caption {
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #292929;
    padding: 0 25px;
    margin: 30px 0;
}

.block-footer-name {
    margin: 30px 0;
    font-size: 1.27778rem;
    line-height: 1.5em;
    color: #505050;
    text-align: center;
    font-style: normal;
    font-family: Open Sans Condensed, sans-serif;
    font-weight: 300;
}

.right-side-footer {
    background-color: #86b7fe59;
    padding: 20px;
}

.footer-logo {
    width: 190px;

}

.footer-titles {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    color: #3c3c3c;
}

.footer-links {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #292929;
    text-decoration: none;
}

.footer-links:hover {
    color: #292929;
    text-decoration: underline;
}

.footer-logo-div {
    margin-top: 30px;

}

.footer-logo-div img {
    width: 120px;

}

.footer-box-wrappers {
    padding: 0 47px !important;
}

.footer-social-icons {
    margin: 0;
}

.footer-social-links {
    display: flex;
    gap: 13px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.footer-img {
    height: 100% !important;
}

.footer-last-wrapper {
    background: #014bac;
    padding: 0 20px;
}

.footer-last-links {
    padding: 0 5px;
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    /* color: #3c3c3c; */
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-last-links:hover {
    color: #fff;
    text-decoration: underline;
}

.copy-right-text {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin: 0;
    color: #292929;
}

.footer-copyright-wrapper {
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}

.footer-copyright-links {
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    color: #292929;
}

.footer-copyright-links:hover {
    text-decoration: underline;
    color: #292929;
}

.copyright-divider {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .02em;
    text-align: center;
    padding: 5px 0;
    line-height: 27px;
    color: #000;
    font-family: Open Sans Condensed, sans-serif;
}

.right-footer-height {
    height: 100% !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 30px !important;
}

/* login Page Css start */
.login-section {
    background-image: url(../img/loginbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    /*height: 100vh;*/
}

.login-left-side {
    background-color: #f8f9fa;
    border-radius: 7px 0px 0px 7px;
    /* background-color: rgba(255, 255, 255, 0.88); */
    padding: 0.5rem 1.25rem 1rem;
}

.login-logo-img {
    width: 100px !important;
    object-fit: cover;
}

.inside-block-div {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding: 15px 30px;
    margin: 40px 0px 20px;

}

.inside-block-text {
    color: #221F72 !important;
    text-align: center;
    line-height: 22px;
    font-family: Source Sans Pro, sans-serif;
}

.intro-box-wrapper {
    display: flex;
    gap: 12px;
    /* flex-wrap: wrap; */
}

.intro-box-icon {
    color: #014bac;
    font-size: 40px;
}

.inbox-title {
    font-size: 1.25rem;
    color: #00a6e5;
    font-weight: normal;
    line-height: 1.25rem;
    font-family: Source Sans Pro, sans-serif;
}

.inbox-detail {
    font-size: 17px;
    color: #363636;
    font-family: Source Sans Pro, sans-serif;
}

.inbox-title-link {
    font-size: 1.25rem;
    color: #00a6e5;
    font-weight: normal;
    line-height: 1.25rem;
    font-family: Source Sans Pro, sans-serif;
    text-decoration: none;
}

.inbox-title-link:hover {
    color: #00a6e5;
    text-decoration: underline;
}

.doctors-links {
    color: #0092c9;
    text-decoration: underline;
}

.doctors-links:hover {
    color: #0092c9;
    text-decoration: underline;
}

.login-right-side {
    padding: 7.5rem 1rem 0.5rem;
    background-color: rgb(255 255 255 / 99%);
    color: #565656;
    box-shadow: 0.6rem 0 0.6rem -0.6rem rgba(0, 0, 0, 0.1) inset;
    height: 100%;
    position: relative;
}

.user-name-label {
    color: #767676;
    line-height: 1rem;
    text-align: left;
    border-color: transparent;
    border-style: none solid;
    font-family: Source Sans Pro, sans-serif;
    font-size: 0.75rem;
}

.user-name {
    color: #767676;
    line-height: 1rem;
    text-align: left;
    border-color: transparent;
    border-style: none solid;
    font-family: Source Sans Pro, sans-serif;
    font-size: 0.75rem;
    width: 100%;
}

.user-name:focus-visible {
    outline: none;
}

.user-name-wraper {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    padding: 0.25rem 0.4rem;
}

.password-name-wraper {
    margin-bottom: 0;
    border-radius: 0 0 4px 4px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    padding: 0.25rem 0.4rem;
}

.login-btn {
    padding: 0.615rem 0.75rem;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background-color: #221F72;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    line-height: normal;
    width: 100%;
}

.forget-password-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.forgot-links {
    color: #0092c9;
    text-decoration: underline;
    font-size: 0.8rem;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    padding: 0px 13px
}

.forgot-links:hover {
    color: #0092c9;
    text-decoration: underline;
}

.trouble-text {
    color: #565656;
    font-size: 0.9rem;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
}

.access-links {
    color: #0092c9;
    font-size: 0.9rem;
    font-family: Source Sans Pro, sans-serif;
    text-decoration: underline;
}

.access-links:hover {
    color: #0092c9;
    text-decoration: underline;
}

.portals-select {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-footer-img {
    width: 128px;
}

.footer-login-link {
    color: #565656;
    font-size: 0.55rem;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    text-decoration: none;
}

.footer-login-link:hover {
    color: #565656;
    text-decoration: underline;
}

.footer-login-text {
    color: #565656;
    font-size: 0.55rem;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
}

.footer-app-imgs {
    width: 120px;
}

.footer-app-login-wrapper {
    margin-top: 90px !important;
}

.login-footer-pages-links {
    color: #565656;
    margin: 0 0.5rem;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    text-decoration: none;
}

.login-footer-pages-links:hover {
    text-decoration: underline;
    color: #565656;
}

.login-footer-pages-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: end;
}

.custom-size-box {
    /* margin: 0px 40px !important; */
    min-width: 1152px !important;
    width: 66.67% !important;
}

/* login Page Css end */






/* Dashboard Css Start */

.header-top-section {
    background-color: #221F72;
    padding: 0.5em 0 0.65rem 0;
}

.header-top-left-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.header-top-right-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.hamburger-wrapper {
    background-color: #41464b8a;
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    gap: 7px;
    align-items: center;
    font-family: Source Sans Pro, sans-serif;
}

.profile-katy-wrapper {
    border: none;
}

.profile-katy-wrapper:hover {
    /* border: 1px solid #fff; */
    filter: brightness(1.2);
    box-shadow: 0 0 3px 0 #ffffff;
}

.ham-bars-icon {
    color: #fff;
    border-radius: 50% !important;
    background-color: #635f93 !important;
    padding: 8px 9px;
}

.home-icon {
    color: #fff;
    padding: 8px 9px;
}

.home-wrapper {
    background-color: #41464b8a;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.home-wrapper:hover {
    text-decoration: none;
    /* border: 1px solid #fff; */
    filter: brightness(1.2);
    box-shadow: 0 0 3px 0 #ffffff;
}

.logo-dashboard {
    text-decoration: none;
}

.logo-dashboard img {
    width: 60px;
    background: white;
    border-radius: 50px;
    
}


.logo-dashboard-right-img {
    width: 78px;
    height: 44px !important;
    object-fit: contain;
}

.user-avatar {
    color: #fff;
    border-radius: 50% !important;
    background-color: #635f93 !important;
    /* padding: 8px 9px; */
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 800;
}

.shortcut-btns {
    background-image: linear-gradient(#e6f6fc 0%, #0d6efdad 30%, #00a6e575 60%);
    mask-image: url(../img/mask-img.png), linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%, rgb(0 0 0 / 78%) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    border-radius: 3px 3px 50% 50% / 3px 3px 50px 50px;
    padding: 12px 0px;
}

.welcome-heading {
    font-size: 1.75em;
    text-align: center;
    font-weight: normal;
    color: #221F72;
}

.welcome-row {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    /* margin: 20px 0px; */
    margin-bottom: 3.75rem;
}

.setting-icon {
    color: #221F72;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px 6px;
    font-size: 22px;
}

.shortcut-btns-wrappers {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
    justify-content: center;
    margin-top: -56px;
    margin-bottom: 23px;
    z-index: 1;
    position: relative;
}

.btns-child-wrappers {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.75rem;
    height: 98px;
    width: 95px;
    text-align: center;
    color: #000;
    font-family: Source Sans Pro, sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btns-child-wrappers:hover {
    text-decoration: none;
    color: #000;
    background-color: #dee2e6fc;
}

.btns-short-icons {
    color: #221F72;
    font-size: 33px;
    margin: 8px 0px;
}

.bell-icon {
    color: #221F72;
    font-size: 33px;
}

.main-dashboard-bg {
    background-color: #f8f9fa;
    ;
}

.appointment-bg-bell {
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: inline-block;
    margin: 0.25rem 0.5%;
    min-height: 6rem;
    /* padding: 20px 20px; */
    position: relative;
    vertical-align: top;
    width: 99%;
    line-height: 1.25rem;
}

.appointment-details {
    color: #363636;
    font-family: Source Sans Pro, sans-serif;
    font-size: 13pt;
}

.confirmation-btn {
    background-color: #221F72;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

.confirmation-btn:hover {
    color: #fff;
    background-color: #221f72c4;
}

.update-btn {
    color: #221F72;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    font-family: Source Sans Pro, sans-serif;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border: 1px solid #221F72;
    border-radius: 4px;
    padding: 0.5rem 3.75rem;
    text-decoration: none;
}

.update-btn:hover {
    color: #221F72;
    background-color: #dee2e64a;
}

.updates-btns-div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.appoitment-title {
    color: #363636;
    font-weight: bold;
    font-size: 1.15rem;
    font-family: Source Sans Pro, sans-serif;
}

.explore-bg-last {
    /* padding: 0.5rem 0.625rem 0 0.625rem; */
    margin-top: 1.5rem;
    /* background-color: #221f7269; */
    background-color: #9ac2fd94;
    border: 1px solid #221f72c4;
    border-radius: 6px;
}

.explore-header {
    display: flex;
    gap: 9px;
    align-items: center;
    /* margin: 20px 0px; */
    margin-bottom: 1.75rem;
    padding: 10px 16px;
}

.explore-heading {
    font-size: 1.25rem;
    color: #fff;

}

.explore-icon {
    color: #fff;
    font-size: 22px;
}

.new-bell-icon {
    color: #221F72;
    font-size: 57px;
}

.explore-slider-space {
    margin: 30px 14px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    max-height: 100rem;
    height: 160px;
}

.right-dash-side {
    background-color: #dee2e6e6;
    border: 1px solid #221f72c4;
    border-radius: 6px;
    padding: 5px 7px;

}

.care-heading {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-align: left;

}

.profile-care-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 12px 9px;
    margin-top: 1rem;
    min-height: 4.6rem;
    border-radius: 6px;
    background-color: rgba(0, 166, 229, 0.2);
}

.care-team {
    border-radius: 50%;
    width: 57px;
    height: 57px;

}

.care-team-name {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
    text-decoration: none;
}

.care-team-name:hover {
    text-decoration: underline;
    color: #000000;
}

.care-team-detail {
    color: #565656;
    padding: 0;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
    font-size: 11px;
}

.care-icons {
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 12px;
    color: #221F72;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.care-icons:hover {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

.last-para-care {
    color: #000;
    margin: 8px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
}

.last-para-care:hover {
    text-decoration: underline;
    color: #000;
}

.swiper-button-next.custom-next:after {
    position: absolute;
    background-color: white;
    background-clip: border-box;
    border: 1px solid #dfe1e5;
    border-radius: 50%;
    display: flex;
    height: 2rem;
    justify-content: center;
    transition: opacity linear 0.25s;
    width: 2rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    top: calc(50% - 1rem);
    z-index: 9999;
    right: -10px;
    font-size: 17px !important;
    font-weight: 900;
    padding: 6px;
}

.divider-bar-class {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    ;
    margin: 20px 0px 0px;
}

.row-space-adjustment {
    padding: 15px 16px;
}

.last-divider-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    gap: 12px;
    text-decoration: none;
}

.last-divider-wrapper:hover {
    background-color: #dee2e6ad;
}

.divider-icon {
    color: #221F72;
    font-size: 19px;
}

.viwe-all-text {
    color: #221F72;
    font-size: 17px;
}

.swiper-button-prev.custom-prev:after {
    position: absolute;
    background-color: white;
    background-clip: border-box;
    border: 1px solid #dfe1e5;
    border-radius: 50%;
    display: flex;
    height: 2rem;
    justify-content: center;
    transition: opacity linear 0.25s;
    width: 2rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    top: calc(50% - 1rem);
    z-index: 9999;
    left: -10px;
    font-size: 17px !important;
    font-weight: 900;
    padding: 6px;
}

.explore-slider-btn {
    position: absolute;
    bottom: 16px;
    right: 11px;
}

/* Sidebar Modal */
.modal-dialog.custom-side-dailog {
    position: absolute;
    top: -29px;
    left: 0;
    width: 433px;
}

.modal-menu-title {
    color: #00a6e5;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center !important;


}

.custom-side-dailog .modal-header {
    border: none !important;
}

.modal-body.custom-side-modal-body {
    border: none;
    padding: 6px 0px;
}

.search-modal-wrapper {
    display: flex;
    gap: 7px;
    align-items: center;
    padding-left: 1rem;
    padding-right: 2rem;
    max-height: 2.25rem;
    background: transparent;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #000000;
    padding-top: 18px;
    padding-bottom: 20px;
    margin: 0px 12px;
}

.search-modal-icon {
    color: #00a6e5;
    font-size: 20px;
}

.search-modal-icon:hover {
    text-decoration: none;
}

.search-box-modal {
    color: #000000;
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    border: none;

}

.modal-links-header {
    background-color: #0d6efd7d;
    padding: 10px 9px;
    margin: 9px 0px 0px;
}

.sidebar-links-title {
    font-family: Source Sans Pro, sans-serif;
    font-size: 1.15rem;
    font-weight: bold;
    color: #000;
    line-height: normal;
    margin: 0;
}

.sidebar-links-access {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    text-decoration: none;
    padding: 6px 7px;
    color: #363636;
    gap: 11px;
}

.sidebar-links-access:hover {
    text-decoration: none;
    color: #363636;
    background-color: #dee2e6a3;
}

.modal-body.custom-side-modal-body {
    height: 700px;
    overflow-x: hidden;
}

/* Track */
.modal-body.custom-side-modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background-color: #B7B7B7;


}






.modal.side-modal {

    overflow-y: hidden;
}

.cancel-modal-arrow {
    color: #fff;
    background-color: #221F72;
    padding: 9px 8px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: right !important;
    border: none;
    margin: -.5rem -.5rem -.5rem auto;
}


/* Sidebar Modal End */

.dropdown-menu.dropdown-menu-list-bg {
    background-color: #fff !important;
    position: absolute !important;
    left: -16px !important;
    width: 290px;
    margin: 0 !important;
    padding: 0;
    border-radius: 7px;
}

.dropdown-links-access {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 7px;
    text-decoration: none;
    padding: 20px 7px;
    color: #363636;
    gap: 11px;

}

.dropdown-active {
    background-color: #dee2e6a3;
}

.dropdown-links-access:hover {
    color: #363636;
    background-color: #221f7229;
    text-decoration: none;
}



/* Dashboard Css End */

/* Appointment css start */
.top-schedule-title {
    font-size: 1.5rem;
    color: #00a6e5;
    font-weight: 500;
    font-family: Source Sans Pro, sans-serif;
}

.new-schedule-title {
    color: #00a6e5;
    font-size: 1.25rem;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0.75rem 0 0.5rem;
    text-align: center;

}

.new-section-doctor {
    margin: 40px 0px 60px;

}

.doctor-appointment-box {
    display: flex;
    text-decoration: none;
    height: 100%;
    /* width: 100%;
    height: 100%; */
    /* width: 50%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.doctor-appoint-child-wrapper {
    display: flex;
    gap: 9px;
    align-items: center;
}

.appoint-icons {
    color: #989898;
}

.care-team-inner-img {
    border-radius: 50%;
    width: 49px;
    height: 49px;
    font-size: 20px;
}

.doctor-appointment-box:hover {

    background-color: #dee2e64a;
}

.divider-appoint {
    border-left: 1px solid #dbdbdb;
}

.or-schedule-title {
    color: #00a6e5;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0.75rem 0 0.5rem;
    text-align: center;
    position: absolute;
    left: 0;
}

.appoint-dr-icon {
    color: #221F72;
    font-size: 26px;
}

.doctor-team-detail {
    color: #565656;
    padding: 0;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
    font-size: 13px;
}

.need-wrapper {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin: 36px 0px
}

.need-icons {
    color: #221F72;
    font-size: 26px;
}

.need-help-para {
    font-weight: bold;
    padding: 4px;
    margin: 0;
    text-align: center;
    color: #363636;
    font-size: 13pt;
    font-family: Source Sans Pro, sans-serif;
}

.contact-call-text {
    color: #363636;
    font-size: 13pt;
    text-align: center;
    font-family: Source Sans Pro, sans-serif;
    margin: 0;
}

.main-footer-pages-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.dashboard-footer-section {
    padding: 0px 0px 10px;
}


/* Appointment css end */

/* Fibd Doctor css start */

.header-find-doctor {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 11px 0px
}

.logo-doctor {
    width: 160px;
}

.find-doc-top-head {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgb(0, 174, 239);
    font-size: 15px;
    font-weight: 500;
    padding: 0px 6px;
    text-decoration: none;
}

.find-doc-top-head:hover {
    text-decoration: none;
    color: rgb(0, 174, 239);
}

.find-doc-icon {
    color: #221F72;
    font-size: 20px;
}

.find-doctor-main-section {
    border-color: purple;
    background: linear-gradient(rgb(30, 17, 106) 25%, rgb(0, 166, 229) 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.main-doctor-title {
    font-size: 4.25rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: .5rem;
}

.second-doctor-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    text-align: center;
}

.form-doctor-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    margin: 20px 0px;
    justify-content: center;

}

.find-doc-input {
    border: none;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* height: 2.5rem; */
    color: #000;
    width: 21%;
}

.find-doc-input::placeholder {
    color: #000;
}


/* Fibd Doctor css end */

/* Signup css start */

.activation-code-text {
    font-size: 15px;
    line-height: 1.6rem;
    margin: 0;
    padding: 0 0 0.25rem;
    color: #363636;
}

.reuired-star {
    color: #c43d4d;
    font-weight: 600;
}
.helptext {
    color: #565656;
    font-size: 0.8em;
    line-height: normal;
    padding: 0;

}
.signup-input-wrappers{
    display: flex;
    gap: 5px;
    align-items: end;
    flex-wrap: wrap;
}
.code-input{
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #000000;
    display: block;
    font-family: Source Sans Pro, Calibri, Arial, sans-serif;
    /* margin: 0 0 0.5rem; */
    padding: 0.25rem 0.4rem;
    height: 60px;
    width: 100%;
}
.code-label{
    color: #565656;
    font-size: 0.8em;
    line-height: normal;
    padding: 0;
    text-align: center;
}

.major-wrapper-class{
    width: 11%;
}

.major-wrapper-class-date {
    width: 6%;
}
.major-wrapper-class-year {
    width: 8%;
}
.signup-right-footer-div{
position: absolute;
bottom: 10px;
}











/* Signup css end */

















@media (max-width:991px) {
    .custom-size-box {
        min-width: auto !important;
    }

    .login-footer-pages-wrapper {
        justify-content: start;
    }
}
@media (max-width: 768px) {
    .major-wrapper-class {
        width: 30%;
    }
    .contact-call-bar {
        margin-left: 10px;
    }
    
    .header-text{
        margin-right: 10px;
    }
    
    .call-numb{
        font-size: 16px;
        margin-left: 5px;
    }
}