@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    background: #f6f6f6;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #357BB9;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #357BB9;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    direction: rtl;
}

body {
    font-family: 'Tajawal', sans-serif;
    background-color: #fff;
    font-weight: normal;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a, button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

.margin-auto {
    margin: 0 auto;
    float: none !important;
}

/* img hover */
.img-hover {
    overflow: hidden;
    display: block;
}

.img-hover > img {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.container {
    width: 100%;
    max-width: 1200px;
}

img {
    max-width: 100%;
}

/* end img hover */
.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.btn-primary {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #357BB9;
    border-color: #357BB9;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.btn-secondary {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #67AA46;
    border-color: #67AA46;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #ffffff;
    background: #357BB9 !important;
    border-color: #357BB9 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff;
    background: #67AA46 !important;
    border-color: #67AA46 !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #ffffff;
    background: #357BB9 !important;
    border-color: #357BB9 !important;
}

.btn-light {
    display: flex;
    height: 48px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #EDF5FF;
    border-color: #EDF5FF;
    color: #357BB9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.top-header {
    display: flex;
    padding: 25px 0;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
}

.logo-site a {
    display: flex;
}

.logo-site img {
    height: 57px;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qr-code {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #EDF5FF;
}

.qr-code img {
    width: 50px;
    height: 50px;
    fill: rgba(0, 0, 0, 0.88);
}

.qr-code p {
    margin: 0;
    color: #0E2D47;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    width: 107px;
}

.bottom-header-content {
    display: flex;
    padding: 30px 30px 50px 30px;
    align-items: center;
    gap: 30px;
    border-radius: 30px 30px 0px 0px;
    background: #EDF5FF;
    width: 100%;
}

.btn-list-menu {
    display: none;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu > li > a {
    color: #061727;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.main-menu > li > a:hover {
    color: #357BB9;
}

.main-menu > li.active > a {
    font-weight: 700;
}

.search-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #061727;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.search-header-btn span {
    display: flex;
}

.search-header-btn:hover {
    color: #357BB9;
}

.search-header-btn svg path {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-header-btn:hover svg path {
    fill: #357BB9;
}

.section-stars-centers {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.title-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.title-section h2 {
    color: #141B31;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: -0.3px;
    margin: 0;
}

.title-section p {
    margin: 0;
    color: #5D6A85;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.centers-item-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-box-shadow: 0px 5px 15px -3px transparent;
    -moz-box-shadow: 0px 5px 15px -3px transparent;
    box-shadow: 0px 5px 15px -3px transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 100%;
}

.centers-item-box:hover {
    -webkit-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    -moz-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
}

.centers-pic {
    display: flex;
    height: 240px;
    width: 100%;
}

.centers-pic img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.centers-caption {
    display: flex;
    padding: 24px 20px 20px 20px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.centers-heading-subheading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.centers-heading-subheading h3 {
    color: #357BB9;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.centers-heading-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.centers-heading-txt h2 {
    color: #163B5B;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.2px;
    margin: 0;
}

.centers-heading-txt h2 a {
    display: flex;
    color: #163B5B;
}

.centers-heading-txt h2 a:hover {
    color: #357BB9;
}

.centers-heading-txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #818BA0;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 0;
}

.categories-list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.cate-badge {
    display: flex;
    padding: 2px 10px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #C7D7FE;
    background: #EEF4FF;
    color: #3538CD;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.section-feed {
    display: flex;
    width: 100%;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.box-item-feeds {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    border-radius: 12px;
    background: #EDF5FF;
}

.feeds-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: stretch;
}

.feeds-icon {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 20px 19px 19px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #D2EAFF;
}

.feeds-icon img {
    width: 61px;
    height: 61px;
    flex-shrink: 0;
}

.feeds-quote-attribute {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
}

.quote-stars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.feeds-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.feeds-stars img {
    width: 20px;
    height: 20px;
}

.quote-stars h2 {
    color: #101828;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.24px;
    margin: 0;
}

.feeds-txt-supporting {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
}

.feeds-txt-supporting h3 {
    margin: 0;
    color: #101828;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.feeds-txt-supporting p {
    margin: 0;
    color: #5D6A85;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.section-round {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.featured-icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background: #D2EAFF;
}

.round-content img {
    width: 100%;
}

.footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.block-booking-appointment {
    display: flex;
    width: 100%;
    padding: 48px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    background: #D2EAFF;
}

.content-booking-appointment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 48px;
    align-self: stretch;
    flex-wrap: wrap;
}

.booking-heading-txt {
    display: flex;
    max-width: 768px;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.booking-heading-txt h2 {
    margin: 0;
    color: #141B31;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}

.booking-heading-txt p {
    margin: 0;
    color: #5D6A85;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
}

.block-footer {
    display: flex;
    padding: 64px 0px 48px 0px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.content-bk-ft-first {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 48px 64px;
    align-self: stretch;
    flex-wrap: wrap;
}

.ft-logo-ft-txt {
    display: flex;
    width: 100%;
    max-width: 320px;
    flex-direction: column;
    gap: 32px;
    flex: 1 0 0;
}

.ft-logo {
    display: flex;
}

.ft-txt {
    color: #3D4966;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    margin: 0;
}

.ft-group-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

.ft-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.ft-links-column h3 {
    margin: 0;
    color: #667085;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.ft-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ft-menu a {
    color: #3D4966;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.ft-menu a:hover {
    color: #357BB9;
}

.content-bk-ft-secund {
    display: flex;
    padding: 24px 33px;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    border-radius: 16px;
    background: #F9FAFB;
}

.ft-secund-txt {
    margin: 0;
    color: #5D6A85;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
    flex: 1 0 0;
}

.logos-secund {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 32px;
    flex-wrap: wrap;
}

.content-bk-ft-third {
    display: flex;
    padding-top: 32px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
    border-top: 1px solid #EAECF0;
}

.ft-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
}

.ft-social a {
    color: #98A2B3;
    font-size: 20px;
}

.ft-social a:hover {
    color: #357BB9;
}

.copy-right {
    color: #5D6A85;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.section-services {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 80px 80px 0px 0px;
    background: #EDF5FF;
}

.pd-0 {
    padding: 0;
}

.service-item {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: #D2EAFF;
}

.service-icon {
    display: flex;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 13px;
    border: 1px solid #78AEFF;
    background: #EDF5FF;
}

.service-icon img {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
}

.service-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
}

.service-txt h2 {
    margin: 0;
    color: #163B5B;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.service-txt p {
    margin: 0;
    color: #205E95;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
}

.service-item:hover {
    background: #357BB9;
    box-shadow: 0px 16px 20px 0px rgba(9, 14, 29, 0.05);
}

.service-item:hover h2, .service-item:hover p {
    color: #EDF5FF;
}

#services-slider .item {
    padding-bottom: 30px;
}

.section-team {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #EDF5FF;
    background-image: url(../images/bg-team.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.team-item {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 12px;
    background: #FFF;
}

.team-pic {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: #F2F4F7;
    border-radius: 200px;
    border: 0.75px solid rgba(0, 0, 0, 0.08);
}

.team-pic img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
}

.team-txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.team-txt h2 {
    margin: 0;
    color: #141B31;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.team-txt p {
    margin: 0;
    color: #5D6A85;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.section-search {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.content-search-section {
    width: 100%;
    max-width: 784px;
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
    backdrop-filter: blur(10px);
    margin: auto;
}

.search-icon-frm {
    width: 62px;
    height: 62px;
    display: flex;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 13px;
    background: #357BB9;
    flex: 62px 0 0;
}

.search-doctor-input {
    display: flex;
    width: 100%;
    /*max-width: 508px;*/
    flex-direction: column;
    gap: 3px;
}

.search-doctor-input h3 {
    margin: 0;
    color: #163B5B;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.content-search-section .btn-primary {
    flex: auto 0 0;
}

.search-doctor-input .select2-container {
    /*  width: 100% !important;*/
    direction: rtl;
    max-width: 100%;
}

.search-doctor-input .select2-container .select2-selection--single {
    border: 0;
    border-radius: 0;
}

.search-doctor-input .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    text-align: right;
}

.search-doctor-input .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    text-align: right;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #357BB9;
}

.select2-results__option {
    color: #101828;
    font-weight: 500;
    font-size: 16px;
}

#home-slider {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 100px 0 70px 20px;
}

.slider-hm-txt {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.slider-hm-txt h2 {
    margin: 0;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.slider-hm-txt p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.section-banner-slider {
    position: relative;
    margin-top: -30px;
}

#home-slider .owl-dots {
    position: absolute;
    top: 100px;
    left: 28%;
    display: none;
}

#home-slider .owl-dots button {
    width: 15px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 3px;
}

#home-slider .owl-dots button.active {
    background: rgba(255, 255, 255, 1);
    width: 20px;
}

.tab-item-box {
    display: flex;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #599B38;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
}

.tab-item-box.tab-box-blue {
    background: #205E95;
}

.tab-item-box.tab-box-blue .tab-icon {
    background: #EDF5FF;
}

.tab-item-box:hover {
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.1);
    transform: translateY(-5px);
}

