header .dropdown-menu .dropdown-item:hover {
    background-color: unset;
    color: #EC1C2D;
}

.offcanvas .text-danger {
    color: #EC1C2D !important;
}

.text-danger {
    color: #AE1229 !important;
}

.text-limit-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-limit-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-limit-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.members-item-img {
    float: left;
}

.sub-page-bg::after {
    content: '';
    display: block;
    padding-top: 100%;
}

@media (min-width: 768px) {
    .d-md-wb {
        display: -webkit-box !important;
    }
}

@media (max-width: 576px) {
    .event-img {
        max-width: 226px !important;
        width: 100%;
    }

    .col-ssm-5 {
        flex: 0 0 auto;
        width: 60%;
    }
}

.fs-7 {
    font-size: 0.875rem;
}

.fs-8 {
    font-size: 0.75rem;
}

.h7 {
    font-size: 1.063rem;
}

.works .card {
    transition: all .35s ease;
}

.works .card:hover {
    border: 1px solid #f29eb3 !important;
}

.text-second-primary {
    color: #435589;
}

.container {
    max-width: 1440px;
    padding: 0 20px;
}

.btn-primary {
    background-color: #4D72D0;
}

.fixed-top {
    z-index: 1090;
}

.navbar-brand img {
    width: 240px;
}

.dropdown-toggle::after {
    content: '>';
    vertical-align: -2px;
    border: unset;
    transform: rotate(90deg) scaleY(1.8);
}

.toggler-unarrow:after {
    content: unset;
}

.offcanvas {
    top: 17%;
    width: 85%;
}

.offcanvas .nav-link.active {
    color: #EC1C2D !important;
}

.border-end-dashed {
    border-right-style: dashed !important;
}