.tab-icon {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 13px;
    background: #EDFCDC;
    width: 54px;
    height: 54px;
    flex: 54px 0 0;
}

.tab-icon img {
    width: 24px;
    height: 24px;
}

.tab-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.tab-txt h3 {
    margin: 0;
    color: #FFF;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.tab-txt p {
    margin: 0;
    color: #DAF7BB;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
}

.section-tabs-home {
    position: relative;
    margin-top: -30px;
    z-index: 3;
}

.sections-home-top {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 100%;
}

.dots-sty .owl-dots {
    display: flex;
    gap: 5px;
}

.dots-sty .owl-dots .owl-dot {
    width: 16px;
    height: 3px;
    flex-shrink: 0;
    opacity: 0.3;
    background: #357BB9;
}

.dots-sty .owl-dots .owl-dot.active {
    width: 24px;
    opacity: 1;
}

#team-slider.dots-sty .owl-dots {
    position: absolute;
    bottom: -55px;
    right: 0;
}

.centers-item-box:hover .img-hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

#services-slider.dots-sty .owl-dots {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

#services-slider.dots-sty .owl-dots {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
}

.z-index3 {
    position: relative;
    z-index: 3;
}

.bk-feeds {
    width: 100%;
}

#feeds-slider .owl-dots {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

/*mobile menu*/
.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(275px);
    -moz-transform: translateX(275px);
    -ms-transform: translateX(275px);
    -o-transform: translateX(275px);
    transform: translateX(275px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.2);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.brand-area a {
    width: 80%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(71, 84, 103, 0.05);
    color: #475467;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-weight: 600;
    text-transform: capitalize;
}

.mmenu > ul li a:hover, a.mmenu > ul li.active a {
    background: #357BB9;
    color: #ffffff;
    border-color: #357BB9;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

/*.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}*/
html.menu-toggle {
    overflow: hidden;
}

/***
====================================================================
  Loading Transition
====================================================================
 ***/
/* Preloader */
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #fff;
}

.txt-loading {
    direction: ltr;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 1px solid rgba(53, 123, 185, 0.15);
    border-top-color: #357BB9;
    height: 100px;
    margin: 0 auto 0 auto;
    width: 100px;
}

/* Texto cargando */

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #2196C6;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 50px;
    position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 10px;
    display: inline-block;
    color: rgba(12, 58, 86, 0.15);
    position: relative;
    font-size: 50px;
    line-height: 50px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    animation-delay: 2s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

/* AnimaciĂłn del preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 80px;
        width: 80px;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 80px;
        width: 80px;
    }

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 5px;
    }
}

.btn-scroll-top {
    display: none;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 10%;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 13px;
}

.btn-scroll-top span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scroll-top:hover {
    background: #357BB9;
    border-color: #357BB9;
}

.btn-whatsapp {
    position: fixed;
    z-index: 9;
    left: 30px;
    bottom: 5%;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 30px;
    background: #25d366 !important;
    border-color: #25d366 !important;

}

.btn-whatsapp span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-whatsapp:hover {
    background: #128C7E !important;
    border-color: #128C7E !important;
}

/**=====================================
 * INNER PAGE
 * ====================================**/
.box-banner-hero-inner {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/bg-inner.jpg);
    border-radius: 30px;
    padding: 50px 50px 0 50px;
    margin-top: -30px;
    background-size: cover;
}

.hero-inner-pic {
    position: relative;
    margin-bottom: -30px;
}

.content-hero-inner {
    display: inline-flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0 80px;
}

.title-page {
    margin: 0;
    color: #FFF;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.breadcrumb-sty {
    margin: 0;
    display: none;
}

.breadcrumb-sty a {
    color: #ffffff;
}

.breadcrumb-sty li.active {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #F9F5FF;
    color: #357BB9;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.breadcrumb-sty li:before {
    display: none;
}

.breadcrumb-sty li {
    margin-right: 30px;
    position: relative;
}

.breadcrumb-sty li:first-child {
    margin: 0;
}

.breadcrumb-sty li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -23px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(../images/chevron-right.svg);
}

.breadcrumb-sty li:first-child:after {
    display: none;
}

.content-about-bk-main {
    display: flex;
    width: 100%;
    padding: 72px 0 0;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}

.heading-supporting-txt-about-first {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}

.icon-behind img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.heading-supporting-txt-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
}

.txt-global h2 {
    margin: 0;
    color: #101828;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.txt-global h3 {
    margin: 0;
    color: #101828;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.3px;
}

.txt-global p, .txt-global li {
    margin: 0;
    /*white-space: pre-line;*/
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
    margin-bottom: 25px;
}

.box-rich-txt {
    display: flex;
    width: 100%;
    padding: 30px;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #EDF5FF;
}

.group-sections-bg {
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 100%;
}

.section-about-ceo {
    padding: 60px 0
}

.about-ceo-content {
    position: relative;
    display: flex;
    width: 100%;
    gap: 30px;
    align-items: center;
}

.bk-ceo-txt {
    display: flex;
    gap: 27px;
    flex-direction: column;
    flex: 1 0 0;
}

.bk-ceo-pic {
    display: flex;
    width: 100%;
    max-width: 50%;
    flex: 1 0 0;
    position: relative;
    background-color: #D2EAFF;
    background-image: url(../images/vector.png);
    background-size: contain;
    justify-content: center;
    align-items: end;
    padding: 30px;
}

.bk-ceo-pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 10000px;
    height: 100%;
    background-color: #D2EAFF;
}

.box-ceo-name {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background: #EDF5FF;
    display: flex;
    padding: 30px;
    gap: 20px;
    flex-shrink: 0;
    flex-direction: column;
    width: 80%;
}

.box-ceo-name h2 {
    margin: 0;
    color: #141B31;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.box-ceo-name p {
    margin: 0;
    color: #5D6A85;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
}

.bk-ceo-pic {
    border-radius: 20px 0px 0px 20px;
}

.flex-md-row-reverse .bk-ceo-pic {
    border-radius: 0px 20px 20px 0px;
}

.flex-md-row-reverse .bk-ceo-pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    width: 10000px;
    height: 100%;
    background-color: #D2EAFF;
}

.box-alfaqih-say {
    display: flex;
    padding: 50px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #F2F5F9;
    /*margin-top: 80px;*/
}

.content-alfaqih-say {
    display: flex;
    align-items: center;
    gap: 24px;
}

.alfaqih-avatar {
    display: flex;
    width: 243px;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    flex: 243px 0 0;
}

.alfaqih-avatar img {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 200px;
    flex: 40px 0 0;
}

.alfaqih-avatar div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-self: stretch;
}

.alfaqih-avatar div h3 {
    margin: 0;
    color: #061727;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.alfaqih-avatar div p {
    margin: 0;
    color: #061727;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
}