.border-start-dashed {
    border-left-style: dashed !important;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-top-dashed {
    border-top-style: dashed !important;
}

main {
    /* min-height: calc(100vh - 609px); */
    margin-top: 110px;
    flex: 1 1 auto;
}

.breadcrumb {
    padding: 50px 0 25px;
}

.border-10 {
    border-width: 10px;
    border-style: solid;
}

.bg-events {
    background-color: #F4F6FA;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.grid-col-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.grid-col-2 {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}

.grid-col-3 {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}

.about-ul ul {
    color: #435589;
    list-style-type: none;
    padding-left: 0 !important;
}

.about-ul li:before {
    content: '✔';
    margin-right: 10px;
}

.border-gradient {
    height: 4px;
    background: rgb(34, 54, 69);
    background: linear-gradient(90deg, rgba(34, 54, 69, 0) 0%, rgba(34, 54, 69, 1) 100%);
}

.border-even-dashed {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.border-even-dashed span {
    display: inline-block;
    width: 55%;
    height: 3px;
    background: #E12454;
}

.border-even-dashed span:first-child, .border-even-dashed span:last-child {
    width: 15%;
}

.dashed-thumbnail {
    border: 2px dashed #FFC3C6;
    display: inline-block;
    padding: 10px;
}

.hr-dashed {
    border-top: 3px dashed #ccc;
    background: transparent;
}

.bg-image1 {
    background-image: url(../../image/background1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-image2 {
    background-image: url(../../image/backround2.png);
    background-size: contain;
    background-repeat: repeat-y;
}

.mt-225 {
    margin-top: 255px;
}

.image-resizable {
    max-width: 450px;
}

.main-menu .nav-item .nav-link.active, .main-menu .nav-item .nav-link:hover {
    color: #EC1C2D !important;
}

.policy-card-circle {
    width: 64px;
    height: 64px;
    background-image: url(../../image/icons/Ellipse24.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.news-card {
    transition: all .35s ease;
}

.news-card:hover {
    transform: scale(1.1);
    z-index: 55;
}

.text-light-danger {
    color: #eb525f;
}

.modal.lightbox.fade.show {
    z-index: 2000;
}

.modal-backdrop.fade.show {
    z-index: 1999;
}

.bubble-right img, .bubble-center img {
    transform: translateX(9%);
    display: block;
}

.bubble-left img {
    transform: translateX(-9%);
    display: block;
}

.login-and-regis {
    padding: 3px 0 40px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 7px 21px rgba(127, 126, 140, 0.16);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.login-and-regis__logo {
    max-width: 273px;
}

.login-and-regis__content {
    padding: 24px 95px 0;
}

.login-and-regis-form__item > label,
.login-and-regis-form__item > input,
.login-and-regis-form__item > select,
.register-block > a,
.settings-form__item > label,
.settings-form__item > input {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #495057;
}

.login-and-regis-form__item > input,
.login-and-regis-form__item > select,
.settings-form__item > input {
    outline: none;
    border: none;
    border-bottom: 1px solid #E4E4E4;
}

.settings-form__item > label::after {
    content: " *";
    color: #FF0000;
}

.agree-with > label {
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #2b3c45;
}

.agree-with > input {
    margin-right: 7px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    width: 16px;
    height: 16px;
    accent-color: #e21824;
}

.login-and-regis-form__btn {
    margin-top: 40px;
    background: #fff;
    border: 1px solid #494d4e;
    padding: 13px 89px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #494d4e;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.forgot_reset_btn{
    padding: 13px 59px !important;
}

.login-and-regis-form__btn:hover {
    background: #494d4e;
    color: #fff;
}

.register-block > a:first-child {
    margin-right: 8px;
}

.personal-info-aside {
    padding: 20px 25px 4px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 7px 8px rgba(198, 198, 198, 0.32);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.personal-info-title > p {
    font-weight: normal;
    font-size: 17px;
    text-align: left;
    color: #4d6c7e;
    margin: 0;
}

.personal-info-title > span {
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #e12454;
}

.personal-info-select__link {
    border-top: 1px dashed #DBDBDB;
    padding: 22px 0;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #4d6c7e;
    text-decoration: none;
}

.personal-info-select__link.visited-link {
    color: #0a58ca;
    text-decoration: underline;
}

.settings-form {
    margin-left: 28px;
}

.settings-form__btn {
    margin-top: 88px;
    background: #fff;
    border: 1px solid #e12454;
    padding: 12px 48px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #e12454;
    border-radius: 4px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.settings-form__btn:hover {
    background: #e12454;
    color: #fff;
}

.financial_header {
    padding: 13px 75px;
    background: #f9fafc;
}

.financial_info {
    padding: 19px 75px;
}

.financial_info:not(:last-child) {
    border-bottom: 1px solid #F6F6F6;
}

.financial_header__title > p,
.financial_info__title > p {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #4d6c7e;
}

.financial_info__title > p:first-child {
    display: none;
}

.personal-info-user,
.personal-info-cross {
    margin-left: 11px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(185, 185, 185, 0.16);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.personal-info-cross {
    display: none;
}

/* ----------------------------------------- Swiper Slides ------------------------------------------------- */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto !important;
}

.swiper-slide a {
    width: 100%;
}

.swiper-slide a, .swiper-slide .card {
    height: 100%;
    width: 100%;
}

.swiper-button-disabled {
    opacity: 0;
}

.mainSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSwiper .swiper-slide {
    position: relative;
}

.mainSwiper .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000054;
}

.mainSwiper-text {
    position: absolute;
    color: #fff;
    z-index: 9;
    text-align: left;
    top: -50px;
    max-width: 950px;
}

.mainSwiper-text .btn {
    padding: 0.775rem .95rem !important;
    border-color: #ec1c2d;
    background-color: #ec1c2d;
}

.static-swiper-buttons .swiper-services-button-next:after, .swiper-services-button-prev:after {
    content: '';
}

.static-swiper-buttons .swiper-services-button-next, .swiper-services-button-next2 {
    width: 50px;
    right: 25px;
}

.static-swiper-buttons .swiper-services-button-prev, .swiper-services-button-prev2 {
    width: 50px;
    left: 25px;
}

.partners-swiper-buttons .swiper-partners-button-next, .partners-swiper-buttons .swiper-partners-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #707070 !important;
    border: 1px solid #ccc;
}

.partners-swiper-buttons .swiper-partners-button-next:after, .partners-swiper-buttons .swiper-partners-button-prev:after {
    font-size: 16px;
}

.partners-swiper-buttons .swiper-button-disabled {
    opacity: 1;
    background-color: #fff;
}

.partners-swiper-buttons .swiper-button-disabled:after {
    opacity: 0.5;
}

.partners-swiper-buttons {
    top: -80px;
}

.swiper-news .swiper-slide, .swiper-clinics .swiper-slide {
    width: 80%;
}

.swiper-partners-button-prev {
    left: 0;
}

.swiper-partners-button-next {
    right: 0;
}

.swiper-partners .swiper-slide img {
    transition: all .35s ease;
}

.swiper-partners .swiper-slide img:hover {
    transform: scale(1.5);
}

.swiper-clinics .swiper-slide {
    height: 25rem;
}

.swiper-clinics .swiper-slide img {
    height: 250px;
    object-fit: cover;
}

/* ----------------------------------------- Cards ------------------------------------------------- */

.bg-even:nth-child(1n-1) .card {
    background-color: #E4F1F0;
}

.bg-even:nth-child(2n-2) .card {
    background-color: #E3E9F6;
}

.bg-even:nth-child(3n-2) .card {
    background-color: #F5F1EB;
}

/* ----------------------------------------- Accordion collapse ------------------------------------------------- */

.accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #FAFBFD;
}

.accordion-button::after {
    content: unset;
}


/* ----------------------------------------- Event Gallery ------------------------------------------------- */


.mySlides:not(.mySlides:first-child) {
    display: none;
}

.gallery-thumbnails {
    cursor: pointer;
}

.gallery-thumbnails.active {
    border: 2px solid #EC1C2D;
}

/* width */
.gallery-thumbs-container::-webkit-scrollbar {
    height: 2px;
}

/* Track */
.gallery-thumbs-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.gallery-thumbs-container::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.gallery-thumbs-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ----------------------------------------- Media Querys ------------------------------------------------- */
@media (min-width: 1200px) {
    .policy-card {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    main {
        margin-top: 58px;
    }

    /*.navbar-brand img{
        content:url("../../images/logo2.png");
    }*/
    .offcanvas {
        top: 65px;
        width: 85%;
        max-width: 690px;
    }

    .navbar-brand img {
        width: 140px;
    }
}

@media (max-width: 1199px) {
    .login-and-regis__content {
        padding: 21px 51px 0;
    }

    .login-and-regis__logo {
        max-width: 263px;
    }

    .login-and-regis {
        padding: 3px 0 38px;
    }

    .login-and-regis-form__btn {
        margin-top: 35px;
        padding: 12px 78px;
    }
}

@media (max-width: 992px) {
    .image-resizable {
        max-width: 250px;
    }
}

@media (max-width: 991px) {
    .settings-form {
        margin-left: 0;
    }

    .settings-form__btn {
        padding: 9px 48px;
        margin-top: 12px;
    }
    .personal-info-aside-bg{
        width: 100% !important;
    }

    /*.personal-info-aside-bg {*/
    /*    display: none;*/
    /*    position: fixed;*/
    /*    width: 100vw;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 74px;*/
    /*    bottom: 0;*/
    /*    padding: 0;*/
    /*    background: rgba(0, 0, 0, .8);*/
    /*}*/

    /*.personal-info-aside {*/
    /*    padding: 20px 20px 4px;*/
    /*    width: 95vw;*/
    /*    height: 100%;*/
    /*    margin-left: auto;*/
    /*}*/

    .personal-info-aside > svg {
        /*margin-left: auto;*/
        display: block;
    }

    .personal-info-title > p,
    .personal-info-title > span {
        text-align: left;
        display: block;
    }

    .personal-info-select__link {
        padding: 20px 0;
        /*flex-direction: row-reverse;*/
    }
    .personal-info-title{
        justify-content: flex-start !important;
    }

    .personal-info-select__link > svg {
        display: none;
    }

    .financial_header {
        padding: 13px 36px;
    }

    .financial_info {
        padding: 19px 36px;
    }
}

@media (max-width: 768px) {
    .grid-col-1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    .grid-col-2 {
        grid-column: 2 / 2;
        grid-row: 1 / 1;
    }

    .grid-col-3 {
        grid-row: 2 / 2;
        grid-column: 1 / 3;
    }
}

@media (max-width: 767px) {
    .financial {
        display: flex;
        flex-direction: column;
    }

    .financial_info {
        border-radius: 2px;
        background: #fff;
        border: 1px solid #ececec;
        box-shadow: 0px 7px 8px rgba(198, 198, 198, 0.32);
        background: transparent;
        padding: 0 16px;
        flex-direction: column;
        align-items: flex-start !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        margin-bottom: 15px;
    }

    .financial_header__title,
    .financial_info__title {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        margin: 0 !important;
    }

    .financial_header__title:not(:last-child),
    .financial_info__title:not(:last-child) {
        border-bottom: 1px solid #F6F6F6;
    }

    .financial_info__title > p:first-child {
        display: block;
    }

    .financial_header__title > p,
    .financial_info__title > p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .grid-col-1 {
        grid-column: 1 / 1;
        grid-row: 1 / 1;
    }

    .grid-col-2 {
        grid-column: 1 / 1;
        grid-row: 2 / 2;
    }

    .grid-col-3 {
        grid-column: 1 / 1;
        grid-row: 3 / 3;
    }

    .image-resizable {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .login-and-regis__content {
        padding: 18px 27px 0;
    }

    .login-and-regis__logo {
        max-width: 200px;
    }

    .login-and-regis {
        padding: 8px 0 24px;
    }

    .personal-info-user,
    .personal-info-cross {
        width: 36px;
        height: 36px;
    }

    .personal-info-user > svg,
    .personal-info-cross > svg {
        width: 25px;
    }
}

.mission-text h2 {
    color: #AE1229 !important;
}

p.validation-error {
    margin: 0;
    font-size: 11px;
    color: #9b0000;
}

.action-success-message {
    text-align: center;
    margin: 0 25px 25px;
    color: #008d00;
    font-weight: bold;
    font-size: 14px;
    background: rgba(0, 255, 0, 0.2);
    padding: 15px;
}

.action-error-message {
    text-align: center;
    margin: 0 25px 25px;
    color: #efeaeb;
    font-weight: bold;
    font-size: 14px;
    background: rgb(121, 5, 47);
    padding: 15px;
}