.say-txt {
    margin: 0;
    display: flex;
    flex: 1 0 0;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #061727;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.section-about-features {
    background: #EDF5FF;
    display: flex;
    width: 100%;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.content-about-features {

}

.feature-item-about {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1 0 0;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}
.list_of_note{
    margin: 0;
    width: 100%;
    padding: 0;
}
.list_of_note li{
    background: rgba(210, 234, 255, 1);
    color: rgba(71, 84, 103, 1);
    list-style: none;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}
.f2-about{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.f2-about > div{
    height: 50%;
}
.fet-icon {
    display: flex;
    width: 56px;
    height: 56px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    background: #D2EAFF;
}

.fet-icon img {
    width: 24px;
}

.fet-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.fet-txt h3 {
    margin: 0;
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.fet-txt p {
    margin: 0;
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.section-design-hospital {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.hospital-pic {
    height: 192px;
    position: relative;
}

.hospital-pic img {
    border-radius: 8px;
    height: inherit;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hospital-pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.hospital-pic a span {
    background: rgba(0, 0, 0, 0.16);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

.pics-hospital {
    position: relative;
}

.pics-hospital:before {
    content: '';
    position: absolute;
    width: 274px;
    height: 274px;
    position: absolute;
    right: -175px;
    bottom: -69px;
    border-radius: 274px;
    background: #D2EAFF;
    filter: blur(67px);
    z-index: -1;
}

.section-services-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 100%;
}

.header-style-inner .bottom-header-content {
    padding: 0;
    border-radius: 0;
}

.header-style-inner .bottom-header {
    padding: 30px 0;
    background: #EDF5FF;
}

.title-section .breadcrumb-sty li.active {
    background-color: #D2EAFF;
    color: #357BB9;
}

.service-item-box {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 12px 0px transparent;
    -moz-box-shadow: 0px 3px 12px 0px transparent;
    box-shadow: 0px 3px 12px 0px transparent;
}

.service-item-box:hover {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}

.serv-icon {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    border: 1px solid #78AEFF;
    background: #EDF5FF;
    flex: 56px 0 0;
}

.serv-icon img {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
}

.serv-txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 0 0;
}

.serv-txt h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #101828;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.serv-txt p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #5D6A85;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.service-item-box {
    margin-bottom: 24px;
}

.service-sup-item-box {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 3px 12px 0px transparent;
    -moz-box-shadow: 0px 3px 12px 0px transparent;
    box-shadow: 0px 3px 12px 0px transparent;
}

.service-sup-item-box:hover {
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}

.serv-sup-pic {
    display: flex;
    flex: 144px 0 0;
}

.serv-sup-pic img {
    width: 144px;
    height: 125px;
    border-radius: 6px;
}

.serv-sup-txt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
    justify-content: center;
}

.serv-sup-txt h3 {
    margin: 0;
    overflow: hidden;
    color: #163B5B;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.serv-sup-txt p {
    margin: 0;
    overflow: hidden;
    color: #5D6A85;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.section-media-centers-page {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 0;
}

.tabs-media-centers {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    border-radius: 12px;
    background: #F2F5F9;
    border: 0;
}

.tabs-media-centers li {
    margin: 0;
}

.tabs-media-centers .nav-link {
    display: flex;
    height: 40px;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: #5D6A85;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
}

.tabs-media-centers .nav-link.active {
    background: #357BB9;
    color: #FFF;
    padding: 20px;
}

.frame-media-list, .frame-news-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.vd-media-item {
    display: flex;
    height: 315px;
    min-width: 290px;
    max-width: 380px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.vd-media-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.vd-media-item:hover:before {
    height: 100%;
}

.vd-media-item img.picture-vedio {
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-radius: 8px;
}

.vedio-progress {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.vedio-progress img {
    width: 100%;
}

.bk-navigation-sty {
    border-top: 1px solid #E4E7EC;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding: 12px 0 16px 0;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pagination-sty {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.pagination-sty li:first-child {
    margin: auto 0 auto auto;
}

.pagination-sty li:last-child {
    margin: auto auto auto 0;
}

.pagination-sty .page-link {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    color: var(--Gray-600, #475467);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
}

.pagination-sty .page-link.active {
    background: #F9FAFB;
}

.pagination-sty li:first-child .page-link,
.pagination-sty li:last-child .page-link {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: auto;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #344054;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.pagination-sty .page-link:hover {
    color: #ffffff !important;
    background: #357BB9 !important;
    border-color: #357BB9 !important;
}

.pagination-sty .page-link:hover svg path {
    stroke: #ffffff;
}

.news-item-box {
    display: flex;
    width: 100%;
    max-width: 380px;
    min-width: 290px;
    flex-direction: column;
    max-width: 380px;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    -webkit-box-shadow: 0px 5px 15px -3px transparent;
    -moz-box-shadow: 0px 5px 15px -3px transparent;
    box-shadow: 0px 5px 15px -3px transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news-item-box:hover {
    -webkit-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    -moz-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
}

.news-pic {
    display: flex;
    height: 240px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.news-pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.news-content-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}

.news-content-avatar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nw-avatar {
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background: #F2F4F7;
}

.nw-avatar span {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 200px;
    border: 0.75px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.nw-avatar-txt {
    display: flex;
    flex-direction: column;
}

.nw-avatar-txt h3 {
    margin: 0;
    color: #141B31;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.nw-avatar-txt p {
    color: #5D6A85;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    margin: 0;
}

.badge-group {
    display: flex;
    padding: 4px 4px 4px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #D2EAFF;
    background: #EDF5FF;
}

.badge-cir {
    display: flex;
    padding: 2px 8px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #A6CBFF;
    background: #FFF;
    color: #357BB9;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.badge-cir a {
    color: inherit;
}

.time-read {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #357BB9;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.nw-heading-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.nw-heading-txt h2 {
    margin: 0;
}

.nw-heading-txt h2 a {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    color: #141B31;
}

.nw-heading-txt h2 a:hover {
    color: #357BB9;
}

.nw-heading-txt h2 a:hover svg path {
    stroke: #357BB9;
}

.nw-heading-txt .nw-icon {
    display: flex;
    padding-top: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.nw-heading-txt .nw-title {
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.24px;
    height: 28px;
    flex: 1 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nw-heading-txt .nw-icon svg {
    width: 24px;
    height: 24px;
}

.nw-heading-txt p {
    overflow: hidden;
    color: #5D6A85;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    margin: 0;
}

.news-item-box:hover .img-hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.section-page-news-details {
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 0%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bk-section-news-details {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    gap: 64px;
    align-self: stretch;
}

.breadcrumb-sty-color a {
    color: #475467;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.breadcrumb-sty-color .breadcrumb-item.active {
    background: #D2EAFF;
}

.news-details-pic-title {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
}

.title-nws-dt {
    display: flex;
    /*  min-width: 480px;*/
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.pic-nws-dt {
    flex: 1 0 0;
}

.pic-nws-dt img {
    width: 100%;
    border-radius: 12px;
    height: auto;
}

.nws-details-paragraph {
    column-count: 2;
    column-gap: 64px;
}

.visible-mobile {
    display: none;
}

.box-share-nws {
    display: flex;
    width: 100%;
    padding: 12px;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid #D0D5DD;
    background: #FCFCFD;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.content-share-nws {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.share-supprting-txt {
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 2px 6px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.content-share-nws h3 {
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    margin: 0;
}

.content-share-nws p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #475467;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}

.share-post {
    display: flex;
    gap: 10px;
}

.social-share {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #E4E7EC;
    background: #FFF;
    color: #242E49;
    font-size: 20px;
    box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.social-share:hover {
    color: #ffffff;
    background: #242E49;
    border-color: #242E49;
}

.related-news {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.section-research-centers-inner {
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 0%;
    display: flex;
    flex-direction: column;
    gap: 42px;
    padding: 72px 0;
}

.research-centers-list {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 30px;
    align-self: stretch;
    flex-wrap: wrap;
}

.research-centers-item {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.company-logo {
    display: flex;
    height: 154px;
    width: 248px;
    padding: 53px 53px 53px 32px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    justify-content: center;
    background: #FDFDFD;
    margin: auto;
}

.content-research-centers {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
}

.research-heading-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.centers-date {
    color: #475467;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.research-heading-txt h2 {
    margin: 0;
    color: #101828;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.research-heading-txt h2 a {
    color: #101828;
}

.research-heading-txt p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #475467;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.research-heading-txt h2 a:hover {
    color: #357BB9;
}

.section-offers-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 0%;
}

.offers-list {
    /*display: flex;*/
    /*width: 100%;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*gap:96px;*/
}

.offers-content-item-row {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 96px;
    align-self: stretch;
}

.offers-pic-bk {
    display: flex;
    height: 400px;
    padding: 40px 66px;
    justify-content: center;
    align-items: center;
    flex: 50% 1 1;
    border-radius: 8px;
    background: #F2F4F7;
}

.mokup-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 4px solid #101828;
    background: #FFF;
    overflow: hidden;
}

.mokup-container img {
    border-radius: 1px;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.offers-txt-bk {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 50% 1 1;
}

.offers-txt-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}

.offers-content-item-row:nth-child(even) {
    flex-direction: row-reverse;
}

.section-training-page-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% 0%;
}

.main-training-bk {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.main-train-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
}

.train-txt-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.qr-train {
    width: 128px;
    height: 128px;
    background: #ffffff;
    position: relative;
}

.train-pic {
    display: flex;
    max-width: 560px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 0;
}

.train-pic img {
    border-radius: 12px;
}

.arrow-hand {
    position: absolute;
    bottom: -100px;
    left: 100%;
    width: 200px;
}

.bottom-training-bk {
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.bottom-training-txt-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}

.section-contact-page-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% -20%;
}

.box-contact-content {
    display: flex;
    max-width: 456px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-end;
    gap: 21px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
    margin: auto;
}

.form-sty {
    width: 100%;
}

.form-sty .form-label {
    color: #242E49;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.14px;
}

.form-sty .form-control {
    display: flex;
    height: 56px;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #F2F5F9;
    text-align: right;
    border: 0;
    color: #242E49;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

.form-sty textarea.form-control {
    height: 128px;
    resize: vertical;
    resize: none;
}

.form-sty .form-control::-moz-placeholder {
    color: #242E49;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.form-sty .form-control:-ms-input-placeholder {
    color: #242E49;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.form-sty .form-control::-webkit-input-placeholder {
    color: #242E49;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.form-sty .select2-container {
    width: 100% !important;
    direction: rtl;
}

.form-sty .select2-container--default .select2-selection--single {
    height: 56px;
    padding: 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #F2F5F9;
    text-align: right;
    border: 0;
}

.form-sty .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 10px;
    color: #242E49;
    font-size: 16px;
    font-weight: 500;
    line-height: initial;
}

.form-sty .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #242E49;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    line-height: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 1px;
    height: 56px;
}

.bk-contact-info {
    padding: 72px 0;
}

.contact-info-txt-head {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-info-txt-head h3 {
    margin: 0;
    color: #357BB9;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.contact-info-txt-head h2 {
    margin: 0;
    color: #101828;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}

.contact-info-txt-head p {
    margin: 0;
    color: #5D6A85;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.infoo-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.info-item-rw {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.icon-info {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #F2F4F7;
}

.icon-info i {
    font-size: 25px;
    color: rgba(93, 106, 133, 1)
}

.txt-info-rw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.txt-info-rw h3 {
    margin: 0;
    color: #101828;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.txt-info-rw p {
    margin: 0;
    color: #475467;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.txt-info-rw p a {
    color: #475467;
}

.txt-info-rw p a:hover {
    color: #357BB9;
}

.section-privacy-page-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% -20%;
}

.title-section {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.content-privacy {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.bk-pic-nrm img {
    width: 100%;
    border-radius: 12px;
}

.privacy-content-txt {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.privacy-content-txt .txt-global {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-point-icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-point-icon > div {
    display: flex;
    gap: 16px;
    align-items: center;
}

.icon-pri {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #F2F4F7;
    flex: 48px 0 0;
}

.section-join-page-inner {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% -20%;
}

.box-join-content {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-end;
    gap: 21px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
    max-width: 950px;
    margin: auto;
}

.box-upload-file {
    display: flex;
    width: 100%;
    height: 74px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #F9FAFB;
}

.file-upload-sty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    margin: 0;
    opacity: 0;
}

.icon-upload-file {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex: 40px 0 0;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.box-upload-file-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.txt-upload-file {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 0 0;
}

.txt-upload-file h3 {
    margin: 0;
    color: #475467;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    display: flex;
    gap: 5px;
}

.txt-upload-file h3 span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #98A2B3;
}

.txt-upload-file p {
    color: #475467;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}

.bootstrap-datetimepicker-widget .fa-chevron-left:before {
    content: "\f054";
}

.bootstrap-datetimepicker-widget .fa-chevron-right:before {
    content: "\f053";
}

.bootstrap-datetimepicker-widget {
    border: 0;
    border-radius: 0;
    min-width: 250px;
    padding: 0 !important;
    margin: 0;
    -webkit-box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget table th {
    font-size: 13px;
}

.bootstrap-datetimepicker-widget table td {
    font-size: 12px;
    font-weight: 300;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #357BB9;
    color: #FFFFFF;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    border-radius: 0;
    border: 0;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    border: 0;
}

.bootstrap-datetimepicker-widget table th {
    color: #081735;
}

.bootstrap-datetimepicker-widget table td.today:before {
    display: none;
}

.bootstrap-datetimepicker-widget table th {
    border-bottom: 0;
}

.page-notFound-layout {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: flex-start;
    background: #FFF;
}

.notFound-pic {
    display: flex;
    padding: 24px;
    height: 100%;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.notFound-pic img {
    flex: 1 0 0;
    height: inherit;
    object-fit: cover;
}

.section-content-notfound {
    display: flex;
    padding: 96px 0px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
}

.content-notfound {
    display: flex;
    padding: 0px 32px;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.content-notfound-in {
    display: flex;
    max-width: 560px;
    padding-right: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    flex: 1 0 0;
}

.notfound-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.notfound-heading-txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.notfound-heading-txt h2 {
    margin: 0;
    color: #101828;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: -1.2px;
}

.notfound-heading-txt p {
    margin: 0;
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
    max-width: 480px;
    align-self: stretch;
}

.box-item-performance {
    display: flex;
    padding: 20px;
    width: 100%;
    align-items: center;
    align-content: center;
    gap: 12px;
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FDFDFD;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 15px -3px transparent;
    -moz-box-shadow: 0px 5px 15px -3px transparent;
    box-shadow: 0px 5px 15px -3px transparent;
}

.box-item-performance:hover {
    -webkit-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    -moz-box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
    box-shadow: 0px 5px 15px -3px rgba(234, 236, 240, 0.8);
}

.content-performance-item {
    display: flex;
    min-width: 200px;
    flex-direction: column;
    gap: 24px;
}

.performance-item-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.performance-item-txt h3 {
    margin: 0;
    color: #101828;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.performance-item-txt p {
    margin: 0;
    color: #475467;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.file-type {
    width: 40px;
    height: 40px;
}

.box-item-performance .featured-icon {
    width: 32px;
    height: 32px;
    background: #F2F4F7;
    margin: auto auto auto 0;
    padding: 8px;
    flex: 32px 0 0;
}

.hero-paragraph-section {
    display: flex;
    padding: 64px 0 24px 0;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.patients-page-content {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.patients-group-one {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
}

.patients-one-pic {
    flex: 1 0 0;
}

.patients-one-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
}

.patients-group-two {
    display: flex;
    padding: 72px 0px;
    flex-wrap: wrap;
    gap: 16px 64px;
    align-self: stretch;
}

.patients-group-two p {
    flex: calc(50% - 32px) 0 0;
}

.patients-group-three {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
}

.section-page-patient-care {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.patient-care-hero {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.patient-care-hero-content {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 64px;
    align-self: stretch;
    flex-wrap: wrap;
}

.hero-pic-care {
    flex: 1 0 0;
    border-radius: 30px;
}

.hero-pic-care img {
    border-radius: 30px;
}

.patient-care-section-two {
    display: flex;
    padding: 0px 0 72px 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
}

.box-who-we-serve {
    display: flex;
    width: 100%;
    padding: 24px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: #F2F5F9;
}

.who-we-serve-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.serve-item-icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
    flex: 64px 0 0;
}

.serve-item-txt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.serve-item-txt h3 {
    margin: 0;
    color: #242E49;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.serve-item-txt p {
    margin: 0;
    color: #5D6A85;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.list-serve-care {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 48px 32px;
    align-self: stretch;
    flex-wrap: wrap;
}

.serve-item-care {
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 0;
    border-right: 4px solid #357BB9;
    margin-bottom: 30px;
}

.serve-item-txt-care {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.serve-item-txt-care h3 {
    margin: 0;
    color: #242E49;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.18px;
}

.serve-item-txt-care p {
    margin: 0;
    overflow: hidden;
    color: #5D6A85;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    height: 80px;
    align-self: stretch;
}

.serve-item-action-care {
    display: flex;
    align-items: center;
    gap: 8px;
}

.serve-item-action-care a {
    display: flex;
    color: #357BB9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.serve-item-action-care a:hover {
    color: #67AA46;
}

.patient-care-section-service {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.box-who-we-serve .row {
    flex: auto;
}

.section-page-service-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: #FFF;
    padding: 24px 0;
}

.box-service-details {
    border-radius: 30px;
    background: #F2F5F9;
    max-width: 1357px;
    width: 100%;
    margin: auto;
    padding: 30px 0 200px;
}

.service-details-hero {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.service-details-pic {
    display: flex;
    max-width: 480px;
}

.service-details-pic img {
    width: 100%;
    border-radius: 12px;
}

.service-details-txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.services-doctor-group {
    display: flex;
    padding: 0px 0 72px 0;
    flex-direction: column;
    gap: 16px;
    position: relative;
    width: 100%;
    margin-top: -180px;
}

.banner-doctor-services {
    display: flex;
    width: 100%;
    padding: 12px;
    align-items: flex-start;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FCFCFD;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
}

.banner-doctor-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
}

.total-doctor-service {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    border: 1px solid #5D6A85;
    color: #5D6A85;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
}

.banner-doctor-content-txt {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 2px 6px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.banner-doctor-content-txt h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #101828;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.3px;
    margin: 0;
}

.frame-icon-banner-doctor {
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    border: 1px solid #78AEFF;
    background: #EDF5FF;
}

.box-doctor-item {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid #F2F4F7;
    background: #FFF;
    margin-bottom: 20px;
}

.avatar-box-doctor {
    width: 96px;
    height: 96px;
    border-radius: 200px;
    background: #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.75px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.avatar-box-doctor img {
    height: 100%;
    object-fit: cover;
}

.txt-box-doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.txt-box-doctor h3 {
    margin: 0;
    color: #141B31;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
}

.txt-box-doctor p {
    margin: 0;
    color: #5D6A85;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
}

.actions-box-doctor {
    display: flex;
    padding: 0px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.actions-box-doctor .btn {
    display: flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.14px;
    white-space: nowrap;
}

.doctor-bk-list .row {
    margin: 0 -10px;
}

.doctor-bk-list .row > div {
    padding: 0 10px;
}

.section-search-doctor-page {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.icon-dc-sty {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #E4E7EC;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.banner-doctor-content-txt p {
    margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 2px 6px;
    flex: 1 0 0;
    flex-wrap: wrap;
    color: #344054;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.banner-doctor-content-txt p span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #475467;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}

.patern-bg-page {
    background-repeat: no-repeat;
    background-image: url(../images/banner-tp.png);
    background-position: 100% -200px;
}

.section-programe-page {
    display: flex;
    padding: 72px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    width: 100%;
}

.bk-txt-programe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
}

.bk-txt-programe .txt-global {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bk-txt-programe .txt-global ol {
    margin: 0;
    list-style: disc;
}

.bk-txt-programe .txt-global ol li {
    color: #475467;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.2px;
}

.box-form-programe {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-end;
    gap: 21px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
}

.modal-right .modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    width: 405px;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.modal-right.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal-right.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
}

.modal-right.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-right .modal-header {
    display: flex;
    height: 67px;
    padding: 0px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 0;
}

.modal-header-content {
    display: flex;
    padding: 24px 0px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.modal-header-content h5 {
    color: #101828;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.modal-right button.close {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: transparent;
}

.modal-right .modal-body {
    padding: 0;
}

.modal-body-bg img {
    width: 100%;
}

.content-header-top-modal {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    position: relative;
    margin-top: -80px;
}

.content-mdPic-md-txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}

.modal-avatar {
    display: flex;
    flex-shrink: 0;
    position: relative;
}

.modal-avatar .pic-avatar-md {
    width: 96px;
    height: 96px;
    border-radius: 200px;
    border: 4px solid #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    object-fit: cover;
}

.verified-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.modal-doctor-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
}

.modal-doctor-title h2 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.doctor-state-md {
    border-radius: 5px;
    border: 1.5px solid #FFF;
    background: #17B26A;
    width: 10px;
    height: 10px;
}

.modal-doctor-title p {
    color: #475467;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}

.content-body-top-modal {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.modal-right .modal-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.md-body-content-txt-top {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-self: stretch;
}

.md-body-content-txt-top h2 {
    margin: 0;
    color: #344054;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
}

.md-body-content-txt-top p {
    margin: 0;
    color: #475467;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.md-body-content-line {
    width: 100%;
    height: 1px;
    background: #F2F4F7;
}

.md-body-content-txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}

.md-body-content-txt h2 {
    margin: 0;
    color: #344054;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.rw-ct-mdtxt h3 {
    margin: 0;
    color: #344054;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.rw-ct-mdtxt p {
    margin: 0;
    color: #475467;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}


/**===================
 * MEGA MENU
 * ==================**/
.bottom-header-content {
    position: relative;
}

.main-menu .dropdown {
    position: static;
}

.main-menu .mega-menu-content {
    width: 100%;
    left: 0 !important;
    right: 0;
    z-index: 999;
    transform: none !important;
    top: 100% !important;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 0;
    border: 0;
}

.mega-menu-partTop {
    padding: 20px 32px 32px;
}

.m-news-item-box {
    display: flex;
    width: 100%;
    padding: 12px;
    align-items: center;
    gap: 24px;
}

.m-news-pic {
    display: flex;
    flex: 144px 0 0;
}

.m-news-pic img {
    border-radius: 6px;
    width: 144px;
    height: 80px;
    flex-shrink: 0;
}

.m-news-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
}

.m-news-content h2 {
    overflow: hidden;
    color: #163B5B;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin: 0;
}

.m-news-content p {
    overflow: hidden;
    color: #5D6A85;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    margin: 0;
}

.mega-menu-partFooter {
    display: flex;
    padding: 28px 32px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    background: #F9FAFB;
}

.mega-menu-partTop .row {
    margin: 0 -5px;
}

.mega-menu-partTop .row > div {
    padding: 0 5px;
}

.section-banner-slider,
.box-banner-hero-inner {
    margin-top: 0 !important;
}

.bottom-header-content {
    padding: 30px;
}

.header {
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.btn-view-all {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #2B6EAA;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.16px;
}

.btn-view-all:hover {
    color: #2B6EAA;
}

.section-banner-slider .container, .hero-banner-inner-page .container {
    position: relative;
}

.section-banner-slider .container:before,
.hero-banner-inner-page .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 24px);
    height: 40px;
    background: #EDF5FF;
    z-index: -1;
}

.main-menu .dropdown-toggle::after {
    display: none;
}

.main-menu li.dropdown:hover .dropdown-menu {
    display: block;
}

.title-section-menu {
    color: #357BB9;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bottom-header-content {
    padding: 0 30px !important;
}

.main-menu > li > a {
    padding: 30px 0;
    display: flex;
}

.main-menu .service-item-box {
    margin-bottom: 5px;
}

.main-menu .mega-menu-content {
    margin: 0;
}

.header-style-inner .bottom-header {
    padding: 0;
}

.screen-search-blur {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(50px);
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 100px 0;
}

.close-search {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    padding: 20px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    background: #357BB9;
    box-shadow: 0px 16px 32px 0px rgba(9, 14, 29, 0.05);
    backdrop-filter: blur(10px);
}

.search-open-secreen {
    overflow: hidden;
    height: 100%;
}

.search-open-secreen .screen-search-blur {
    opacity: 1;
    visibility: visible;
}

.btn-dropdown-search-secreen {
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    color: #205E95 !important;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    border: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-dropdown-search-secreen:hover {
    color: #205E95;
}

.btn-dropdown-search-secreen.dropdown-toggle::after {
    display: none;
}

.dropdown-search-secreen-options {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E4E7EC;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-top: 30px !important;
}

.dropdown-search-secreen-options-content {
    height: 250px;
    overflow-y: scroll;
}

.dropdown-search-secreen-options-content::-webkit-scrollbar {
    width: 8px;
    background: #ffffff;
}

/* Track */
.dropdown-search-secreen-options-content::-webkit-scrollbar-track {
    border-radius: 8px;
}

/* Handle */
.dropdown-search-secreen-options-content::-webkit-scrollbar-thumb {
    background: #E4E7EC;
    border-radius: 8px;
}

.dropdown-search-secreen-options-content::-webkit-scrollbar-thumb:window-inactive {
    background: #E4E7EC;
    border-radius: 8px;
}

.dropdown-search-secreen-options-content .dropdown-item {
    display: flex;
    padding: 10px 10px 10px 8px;
    gap: 8px;
    flex: 1 0 0;
    align-items: center;
}

.dropdown-search-secreen-options-content .dropdown-item img {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    background: #D6CFB7;
    flex: 48px 0 0;
}

.dropdown-search-secreen-options-content .dropdown-item span {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-search-secreen-options-content .dropdown-item:hover {
    background: #F9FAFB;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #163B5B;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
}

label.error {
    color: #f00;
    font-size: 12px;
}

.form-control.error {
    color: #f00 !important;
    border-color: #f00 !important;

}

/* Fixed Header Styles */
body.fixed-header {
    padding-top: 220px;
}

.fixed-header header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.fixed-header .bottom-header, .fixed-header.header-style-inner .bottom-header {
    background: #EDF5FF;
}

.main-menu > li.current_page_item > a {
    font-weight: 700;
}

.fixed-header .top-header {
    padding: 10px 0;
}

.fixed-header .logo-site img {
    height: 40px;
}

.owl-prev {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.owl-next {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.book-btns .btn {
    height: 48px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
}

.book-btns .btn span {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-btns .btn.btn-primary2 {
    background: rgba(237, 245, 255, 1) !important;
    border: 1px solid rgba(237, 245, 255, 1);
    color: rgba(53, 123, 185, 1);


}

.book-btns .btn.btn-dark {
    border: 1px solid rgba(93, 106, 133, 1);
    color: rgba(93, 106, 133, 1);
}

.book-btns .btn.btn-primary2:hover {
    background: rgb(197, 218, 242) !important;
}

#bookmodal h5 {
    font-size: 30px !important;
    font-weight: 700 !important;
}

/* Bassam */

.ti-review-text-container.ti-review-text {
    font-family: 'Tajawal', sans-serif !important;
    text-align: right !important;
}

.ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: 'Tajawal', sans-serif !important;
    text-align: right;
}

.ti-widget.ti-goog .ti-col-3 .ti-review-item {
    direction: rtl;
}

.ti-widget.ti-goog .ti-widget-container .ti-date {
    text-align: right;
    padding-right: 25px;
}

.ti-widget.ti-goog .ti-review-header:before {
    display: none;
}

.search-doctor-input .form-control {
    background: transparent;
    border: none;
}

.search-items {
    gap: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-items .item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #357BB9;
}

.search-items .item h3 a {
    color: inherit;
}

.search-items .item p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.doctor--item {
    display: flex;
    gap: 20px;
    align-items: center;

}

.doctor--item .avatar-box-doctor {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.btn-light.btn-lang {
    padding: 0 15px;
    background-color: transparent !important;
    border-width: 3px;
}

.btn-light.btn-lang img {
    width: 35px;
    border-radius: 3px;
}

.btn-transperant {
    background-color: transparent;
    border: none;
    padding: 0;
}

.search-txt {
    background-color: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid #BAD0EC;
    border-radius: 0;
}

.fixed-header .main-menu > li > a {
    padding: 15px 0px !important;
}

.total-doctor-service {
    display: none;
}

.contact-info-txt-head {
    margin-bottom: 20px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #007cbf;
}

.d-details1 ul , .d-details1 ol{
    margin-top: 15px;
    margin-bottom: 15px;
}
.d-details1 li{
    margin-bottom: 15px;
}

.course-head p{
    margin: 0;
    display: flex;
}
.course-head p i{
    width: 60px;
}
.course-title h1{
    font-weight: 700;
}
.register-course h2{
    background: #007cbf;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.register-course .form-group{
    margin-bottom: 15px;
}
.register-course .form-group label{
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}