@font-face {
    font-family: IBMPlexSansArabicBold;
    src: url('IBMPlexSansArabic-Bold.ttf');
}

@font-face {
    font-family: IBMPlexSansArabicRegular;
    src: url('IBMPlexSansArabic-Regular.ttf');
}

@font-face {
    font-family: IBMPlexSansArabicMedium;
    src: url('IBMPlexSansArabic-Medium.ttf');
}

@font-face {
    font-family: IBMPlexSansArabicSemiBold;
    src: url('IBMPlexSansArabic-SemiBold.ttf');
}

@font-face {
    font-family: IBMPlexSansArabicLight;
    src: url('IBMPlexSansArabic-Light.ttf');
}

@font-face {
    font-family: IBMPlexSansArabicThin;
    src: url('IBMPlexSansArabic-Thin.ttf');
}



:root {
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0;
}
a:hover {
    text-decoration: none;
}


body.default-page {
    direction: rtl;
}

.devMenuWrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 6px;
}

.devLangWrapper {
    position: relative;
    height: 45px;
    display: block;
}

.devLangWrapper .devLanguageSwitcher select {
    -webkit-appearance: none;
     appearance: none;
    height: auto;
    background-color: #0E3745 !important;
    color: #fff;
    padding: 10.5px 13px;
    font-size: 16px;
    border-radius: 10px;    
}

.devLangWrapper .devLanguageSwitcher::after {
    content: "▼";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #ffffff;
    font-size: 12px;
}

.devLanguageSwitcher img.trp-flag-image {
    width: 20px;
}

html[lang="auto"] {
    direction: rtl;
}

html[lang="en-US"] {
    direction: ltr;
}

html[lang="en-US"] li.copyRight {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 4px;
    justify-content: flex-end;
}

html[lang="en-US"] .mobile-menu .nav-items li a:after, html[lang="en-US"] .mega_menu_container .inner-menu ul li a:after {
    left: 0;
    right:unset;
}

html[lang="en-US"] footer.footer .links-section {
    flex-direction: unset;
}

html[lang="en-US"] form.wpcf7-form.init div {
    text-align: left;
    direction: ltr;
}

html[lang="en-US"] .wpcf7-form input, html[lang="en-US"] .wpcf7-form select, html[lang="en-US"] .wpcf7-form textarea {
    direction: ltr !important;
    text-transform: capitalize;
}

html[lang="en-US"] .wpcf7-form h2, html[lang="en-US"] .wpcf7-form h2 + p {
    text-align: left;
}

html[lang="en-US"] .devLangWrapper .devLanguageSwitcher::after {
    right: 13px;
    left: unset;
}

header.header {
    width: 100% !important;
}

body {
    margin: 0;
    font-family: IBMPlexSansArabicMedium, sans-serif;
    color: #363636;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .modal-open {
    margin-right: 0;
}
body.active {
    overflow: hidden;
}
.wrapper {
    margin-bottom: 0 !important;
    line-height: 0;
}
.wrapper .container {
    height: 100%;
}
.wrapper input,
.wrapper select,
.wrapper textarea {
    font-weight: 400;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: IBMPlexSansArabicMedium, sans-serif;
    color: #363636;
    font-size: 20px;
}
.wrapper select {
    cursor: pointer;
    padding: 9px 6px;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    height: 36px;
    -moz-appearance: none;
    background: none;
    text-indent: 0.01px;
    text-overflow: "";
}
a {
    color: #363636;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
a:hover {
    text-decoration: none !important;
}
ul {
    padding-left: 0;
}
ul li {
    line-height: 26px;
}
a:hover {
    text-decoration: underline;
}
img {
    border: 0;
}
input[type="submit"] {
    cursor: pointer;
}
input:focus,
textarea:focus {
    outline: none transparent;
}
select:focus {
    outline: none;
}
section {
    display: block;
}
.errors,
.success {
    background: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
}
.errors {
    color: #f04f71;
}
.success {
    color: #51bf9b;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}


.info-card-slider .swiper-wrapper {
    height: auto !important;
}

.mobile-menu .links {
    height: auto;
    padding-bottom: 20px;
}

.mobile-menu .menu-wrapper {
    flex-direction: column;
}

.mobile-menu .menu-wrapper .devLangWrapper {
    margin-left: 30px;
    margin-right: 30px;
}

section.team-section {
    background-color: #0E3745;
    color: #fff;
    padding: 45px 0 60px;
    text-align: center;
}

section.team-section h2 {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

section.team-section .devColumn {
    text-align: center;
    display: flex;
    column-gap: 20px;    
    align-items: center;
}

section.team-section .mainTeamWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 50px;
}

section.team-section p.doctor-details, section.team-section .doctor-title {
    color: #D2AF8F;
}

section.team-section .doctor-name, section.team-section .doctor-title {
    padding-bottom: 5px;
}

section.team-section .doctor-name {
    font-size: 18px;
    line-height: normal;
}

section.team-section .doctor-title, section.team-section .doctor-details {
    font-size: 17px;
    line-height: normal;    
}

.ourServiesSection .infocard-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.ourServiesSection .infocard_logo img.dark {
    opacity: 1 !important;
    position: relative;
}

.ourServiesSection .infocard_logo {
    height: 90px;
    max-width: 90px;
    width: 100%;
}

section.ourServiesSection {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #D2AF8F;
    color: #0E3745;
}

.ourServiesSection h2 {
    text-align: center;
    padding-bottom: 60px;
}

.ourServiesSection .infocardBlock .infocard_content {
    color: #0E3745 !important;
}


.links.socialLinks {
    width: 20%;
    justify-content: flex-end;
}

header.header .links.navigationLinks {
    justify-content: center;
     width: 60% !important;
}


.social-icons ul li, .social-icons ul li a, .social-icons .social-list img {
    height: 60px !important;
    width: 60px !important;
} 

.team-section .devColumn img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
}

.devStaticPage {
    max-width: 50%;
    display: block;
    margin: 0 auto 5%; 
    position: relative;
}

.wpcf7-form h2 {
    font-size: 39px;
    color: #0e3745;
}

.wpcf7-form h2 + p {
    font-size: 16px;
    color: #0e3745;
    line-height: normal;
    padding-bottom: 31px;
    padding-top: 5px;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    font-size: 15px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #BDBDBD !important;
    border-radius: 15px !important;
    direction: rtl !important;
    color: #ABB8C3 !important;
    opacity: 1;
    visibility: visible;    
}

.wpcf7-form input {
    max-width: 100%;  
   width: 100%; 
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    color: #ABB8C3 !important;
    opacity: 1;
     font-size: 15px !important;
    visibility: visible;
}

.wpcf7-form .fiftyPercent p {
    display: flex;
    column-gap: 6px;
}

.wpcf7-form .fiftyPercent {
    margin-bottom: 13px;
}

.wpcf7-form .fiftyPercent span {
    width: calc(50% - 6px);
}

.wpcf7-form input[type="submit"] {
    cursor: pointer;
    width: auto;
    font-size: 15px !important;
    padding-top: 11px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    background: #0e3745;
    border-radius: 0px !important;
    border: none !important;
    color: #fff !important;
    padding-bottom: 11px !important;
}

.wpcf7-form select {
    width: 100%;
}

.wpcf7-form textarea {
    height: 94px;
    width: 100%;
}

.devStaticPage h1.page-title {
    padding-bottom: 50px;
    font-size: 50px;
}
.devGOtherPage header.header {
    position: relative;
}


.devLanguageSwitcher .trp-language-item-name {
    color: #fff !important;
}

.devLanguageSwitcher .trp-shortcode-switcher {
    padding: 5px 0;
    background: #0E3745;
    color: #fff;
    border-radius: 10px;
}

.devLanguageSwitcher svg.trp-shortcode-arrow path {
    stroke: #fff;
}

html[lang="ar"] .trp-current-language-item__wrapper:not(.trp-hide-arrow), html[lang="ar"] .trp-language-item {
    direction: ltr;
}



/**************  Media Queries ****************/

@media only screen and (max-width: 980px) {    
    .devStaticPage {
        max-width: 90%;
        padding-top: 50px;
    }  
}


@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width: 4px;
    }
}
.win-os ::-webkit-scrollbar-track {
    background-color: #ccc;
}
.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #ececec;
}
@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width: 4px;
    }
    
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.ios-device * {
    background-attachment: scroll;
}
.wow {
    visibility: hidden;
}
.accessibility svg path {
    stroke: #fff !important;
}
.accessibility svg {
    fill: #fff;
}
@media only screen and (max-width: 1024px) {
    .wow {
        visibility: visible;
    }
}
.webview-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 60vh;
    width: 80vw;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    color: #0E3745;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    z-index: 0;
}
.webview-popup.active {
    z-index: 999;
    visibility: visible;
}
.webview-popup h2 {
    margin-bottom: 20px;
    width: 100%;
}
.webview-popup p {
    width: 100%;
}
.webview-popup .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background-color: #005c5d;
}
.webview-popup .close-popup:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.webview-popup .close-popup:after,
.webview-popup .close-popup:before {
    content: "";
    height: 10px;
    width: 1.5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}
.webview-popup .close-popup:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IBMPlexSansArabicBold;
    font-weight: 400;
}
h1 {
    font-size: clamp(3.625rem, 6.19444vw, 6.19444vw);
    line-height: clamp(5.0625rem, 7.36111vw, 7.36111vw);
    letter-spacing: -0.16px;
}
@media only screen and (max-width: 1279px) {
    h1 {
        font-size: 3.625rem;
        line-height: 0.9;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 3.375rem;
        line-height: 0.88889;
    }
    
    header.header .links ul.accessibility li {
        margin-inline-end: 0px;
    }    
    
    html[lang="en-US"] .header .header-wrapper .flex {
        flex-direction: row-reverse;
    }  
    
    html[lang="ar"] .devLanguageSwitcher {
        display: flex;
        justify-content: flex-start;
    }
    
    header.header .logo {
        text-align: right;
    }    
    
    li.mobile-navigation {
        margin-left: 0px !important;
    }

    html[lang="en-US"] .links.socialLinks {
        justify-content: flex-start;
    }  
    
    html[lang="en-US"] header.header .logo {
        text-align: right;
    }
        
    .mobile-menu .links {
        padding: 0 40px 30px !important;
        width: 100%;
    }    
    
}
h1.80 {
    font-size: clamp(4.375rem, 5.55556vw, 5.55556vw);
    line-height: clamp(3.875rem, 5vw, 5vw);
}
h2 {
    font-size: clamp(2.5rem, 3.47222vw, 3.47222vw);
    line-height: clamp(2.8125rem, 3.81944vw, 3.81944vw);
}
@media only screen and (max-width: 1279px) {
    h2 {
        font-size: 3.125rem;
        line-height: 1.1;
    }
    
    .ourServiesSection .infocard-list {
        grid-template-columns: 1fr 1fr 1fr;
    }    
}
@media only screen and (max-width: 1100px) {
    section.team-section .mainTeamWrapper {
        grid-template-columns: 1fr 1fr;
    }   
}
@media only screen and (max-width: 991px) {
    h2 {
        font-size: 2.5rem;
        line-height: 1.125;
    }
    .ourServiesSection .infocard-list {
        grid-template-columns: 1fr 1fr;
    }        
}
@media only screen and (max-width: 767px) {
    h2 {
        font-size: 2.25rem;
        line-height: 1.11111;
    }
    
    .ourServiesSection .infocard-list, section.team-section .mainTeamWrapper {
        grid-template-columns: 1fr;
        justify-content: center;
        text-align: center;
    }  
    
    section.team-section .mainTeamWrapper {
        row-gap: 60px;
    }
    
    section.team-section .devColumn {
        text-align: center;
        justify-content: center;
    }    
        
   .ourServiesSection .infocard_logo {
        margin: 0 auto;
    }  
    
    .social-icons ul li a, .social-icons .social-list img {
        height: 50px !important;
        width: 50px !important;
    }    
}
h2.50 {
    font-size: clamp(2.625rem, 3.61111vw, 3.61111vw);
    line-height: clamp(3.5rem, 4.58333vw, 4.58333vw);
    font-family: IBMPlexSansArabicRegular;
}
h2 .split-line {
    line-height: 1.2;
}
h3 {
    letter-spacing: -0.16px;
}
h3,
h3.alt {
    font-size: clamp(2.125rem, 2.77778vw, 2.77778vw);
    line-height: clamp(2.375rem, 3.05556vw, 3.05556vw);
}
h3.alt {
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 1279px) {
    h3.alt {
        font-size: 2.5rem;
        line-height: 1.1;
    }
}
h4 {
    letter-spacing: -0.16px;
}
h4,
h4.alt {
    font-size: clamp(1.6875rem, 2.08333vw, 2.08333vw);
    line-height: clamp(1.875rem, 2.29167vw, 2.29167vw);
}
h4.alt {
    font-family: IBMPlexSansArabicRegular;
}
h5 {
    letter-spacing: -0.16px;
}
h5,
h5.alt {
    font-size: clamp(1.375rem, 1.66667vw, 1.66667vw);
    line-height: clamp(1.5rem, 1.80556vw, 1.80556vw);
}
h5.alt,
h5.h5-24 {
    font-family: IBMPlexSansArabicRegular;
}
h5.h5-24 {
    font-size: clamp(1.375rem, 1.66667vw, 1.66667vw);
    line-height: clamp(1.75rem, 2.15278vw, 2.29167vw);
}
h6 {
    font-size: clamp(1.125rem, 1.38889vw, 1.38889vw);
    line-height: clamp(1.25rem, 1.52778vw, 1.52778vw);
    letter-spacing: -0.16px;
}
p {
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
}
p.p1 {
    font-size: clamp(1.6875rem, 1.875rem, 1.875rem);
    line-height: clamp(2.3125rem, 2.4375rem, 2.4375rem);
}
@media only screen and (max-width: 767px) {
    p.p1 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
p.p2 {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
}
@media only screen and (max-width: 767px) {
    p.p2 {
        font-size: 1.5rem;
        line-height: 1.08333;
    }
}
p.p3 {
    font-size: clamp(1.375rem, 1.5rem, 1.5rem);
    line-height: clamp(1.8125rem, 1.9375rem, 1.9375rem);
}
p.p41 {
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
}
p.p41,
p.p42 {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
}
p.p42 {
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
}
p.p5 {
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.4375rem, 1.4375rem);
}
p.b3-16 {
    font-size: clamp(1rem, 1rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.0625rem, 1.4375rem);
    letter-spacing: -0.16px;
}
p {
    font-size: 0.875em;
    color: inherit;
}
.a1,
p {
    line-height: 1;
}
.a1 {
    font-family: IBMPlexSansArabicRegular;
    font-size: clamp(7.375rem, 8.11111vw, 8.11111vw);
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 991px) {
    .a1 {
        font-size: 6.25rem;
    }
}
.a2 {
    font-family: IBMPlexSansArabicBold;
    font-size: clamp(5.625rem, 6.25rem, 6.25rem);
    line-height: clamp(6.25rem, 6.875rem, 6.875rem);
    letter-spacing: -0.03em;
}
.split-line {
    line-height: inherit;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #0E3745;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.post-loader,
.site-loader {
    background: #4b75b3;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
}
.post-loader.anim,
.site-loader.anim {
    width: 25%;
}
.post-loader.loaded,
.site-loader.loaded {
    pointer-events: none;
}
.post-loader {
    clip-path: none;
    opacity: 0;
}
body.visited .site-loader .logo-middle {
    display: none !important;
}
body.search-active {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.logo-middle {
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    width: 240px;
    opacity: 0;
    transform: scale(0.8) translateY(-50%);
}
.logo-middle img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
#gotoTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 0 !important;
    visibility: hidden;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
#gotoTop.active {
    opacity: 1;
    visibility: visible;
}
.landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 10% 0;
    overflow: hidden;
}
@media only screen and (max-device-width: 700px) and (orientation: landscape) {
    .landscape-alert {
        display: block;
    }
}
.landscape-alert p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.landscape-alert span {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
}
.c-container {
    padding: 0 4.6vw;
}
@media only screen and (max-width: 1279px) {
    .c-container {
        padding: 0 30px;
    }
    .container-fluid {
        padding: 0 30px;
    }
    
    .devMenuWrapper .devLangWrapper {
        display: none;
    }    
}
@media only screen and (max-width: 767px) {
    .c-container {
        padding: 0 20px;
    }
}
.container-fluid {
    padding: 0 9vw;
}

@media only screen and (max-width: 539px) {
    .container-fluid {
        padding: 0 20px;
    }
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section {
    overflow: hidden;
}
section.secTeam {
    overflow: initial;
}
section.section {
    padding: 80px 0 110px;
}
@media only screen and (max-width: 767px) {
    section.section {
        padding: 45px 0;
    }
}
section.pink-bg {
/*     background-color: #D2AF8F; */
    color: #0E3745;
}
section.blue-bg {
    background-color: #0E3745;
    color: #D2AF8F;
}
section.dark-blue {
    background-color: #005c5d;
    color: #d9d8d6;
}
section.white-bg {
    background-color: #fff;
    color: #0E3745;
}
.navigation {
    position: relative;
}


.navigation .swiper-next,
.navigation .swiper-prev {
    height: 70px;
    width: 60px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.navigation .swiper-next svg,
.navigation .swiper-prev svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navigation .swiper-next svg path,
.navigation .swiper-prev svg path {
    transition: all 0.3s ease-in-out;
}
.navigation .swiper-prev {
    margin-inline-end: 14px;
}
.navigation.blue .swiper-next,
.navigation.blue .swiper-prev {
    border: 1px solid #0E3745;
    background-color: #0E3745;
}
.navigation.blue .swiper-next svg path,
.navigation.blue .swiper-prev svg path {
    stroke: #fff;
}
.navigation.blue .swiper-next.swiper-button-disabled,
.navigation.blue .swiper-prev.swiper-button-disabled {
    background-color: transparent;
}
.navigation.blue .swiper-next.swiper-button-disabled svg path,
.navigation.blue .swiper-prev.swiper-button-disabled svg path {
    stroke: #0E3745;
}
@media only screen and (min-width: 1279px) {
    .navigation.blue .swiper-next:hover,
    .navigation.blue .swiper-prev:hover {
        background-color: transparent;
    }
    .navigation.blue .swiper-next:hover svg path,
    .navigation.blue .swiper-prev:hover svg path {
        stroke: #0E3745;
    }
}
@media only screen and (max-width: 1279px) {
    .navigation.blue .swiper-next.swiper-button-disabled,
    .navigation.blue .swiper-prev.swiper-button-disabled {
        background-color: transparent;
        opacity: 1;
    }
    .navigation.blue .swiper-next.swiper-button-disabled svg path,
    .navigation.blue .swiper-prev.swiper-button-disabled svg path {
        stroke: #0E3745;
    }
    .navigation.blue .swiper-next:not(.swiper-button-disabled),
    .navigation.blue .swiper-prev:not(.swiper-button-disabled) {
        background-color: #005c5d;
    }
    .navigation.blue .swiper-next:not(.swiper-button-disabled) svg path,
    .navigation.blue .swiper-prev:not(.swiper-button-disabled) svg path {
        stroke: #fff;
    }
}
.navigation.bordered-blue .swiper-next,
.navigation.bordered-blue .swiper-prev {
    border: 1px solid #d9d8d6;
    background-color: #d9d8d6;
}
.navigation.bordered-blue .swiper-next svg path,
.navigation.bordered-blue .swiper-prev svg path {
    stroke: #005c5d;
}
.navigation.bordered-blue .swiper-next:hover,
.navigation.bordered-blue .swiper-prev:hover {
    background-color: transparent;
}
.navigation.bordered-blue .swiper-next:hover svg path,
.navigation.bordered-blue .swiper-prev:hover svg path {
    stroke: #c7e2fb;
}
.navigation.bordered-blue .swiper-next.swiper-button-disabled,
.navigation.bordered-blue .swiper-prev.swiper-button-disabled {
    background-color: transparent;
}
.navigation.bordered-blue .swiper-next.swiper-button-disabled svg path,
.navigation.bordered-blue .swiper-prev.swiper-button-disabled svg path {
    stroke: #d9d8d6;
}
.navigation.bordered-dark-blue .swiper-next,
.navigation.bordered-dark-blue .swiper-prev {
    border: 1px solid #4b75b3;
    background-color: #005c5d;
}
.navigation.bordered-dark-blue .swiper-next svg path,
.navigation.bordered-dark-blue .swiper-prev svg path {
    stroke: #fff;
}
.navigation.bordered-dark-blue .swiper-next:hover,
.navigation.bordered-dark-blue .swiper-prev:hover {
    background-color: transparent;
}
.navigation.bordered-dark-blue .swiper-next:hover svg path,
.navigation.bordered-dark-blue .swiper-prev:hover svg path {
    stroke: #fff;
}
.navigation.bordered-dark-blue .swiper-next.swiper-button-disabled,
.navigation.bordered-dark-blue .swiper-prev.swiper-button-disabled {
    background-color: transparent;
}
.navigation.bordered-dark-blue .swiper-next.swiper-button-disabled svg path,
.navigation.bordered-dark-blue .swiper-prev.swiper-button-disabled svg path {
    stroke: #4b75b3;
}
.header .left {
    width: 45%;
}
.home_banner .navigation.blue .swiper-next:not(.swiper-button-disabled), .home_banner .navigation.blue .swiper-prev:not(.swiper-button-disabled) {
	background-color: #0E3745;
}



@media only screen and (max-width: 1366px){	
	section.home_banner.pink-bg {
		height: 135%;
	}
	
    header.header .links ul.nav-items li {
        margin-inline-end: 20px !important;
    }	
    	
    header.header .links ul.nav-items li a {
        font-size: 16px !important;
    }	
	
}



@media only screen and (max-width: 1279px) {
    .header .left {
        width: 40%;
    }
}
@media only screen and (max-width: 767px) {
    .header .left {
        width: 100%;
    }
	section.home_banner.pink-bg {
		height: 100%;
	}	
}
.header .left p {
    margin-bottom: 30px;
}
.header .right {
    width: 40%;
    margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
    .header .right {
        width: 45%;
    }
}
@media only screen and (max-width: 767px) {
    .header .right {
        width: 100%;
    }
}
.header .right p:not(:last-child) {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .header .right p:not(:last-child) {
        margin-bottom: 30px;
    }
}
.swiper-pagination {
    display: flex !important;
    width: auto !important;
    padding: 33.5px;
    opacity: 0.9;
    border-radius: 600000px;
    overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    margin-inline-end: 55px !important;
    margin-inline-start: 0 !important;
    position: relative;
    z-index: 7;
    opacity: 1 !important;
    height: 3px;
    width: 3px;
    border-radius: 100%;
}
.swiper-pagination .swiper-pagination-bullet .bullet {
    z-index: 2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    transition: all 0.4s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle {
    height: 60px;
    width: 60px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle:after {
    transform: translate(-50%, -50%) scale(0.87);
}
@media only screen and (min-width: 1279px) {
    .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) .circle:hover {
        height: 34.5px;
        width: 34.5px;
    }
}
.swiper-pagination .swiper-pagination-bullet:last-child {
    margin-inline-end: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet:last-child:before {
    display: none;
}
.swiper-pagination .swiper-pagination-bullet .circle {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
}
.swiper-pagination .swiper-pagination-bullet .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    border: 2px solid rgba(14, 55, 69, 0.25);
    border-radius: 100%;
    z-index: -1;
    transition: all 0.6s ease;
    transition-delay: 0.2s;
}
.swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 50%;
    left: -58px;
    background-color: rgba(14, 55, 69, 0.25);
    z-index: -2;
}
.swiper-pagination.blue {
    border: 2px solid rgba(14, 55, 69, 0.25);
}
.swiper-pagination.blue .swiper-pagination-bullet,
.swiper-pagination.blue .swiper-pagination-bullet .bullet {
    background-color: #0E3745;
}
/*.swiper-pagination.blue .swiper-pagination-bullet .circle {
    background-color: #c7e2fb;
}*/
.swiper-pagination.bg-pink {
    border: 2px solid rgba(14, 55, 69, 0.25);
}
.swiper-pagination.bg-pink .swiper-pagination-bullet,
.swiper-pagination.bg-pink .swiper-pagination-bullet .bullet {
    background-color: #0E3745;
}

.p-e-0 {
    padding-inline-end: 0;
}
.infocard {
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.4s, color ease-in-out;
}
.infocard_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infocard.no-pointer {
    cursor: auto;
}
.infocard .infocard_link,
.infocard a {
    color: inherit;
    min-height: 475px;
    height: 100%;
    display: block;
    width: 100%;
    padding: 52px 40px 40px 30px;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
    .infocard .infocard_link,
    .infocard a {
        min-height: auto;
        padding: 40px 20px 20px 30px;
    }
}
.infocard_logo {
    position: relative;
    height: 70px;
    width: 70px;
}
.infocard_logo img {
    position: absolute;
    transition: all 0.4s ease;
}
.infocard_logo img.dark {
    opacity: 0;
}
.infocard_content p {
    margin-top: 20px;
    transition: color 0.1s ease-out;
}
@media only screen and (max-width: 767px) {
    .infocard_content p {
        font-size: 1rem;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 767px) {
    .infocard_content p.p1 {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 767px) {
    .infocard_content p.p41 {
        font-size: 1rem;
        line-height: 1.25;
        margin-top: 15px;
    }
}
.infocard .plus {
    transform: translate(0);
}
@media only screen and (max-width: 767px) {
    .infocard .plus {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        margin-inline-start: auto;
        margin-inline-end: 0;
        margin-top: 60px;
    }
}
.infocard.blue.hovered {
    background-color: #c7e2fb;
    color: #0E3745;
}
.infocard.blue.hovered .plus.blue {
    border-color: #0E3745 !important;
}
.infocard.blue.hovered .plus.blue:after,
.infocard.blue.hovered .plus.blue:before {
    background-color: #0E3745 !important;
}
.infocard.blue.hovered .plus.blue:hover:after,
.infocard.blue.hovered .plus.blue:hover:before {
    background-color: #c7e2fb !important;
}
.infocard.blue.hovered .infocard_logo .dark {
    opacity: 1;
}
.infocard.blue.hovered .infocard_logo .light {
    opacity: 0;
}
.infocard.blue.not-hovered {
    background-color: transparent !important;
    color: #c7e2fb !important;
}
.infocard.blue.not-hovered .plus.blue {
    border-color: #c7e2fb;
}
.infocard.blue.not-hovered .plus.blue:after,
.infocard.blue.not-hovered .plus.blue:before {
    background-color: #c7e2fb;
}
.infocard.blue.not-hovered .infocard_logo .dark {
    opacity: 0 !important;
}
.infocard.blue.not-hovered .infocard_logo .light {
    opacity: 1 !important;
}
.highlight_card a {
    color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
}
.highlight_card_image_wrap {
    min-height: 400px;
    height: 25.6vw;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 1279px) {
    .highlight_card_image_wrap {
        min-height: auto;
        max-height: none;
        height: 330px;
    }
}
.highlight_card_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-out;
}
.team_card_wrapper {
    width: 33.33%;
    padding: 0 35px;
    border-radius: 20px;
    margin-bottom: 6%;
}
@media only screen and (max-width: 991px) {
    .team_card_wrapper {
        width: 50%;
        padding: 0 15px;
    }
}
@media only screen and (max-width: 539px) {
    .team_card_wrapper {
        width: 100%;
        padding: 0 10px;
    }
}
.team_card_wrapper-noResult {
    width: 100%;
    opacity: 1 !important;
}
.team_card {
    width: 100%;
    height: 35.9vw;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .team_card {
        height: 462px;
    }
}
@media only screen and (max-width: 767px) {
    .team_card {
        height: 365px;
    }
}
@media only screen and (max-width: 539px) {
    .team_card {
        height: 462px;
    }
}
.team_card .link {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
}
.team_card .team_container {
    width: 100%;
    height: 100%;
    position: relative;
}
.team_card .team_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 0.4s ease-out;
}
.team_card .team_container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg, transparent, #000);
    opacity: 0.8;
    height: 45%;
    width: 100%;
}
.team_card .card_details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px;
    z-index: 4;
}
.team_card .card_details h5 {
    color: #fff;
    margin-bottom: 5px;
}
.team_card .card_details p {
    color: #fff;
    opacity: 0.6;
}
.team_card .plus {
    z-index: 7;
    opacity: 0;
    top: 27px;
    right: 25px;
}
.team_card .plus,
.team_card .plus:after,
.team_card .plus:before {
    transition: all 0.3s ease-out;
}
.team_card:hover .plus {
    opacity: 1;
}
.team_card:hover .team_container img {
    transform: scale(1.1);
}
.dynamic-pagination {
    position: absolute;
    left: 0;
    bottom: 80px;
}
.dynamic-pagination img {
    position: absolute;
    height: 33px !important;
    width: 33px !important;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 7;
    border-radius: 100%;
    object-fit: cover;
}
.dynamic-pagination .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    z-index: 4;
}
.testimonial_card {
    display: flex;
    cursor: pointer;
    max-width: 1010px;
}
@media only screen and (max-width: 1279px) {
    .testimonial_card {
        max-width: calc(100vw - 60px);
    }
}
.testimonial_card.image .play {
    display: none;
}
.testimonial_card.image,
.testimonial_card.video {
    max-width: 1010px;
}
@media only screen and (max-width: 1279px) {
    .testimonial_card.image,
    .testimonial_card.video {
        max-width: calc(100vw - 60px);
    }
}
.testimonial_card.image .testimonial_card_image__wrap,
.testimonial_card.video .testimonial_card_image__wrap {
    display: block;
    min-height: 400px;
    width: calc(30% - 20px);
    max-width: 320px;
    overflow: hidden;
    margin-inline-end: 20px;
    position: relative;
    border-radius: 20px;
}
@media only screen and (max-width: 991px) {
    .testimonial_card.image .testimonial_card_image__wrap,
    .testimonial_card.video .testimonial_card_image__wrap {
        width: calc(40% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .testimonial_card.image .testimonial_card_image__wrap,
    .testimonial_card.video .testimonial_card_image__wrap {
        position: absolute;
        top: -65px;
        left: 20px;
        margin-inline-end: 0 !important;
        height: 130px;
        width: 100px;
        min-height: auto;
        min-width: auto;
        max-width: none;
        z-index: 4;
    }
}
.testimonial_card.image .testimonial_card_image__wrap .inner-wrap,
.testimonial_card.video .testimonial_card_image__wrap .inner-wrap {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.testimonial_card.image .testimonial_card_image__wrap img,
.testimonial_card.video .testimonial_card_image__wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.4s ease-out;
}
.testimonial_card.image .testimonial_card_image__wrap .play,
.testimonial_card.video .testimonial_card_image__wrap .play {
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .testimonial_card.image .testimonial_card_image__wrap .play,
    .testimonial_card.video .testimonial_card_image__wrap .play {
        bottom: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.testimonial_card.image .testimonial_card_content,
.testimonial_card.video .testimonial_card_content {
    width: 70%;
    transition: all 0.4s ease-out;
    min-height: 400px;
}
@media only screen and (max-width: 991px) {
    .testimonial_card.image .testimonial_card_content,
    .testimonial_card.video .testimonial_card_content {
        width: 60%;
        min-height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial_card.image .testimonial_card_content,
    .testimonial_card.video .testimonial_card_content {
        width: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .testimonial_card.image:hover img,
    .testimonial_card.video:hover img {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .testimonial_card.image:hover .testimonial_card_content,
    .testimonial_card.video:hover .testimonial_card_content {
        border-color: #0E3745;
    }
}
.testimonial_card_image__wrap {
    display: none;
}
.testimonial_card_content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    text-align: center;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .testimonial_card_content {
        padding: 30px 20px;
    }
}
.testimonial_card_content .p1 {
    max-width: 85%;
    margin: 0 auto;
}
@media only screen and (max-width: 1279px) {
    .testimonial_card_content .p1 {
        max-width: 100%;
    }
}
.testimonial_card_content h4 {
    margin-top: 48px;
}
.testimonial_card_content .p41 {
    margin-top: 8px;
}
.testimonial_card_content:hover {
    border-color: #0E3745;
}
.testimonial_card.text {
    max-width: 694px;
}
.caseStudy_card {
    display: inline-block;
    min-width: 571px;
    max-width: 590px;
    width: 571px;
    position: relative;
    cursor: pointer;
}
.caseStudy_card.no-pointer {
    cursor: auto;
}
.caseStudy_card .plus {
    bottom: 30px;
    right: 30px;
    opacity: 0;
    z-index: 4;
}
@media only screen and (max-width: 767.98px) {
    .caseStudy_card .plus {
        bottom: 20px;
        right: 20px;
        height: 70px;
        width: 60px;
    }
}
@media only screen and (max-width: 1279px) {
    .caseStudy_card {
        min-width: auto;
        width: 100%;
    }
}
.caseStudy_card.show-before img.before {
    opacity: 1;
    z-index: 2;
}
.caseStudy_card.show-after img.before,
.caseStudy_card.show-before img.after {
    opacity: 0;
    z-index: 1;
}
.caseStudy_card.show-after img.after {
    opacity: 1;
    z-index: 2;
}
.caseStudy_card__image {
    height: 32.9vw;
    max-height: 490px;
    min-height: 460px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .caseStudy_card__image {
        min-height: auto;
        height: 240px;
    }
}
@media only screen and (max-width: 539px) {
    .caseStudy_card__image {
        min-height: auto;
        height: 220px;
    }
}
.caseStudy_card__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}
.caseStudy_card__image img.before {
    opacity: 0;
    z-index: 1;
}
.caseStudy_card__content {
    margin-top: 30px;
}
.caseStudy_card__content h3 {
    text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
    .caseStudy_card__content h3 {
        font-size: 30px;
    }
}
.caseStudy_card__content .p41 {
    max-width: 477px;
    margin-top: 20px;
}
.caseStudy_card__batch {
    background-color: #fff;
    position: absolute;
    padding: 6px;
    border-radius: 60000px;
    top: 25px;
    left: 30px;
    z-index: 3;
    display: flex;
}
@media only screen and (max-width: 991px) {
    .caseStudy_card__batch {
        top: 15px;
        left: 15px;
    }
}
.caseStudy_card__batch span {
    padding: 12px 14px 12px 45px;
    font-family: IBMPlexSansArabicMedium, sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #0E3745;
    border-radius: 6000000px;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .caseStudy_card__batch span {
        padding: 6px 12px 6px 32px;
        font-size: 12px;
        line-height: 19px;
    }
}
.caseStudy_card__batch span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    transform-origin: center;
    left: 20px;
    background-color: #0E3745;
    border-radius: 100%;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
    .caseStudy_card__batch span:after {
        left: 17.5px;
    }
}
.caseStudy_card__batch span:before {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
    .caseStudy_card__batch span:before {
        height: 14px;
        width: 14px;
    }
}
.caseStudy_card__batch span.active {
    background: linear-gradient(42.06deg, #0E3745, #0E3745 97.98%);
    color: #fff;
}
.caseStudy_card__batch span.active:after {
    background-color: #fff;
    transform: translateY(-50%) scale(1);
}
.consultation {
    padding: 95px 0;
}
@media only screen and (max-width: 767px) {
    .consultation {
        padding: 60px 0;
    }
}
.consultation .left {
    max-width: 50%;
}
@media only screen and (max-width: 991px) {
    .consultation .left {
        max-width: 100%;
        width: 100%;
    }
}
.consultation .right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .consultation .right {
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 539px) {
    .consultation .right {
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.consultation .right p {
    max-width: 307px;
}
.consultation .right a {
    height: 93px;
    width: 81px;
    border-radius: 10px;
    border: 1px solid #0E3745;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: 55px;
    transition: all 0.4s ease;
}
@media only screen and (max-width: 539px) {
    .consultation .right a {
        margin-inline-start: 0;
        margin-top: 20px;
        height: 70px;
        width: 60px;
    }
}
.consultation .right a:hover {
    background-color: #0E3745;
}
.consultation .right a:hover svg path {
    stroke: #cedfd7;
}
footer.footer {
    background-color: #0E3745;
    color: #fff;
    z-index: 5;
    position: relative;
    overflow: hidden;
}
footer.footer .flex {
    z-index: 5;
}
footer.footer .f-container {
    padding: 0 70px;
    flex-wrap: wrap;
    z-index: 5;
}
@media only screen and (max-width: 1279px) {
    footer.footer .f-container {
        padding: 0 30px;
    }
}
footer.footer .newsletter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 42px;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    z-index: 5;
}
@media only screen and (max-width: 991px) {
    footer.footer .newsletter-section {
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    footer.footer .newsletter-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 991px) {
    footer.footer .newsletter-section .title {
        width: 100%;
        margin-bottom: 30px;
    }
}
footer.footer .newsletter-section .title p {
    margin-bottom: 20px;
}
footer.footer .newsletter-section .newsletter-form {
    width: 33%;
    max-width: 430px;
}
@media only screen and (max-width: 991px) {
    footer.footer .newsletter-section .newsletter-form {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    footer.footer .newsletter-section .newsletter-form {
        width: 100%;
    }
}
footer.footer .newsletter-section .newsletter-form label,
footer.footer .newsletter-section .newsletter-form label span {
    color: hsla(0, 0%, 100%, 0.3);
}
footer.footer .newsletter-section .newsletter-form input {
    width: 100%;
    border-color: hsla(0, 0%, 100%, 0.3);
    color: hsla(0, 0%, 100%, 0.3);
}
footer.footer .newsletter-section .newsletter-form .formidable {
    position: relative;
}
footer.footer .newsletter-section .newsletter-form .buttons {
    height: 20px;
    width: 20px;
    position: relative;
}
footer.footer .newsletter-section .newsletter-form span.error {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    color: #fb6c60;
    margin-bottom: 10px;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    footer.footer .newsletter-section .newsletter-form span.error {
        font-size: 18px;
        line-height: 20px;
    }
}
footer.footer .newsletter-section .newsletter-form input[type="submit"] {
    opacity: 0;
    z-index: 3;
}
footer.footer .newsletter-section .newsletter-form svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
footer.footer .newsletter-section .newsletter-form .button-row {
    position: absolute;
    top: 30%;
    transform: translateY(-70%);
    right: 0;
}
footer.footer .newsletter-section .newsletter-form .formidable .element.active label {
    display: block !important;
    bottom: auto;
    top: -20px;
    font-size: 11px !important;
    line-height: 14px !important;
}
footer.footer .newsletter-section .social-icons {
    margin-top: 30px;
}
footer.footer .links-section {
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    z-index: 5;
    column-gap: 40px;
    flex-direction: row-reverse;
}
footer.footer .links-section .cols:first-child {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    footer.footer .links-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}
footer.footer .links-section .cols {
    width: 20%;
}
@media only screen and (max-width: 991px) {
    footer.footer .links-section .cols {
        width: 25%;
        margin-top: 20px;
    }
    /*footer.footer .links-section .cols:first-child {*/
    /*    width: 100%;*/
    /*    margin-top: 0;*/
    /*}*/
}

@media only screen and (max-width: 539px) {
    footer.footer .links-section .cols {
        width: 100%;
    }
}
footer.footer .links-section .cols ul li {
    list-style: none;
    margin-bottom: 12px;
}
footer.footer .links-section .cols ul li:last-child {
    margin: 0;
}
footer.footer .links-section .cols ul li a {
    font-family: IBMPlexSansArabicRegular;
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    color: #fff;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1279px) {
    footer.footer .links-section .cols ul li a {
        font-size: 18px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 767px) {
    footer.footer .links-section .cols ul li a {
        font-size: 20px;
        line-height: 32px;
    }
}
footer.footer .links-section .cols ul li a:hover {
    color: rgba(199, 226, 251, 0.6);
}
footer.footer .copy-right-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 5;
}
footer.footer .copy-right-section ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer.footer .copy-right-section ul li {
    list-style: none;
    font-family: IBMPlexSansArabicRegular;
    font-size: 14px;
    line-height: 1.07143;
    color: hsla(0, 0%, 100%, 0.4);
}
footer.footer .copy-right-section ul li:last-child {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    footer.footer .copy-right-section ul li {
        width: 100%;
        margin-top: 20px;
    }
    footer.footer .copy-right-section ul li:first-child {
        margin-top: 0;
    }
}
footer.footer .copy-right-section ul li a {
    font-family: IBMPlexSansArabicRegular;
    font-size: 14px;
    line-height: 1.07143;
    color: hsla(0, 0%, 100%, 0.4);
    transition: all 0.4s ease;
}
footer.footer .copy-right-section ul li a:hover {
    color: #fff;
}
footer.footer .copy-right-section ul li a svg {
    margin: 0 8px;
}
footer.footer .footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px 20px;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}
footer.footer .footer-logos img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
}
@media only screen and (max-width: 767px) {
    footer.footer .footer-logos img {
        max-height: 50px;
    }
}
input:not([type="submit"]) {
    background: transparent;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    font-family: IBMPlexSansArabicRegular;
    color: #fff;
}
input:not([type="submit"])::placeholder {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    font-family: IBMPlexSansArabicRegular;
    color: hsla(0, 0%, 100%, 0.3);
}
@media only screen and (max-width: 991px) {
    input:not([type="submit"])::placeholder {
        font-size: 24px;
        line-height: 1;
    }
}
.element {
    position: relative;
}
.element label {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    font-family: IBMPlexSansArabicRegular;
    color: hsla(0, 0%, 100%, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.element.active label {
    top: -20px;
    font-size: clamp(1rem, 1.125rem, 1.25rem);
    line-height: clamp(1.375rem, 1.5rem, 0.375rem);
}
.social-icons ul {
    display: flex;
}
.social-icons ul li {
    margin-inline-end: 18px;
    list-style: none;
    margin-top: 0px !important;
    width: auto !important;
}
.social-icons ul li:last-child {
    margin-inline-end: 0;
}
.social-icons ul li a {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.35px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 100%;
}
.social-icons ul li a,
.social-icons ul li a svg path {
    transition: all 0.4s ease;
}
.social-icons ul li a:hover {
    background-color: #f7dddb;
}
.social-icons ul li a:hover svg path {
    fill: #0E3745;
}
header.header {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.header.top {
    top: -146px;
    position: fixed;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
/*header.header.top .links .accessibility {*/
/*    margin-inline-start: 20px;*/
/*}*/
header.header.top .links ul.nav-items li {
    padding-bottom: 0;
}
header.header.sticky {
    top: 0 !important;
    background-color: #fff;
}
header.header.sticky .h-container {
    padding-top: 16px;
    padding-bottom: 16px;
}
header.header .logo {
    width: 20%;
}
header.header.sticky .logo img {
	max-width: 150px;
}

header .header-wrapper img {
    width: 100%;
    max-width: 200px;
}
header.header.sticky .logo svg {
    width: 100%;
}
header.header.sticky .links {
    display: flex;
}
header.header.sticky .links .accessibility {
    width: auto;
}
header.header.sticky .links .accessibility .cta {
    padding: 13px 0 !important;
    font-size: 16px;
    line-height: 17px;
    min-width: 145px;
    text-align: center;
}
header.header.sticky .links .nav-items {
    margin-top: 0;
}
header.header.blue_header .links ul.nav-items {
    opacity: 0;
    display: none;
}
header.header.mega-menu-active .links ul.nav-items > li a {
    color: #0E3745 !important;
}
header.header.mega-menu-active .links ul.nav-items > li a.cta {
    color: #fff !important;
}
header.header.mega-menu-active .links ul.nav-items > li a.cta.nice-select.open,
header.header.mega-menu-active .links ul.nav-items > li a.cta:active,
header.header.mega-menu-active .links ul.nav-items > li a.cta:focus,
header.header.mega-menu-active .links ul.nav-items > li a.cta:hover {
    color: #0E3745 !important;
}
header.header.mega-menu-active .links ul.accessibility li a:not(.cta) {
    border-color: #0E3745 !important;
    color: #0E3745 !important;
}
header.header.mega-menu-active .links ul.accessibility li a:not(.cta) svg path {
    stroke: #0E3745 !important;
}
header.header.mega-menu-active .links ul.accessibility li.search_header:not(.cta) {
    border-color: #0E3745 !important;
    color: #0E3745 !important;
}
header.header.mega-menu-active .links ul.accessibility li.search_header:not(.cta) svg path {
    stroke: #0E3745 !important;
}
header.header .logo {
    z-index: 7;
}
header.header .logo svg {
    z-index: 7;
    height: 100%;
}
@media only screen and (max-width: 1279px) {
    header.header .logo svg {
        max-width: 92px;
    }
}
header.header .blue_icon a {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}
header.header .blue_icon a:after,
header.header .blue_icon a:before {
    background-color: #0E3745 !important;
}
header.header .mobile-navigation {
    display: none;
}
@media only screen and (max-width: 1279px) {
    header.header .mobile-navigation {
        display: inline-block;
        cursor: pointer;
    }
}
header.header .mobile-navigation a {
    background-color: #0E3745;
    border: none;
    position: relative;
}
header.header .mobile-navigation a:after {
    width: 17px;
    top: 15px;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
header.header .mobile-navigation a:after,
header.header .mobile-navigation a:before {
    content: "";
    height: 1px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
header.header .mobile-navigation a:before {
    width: 11px;
    top: 20px;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
header.header .mobile-navigation a.active:after,
header.header .mobile-navigation a.active:before {
    top: 50%;
    left: 50%;
    width: 15px;
}
header.header .mobile-navigation a.active:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
header.header .mobile-navigation a.active:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
header.header .h-container {
    padding: 24px 3.8vw 0;
}
@media only screen and (max-width: 1279px) {
    header.header .h-container {
        padding: 20px;
    }
}
header.header .links {
    z-index: 6;
    display: flex;
    column-gap: 15px;
}
header.header .links ul {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header.header .links ul li {
    list-style: none;
}
header.header .links ul.accessibility li {
    margin-inline-end: 6px;
}
header.header .links ul.accessibility li:last-child {
    margin-inline-end: 0;
}
@media only screen and (max-width: 767px) {
    header.header .links ul.accessibility li {
        display: none;
    }
    header.header .links ul.accessibility li.mobile-navigation,
    header.header .links ul.accessibility li.search {
        display: block;
    }
}
header.header .links ul.accessibility li.search_header:not(.cta),
header.header .links ul.accessibility li a:not(.cta) {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(75, 117, 179, 0.1);
    border-radius: 100%;
    background-color: #0E3745;
    transition: all 0.3s ease-out;
}
header.header .links ul.accessibility li.search_header:not(.cta):hover,
header.header .links ul.accessibility li a:not(.cta):hover {
    border-color: #0E3745;
}
header.header .links ul.accessibility li:nth-child(2) a {
    color: #0E3745;
    font-size: 9px;
    line-height: 17px;
}
header.header .links ul.accessibility li .cta {
    margin-inline-start: 14px;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 17px;
    width: max-content;
}
header.header .links ul.nav-items {
    margin-top: 25px;
}
@media only screen and (max-width: 1279px) {
    header.header .links ul.nav-items {
        display: none;
    }
}
header.header .links ul.nav-items li {
    margin-inline-end: 30px;
    padding-bottom: 28px;
    position: relative;
}
header.header .links ul.nav-items li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0E3745;
    opacity: 0;
}
header.header .links ul.nav-items li.mega-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
}
header.header .links ul.nav-items li:last-child {
    margin-inline-end: 0;
}
header.header .links ul.nav-items li.nav-path-selected:after,
header.header .links ul.nav-items li:hover:after {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease-out;
}
header.header .links ul.nav-items li a {
    font-family: IBMPlexSansArabicMedium, sans-serif;
    font-size: 18px;
    line-height: 17px;
    color: #0E3745;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-out;
}
.mobile-nav {
    display: none;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 146px;
    width: 50%;
    background: #fefefe;
    z-index: 5;
    box-shadow: 0 0 5px 0 #999;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: transform 0.5s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.mobile-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (max-width: 1024px) {
    .mobile-nav {
        display: block;
    }
}
.line-wrap {
    overflow: hidden;
    line-height: 1.05;
}
.simpleTabsWrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-inline-start: 9vw !important;
}
@media only screen and (max-width: 1279px) {
    .simpleTabsWrapper {
        padding-inline-start: 30px !important;
    }
}
@media only screen and (max-width: 767px) {
    .simpleTabsWrapper {
        padding-inline-start: 20px !important;
    }
}
.simpleTabs {
    border-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .simpleTabs {
        width: 700px;
        padding-bottom: 10px;
        padding-inline-start: 20px;
    }
}
.simpleTabs li {
    background: transparent;
    border: 1px solid #4b75b3;
    margin-inline-end: 6px;
    margin-top: 0;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.simpleTabs li a {
    font-family: IBMPlexSansArabicRegular;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.16px;
    color: #0E3745;
    padding: 13px 30px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    box-sizing: border-box;
    display: block;
}
.simpleTabs li.active {
    background: #4b75b3 !important;
}
.simpleTabs li.active a {
    color: #fff !important;
}
.simpleTabs li:hover {
    background-color: rgba(75, 117, 179, 0.1);
}
.cta-whatsapp {
    display: flex;
    align-items: center;
    position: fixed;
    top: calc(100vh - 140px);
    right: 4.6vw;
    z-index: 6;
    opacity: 0;
}
@media only screen and (max-width: 1279px) {
    .cta-whatsapp {
        right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-whatsapp {
        right: 20px;
        top: unset;
        bottom: 100px;
    }
}
.cta-whatsapp span {
    font-size: 1.5rem;
    line-height: 1.29167;
    color: #0E3745;
    text-transform: capitalize;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .cta-whatsapp span {
        font-size: 18px;
        line-height: 18px;
        font-family: IBMPlexSansArabicMedium, sans-serif;
    }
}
.cta-whatsapp .btn {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-color: #0E3745;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .cta-whatsapp .btn {
        margin-inline-start: 10px;
        height: 40px;
        width: 40px;
    }
}
.cta-whatsapp .btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-whatsapp .btn svg path {
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 539px) {
    .cta-whatsapp .btn svg {
        height: 13px;
        width: 13px;
    }
}
.cta-whatsapp.white .btn {
    background-color: #0E3745;
}
.cta-whatsapp.white .btn svg path {
    fill: #fff;
}
.cta-whatsapp.hide {
    opacity: 0 !important;
    transition: all 0.3s ease-out;
}
.cta-whatsapp.sticky .text {
    display: none;
}
.cta-whatsapp.sticky .btn {
    margin-inline-start: 0;
}
.mobile-menu {
    background: #fff;
    color: #0E3745;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: 8;
    transform: translateX(100%);
    visibility: hidden;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.mobile-menu.active {
    transform: translate(0);
    visibility: visible;
}
.mobile-menu .overflow {
    height: 100%;
    padding-top: 130px;
}
@media only screen and (max-width: 1279px) {
    .mobile-menu .overflow {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-menu .overflow {
        padding-top: 130px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu .overflow {
        padding-top: 100px;
    }
}
.mobile-menu .menu-wrapper {
    height: 100%;
    overflow: scroll;
    align-items: center;
    border: 1px solid rgba(75, 117, 179, 0.2);
}
@media only screen and (min-width: 767px) {
    .mobile-menu .menu-wrapper {
        display: flex;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu .links {
        height: auto;
        padding: 0 40px;
    }
}
@media only screen and (max-width: 539px) {
    .mobile-menu .links {
        padding: 0 20px 100px;
    }
}
.mobile-menu .links li {
    list-style: none;
    padding: 30px 0;
    border-bottom: 1px solid rgba(75, 117, 179, 0.2);
    width: calc(50% - 22px);
}
@media only screen and (max-width: 767px) {
    .mobile-menu .links li {
        padding: 20px 0 24px;
        width: 100%;
        margin: 0;
    }
    .mobile-menu .links li:first-child {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 767px) {
    .mobile-menu .links li.lang-switch {
        position: absolute;
        bottom: 0;
        left: 30px;
    }
    .mobile-menu .links li.lang-switch a {
        padding-inline-start: 0;
    }
    .mobile-menu .links li.lang-switch a:after {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu .links li.lang-switch {
        padding: 20px 0 24px;
        border-bottom: 0;
    }
}
.mobile-menu .links li a {
    font-size: 2.625rem;
    line-height: 1.28571;
    font-family: IBMPlexSansArabicRegular;
    padding-inline-start: 13px;
    position: relative;
    color: #0E3745;
}
.mobile-menu .links li a:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #005c5d;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .links li a {
        font-size: 1.5rem;
        line-height: 1.29167;
    }
}
.mobile-menu .nav-items {
    width: 100%;
    padding: 30px 30px 0;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items {
        padding: 20px 0 0;
    }
}
.mobile-menu .nav-items li {
    list-style: none;
    padding: 30px 0;
    border-bottom: 1px solid rgba(75, 117, 179, 0.2);
    width: calc(50% - 22px);
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items li {
        width: 100%;
        margin: 0 !important;
    }
}
.mobile-menu .nav-items li:nth-child(2) {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items li:nth-child(2) {
        padding-top: 10px;
    }
}
.mobile-menu .nav-items li:first-child {
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items li:first-child {
        padding-top: 0 !important;
    }
}
.mobile-menu .nav-items li:nth-child(odd) {
    margin-inline-end: 22px;
}
.mobile-menu .nav-items li:nth-child(2n) {
    margin-inline-start: 22px;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items li {
        padding: 10px 0;
    }
    .mobile-menu .nav-items li:first-child {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 767px) {
    .mobile-menu .nav-items li.lang-switch {
        position: absolute;
        bottom: 0;
    }
    .mobile-menu .nav-items li.lang-switch a {
        padding-inline-start: 0;
    }
    .mobile-menu .nav-items li.lang-switch a:after {
        display: none !important;
    }
}
.mobile-menu .nav-items li a {
    font-size: 2.625rem;
    line-height: 1.28571;
    font-family: IBMPlexSansArabicRegular;
    padding-inline-start: 13px;
    position: relative;
    color: #0E3745;
	
}
.mobile-menu .nav-items li a:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #0E3745;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .nav-items li a {
        font-size: 1.5rem;
        line-height: 1.29167;
		text-transform:capitalize;
    }
	
	.mobile-menu .buttons li a {
		padding-left: 10px;
		padding-right: 10px;
	}	
}
.mobile-menu .nav-items li a.cta:after {
    content: none;
}
.mobile-menu .nav-items li a.backLink {
    padding-inline-start: 0;
}

.mega_menu_container ul.parent-element svg path {
stroke: rgb(175, 124, 88) !important;
}
.mobile-menu .nav-items li a.backLink:after {
    content: none;
}
.mobile-menu .buttons {
    justify-content: center;
    padding: 20px;
    display: none;
    background-color: #fff;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .buttons {
        display: flex;
        border-top: 1px solid rgba(75, 117, 179, 0.2);
        position: fixed;
        bottom: 0;
        left: 0;
    }
}
.mobile-menu .buttons ul {
    display: flex;
}
.mobile-menu .buttons li {
    list-style: none;
}
@media only screen and (max-width: 539px) {
    .mobile-menu .buttons li {
        width: 50%;
    }
}
.mobile-menu .buttons li:first-child {
    margin-inline-end: 5px;
}
.mobile-menu .buttons li:last-child {
    margin-inline-start: 5px;
}
.mobile-menu .buttons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    font-family: IBMPlexSansArabicRegular;
    letter-spacing: -0.16px;
    height: 100%;
    width: max-content;
}
@keyframes scaling {
    0% {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.2);
    }
}
.mega_menu_container {
    position: fixed;
    top: -10%;
    opacity: 0;
    left: 0;
    height: calc(95vh - 146px);
    min-height: 650px;
    background-color: #fff;
    padding-top: 146px;
    z-index: -2;
    width: 100%;
    transition: all 0.6s ease-out;
    pointer-events: none;
}
.mega_menu_container .menu_overlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 146px;
    width: 100%;
    z-index: 6;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .menu_overlay {
        height: 100px;
    }

    header .header-wrapper img {
        width: 150px !important;
        max-width: 100% !important;
    }	
    
    header.header .links.navigationLinks {
        display: none;
    }    
    
    header.header .logo {
        width: 80%;
    }    
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container {
        top: 0;
        opacity: 1;
        transform: translateX(100%);
        z-index: 6;
        transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        padding-top: 100px;
        height: 100%;
        min-height: auto;
    }
}
.mega_menu_container .sub_menu {
    display: none;
}
.mega_menu_container.active {
    top: 0;
    opacity: 1;
    pointer-events: all;
    z-index: -1;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container.active {
        transform: translateX(0);
        z-index: 6;
        opacity: 1;
    }
}
.mega_menu_container .inner-container {
    display: flex;
    border-top: 1px solid rgba(75, 117, 179, 0.2);
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-container {
        border-top: 0;
        min-height: calc(100% - 146px);
    }
}
.mega_menu_container .info {
    width: 35%;
    padding: 50px;
    border-right: 1px solid rgba(75, 117, 179, 0.2);
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .info {
        padding: 50px 20px;
        width: 30%;
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .info {
        display: none;
    }
}
.mega_menu_container .info h2 {
    margin-bottom: 12px;
    color: #0E3745;
    position: relative;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .info h2 {
        font-size: 2.5rem;
        line-height: 1;
        padding-inline-start: 30px;
    }
}
.mega_menu_container .info h2 svg {
    display: none;
    position: absolute;
    top: 10%;
    left: 0;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .info h2 svg {
        display: block;
    }
}
.mega_menu_container .info h2 a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    padding-inline-start: 0;
}
.mega_menu_container .info h2 a:after {
    content: none;
}
.mega_menu_container .info p {
    max-width: 389px;
    color: #0E3745;
}
.mega_menu_container .inner-menu {
    width: 35%;
    padding: 52px;
    border-right: 1px solid rgba(75, 117, 179, 0.2);
    position: relative;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .inner-menu {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .inner-menu {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 6;
        padding-top: 130px;
        padding-bottom: 110px;
        transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    }
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-menu {
        padding-top: 100px;
    }
}
.mega_menu_container .inner-menu .parent-element {
    display: none;
    border-bottom: 1px solid rgba(75, 117, 179, 0.2);
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-menu .parent-element {
        border-top: 1px solid rgba(75, 117, 179, 0.2);
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .inner-menu .parent-element li {
        font-size: 2.625rem !important;
        line-height: 1.28571 !important;
        z-index: 1 !important;
        font-family: IBMPlexSansArabicRegular !important;
        padding: 10px 30px 17px !important;
        margin: 0 !important;
        border: 0 !important;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-menu .parent-element li {
        font-size: 1.625rem !important;
        line-height: 1.26923 !important;
        padding: 10px 20px !important;
    }
}
.mega_menu_container .inner-menu .parent-element li:nth-child(2) {
    display: none;
}
.mega_menu_container .inner-menu .parent-element li svg {
    margin-inline-end: 10px;
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .inner-menu .parent-element {
        display: block;
    }
}
.mega_menu_container .inner-menu .button-wrap {
    display: none;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .inner-menu .button-wrap {
        display: flex;
        visibility: visible;
        opacity: 1;
    }
}
.mega_menu_container .inner-menu ul {
    flex-direction: column;
    align-items: flex-start !important;
}
.mega_menu_container .inner-menu ul:nth-child(2) {
    margin: 0 30px;
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-menu ul:nth-child(2) {
        height: 100%;
        margin: 0;
        padding: 0 20px 100px;
        overflow: scroll;
    }
}
.mega_menu_container .inner-menu ul li {
    list-style: none;
    display: block;
    margin-bottom: 16px;
    padding-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .inner-menu ul li {
        margin-bottom: 0;
        padding: 20px 0 !important;
        border-bottom: 1px solid rgba(75, 117, 179, 0.2) !important;
    }
}
@media only screen and (max-width: 539px) {
    .mega_menu_container .inner-menu ul li {
        padding: 16px 0 !important;
    }
}
.mega_menu_container .inner-menu ul li:after {
    display: none;
}
.mega_menu_container .inner-menu ul li:last-child {
    margin-bottom: 0;
}
.mega_menu_container .inner-menu ul li a {
    font-family: IBMPlexSansArabicRegular !important;
    font-size: clamp(1.375rem, 1.5rem, 1.5rem) !important;
    line-height: clamp(1.8125rem, 1.9375rem, 1.9375rem) !important;
    color: #0E3745 !important;
    position: relative;
    padding-inline-start: 20px;
    opacity: 0.6 !important;
    text-transform: capitalize !important;
    display: block;
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .inner-menu ul li a {
        font-size: 1.875rem !important;
        line-height: 1.2 !important;
        opacity: 1 !important;
    }
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .inner-menu ul li a {
        font-size: 1.5rem !important;
        line-height: 1.29167 !important;
    }
}
.mega_menu_container .inner-menu ul li a:after {
    content: "";
    position: absolute;
    top: 50% !important;
    right: 0 !important;
    height: 4px !important;
    width: 4px !important;
    border-radius: 100%;
    background-color: #0E3745 !important;
    opacity: 1 !important;
    bottom: auto;
    transform: translateY(-50%);
}
.mega_menu_container .inner-menu ul li a.active,
.mega_menu_container .inner-menu ul li a:hover {
    opacity: 1 !important;
}
.mega_menu_container .inner-menu ul li a.backLink {
    padding-inline-start: 0;
}
.mega_menu_container .inner-menu ul li a.backLink:after {
    content: none;
}
.mega_menu_container .image-section {
    width: 30%;
    position: relative;
    bottom: -1px;
}
@media only screen and (max-width: 1279px) {
    .mega_menu_container .image-section {
        width: 35%;
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .image-section {
        width: 100%;
    }
}
.mega_menu_container .image-section .image-section-container {
    position: relative;
    height: 100%;
}
.mega_menu_container .image-section .inner-parent-element {
    display: none;
    border-bottom: 1px solid rgba(75, 117, 179, 0.2);
    border-top: 1px solid rgba(75, 117, 179, 0.2);
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .image-section .inner-parent-element {
        display: block;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .image-section .inner-parent-element {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .image-section .inner-parent-element li {
        font-size: 2.625rem !important;
        line-height: 1.28571 !important;
        z-index: 1 !important;
        font-family: IBMPlexSansArabicRegular !important;
        padding: 16px 30px !important;
        margin: 0 !important;
        border: 0 !important;
        width: 100%;
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .mega_menu_container .image-section .inner-parent-element li {
        font-size: 1.625rem !important;
        line-height: 1.26923 !important;
    }
}
.mega_menu_container .image-section .inner-parent-element li:nth-child(2) {
    display: none;
}
.mega_menu_container .image-section .inner-parent-element li svg {
    margin-inline-end: 20px;
}
.mega_menu_container .image-section img {
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .image-section .item {
        display: none;
    }
}
.mega_menu_container .image-section .item.active img {
    opacity: 1;
    z-index: 8;
}
.mega_menu_container .menu-card-container {
    z-index: 6;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    overflow-y: scroll;
    background-color: #fff;
}
.mega_menu_container .menu-card-container.active {
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .menu-card-container.active {
        z-index: 7;
        transform: translateX(0);
    }
}
@media only screen and (max-width: 991px) {
    .mega_menu_container .menu-card-container {
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 7;
        transform: translateX(100%);
        opacity: 1;
        transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        padding-top: 100px;
    }
}
.mega_menu_container .menu-card-container .wrap {
    padding: 30px 55px 108px;
    height: auto;
    position: relative;
}
.mega_menu_container .menu-card-container .menu-card {
    margin-bottom: 30px;
    height: calc(33.33% - 30px);
    z-index: 6;
}
.mega_menu_container .menu-card-container .menu-card p {
    margin-top: 10px;
}
.mega_menu_container .menu-card-container .menu-card img {
    position: relative;
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: 1;
    border-radius: 10px;
    display: none;
}
.mega_menu_container .menu-card-container .menu-card p {
    color: #0E3745;
    margin-top: 16px;
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    text-transform: capitalize;
    font-family: IBMPlexSansArabicRegular;
}
.mega_menu_container .button-wrap {
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 0;
    padding: 30px 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid rgba(75, 117, 179, 0.2);
    opacity: 0;
    visibility: hidden;
}
.mega_menu_container .button-wrap.active {
    opacity: 1;
    visibility: visible;
}
.mega_menu_container .button-wrap .cta {
    padding: 13px 30px;
    border-radius: 10px;
    min-width: 162px;
    display: inline-block;
    transition: all 0.3s ease-out !important;
    text-transform: capitalize !important;
    box-sizing: border-box;
    font-family: IBMPlexSansArabicRegular !important;
    letter-spacing: -0.16px;
    text-align: center;
}
.mega_menu_container .button-wrap .cta.b2 {
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.0625rem, 1.1875rem, 1.1875rem);
}
.mega_menu_container .button-wrap .cta.filled-blue {
    background-color: #0E3745;
    color: #fff;
    border: 1px solid #0E3745;
}
.mega_menu_container .button-wrap .cta.filled-blue:hover {
    background-color: transparent;
    color: #0E3745;
}
.mobile-menu .mega_menu_container .inner-menu ul li {
    margin-inline-end: 0;
    margin-inline-start: 0;
    width: 100%;
    border: 0;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .mobile-menu .mega_menu_container .image-section .button-wrap {
        display: none;
    }
    .mobile-menu .mega_menu_container .image-section .button-wrap.active {
        visibility: visible;
        opacity: 1;
        display: flex;
    }
}
.mobile-menu .mega_menu_container .image-section .wrap {
    padding: 30px 30px 110px;
}
@media only screen and (max-width: 991px) {
    .mobile-menu .mega_menu_container .image-section .wrap {
        padding: 0 0 60px;
    }
}
.mobile-menu .mega_menu_container .image-section .wrap a {
    height: auto;
    padding: 0;
}
.mobile-menu .mega_menu_container .image-section .wrap a:after {
    display: none;
}
@media only screen and (max-width: 991px) {
    .mobile-menu .mega_menu_container .image-section .wrap a {
        display: block;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu .mega_menu_container .image-section .wrap a {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.mobile-menu .mega_menu_container .image-section .wrap a:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
    .mobile-menu .mega_menu_container .image-section .menu-card {
        margin-bottom: 20px;
    }
    .mobile-menu .mega_menu_container .image-section .menu-card p {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-menu .mega_menu_container .image-section .menu-card {
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-menu .mega_menu_container .image-section .menu-card img {
        height: 160px;
        width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu .mega_menu_container .image-section .menu-card img {
        height: 90px;
        width: 90px;
    }
}
@media only screen and (max-width: 991px) {
    .mobile-menu .mega_menu_container .image-section .menu-card p {
        font-size: 1.875rem;
        line-height: 1.2;
        margin-inline-start: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-menu .mega_menu_container .image-section .menu-card p {
        font-size: 1.25rem;
        line-height: 1.3;
    }
}
header.header.top .links ul.nav-items li.mega-menu:before {
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: 45px;
    position: absolute;
    width: 150%;
    z-index: 4;
}
header.header.top .links .accessibility {
    width: auto;
}
header.header.top .links .accessibility .cta {
    padding: 13px 16px;
    font-size: 14px;
    line-height: 17px;
    min-width: 145px;
    text-align: center;
}
header.header.top .mega_menu_container {
    padding-top: 90px;
    height: calc(95vh - 90px);
    min-height: 650px;
    border-bottom: 1px solid rgba(75, 117, 179, 0.2);
}
@media only screen and (max-width: 1279px) {
    header.header.top .mega_menu_container {
        height: 100%;
        min-height: auto;
    }
}
header.header.top .mega_menu_container .menu_overlay {
    height: 90px;
}
@media only screen and (min-width: 1279px) {
    header.header.top .mega_menu_container .button-wrap {
        border-bottom: 1px solid rgba(75, 117, 179, 0.2);
    }
}
.common-padding {
    padding-left: 9.4%;
    padding-right: 9.4%;
}
@media only screen and (max-width: 767px) {
    .common-padding {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.padd {
    margin-left: 9.4%;
    margin-right: 9.4%;
}
@media only screen and (max-width: 767px) {
    .padd {
        margin-left: 30px;
        margin-right: 30px;
    }
}
.inner_page_banner {
    min-height: 100vh;
    padding-top: 146px;
    padding-bottom: 200px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .inner_page_banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.inner_page_banner.pink-bg:after {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 264px;
    z-index: 1;
    background: linear-gradient(180deg, #f2c8c6 27.19%, rgba(224, 168, 165, 0));
}
.inner_page_banner .content-section {
    padding-top: 10%;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
    .inner_page_banner .content-section {
        padding-top: 20%;
    }
}
@media only screen and (max-width: 767px) {
    .inner_page_banner .content-section {
        padding-top: 50px;
    }
}
.inner_page_banner .content-section h1 {
    margin-top: 50px;
    opacity: 0;
}
.inner_page_banner .image-section {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.inner_page_banner .image-section img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .inner_page_banner .image-section img.desktop {
        display: none;
    }
}
.inner_page_banner .image-section img.mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .inner_page_banner .image-section img.mobile {
        display: block;
    }
}
.inner_page_banner .c-container,
.inner_page_banner .c-container .c-wrapper {
    height: 100%;
}
.inner_page_banner .scroll-to {
    position: absolute;
    bottom: 30px;
    left: 4.6vw;
    display: flex;
    align-items: center;
    z-index: 3;
    transition: all 0.2s ease-out;
}
.inner_page_banner .scroll-to:hover .batch {
    background-color: #005c5d;
}
.inner_page_banner .scroll-to:hover .batch svg path {
    stroke: #fff;
}
@media only screen and (max-width: 1279px) {
    .inner_page_banner .scroll-to {
        left: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .inner_page_banner .scroll-to {
        display: none;
    }
}
.scroll-to {
    color: inherit;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.scroll-to .batch {
    height: 116px;
    width: 100px;
    border: 1px solid rgba(75, 117, 179, 0.3);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .scroll-to .batch {
        width: 61px;
        height: 71px;
    }
}
.scroll-to .batch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scroll-to .batch svg path {
    transition: all 0.3s ease-out;
}
.scroll-to p {
    margin-inline-start: 25px;
}
.scroll-to:hover .batch {
    background-color: #005c5d;
}
.scroll-to:hover .batch svg path {
    stroke: #fff;
}
nav .breadcrumb {
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
}
nav .breadcrumb li:first-child {
    padding-inline-start: 0;
}
nav li {
    list-style: none;
    font-family: IBMPlexSansArabicRegular;
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    position: relative;
    padding-inline-start: 20px;
}
nav li:first-child:after {
    display: none;
}
nav li:after {
    position: absolute;
    content: "/";
    top: 0;
    left: 5px;
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
}
nav li:after,
nav li a {
    color: inherit;
}
.pointer {
    cursor: pointer;
}
.our_team {
    min-height: 500px;
    position: relative;
}
.our_team .team_card_wrapper {
    opacity: 0;
}
.our_team .loader {
    background-color: #fff;
}
.our_team .loader .spinner {
    border: 10px solid #fff;
    border-top-color: #0E3745;
}
.our_team .image_card_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
@media only screen and (max-width: 991px) {
    .our_team .image_card_wrapper {
        margin: 0 -15px;
    }
}
.our_team .image_card_wrapper h2 {
    color: #0E3745;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.tabs {
    padding-top: 5.1%;
    position: relative;
}
@media only screen and (max-width: 900px) {
    .tabs {
        padding-top: 80px;
    }
}
.tabs .load_btn {
    width: 100%;
}
.tabs .load_btn,
.tabs .load_btn a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.tabs .load_btn a {
    width: 167px;
    height: 80px;
    background-color: #005c5d;
    border-radius: 10px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #4b75b3;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .tabs .load_btn a {
        width: 120px;
        height: 60px;
    }
}
.tabs .load_btn a:hover {
    background-color: transparent;
    color: #0E3745;
}
.tabs .caseStudy_card__batch {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -32px;
    border: 1px solid rgba(75, 117, 179, 0.15);
}
.tabs .caseStudy_card__batch span {
    padding: 12px 14px 12px 55px;
}
@media only screen and (max-width: 767px) {
    .tabs .caseStudy_card__batch span {
        min-width: 135px;
    }
}
.tabs .caseStudy_card__batch span:before {
    content: "";
    left: 28px;
}
.tabs .caseStudy_card__batch span:after {
    content: "";
    left: 35.5px;
}
@media only screen and (max-width: 767px) {
    .tabs .caseStudy_card__batch span:after {
        left: 33.5px;
    }
}
.tabs .tab-content .our_team {
    padding-top: 4.6%;
    padding-bottom: 0;
}
.tabs p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #0E3745;
    margin-bottom: 1.8%;
}
.tabs ul {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .tabs ul {
        position: relative;
        overflow: auto;
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .tabs ul.team-nav {
        flex-wrap: wrap;
        row-gap: 7px;
    }
}
.tabs ul.team-nav li a {
    text-align: center;
}
.tabs ul li {
    list-style: none;
    margin-right: 6px;
    border-radius: 10px;
    border: 1px solid #4b75b3;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.tabs ul li.active {
    background-color: #005c5d;
}
.tabs ul li.active a {
    color: #fff;
}
.tabs ul li:hover {
    background: rgba(75, 117, 179, 0.1);
}
.tabs ul li:hover a {
    color: #0E3745;
}
.tabs ul li a {
    padding: 20px;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #0E3745;
    transition: 0.3s;
}
.team-detail {
    display: flex;
    width: 100%;
    padding: 7% 13.4% 6.5%;
    flex-wrap: wrap;
    gap: 13%;
}
@media only screen and (max-width: 900px) {
    .team-detail {
        justify-content: center;
        align-items: center;
        padding: 7% 9.4% 6.5%;
    }
}
.team-detail .image {
    width: 47.5%;
    padding-right: 2%;
    max-width: 31.25rem;
}
@media only screen and (max-width: 900px) {
    .team-detail .image {
        padding-right: 0;
        width: 80%;
    }
}
.team-detail .image .image-container {
    overflow: hidden;
    max-height: 700px;
    width: 100%;
    border-radius: 20px;
}
.team-detail .image img {
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover;
}
.team-detail .details {
    width: 39%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 900px) {
    .team-detail .details {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
.team-detail .details h3 {
    font-family: IBMPlexSansArabicRegular;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    color: #0E3745;
}
@media only screen and (max-width: 1199px) {
    .team-detail .details h3 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 767px) {
    .team-detail .details h3 {
        font-size: 32px;
    }
}
.team-detail .details p.title {
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #0E3745;
    padding-top: 22%;
}
@media only screen and (max-width: 1199px) {
    .team-detail .details p.title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 900px) {
    .team-detail .details p.title {
        padding-top: 30px;
    }
}
.team-detail .details p.designation {
    font-weight: 450;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #0E3745;
}
@media only screen and (max-width: 1199px) {
    .team-detail .details p.designation {
        font-size: 18px;
    }
}
.team-detail .details p.social {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #0E3745;
    padding-top: 8%;
}
@media only screen and (max-width: 900px) {
    .team-detail .details p.social {
        padding-top: 21px;
    }
}
.team-detail .details .social_media_icons {
    padding-top: 5.5%;
}
@media only screen and (max-width: 900px) {
    .team-detail .details .social_media_icons {
        padding-top: 21px;
    }
}
.team-detail .details .social_media_icons a svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 7px;
    border-radius: 50%;
    transition: 0.3s;
}
.team-detail .details .social_media_icons a svg:hover {
    background-color: #005c5d;
}
.team-detail .details .social_media_icons a svg:hover path {
    fill: #fff;
}
.our-team-inner {
    padding: 0 18% 6.25rem;
}
@media only screen and (max-width: 900px) {
    .our-team-inner {
        padding: 0 9.4% 3.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .our-team-inner {
        padding: 0 5.4% 3.5rem;
    }
}
.our-team-inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #0E3745;
    line-height: 30px;
}
.our-team-inner p strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #0E3745;
}
.our-team-inner ul {
    display: flex;
    padding: 0 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-team-inner ul li {
    width: 44%;
    max-width: 570px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(75, 117, 179, 0.1);
    margin-bottom: 25px;
    color: #0E3745;
    font-family: IBMPlexSansArabicRegular, sans-serif;
}
@media only screen and (max-width: 1200px) {
    .our-team-inner ul li {
        width: 100%;
    }
}
.page-template-team-detail .text__banner {
    padding-bottom: 70px;
}
.page-template-team-detail .text__banner .breadcrumb li:nth-child(2) {
    display: none;
}
.page-template-team-detail .text__banner .content-section {
    padding-top: 4%;
}
.page-template-team-detail .text__banner .content-section h1 {
    padding-inline-end: 30%;
}
@media only screen and (max-width: 1024px) {
    .page-template-team-detail .text__banner .content-section h1 {
        padding-inline-end: 0;
    }
}
.case_details_block {
    color: #0E3745;
    padding: 7.5rem 13.4% 6.25rem;
}
@media only screen and (max-width: 900px) {
    .case_details_block {
        padding: 3.75rem 9.4%;
    }
}
@media only screen and (max-width: 767px) {
    .case_details_block {
        padding-top: 3.125rem;
        padding-bottom: 1.25rem;
    }
}
.case_details_block .details_wrapper {
    width: 77%;
}
@media only screen and (max-width: 767px) {
    .case_details_block .details_wrapper {
        width: 100%;
    }
}
.case_details_block .details_wrapper p {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .case_details_block .details_wrapper p {
        margin-top: 1.25rem;
    }
}
.case_details_block .details_wrapper ol,
.case_details_block .details_wrapper ul {
    margin-top: 1.875rem;
    list-style-position: inside;
}
@media only screen and (min-width: 768px) {
    .case_details_block .details_wrapper ol,
    .case_details_block .details_wrapper ul {
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        margin-top: 3.75rem;
    }
}
.case_details_block .details_wrapper ol li,
.case_details_block .details_wrapper ul li {
    padding-bottom: 1.625rem;
    border-bottom: 1px solid rgba(75, 117, 179, 0.1);
    margin-bottom: 1.625rem;
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    margin-inline-end: 1.25rem;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .case_details_block .details_wrapper ol li,
    .case_details_block .details_wrapper ul li {
        font-size: 1.5rem;
        line-height: 1.08333;
    }
}
.case_details_block .doctor_desc {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .case_details_block .doctor_desc {
        flex-direction: column;
        align-items: flex-start;
    }
}
.case_details_block .doctor_desc .doctor_image_name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.0625rem;
}
@media only screen and (max-width: 767px) {
    .case_details_block .doctor_desc .doctor_image_name {
        margin-bottom: 1.25rem;
    }
}
.case_details_block .doctor_desc .doctor_image_name img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.case_details_block .social_media {
    display: flex;
    align-items: center;
    margin-bottom: 2.8125rem;
}
.case_details_block .social_media span {
    width: fit-content;
    margin-inline-end: 16px;
}
.case_details_block .social_media a {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4b75b3;
    margin-inline-end: 16px;
    transition: all 0.3s ease-out;
}
.case_details_block .social_media a:last-child {
    margin-inline-end: 0;
}
.case_details_block .social_media a.instagram_icon svg path {
    fill: #4b75b3;
}
.case_details_block .social_media a svg path {
    transition: all 0.3s ease-out;
}
.case_details_block .social_media a:hover {
    background-color: #005c5d;
}
.case_details_block .social_media a:hover svg path {
    fill: #fff;
}
.doctors_on_case {
    padding: 8.75rem 13.4%;
    color: #0E3745;
}
@media only screen and (max-width: 1279px) {
    .doctors_on_case {
        padding: 3.75rem 30px;
    }
}
.doctors_on_case h2 {
    text-align: center;
    padding-bottom: 6.25rem;
}
@media only screen and (max-width: 991px) {
    .doctors_on_case h2 {
        padding-bottom: 40px;
    }
}
.doctors_on_case .team-detail {
    padding: 0;
    margin-bottom: 5.625rem;
    display: flex;
    justify-content: center;
}
.doctors_on_case .team-detail:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .doctors_on_case .team-detail {
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .doctors_on_case .team-detail {
        margin-bottom: 3.75rem;
    }
}
.doctors_on_case .team-detail .image {
    position: relative;
    background-size: cover;
    max-height: 720px;
    height: 43.7vw;
    object-fit: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    width: 47.5%;
    padding: 0 !important;
}
.doctors_on_case .team-detail .image .link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
    .doctors_on_case .team-detail .image {
        width: 75%;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .doctors_on_case .team-detail .image {
        width: 100%;
    }
}
.doctors_on_case .team-detail .image .plus {
    bottom: 5%;
    right: 10%;
    z-index: 4;
}
.categories-nav {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .categories-nav {
        position: relative;
        overflow: auto;
        padding-bottom: 20px;
        white-space: nowrap;
    }
}
.categories-nav li {
    list-style: none;
    margin-right: 6px;
    border-radius: 10px;
    border: 1px solid #0E3745;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.categories-nav li.active {
    background-color: #0E3745;
}
.categories-nav li.active a {
    color: #fff;
}
.categories-nav li:hover {
    background: rgba(14, 55, 69, 0.1);
}
.categories-nav li:hover a {
    color: #0E3745;
}
.categories-nav li a {
    padding: 20px;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #0E3745;
    transition: 0.3s;
}
.load_btn {
    width: 100%;
}
.load_btn,
.load_btn a {
    justify-content: center;
    align-items: center;
    display: flex;
}
.load_btn a {
    width: 167px;
    height: 80px;
    background-color: #005c5d;
    border-radius: 10px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #4b75b3;
    transition: 0.3s;
}
@media only screen and (max-width: 767px) {
    .load_btn a {
        width: 120px;
        height: 60px;
    }
}
.load_btn a:hover {
    background-color: transparent;
    color: #0E3745;
}
.hidden {
    display: none !important;
}
.testimonials .testimonials_wrapper .categories-nav {
    margin-top: 4.5rem;
    margin-bottom: 4.0625rem;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .categories-nav {
        margin-top: 1.9375rem;
        margin-bottom: 2.4375rem;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 3.125rem;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper {
        flex-direction: column;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .row {
    display: block;
    margin: 0 -20px;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .testimony_card {
    margin-bottom: 20px;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image {
        flex-direction: column-reverse;
        margin-top: 45px;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container {
    width: 100%;
    max-height: 400px;
    max-width: 296px;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (max-width: 1279px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container {
        margin-bottom: 0;
        position: absolute;
        left: 6%;
        top: -15%;
        max-width: 97px;
        max-height: 130px;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container img {
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container img:hover {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container img {
        max-width: 97px;
        max-height: 130px;
        border-radius: 1.25rem;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container .play {
    bottom: 5%;
    right: 5%;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .image_container .play {
        top: 50%;
        bottom: auto;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .card {
    width: 100%;
    min-height: 400px;
    align-items: center;
    color: inherit;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .card {
        height: auto;
        min-height: auto;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .card h4,
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_with_image .card p {
    color: #0E3745;
    max-width: 562px;
    text-align: center;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .reverse {
        flex-direction: column-reverse;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card {
    width: calc(33.33% - 20px);
    border-radius: 1.5rem;
    padding: 2.25rem 2.375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid rgba(75, 117, 179, 0.15);
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card {
        width: calc(100% - 20px);
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card .text {
    margin-bottom: 48px;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card:hover {
    border: 1px solid #4b75b3;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card {
        width: 100%;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card .quote {
    padding-bottom: 3.25rem;
    font-style: italic;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card .quote {
        padding-bottom: 2.5rem;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card h4,
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card p {
    color: #0E3745;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card h4 {
    padding-bottom: 0.8125rem;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card.cardTestimony {
    padding: 1.875rem;
}
@media only screen and (max-width: 1199.98px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card.cardTestimony {
        width: calc(50% - 20px);
        padding: 1.25rem;
    }
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card.cardTestimony .text {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 767.98px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card.cardTestimony {
        width: 100%;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card.cardTestimony .cardTestimony-txt {
    font-size: 1.25rem;
    line-height: 1.3;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_half {
    width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .testimonials_card_wrapper .card_half {
        height: auto;
        width: 100%;
    }
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_full {
    width: 100%;
    align-items: center;
}
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_full h4,
.testimonials .testimonials_wrapper .testimonials_card_wrapper .card_full p {
    max-width: 562px;
    text-align: center;
    color: #0E3745;
}
@media only screen and (max-width: 767px) {
    .testimonials .testimonials_wrapper .load_btn {
        margin-bottom: 60px;
    }
}
.learn_topic_listing {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}
@media only screen and (max-width: 767px) {
    .learn_topic_listing {
        padding-top: 2.3125rem;
        padding-bottom: 2.3125rem;
    }
}
@media only screen and (max-width: 686px) {
    .learn_topic_listing .filter-dropdown {
        flex-direction: row !important;
    }
}
.learn_topic_listing .filter-dropdown .one {
    position: relative;
    z-index: 3;
}
.learn_topic_listing .filter-dropdown .two {
    position: relative;
    z-index: 2;
}
.learn_topic_listing .search_container {
    max-width: 511px;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .learn_topic_listing .search_container {
        max-width: 100%;
    }
}
.learn_topic_listing .search_container .search_icon {
    right: 2%;
    top: 40%;
}
@media only screen and (max-width: 991px) {
    .learn_topic_listing .filter-dropdown {
        width: 100%;
    }
}
.learn_topic_listing .our_team {
    padding: 5rem 0 0;
}
@media only screen and (max-width: 686px) {
    .learn_topic_listing .our_team {
        padding-top: 6.25rem;
    }
}
.learn_topic_listing .two {
    margin-inline-end: 0 !important;
}
.learn_topic_listing .load_btn {
    padding-bottom: 0;
}
.learn_topic_listing .image_card:first-child .plus.white,
.learn_topic_listing .image_card:last-child .plus.white {
    display: block;
    opacity: 1;
    right: 5%;
    top: 4%;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
}
.service_listing {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
}
.service_listing .load_btn {
    margin-top: 100px;
}
@media only screen and (max-width: 767px) {
    .service_listing .load_btn {
        margin-top: 50px;
    }
}
.section_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .section_header {
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 10px;
    }
}
.section_header .title_wrapper {
    width: 50%;
    max-width: 42.3125rem;
    color: #0E3745;
}
@media only screen and (max-width: 767px) {
    .section_header .title_wrapper {
        width: 100%;
    }
}
.section_header .search__filters {
    width: 50%;
    max-width: 25.8125rem;
}
@media only screen and (max-width: 767px) {
    .section_header .search__filters {
        width: 100%;
    }
}
.service_card_wrapper {
    display: flex;
    column-gap: 2.4%;
    row-gap: 3.25rem;
    flex-wrap: wrap;
}
.service_card_wrapper h2 {
    color: #0E3745;
}
@media only screen and (max-width: 767px) {
    .service_card_wrapper {
        flex-direction: column;
        margin-top: 20px;
        row-gap: 2.25rem;
    }
}
.service_card_wrapper .service_card {
    height: 475px;
    width: 100%;
    border: 1px solid #c7e2fb;
    border-radius: 1.875rem;
    width: 31.7%;
    padding: 3.125rem 1.875rem 2.5rem;
    position: relative;
    background: #fff;
    transition: background-color 0.2s, color ease-in-out;
}
.service_card_wrapper .service_card .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.service_card_wrapper .service_card .image_container {
    max-width: 3.125rem;
    max-height: 3.125rem;
}
.service_card_wrapper .service_card .image_container .dark {
    opacity: 1;
    display: block;
}
.service_card_wrapper .service_card .image_container .light {
    display: none;
    opacity: 0;
}
.service_card_wrapper .service_card .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_card_wrapper .service_card p {
    transition: 0.5s;
    z-index: 2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 76px;
    -webkit-line-clamp: 3;
    margin-top: 15px;
    color: #0E3745;
}
.service_card_wrapper .service_card .plus {
    bottom: 40px;
    right: 35px;
    z-index: 5;
}
.service_card_wrapper .service_card .plus:hover {
    background-color: #fff;
}
.service_card_wrapper .service_card .plus:hover:after,
.service_card_wrapper .service_card .plus:hover:before {
    background-color: #c7e2fb;
}
.service_card_wrapper .service_card:hover {
    color: #fff;
    border: 1px solid #4b75b3;
    background-color: #005c5d;
}
.service_card_wrapper .service_card:hover .image_container .dark {
    opacity: 0;
    display: none;
}
.service_card_wrapper .service_card:hover .image_container .light {
    opacity: 1;
    display: block;
}
.service_card_wrapper .service_card:hover .image_container svg path {
    fill: #fff;
}
.service_card_wrapper .service_card:hover p {
    color: #fff;
}
.service_card_wrapper .service_card:hover .plus:after,
.service_card_wrapper .service_card:hover .plus:before {
    background-color: #c7e2fb;
}
@media only screen and (max-width: 767px) {
    .service_card_wrapper .service_card {
        width: 100%;
        height: 380px;
    }
}
.common-padding2 {
    padding-inline-start: 19%;
    padding-inline-end: 19%;
}
@media only screen and (max-width: 767px) {
    .common-padding2 {
        padding-inline-start: 1.25rem;
        padding-inline-end: 1.25rem;
    }
}
.relevant_articles {
    padding-top: 5rem;
    padding-bottom: 5.3125rem;
    background-color: #c7e2fb;
    color: #0E3745;
}
@media only screen and (max-width: 767px) {
    .relevant_articles {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}
@media only screen and (max-width: 767px) {
    .relevant_articles .header {
        margin-bottom: 1.5625rem;
    }
}
.relevant_articles .desktop a,
.relevant_articles .mobile a {
    cursor: pointer;
    width: 167px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    font-size: clamp(1.125rem, 1.125rem, 1.25rem);
    line-height: clamp(1.0625rem, 1.2375rem, 1.4375rem);
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #0E3745;
    border: 1px solid #4b75b3;
    transition: 0.3s;
    font-weight: 400;
}
.relevant_articles .desktop a:hover,
.relevant_articles .mobile a:hover {
    background-color: transparent;
    color: #0E3745;
}
.relevant_articles .desktop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.875rem;
}
@media only screen and (max-width: 767px) {
    .relevant_articles .desktop {
        display: none;
    }
}
.relevant_articles .mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .relevant_articles .mobile {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 0 20px;
        gap: 40px;
    }
    .relevant_articles .mobile a {
        font-size: clamp(1.125rem, 1rem, 1.25rem);
        line-height: clamp(1.0625rem, 1.1125rem, 1.4375rem);
        max-width: 117px;
        max-height: 46px;
    }
}
.relevant_articles .relevant_articles_slider .image_card {
    width: 100%;
    max-height: 32.25rem;
    position: relative;
    border-radius: 20px;
    margin-bottom: 7%;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .relevant_articles .relevant_articles_slider .image_card {
        width: 100%;
    }
}
.relevant_articles .relevant_articles_slider .image_card .overlay {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
}
.relevant_articles .relevant_articles_slider .image_card a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.relevant_articles .relevant_articles_slider .image_card .image_container {
    width: 100%;
    height: 100%;
}
.relevant_articles .relevant_articles_slider .image_card .image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.relevant_articles .relevant_articles_slider .image_card .card_details {
    position: absolute;
    left: 7%;
    bottom: 4.5%;
}
.relevant_articles .relevant_articles_slider .image_card .card_details h5 {
    font-weight: 450;
    font-size: 1.5rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 0;
}
.relevant_articles .relevant_articles_slider .image_card .card_details p {
    color: #fff;
    opacity: 0.6;
}
.relevant_articles .relevant_articles_slider .image_card .hovered {
    display: none;
    opacity: 0;
    transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
    .relevant_articles .relevant_articles_slider .image_card .hovered {
        display: block;
        opacity: 1;
        right: 5%;
        top: 4%;
    }
}
.relevant_articles .relevant_articles_slider .image_card:hover .hovered {
    display: block;
    opacity: 1;
    right: 5%;
    top: 4%;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
}
.hide {
    display: none;
}
.search_page {
    padding-top: 202px;
    color: #0E3745;
}
.search_page .our_team {
    padding-bottom: 0;
}
.search_page .our_team .image_card_wrapper {
    align-items: self-start;
}
.search_page .search_wrapper .big_search_input_container {
    position: relative;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}
.search_page .search_wrapper .big_search_input_container input {
    width: 100%;
    border-bottom: 1px solid #4b75b3;
    color: #0E3745;
    font-size: clamp(2.5rem, 3.47222vw, 3.47222vw);
    line-height: clamp(2.8125rem, 3.81944vw, 3.81944vw);
    font-family: IBMPlexSansArabicBold;
    font-weight: 400;
}
@media only screen and (max-width: 1279px) {
    .search_page .search_wrapper .big_search_input_container input {
        font-size: 3.125rem;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 991px) {
    .search_page .search_wrapper .big_search_input_container input {
        font-size: 2.5rem;
        line-height: 1.125;
    }
}
@media only screen and (max-width: 767px) {
    .search_page .search_wrapper .big_search_input_container input {
        font-size: 2.25rem;
        line-height: 1.11111;
    }
}
.search_page .search_wrapper .big_search_input_container svg {
    position: absolute;
    top: -15%;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .search_page .search_wrapper .big_search_input_container svg {
        width: 45px;
        height: 51px;
    }
    .search_page .search_wrapper .big_search_input_container svg rect {
        fill: #4b75b3;
        stroke: #4b75b3;
    }
    .search_page .search_wrapper .big_search_input_container svg path {
        stroke: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .search_page .search_wrapper .search_tabs {
        overflow-x: scroll;
    }
}
.search_page .search_wrapper .search_tabs ul {
    background-color: #fff;
    padding: 6px;
    border-radius: 60000px;
    top: 25px;
    left: 30px;
    z-index: 3;
    display: flex;
    border: 1px solid rgba(75, 117, 179, 0.1);
    width: fit-content;
    list-style: none;
    gap: 5px;
}
.search_page .search_wrapper .search_tabs ul li {
    padding: 12px 14px 12px 45px;
    font-size: clamp(1rem, 1rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.0625rem, 1.4375rem);
    font-weight: 400;
    letter-spacing: -0.16px;
    color: #0E3745;
    border-radius: 6000000px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    word-break: keep-all;
}
@media only screen and (max-width: 767px) {
    .search_page .search_wrapper .search_tabs ul li {
        padding: 6px 6px 6px 35px;
        font-size: clamp(1rem, 0.75rem, 1.125rem);
        line-height: clamp(1.3125rem, 1.2rem, 1.4375rem);
        width: max-content;
    }
}
.search_page .search_wrapper .search_tabs ul li .dot {
    width: 3px;
    height: 3px;
    background-color: #005c5d;
    position: absolute;
    top: 47%;
    left: 17.7%;
    border-radius: 100%;
}
.search_page .search_wrapper .search_tabs ul li.active {
    background: linear-gradient(42.06deg, #6892d0, #4b75b3 97.98%);
    color: #fff;
}
.search_page .search_wrapper .search_tabs ul li.active .dot {
    width: 18px;
    height: 18px;
    background-color: transparent;
    padding: 5px;
    border: 1px solid #fff;
    position: absolute;
    top: 25%;
    left: 9.7%;
    border-radius: 100%;
}
.search_page .search_wrapper .search_tabs ul li.active .dot:after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 35%;
    left: 31%;
    border-radius: 100%;
}
.search_page .search_wrapper .image_card {
    position: relative;
    border-radius: 20px;
    margin-bottom: 7%;
    overflow: hidden;
    width: calc(33.33333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
@media only screen and (max-width: 991px) {
    .search_page .search_wrapper .image_card {
        width: calc(50% - 40px);
    }
}
.search_page .search_wrapper .image_card .caseStudy_card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.search_page .search_wrapper .image_card .caseStudy_card .caseStudy_card__content h3 {
    font-size: 30px;
    line-height: 1.1;
}
.search_page .search_wrapper .image_card .caseStudy_card .caseStudy_card__image {
    max-height: 300px;
    min-height: 300px;
}
@media only screen and (max-width: 767px) {
    .search_page .search_wrapper .image_card {
        width: 100%;
    }
}
.search_page .search_wrapper .image_card .overlay {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
}
.search_page .search_wrapper .image_card a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
.search_page .search_wrapper .image_card .image_container {
    width: 100%;
    height: 100%;
    display: flex;
}
.search_page .search_wrapper .image_card .image_container img {
    width: 100%;
    height: 32.25rem;
    object-fit: cover;
    object-position: top;
}
.search_page .search_wrapper .image_card .card_details {
    position: absolute;
    left: 7%;
    bottom: 4.5%;
}
.search_page .search_wrapper .image_card .card_details h5 {
    font-weight: 450;
    font-size: 1.5rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 0;
    max-width: 80%;
}
.search_page .search_wrapper .image_card .card_details p {
    color: #fff;
    opacity: 0.6;
}
.search_page .search_wrapper .image_card .hovered {
    display: block;
    opacity: 1;
    right: 5%;
    top: 4%;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
}
.search_page .search_wrapper .image_card:hover .plus {
    background-color: #fff;
}
.search_page .search_wrapper .image_card:hover .plus.white:after,
.search_page .search_wrapper .image_card:hover .plus.white:before {
    background-color: #005c5d;
}
.search_page .search_wrapper .blue_card {
    background-color: #c7e2fb;
}
.search_page .search_wrapper .blue_card h5,
.search_page .search_wrapper .blue_card p {
    color: #0E3745 !important;
}
.search_page .search_wrapper .blue_card .image_container {
    display: flex;
    justify-content: center;
}
.search_page .search_wrapper .blue_card .image_container img {
    height: unset;
    object-fit: contain;
    object-position: center;
    width: 117px;
}
.page-template-about .our-doctors {
    padding-bottom: 0 !important;
}
.header_search_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
    z-index: 2;
    background-color: #D2AF8F;
    color: #fff;
}
.header_search_container .search_wrapper {
    padding-top: 12.5rem;
}
.header_search_container .search_wrapper .search-input {
    padding-top: 4.125rem;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.header_search_container .search_wrapper .search-input input {
    width: 100%;
    border: none !important;
    color: #fff;
    font-size: clamp(2.5rem, 3.47222vw, 3.47222vw);
    line-height: clamp(2.8125rem, 3.81944vw, 3.81944vw);
    font-family: IBMPlexSansArabicBold;
    font-weight: 400;
    width: 90%;
}
@media only screen and (max-width: 1279px) {
    .header_search_container .search_wrapper .search-input input {
        font-size: 3.125rem;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 991px) {
    .header_search_container .search_wrapper .search-input input {
        font-size: 2.5rem;
        line-height: 1.125;
    }
}
@media only screen and (max-width: 767px) {
    .header_search_container .search_wrapper .search-input input {
        font-size: 1.25rem;
        line-height: 1.3;
        width: 75%;
    }
}
.header_search_container .search_wrapper .search-input input::placeholder {
    font-size: clamp(2.5rem, 3.47222vw, 3.47222vw);
    line-height: clamp(2.8125rem, 3.81944vw, 3.81944vw);
}
@media only screen and (max-width: 1279px) {
    .header_search_container .search_wrapper .search-input input::placeholder {
        font-size: 3.125rem;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 991px) {
    .header_search_container .search_wrapper .search-input input::placeholder {
        font-size: 2.5rem;
        line-height: 1.125;
    }
}
@media only screen and (max-width: 767px) {
    .header_search_container .search_wrapper .search-input input::placeholder {
        font-size: 1rem;
        line-height: 1.25;
    }
}
.header_search_container .search_wrapper .search-input span {
    position: absolute;
    bottom: 5%;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .header_search_container .search_wrapper .search-input span svg rect {
        fill: #fff;
        stroke: #fff;
    }
}
.header_search_container:after {
    content: "";
}
.blue_header {
    background-color: #0E3745 !important;
}
.blue_header .header-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.blue_header .header-wrapper .logo a svg g path {
    fill: #fff !important;
    stroke: transparent !important;
}
.blue_header .filled-blue {
    background-color: #fff !important;
    color: #0E3745 !important;
}
.blue_header .search_header,
.blue_header ul.accessibility li a:not(.cta) {
    border: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.blue_header .search_header svg path,
.blue_header ul.accessibility li a:not(.cta) svg path {
    stroke: #fff !important;
}
.blue_header .search_header #close_icon path,
.blue_header ul.accessibility li a:not(.cta) #close_icon path {
    stroke: #4b75b3 !important;
}
.blue_header .search_header.search_header,
.blue_header .search_header a,
.blue_header ul.accessibility li a:not(.cta).search_header,
.blue_header ul.accessibility li a:not(.cta) a {
    color: #fff !important;
}
.blue_header .search_header.search_header svg path,
.blue_header .search_header a svg path,
.blue_header ul.accessibility li a:not(.cta).search_header svg path,
.blue_header ul.accessibility li a:not(.cta) a svg path {
    stroke: #fff !important;
}
.blue_header ul.accessibility li:nth-child(2) a,
.blue_header ul.nav-items li a {
    color: #fff !important;
}
.backdrop_body {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
}
.thank_you_banner {
    height: calc(100vh - 50px);
}
.thank_you_banner .image-section,
.thank_you_banner .image-section img {
    height: 100% !important;
    width: 100% !important;
}
.thank_you_banner .image-section img {
    object-fit: cover !important;
}
@media only screen and (max-width: 767px) {
    .thank_you_banner .image-section img {
        object-fit: cover !important;
    }
    .thank_you_banner .image-section:before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: linear-gradient(180deg, rgba(247, 221, 219, 0.85) 5.31%, rgba(241, 206, 204, 0.85) 40.35%, rgba(224, 168, 165, 0) 57.28%);
        transform: rotate(180deg);
    }
}
.thank_you_banner .scroll_thank_you {
    height: unset !important;
    bottom: 11%;
    position: absolute;
}
.thank_you_banner .scroll_thank_you p {
    width: 70%;
}
.thank_you_banner .scroll_thank_you .link_btn {
    margin-top: 40px;
}
.thank_you_banner .scroll_thank_you .link_btn a {
    background-color: #005c5d;
    color: #fff;
    padding: 13px 30px;
    height: 46px;
    border-radius: 10px;
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.225rem, 1.4375rem);
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
}
.page-template-learn-listing .quote-block {
    background-color: #f7dddb;
    color: #0E3745;
}
.page-template-learn-listing .quote-block h2 {
    color: #0E3745;
}
.page-template-learn-listing .quote-block a {
    background-color: #005c5d;
    color: #fff;
    padding: 13px 30px;
    height: 50px;
    border-radius: 10px;
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.3125rem, 1.225rem, 1.4375rem);
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
}
.article_banner {
    height: calc(100vh - 90px);
    position: relative;
}
.article_banner .content-section {
    position: absolute;
    bottom: 10%;
    color: #fff;
    z-index: 2;
}
.article_banner .content-section nav {
    margin-bottom: 50px;
}
.article_banner .content-section h1,
.article_banner .content-section nav .breadcrumb {
    opacity: 0;
}
.article_banner .image-section,
.article_banner .image-section .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article_banner .image-section .after {
    color: #fff;
    display: block;
    background: linear-gradient(180deg, #000, transparent);
    opacity: 0.4;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.article_banner .image-section .overlay {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.article_banner .image-section img {
    object-fit: cover;
    width: 100%;
    height: calc(100vh - 40px);
}
.page-template-first-visit .accordion-block .video-section .image-container .play,
.page-template-first-visit .inner_page_banner .breadcrumb li:nth-child(2),
.page-template-first-visit .inner_page_banner:after {
    display: none;
}
.page-template-article-detail .dark-blue {
    color: #0E3745 !important;
    background-color: #c7e2fb !important;
}
.page-template-article-detail .doctors_quote {
    margin-bottom: 0;
}
.page-template-article-detail .featured_blog .subTitle {
    display: block !important;
}
.page-template-article-detail .case_details_block {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
    padding-inline-start: 19%;
    padding-inline-end: 19%;
}
@media only screen and (max-width: 767px) {
    .page-template-article-detail .case_details_block {
        padding-inline-start: 1.25rem;
        padding-inline-end: 1.25rem;
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }
}
.page-template-article-detail .case_details_block .details_wrapper {
    width: 100%;
}
.page-template-article-detail .case_details_block h2 {
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .page-template-article-detail .case_details_block h2 {
        margin-bottom: 1.25rem;
    }
}
.page-template-article-detail .case_details_block .h5-24 {
    margin-bottom: 1.25rem;
    font-family: IBMPlexSansArabicMedium, sans-serif;
}
@media only screen and (max-width: 767px) {
    .page-template-article-detail .case_details_block .h5-24 {
        margin-bottom: 0.9375rem;
    }
}
.page-template-article-detail .case_details_block h4 {
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .page-template-article-detail .case_details_block h4 {
        margin-bottom: 15px;
    }
}
.page-template-article-detail .case_details_block p.p42 {
    margin-top: 0;
    margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
    .page-template-article-detail .case_details_block p.p42 {
        margin-bottom: 15px;
    }
}
.page-template-article-detail .case_details_block p.p42:last-child {
    margin-bottom: 0 !important;
}
.page-template-article-detail .info-card-slider {
    border-top: 1px solid #c7e2fb;
}
.page-template-article-detail .share_content_container .content_container h2 {
    max-width: 100%;
}
.page-template-article-detail .info-card-slider .header h2,
.page-template-article-detail .info-card-slider .header p,
.page-template-service-detail-2 .info-card-slider .header h2,
.page-template-service-detail-2 .info-card-slider .header p {
    color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .infocard,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard {
    background-color: #c7e2fb !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .infocard .plus,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard .plus {
    border-color: #0E3745;
}
.page-template-article-detail .info-card-slider .swiper-slide .infocard .plus:after,
.page-template-article-detail .info-card-slider .swiper-slide .infocard .plus:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard .plus:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard .plus:before {
    background-color: #005c5d;
}
.page-template-article-detail .info-card-slider .swiper-slide .infocard .infocard_logo .dark,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard .infocard_logo .dark {
    opacity: 1;
}
.page-template-article-detail .info-card-slider .swiper-slide .infocard .infocard_logo .light,
.page-template-service-detail-2 .info-card-slider .swiper-slide .infocard .infocard_logo .light {
    opacity: 0;
}
.page-template-article-detail .info-card-slider .swiper-slide .blue,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue {
    background-color: #c7e2fb !important;
    color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .blue .infocard_logo .dark,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue .infocard_logo .dark {
    opacity: 1;
}
.page-template-article-detail .info-card-slider .swiper-slide .blue .infocard_logo .light,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue .infocard_logo .light {
    opacity: 0;
}
.page-template-article-detail .info-card-slider .swiper-slide .blue .plus,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue .plus {
    border-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .blue .plus:after,
.page-template-article-detail .info-card-slider .swiper-slide .blue .plus:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue .plus:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide .blue .plus:before {
    background-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .hovered,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered {
    background-color: #0E3745 !important;
    color: #c7e2fb !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .hovered .infocard_logo .light,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered .infocard_logo .light {
    opacity: 1 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .hovered .infocard_logo .dark,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered .infocard_logo .dark {
    opacity: 0 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .hovered .plus.blue,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered .plus.blue {
    border-color: #c7e2fb !important;
    background: #4b75b3 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .hovered .plus.blue:after,
.page-template-article-detail .info-card-slider .swiper-slide .hovered .plus.blue:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered .plus.blue:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide .hovered .plus.blue:before {
    background-color: #c7e2fb !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered {
    background-color: #c7e2fb !important;
    color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus {
    border-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus:after,
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus:before {
    background-color: #c7e2fb !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus.blue,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus.blue {
    border-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus.blue:after,
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .plus.blue:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus.blue:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .plus.blue:before {
    background-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .blue,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .blue {
    border-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .infocard_logo .dark,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .infocard_logo .dark {
    opacity: 1 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide .not-hovered .infocard_logo .light,
.page-template-service-detail-2 .info-card-slider .swiper-slide .not-hovered .infocard_logo .light {
    opacity: 0 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard {
    background-color: #0E3745 !important;
    color: #fff !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus {
    border-color: #fff !important;
    background-color: transparent !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus:after,
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard .plus:before {
    background-color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered {
    background-color: #c7e2fb !important;
    color: #0E3745 !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus {
    border-color: #0E3745 !important;
    background-color: #c7e2fb !important;
}
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus:after,
.page-template-article-detail .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus:before,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus:after,
.page-template-service-detail-2 .info-card-slider .swiper-slide.swiper-slide-active .infocard.not-hovered .plus:before {
    background-color: #c7e2fb !important;
}
.page-template-service-detail-2 .timeline-slider .swiper-pagination-bullet span {
    margin-inline-start: 1.5625rem !important;
}
.page-template-service-detail-2 .timeline-slider .static-content {
    display: none;
}
.page-template-service-detail-2 .timeline-slider .content-slider-section .js-content-slider {
    margin: 6.25rem auto auto;
}
.page-template-service-detail-2 .timeline-slider h1 {
    display: none;
}
.page-template-service-detail-2 .consultation .right a {
    background-color: #005c5d;
}
.page-template-service-detail-2 .consultation .right a svg path {
    stroke: #f7dddb;
}
.page-template-contact-us h2 {
    color: #fff;
}
.page-template-contact-us .title {
    color: hsla(0, 0%, 100%, 0.6) !important;
}
.page-template-contact-us .address-box .p41,
.page-template-contact-us .box a {
    color: #fff !important;
}
.page-template-contact-us .table .days {
    color: hsla(0, 0%, 100%, 0.6) !important;
}
.page-template-contact-us .table .tr {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.page-template-contact-us .btn_container a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .page-template-contact-us .btn_container a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
.page-template-contact-us .btn_container a:first-child {
    display: block !important;
}
.page-template-contact-us .btn_container a:hover {
    background-color: #fff;
    color: #0E3745;
}
.page-template-contact-us #scrollTo .nice-select .current {
    font-size: 21px !important;
    color: rgba(75, 117, 179, 0.8313725490196079);
}
@media only screen and (max-width: 991px) {
    .page-template-contact-us #scrollTo .nice-select .current {
        color: rgba(75, 117, 179, 0.8313725490196079);
        line-height: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-contact-us #scrollTo .nice-select .current {
        font-size: 13px !important;
    }
}
.contact_form_container .element .nice-select:hover {
    border-bottom: 1px solid rgba(75, 117, 179, 0.3) !important;
}
.contact_form_container {
    padding-top: 9.375rem;
    padding-bottom: 3.75rem;
}
@media only screen and (max-width: 767px) {
    .contact_form_container {
        padding-top: 5.25rem;
        padding-bottom: 0;
    }
}
.contact_form_container h2 {
    color: #0E3745;
    text-align: center;
}
.contact_form_container .contact-us {
    padding-top: 3.75rem;
}
.contact_form_container .contact-us .formidable_row {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .contact-us .formidable_row {
        flex-direction: column;
        gap: 0;
    }
}
.contact_form_container .contact-us .formidable_row .formidable_column.width-6 {
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .contact-us .formidable_row .formidable_column.width-6 {
        width: 100%;
    }
}
.contact_form_container .contact-us .formidable_row .formidable_column.width-12 {
    width: 100%;
}
.contact_form_container .contact-us .formidable_row .formidable_column span.error {
    position: relative;
    width: 100%;
    color: #fb6c60;
}
.contact_form_container .contact-us .button-row .element {
    display: flex;
    justify-content: center;
}
.contact_form_container .contact-us .formidable_message.error,
.contact_form_container .contact-us .formidable_message.success {
    padding: 10px 20px;
}
.contact_form_container .contact-us .formidable_message.error {
    background: #fb6c60;
}
.contact_form_container .contact-us .formidable_message.success {
    background: green;
}
.contact_form_container .contact-us .formidable_message div {
    line-height: 20px;
    color: #fff;
}
.contact_form_container .contact-us .captcha-text-8 a {
    color: rgba(75, 117, 179, 0.4);
}
.contact_form_container .contact-us .captcha-text-8 a:hover {
    color: #0E3745;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .contact-us .message-6 label {
        bottom: 30px;
    }
}
.contact_form_container .contact-us .message-6.active .input {
    padding-top: 10px;
}
.contact_form_container .contact-us .message-6.active label {
    bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .contact-us .message-7 {
        margin-top: 30px;
    }
}
.contact_form_container input[type="text"]::placeholder {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
    color: rgba(75, 117, 179, 0.3);
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .contact_form_container input[type="text"]::placeholder {
        font-size: 24px;
        line-height: 1;
    }
}
.contact_form_container .element {
    margin-bottom: 40px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .element {
        margin-bottom: 25px;
    }
}
.contact_form_container .element .required {
    color: inherit !important;
}
.contact_form_container .element.active label {
    display: block !important;
    bottom: auto;
    top: -20px;
    font-size: 11px !important;
    line-height: 14px !important;
    color: rgba(75, 117, 179, 0.5);
}
.contact_form_container .element label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    pointer-events: none;
    padding: 0;
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
    color: rgba(75, 117, 179, 0.3);
    text-transform: capitalize;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
    .contact_form_container .element label {
        font-size: 24px;
        line-height: 1;
        bottom: auto;
    }
}
.contact_form_container .element label.focus {
    top: -7px;
    font-size: 13px;
    line-height: 14px;
}
.contact_form_container .element label .required {
    color: #dc143c;
}
.contact_form_container .element.active label {
    display: none;
}
.contact_form_container .element input,
.contact_form_container .element select,
.contact_form_container .element textarea {
    width: 100%;
    border: 0;
    padding: 0 0 25px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    color: #0E3745;
    border-bottom: 1px solid rgba(75, 117, 179, 0.3);
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    max-height: 3.75rem;
}
.contact_form_container .element input:hover,
.contact_form_container .element select:hover,
.contact_form_container .element textarea:hover {
    border-bottom: 1px solid #4b75b3;
}
.contact_form_container .element input.error,
.contact_form_container .element select.error,
.contact_form_container .element textarea.error {
    margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
    .contact_form_container .element input,
    .contact_form_container .element select,
    .contact_form_container .element textarea {
        font-size: 1.5rem;
        line-height: 1.1;
        padding: 0 0 10px;
    }
}
.contact_form_container .element select {
    position: relative;
    height: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../../src/images/arrow-down.png);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
.contact_form_container .element select::-ms-expand {
    display: none;
}
.contact_form_container .element select:focus {
    background-image: url(../../src/images/arrow-up.png);
}
.contact_form_container .element select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
}
.contact_form_container .element .nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(75, 117, 179, 0.3);
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    max-height: 3.75rem;
    position: relative;
    top: -30px;
    color: rgba(75, 117, 179, 0.3);
    font-family: IBMPlexSansArabicRegular;
    padding-inline-start: 0;
    border-radius: 0;
}
.contact_form_container .element .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #4b75b3;
    border-right: 1px solid #4b75b3;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .element .nice-select {
        padding-inline-start: 0;
    }
}
.contact_form_container .element .nice-select.active-select span {
    color: #0E3745;
}
.contact_form_container .element .nice-select span {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem) !important;
    line-height: clamp(1.75rem, 1.875rem, 1.875rem) !important;
    font-weight: 400 !important;
}
@media only screen and (max-width: 991px) {
    .contact_form_container .element .nice-select span {
        font-size: 24px;
    }
}
.contact_form_container .element .nice-select .list {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(75, 117, 179, 0.3);
    top: 108%;
    padding: 12px;
}
.contact_form_container .element .nice-select .list li {
    color: rgba(75, 117, 179, 0.3);
    background: transparent;
    font-size: 16px !important;
    line-height: 17px !important;
    font-family: IBMPlexSansArabicRegular;
    padding: 12px;
    letter-spacing: -0.16px;
    font-weight: 400 !important;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .element .nice-select .list li {
        font-size: 0.875rem !important;
    }
}
.contact_form_container .element .nice-select .list li:after {
    height: 6px;
    width: 6px;
    content: "";
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s ease-out;
    background-color: #005c5d;
    border-radius: 100%;
}
.contact_form_container .element .nice-select .list li.focus,
.contact_form_container .element .nice-select .list li:hover {
    color: #0E3745;
}
.contact_form_container .element .nice-select .list li.focus:after,
.contact_form_container .element .nice-select .list li:hover:after {
    opacity: 1;
}
.contact_form_container .element .nice-select:hover {
    border-bottom: 1px solid #4b75b3;
}
.contact_form_container .element textarea {
    overflow-y: hidden;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .element textarea {
        padding-bottom: 0;
    }
}
.contact_form_container .element .buttons {
    padding-top: 15px;
}
.contact_form_container .element .buttons input {
    width: auto;
    background: none;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    opacity: 1;
    width: 50%;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    border: 1px solid #000;
}
.contact_form_container .element .buttons input:hover {
    background: #07aa7c;
    border: 1px solid #fff;
    color: #fff;
}
.contact_form_container .element .buttons input[type="submit"] {
    width: auto;
    min-width: 137px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #0E3745 !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 110% !important;
    letter-spacing: -0.01em !important;
    text-transform: capitalize !important;
    color: #fff !important;
    border: 1px solid #4b75b3 !important;
    transition: 0.3s !important;
    padding: 20px 45px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicRegular;
}
.contact_form_container .element .buttons input[type="submit"]:hover {
    background-color: transparent !important;
    color: #0E3745 !important;
}
.contact_form_container .element span.error {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    color: #fb6c60;
    margin-top: 10px;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .contact_form_container .element span.error {
        font-size: 18px;
        line-height: 20px;
    }
}
.book-an-appointment-form.formidable {
    width: 80%;
    margin: auto;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable {
        width: 100%;
    }
}
.book-an-appointment-form.formidable input[type="text"]::placeholder {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
    color: rgba(75, 117, 179, 0.6) !important;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable input[type="text"]::placeholder {
        font-size: 24px;
        line-height: 1;
    }
}
.book-an-appointment-form.formidable .datepicker::placeholder {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
    color: rgba(75, 117, 179, 0.6) !important;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable .datepicker::placeholder {
        font-size: 24px;
        line-height: 1;
    }
}
.book-an-appointment-form.formidable .element {
    margin-bottom: 40px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .element {
        margin-bottom: 1.875rem;
    }
}
.book-an-appointment-form.formidable .element .required {
    color: inherit !important;
}
.book-an-appointment-form.formidable .element.active label {
    display: block !important;
    bottom: auto;
    top: -20px;
    font-size: 11px !important;
    line-height: 14px !important;
    color: rgba(75, 117, 179, 0.5);
}
.book-an-appointment-form.formidable .element label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    pointer-events: none;
    padding: 0;
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    margin: 0;
    color: rgba(75, 117, 179, 0.6);
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable .element label {
        font-size: 24px;
        line-height: 1;
        bottom: auto;
    }
}
.book-an-appointment-form.formidable .element label.focus {
    top: -7px;
    font-size: 13px;
    line-height: 14px;
}
.book-an-appointment-form.formidable .element label .required {
    color: #dc143c;
}
.book-an-appointment-form.formidable .element.active label {
    display: none;
}
.book-an-appointment-form.formidable .element input,
.book-an-appointment-form.formidable .element select,
.book-an-appointment-form.formidable .element textarea {
    width: 100%;
    border: 0;
    padding: 0 0 25px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    color: #0E3745;
    border-bottom: 1px solid rgba(75, 117, 179, 0.3);
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    max-height: 3.75rem;
}
.book-an-appointment-form.formidable .element input:hover,
.book-an-appointment-form.formidable .element select:hover,
.book-an-appointment-form.formidable .element textarea:hover {
    border-bottom: 1px solid #4b75b3;
}
.book-an-appointment-form.formidable .element input.error,
.book-an-appointment-form.formidable .element select.error,
.book-an-appointment-form.formidable .element textarea.error {
    margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
    .book-an-appointment-form.formidable .element input,
    .book-an-appointment-form.formidable .element select,
    .book-an-appointment-form.formidable .element textarea {
        font-size: 1.5rem;
        line-height: 1.1;
        padding: 0 0 10px;
    }
}
.book-an-appointment-form.formidable .element select {
    position: relative;
    height: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(../../src/images/arrow-down.png);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
}
.book-an-appointment-form.formidable .element select::-ms-expand {
    display: none;
}
.book-an-appointment-form.formidable .element select:focus {
    background-image: url(../../src/images/arrow-up.png);
}
.book-an-appointment-form.formidable .element select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
}
.book-an-appointment-form.formidable .element .nice-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(75, 117, 179, 0.3);
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    max-height: 3.75rem;
    position: relative;
    top: -30px;
    color: rgba(75, 117, 179, 0.3);
    font-family: IBMPlexSansArabicRegular;
    padding-inline-start: 0;
    border-radius: 0;
}
.book-an-appointment-form.formidable .element .nice-select:after {
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #4b75b3;
    border-right: 1px solid #4b75b3;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .element .nice-select {
        padding-inline-start: 0;
        margin-bottom: 1.875rem;
        top: 0;
    }
}
.book-an-appointment-form.formidable .element .nice-select.active-select span {
    color: #0E3745;
}
.book-an-appointment-form.formidable .element .nice-select span {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem) !important;
    line-height: clamp(1.75rem, 1.875rem, 1.875rem) !important;
    font-weight: 400 !important;
    color: rgba(75, 117, 179, 0.6);
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable .element .nice-select span {
        font-size: 24px;
    }
}
.book-an-appointment-form.formidable .element .nice-select .list {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(75, 117, 179, 0.3);
    top: 108%;
    padding: 12px;
}
.book-an-appointment-form.formidable .element .nice-select .list li {
    color: rgba(75, 117, 179, 0.3);
    background: transparent;
    font-size: 16px !important;
    line-height: 17px !important;
    font-family: IBMPlexSansArabicRegular;
    padding: 12px;
    letter-spacing: -0.16px;
    font-weight: 400 !important;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .element .nice-select .list li {
        font-size: 0.875rem !important;
    }
}
.book-an-appointment-form.formidable .element .nice-select .list li:after {
    height: 6px;
    width: 6px;
    content: "";
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s ease-out;
    background-color: #005c5d;
    border-radius: 100%;
}
.book-an-appointment-form.formidable .element .nice-select .list li.focus,
.book-an-appointment-form.formidable .element .nice-select .list li:hover {
    color: #0E3745;
}
.book-an-appointment-form.formidable .element .nice-select .list li.focus:after,
.book-an-appointment-form.formidable .element .nice-select .list li:hover:after {
    opacity: 1;
}
.book-an-appointment-form.formidable .element .nice-select:hover {
    border-bottom: 1px solid #4b75b3;
}
.book-an-appointment-form.formidable .element textarea {
    overflow-y: hidden;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .element textarea {
        padding-bottom: 0;
    }
}
.book-an-appointment-form.formidable .element .buttons {
    padding-top: 15px;
}
.book-an-appointment-form.formidable .element .buttons input {
    width: auto;
    background: none;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    opacity: 1;
    width: 50%;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    border: 1px solid #000;
}
.book-an-appointment-form.formidable .element .buttons input:hover {
    background: #07aa7c;
    border: 1px solid #fff;
    color: #fff;
}
.book-an-appointment-form.formidable .element .buttons input[type="submit"] {
    width: auto;
    min-width: 137px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #0E3745 !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 110% !important;
    letter-spacing: -0.01em !important;
    text-transform: capitalize !important;
    color: #fff !important;
    border: 1px solid #4b75b3 !important;
    transition: 0.3s !important;
    padding: 20px 45px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicRegular;
}
.book-an-appointment-form.formidable .element .buttons input[type="submit"]:hover {
    background-color: transparent !important;
    color: #0E3745 !important;
}
.book-an-appointment-form.formidable .element span.error {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    color: #fb6c60;
    margin-top: 10px;
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .element span.error {
        font-size: 18px;
        line-height: 20px;
    }
}
.book-an-appointment-form.formidable .intl-tel-input {
    display: block;
    position: relative;
}
.book-an-appointment-form.formidable .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}
.book-an-appointment-form.formidable .intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
    padding-inline-start: 0;
    padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable .intl-tel-input.separate-dial-code .selected-flag {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .intl-tel-input.separate-dial-code .selected-flag {
        padding-bottom: 15px;
    }
}
.book-an-appointment-form.formidable .intl-tel-input.separate-dial-code .selected-flag .selected-dial-code {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    color: rgba(75, 117, 179, 0.6);
    font-family: IBMPlexSansArabicRegular;
}
@media only screen and (max-width: 991px) {
    .book-an-appointment-form.formidable .intl-tel-input.separate-dial-code .selected-flag .selected-dial-code {
        font-size: 20px;
        line-height: 22px;
    }
}
.book-an-appointment-form.formidable .intl-tel-input .country-list {
    top: 120%;
    left: 0;
    padding: 12px;
    box-shadow: none;
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 10px;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .divider {
    border: 0;
    padding: 0;
    margin: 0;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .country {
    padding: 12px 0;
    position: relative;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .country:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #005c5d;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .country span {
    color: rgba(75, 117, 179, 0.6);
    font-size: 16px;
    line-height: 17px;
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicRegular;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .country.active,
.book-an-appointment-form.formidable .intl-tel-input .country-list .country.highlight {
    background-color: transparent;
}
.book-an-appointment-form.formidable .intl-tel-input .country-list .country.active:after,
.book-an-appointment-form.formidable .intl-tel-input .country-list .country.highlight:after {
    opacity: 1;
}
.book-an-appointment-form.formidable .element .buttons {
    padding-top: 0;
}
.book-an-appointment-form.formidable .element .buttons input[type="submit"] {
    margin: auto;
}
.book-an-appointment-form.formidable .formidable_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.book-an-appointment-form.formidable .formidable_row.button-row .element {
    margin-bottom: 0;
}
.book-an-appointment-form.formidable .formidable_row .formidable_column.width-6 {
    width: 47.5%;
}
@media only screen and (max-width: 767px) {
    .book-an-appointment-form.formidable .formidable_row .formidable_column.width-6 {
        width: 100%;
    }
}
.book-an-appointment-form.formidable .formidable_row .formidable_column.width-12 {
    width: 100%;
}
.your-phone-number-11,
.your-phone-number-33 {
    margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
    .your-phone-number-11,
    .your-phone-number-33 {
        margin-bottom: 1.5625rem !important;
    }
}
.your-email-10 {
    margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
    .your-email-10 {
        margin-bottom: 25px !important;
    }
}
.add-notes-14 {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .add-notes-14 {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .select-date-15 {
        margin-bottom: 35px;
    }
}
.select-date-15 .input:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 3.5H3.75A1.5 1.5 0 002.25 5v10.5a1.5 1.5 0 001.5 1.5h10.5a1.5 1.5 0 001.5-1.5V5a1.5 1.5 0 00-1.5-1.5zM12 2v3M6 2v3M2.25 8h13.5' opacity='.6' stroke='%234B75B3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}
.select-date-15 input {
    margin-bottom: 10px !important;
}
.select-date-15 input::placeholder {
    font-size: clamp(1.625rem, 1.75rem, 1.75rem);
    line-height: clamp(1.75rem, 1.875rem, 1.875rem);
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
    margin: 0;
    color: rgba(75, 117, 179, 0.3);
    text-transform: capitalize;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
    .select-date-15 input::placeholder {
        font-size: 24px;
        line-height: 1;
    }
}
.select-time-16 .input:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.6' stroke='%234B75B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 17A7.5 7.5 0 109 2a7.5 7.5 0 000 15z'/%3E%3Cpath d='M9 5v4.5l3 1.5'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
    height: 19px;
    width: 18px;
    background-repeat: no-repeat;
    background-size: cover;
}
.select-doctor-13,
.select-service-12 {
    margin-bottom: 0 !important;
}
.js-team-list a {
    color: inherit;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 0;
}
.page-template-our-doctors nav .breadcrumb li:nth-child(2),
.page-template-our-team nav .breadcrumb li:nth-child(2) {
    display: none;
}
.page-template-blog-listing .search-field,
.page-template-our-doctors .image_card,
.page-template-our-team .image_card {
    opacity: 0;
}
@media only screen and (max-width: 686px) {
    .page-template-blog-listing .filter-dropdown {
        height: auto !important;
        row-gap: 0 !important;
        flex-direction: row !important;
    }
}
@media only screen and (max-width: 686px) {
    .page-template-blog-listing .filter-dropdown .text {
        width: 40%;
    }
}
@media only screen and (max-width: 686px) {
    .page-template-blog-listing .filter-dropdown .nice-select {
        width: 60%;
    }
}
.page-template-blog-listing .filter-dropdown > div {
    opacity: 0;
}
@media only screen and (max-width: 686px) {
    .page-template-blog-listing .filter-dropdown > div {
        width: 100%;
        margin-bottom: 20px;
        justify-content: flex-start !important;
        margin-inline-end: 0 !important;
    }
    .page-template-blog-listing .filter-dropdown > div:last-child {
        margin-bottom: 0;
    }
}
.page-template-blog-listing .filter-dropdown > div.one {
    z-index: 7;
}
.page-template-blog-listing .filter-dropdown > div.two {
    z-index: 6;
}
.page-template-blog-listing .filter-dropdown > div.three {
    z-index: 5;
}
.page-template-blog-listing .caseStudy_card {
    opacity: 0;
}
.page-template-blog-listing .caseStudy_card .plus {
    background: #4b75b3;
    border-color: #0E3745;
}
.page-template-case-detail .case_details_block h2,
.page-template-case-detail .case_details_block p {
    opacity: 0;
}
.page-template-case-detail .caseStudy_card {
    cursor: auto;
}
@media only screen and (max-width: 767px) {
    .page-template-testimonials .categories-nav {
        overflow: hidden;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 1279px) {
    .page-template-testimonials .categories-nav .swiper-wrapper {
        gap: 0.625rem 0;
        flex-wrap: wrap;
    }
}
.page-template-testimonials .categories-nav li {
    width: auto;
}
.faq-listing .acc-container .acc,
.faq-listing h2 {
    opacity: 0;
}
.page-template-article-detail header.header .logo svg path {
    fill: #fff;
}
.page-template-article-detail header.header .links ul.accessibility li:nth-child(2) a,
.page-template-article-detail header.header .links ul.nav-items li a {
    color: #fff;
}
.page-template-article-detail header.header .links ul.accessibility li.search_header:not(.cta) svg path {
    stroke: #fff;
}
.page-template-article-detail header.header .links ul.accessibility li a:not(.cta) {
    border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.page-template-article-detail header.header .links ul.accessibility li a:not(.cta):hover {
    border: 1px solid #fff;
}
.page-template-article-detail header.header .links ul.accessibility li a:not(.cta) svg path {
    stroke: #fff;
}
.page-template-article-detail header.header.top .logo svg path {
    fill: #4b75b3;
}
.page-template-article-detail header.header.top .links ul.accessibility li:nth-child(2) a,
.page-template-article-detail header.header.top .links ul.nav-items li a {
    color: #0E3745;
}
.page-template-article-detail header.header.top .links ul.accessibility li.search_header:not(.cta) svg path {
    stroke: #4b75b3;
}
.page-template-article-detail header.header.top .links ul.accessibility li a:not(.cta) {
    border: 1px solid rgba(75, 117, 179, 0.1);
}
.page-template-article-detail header.header.top .links ul.accessibility li a:not(.cta):hover {
    border: 1px solid #4b75b3;
}
.page-template-article-detail header.header.top .links ul.accessibility li a:not(.cta) svg path {
    stroke: #4b75b3;
}
.ccm-pagination-outer-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ccm-pagination-outer-wrapper .pagination {
    display: flex;
}
.ccm-pagination-outer-wrapper .pagination li {
    list-style: none;
    margin-inline-end: 5px;
    height: 46px;
    width: 46px;
    border: 1px solid #4b75b3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
    font-family: IBMPlexSansArabicRegular;
    color: #0E3745;
}
.ccm-pagination-outer-wrapper .pagination li:hover {
    background-color: #c7e2fb;
    color: #0E3745;
}
.ccm-pagination-outer-wrapper .pagination li:hover a,
.ccm-pagination-outer-wrapper .pagination li a {
    color: #0E3745;
}
.ccm-pagination-outer-wrapper .pagination li.active {
    background-color: #005c5d;
    color: #fff;
}
.ccm-pagination-outer-wrapper .pagination li.active a {
    color: #fff;
}
.ccm-pagination-outer-wrapper .pagination li.active .sr-only {
    display: none;
}
.ccm-pagination-outer-wrapper .pagination li.next,
.ccm-pagination-outer-wrapper .pagination li.prev {
    height: auto;
    width: auto;
    border: none;
    border-radius: 0;
    font-size: clamp(1.375rem, 1.66667vw, 1.66667vw);
    line-height: clamp(1.5rem, 1.80556vw, 1.80556vw);
    letter-spacing: -0.16px;
    font-family: IBMPlexSansArabicBold;
    color: #0E3745;
    background-color: transparent !important;
}
.ccm-pagination-outer-wrapper .pagination li.next.disabled,
.ccm-pagination-outer-wrapper .pagination li.prev.disabled {
    opacity: 0.5;
}
.ccm-pagination-outer-wrapper .pagination li.next {
    margin-inline-start: 25px;
}
.ccm-pagination-outer-wrapper .pagination li.prev {
    margin-inline-end: 25px;
}
.captcha-text-8 p,
.captcha-text-19 p,
.captcha-text-39 p {
    color: #0E3745;
}
@media only screen and (max-width: 991px) {
    .captcha-text-8 p,
    .captcha-text-19 p,
    .captcha-text-39 p {
        max-width: 67%;
    }
}
@media only screen and (max-width: 539px) {
    .captcha-text-8 p,
    .captcha-text-19 p,
    .captcha-text-39 p {
        max-width: 100%;
    }
}
.captcha-text-8 p a,
.captcha-text-19 p a,
.captcha-text-39 p a {
    color: rgba(75, 117, 179, 0.6);
}
.captcha-text-8 a,
.captcha-text-8 p,
.captcha-text-19 a,
.captcha-text-19 p,
.captcha-text-39 a,
.captcha-text-39 p {
    font-size: clamp(1.125rem, 1.25rem, 1.375rem);
    line-height: clamp(1.5rem, 1.625rem, 1.75rem);
}
@media only screen and (max-width: 767px) {
    .captcha-text-8 a,
    .captcha-text-8 p,
    .captcha-text-19 a,
    .captcha-text-19 p,
    .captcha-text-39 a,
    .captcha-text-39 p {
        font-size: 18px;
        line-height: 20px;
    }
}
.captcha-text-19,
.captcha-text-39 {
    margin-bottom: 60px !important;
}
.grecaptcha-badge {
    opacity: 0;
    display: none;
}
.privacy .case_details_block,
.privacy .case_details_block .details_wrapper {
    width: 100% !important;
}
.privacy .case_details_block h4:not(:first-child) {
    padding-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
    .privacy .case_details_block h4:not(:first-child) {
        padding-top: 1.875rem;
    }
}
.transparent_btn {
    background-color: transparent;
    border: none;
}
.page-template-blog-listing .search_icon,
.page-template-services-listing .search_icon {
    right: 2% !important;
    top: 40% !important;
}
.page-template-blog-listing .quote-block .content-block .desc,
.page-template-services-listing .quote-block .content-block .desc {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.search_page h2 {
    padding-block-end: 5rem;
}
@media only screen and (max-width: 767px) {
    .search_page h2 {
        padding-block-end: 2.5rem;
    }
}
.main_overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    display: none;
}

.lang-switch a:after {
    display: none;
}
.loader {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 110%;
    width: 100%;
    background-color: #c7e2fb;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.loader.active {
    opacity: 1;
    visibility: visible;
}
.loader .spinner {
    height: 100px;
    width: 100px;
    border: 10px solid #f7dddb;
    border-top-color: #0E3745;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}

.swiper.slider2 {
    position: unset;
    overflow: unset;
}

.login-page {
    min-height: 300px;
    padding: 180px 0;
    text-align: center;
}
.login-page .form-group {
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.login-page .form-group input {
    border: 1px solid #000;
    color: #000;
}
.inner_page_banner .content-section h1 .split-line {
    overflow: hidden;
}
.captchaBlock .error {
    margin-bottom: 10px;
}
.captchaBlock .captchaText p {
    padding-top: 10px;
}
.captchaBlock .captchaText p a {
    color: inherit;
}
.login-page form div {
    padding-bottom: 10px;
}
.ui-datepicker {
    font-family: IBMPlexSansArabicRegular;
    border-color: #0E3745;
    padding: 10px;
}
.ui-datepicker .ui-datepicker-month {
    font-family: IBMPlexSansArabicBold;
    color: #0E3745;
}
.ui-datepicker td .ui-state-default,
.ui-datepicker th {
    color: #0E3745;
}
.ui-datepicker td .ui-state-highlight {
    color: #fff;
    background-color: #005c5d;
}
.ui-datepicker td .ui-state-hover {
    color: #fff;
    background-color: #c7e2fb;
}
.ui-datepicker .ui-datepicker-header {
    background: #c7e2fb;
}
.ui-datepicker select.ui-datepicker-year {
    color: #fff;
    background-color: #005c5d;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header,
.ui-widget-header .ui-state-default {
    border: 1px solid #4b75b3;
    background-image: none;
    background-color: #005c5d;
    color: #fff;
}
.ui_tpicker_hour_label,
.ui_tpicker_minute_label {
    margin-bottom: 5px;
}
.ui_tpicker_minute_label {
    margin-top: 5px;
}
.our-team-js {
    padding-bottom: 9%;
}
@media only screen and (max-width: 767px) {
    .our-team-js {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-speciality-detail .timeline-slider .js-timeline-pagination {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-speciality-detail .timeline-slider .content-slider-section {
        margin-top: 30px;
    }
}
.testimonials .load_btn {
    margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .testimonials .load_btn {
        margin-bottom: 40px;
    }
}
footer .newsletter-section .newsletter-form #ff_buttons {
    margin-top: 50px;
}
footer .newsletter-section .newsletter-form [type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
}
.learn_topic_listing .js-learn-items h2 {
    margin-inline-start: 35px;
}
@media only screen and (max-width: 991px) {
    .learn_topic_listing .js-learn-items h2 {
        margin-inline-start: 15px;
    }
}
.page-template-search .load_btn a {
    margin-bottom: 60px;
}
.page-template-team-detail .team-detail {
    gap: 0;
    flex-wrap: nowrap;
}
@media (max-width: 1024px) {
    .page-template-team-detail .team-detail {
        padding: 7%;
    }
}
@media (max-width: 991px) {
    .page-template-team-detail .team-detail {
        flex-wrap: wrap;
    }
}
.page-template-team-detail .team-detail .image {
    width: 100%;
}
.page-template-team-detail .team-detail .details {
    width: 100%;
    padding-inline-start: 20px;
}
.page-template-team-detail .team-detail .details h3 {
    font-size: 35px;
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
}
.page-template-team-detail .team-detail .details p {
    font-size: 26px;
}
.page-template-team-detail .team-detail .details .social {
    padding-top: 3%;
}
.page-template-team-detail .team-detail .details .social_media_icons {
    padding-top: 4%;
}
.page-template-team-detail .team-detail .image-section {
    position: relative;
    display: flex;
}
.page-template-team-detail .team-detail .image-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
}
.page-template-team-detail .team-detail .image-section .play {
    bottom: 20px;
    z-index: 4;
    left: 20px;
}
.timeline-slider-new h2,
.timeline-slider-new p {
    text-align: left !important;
}
@media only screen and (max-width: 1199px) {
    .accordion-block .faq-wrapper {
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-block .faq-wrapper {
        flex-direction: column;
    }
}
@media only screen and (max-width: 1199px) {
    .accordion-block .faq-wrapper .content-section {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1199px) {
    .accordion-block .faq-wrapper .video-section {
        align-items: flex-start !important;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}
.phone-field .element label {
    left: 110px !important;
}
.phone-field .element.active label {
    left: 0 !important;
}
.multiple-select label {
    z-index: 2;
}
.multiple-select .element .input select {
    display: none !important;
}
.multiple-select .element .selectize-input {
    cursor: pointer;
    min-height: 55px;
    position: relative;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(75, 117, 179, 0.3);
    padding: 0 !important;
}
.multiple-select .element .selectize-input:before {
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #4b75b3;
    border-right: 1px solid #4b75b3;
    top: 40%;
}
.multiple-select .element .selectize-input input {
    display: none !important;
    padding-bottom: 23px !important;
    pointer-events: none;
}
.multiple-select .element .selectize-input .item {
    padding-left: 23px !important;
    padding-right: 15px !important;
    padding: 10px 0;
    border: 0;
    background-color: #c7e2fb !important;
    color: #0E3745 !important;
    font-family: IBMPlexSansArabicRegular;
    border-radius: 26px;
    overflow: hidden;
}
.multiple-select .element .selectize-input .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 3px;
}
.multiple-select .element .has-items:before,
.multiple-select .help-block {
    display: none !important;
}
.your-phone-number-33 {
    margin-bottom: 50px !important;
}
.shrink {
    top: -30px !important;
    font-size: 11px !important;
}
.country-list {
    z-index: 3 !important;
}
section.home_banner .text-slider .swiper-container .swiper-slide p {
    max-width: 266px;
}
@media (min-width: 992px) and (max-width: 1279px) {
    .home_banner .text-slider {
        padding-top: 87px;
    }
}
.page-type-our-smiles .search-field {
    display: none !important;
}
.cta {
    padding: 13px 30px;
    border-radius: 10px;
    min-width: 162px;
    display: inline-block;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
    box-sizing: border-box;
    font-family: IBMPlexSansArabicRegular;
    letter-spacing: -0.16px;
    text-align: center;
}
.cta.b1,
.cta.b2 {
    font-size: clamp(1rem, 1.125rem, 1.125rem);
    line-height: clamp(1.0625rem, 1.1875rem, 1.1875rem);
}
.cta.filled-blue {
    background-color: #0E3745;
    color: #fff;
    border: 1px solid #0E3745;
}
.cta.filled-blue:hover {
    background-color: transparent;
    color: #0E3745;
}
.cta.bordered-water-blue {
    border: 1px solid #d9d8d6;
    color: #d9d8d6;
}
.cta.bordered-water-blue:hover {
    background-color: #d9d8d6;
    color: #005c5d;
}
.cta.bordered-white {
    border: 1px solid rgba(75, 117, 179, 0.1);
    color: #0E3745;
}
.cta.bordered-white:hover {
    background-color: #c7e2fb;
    color: #0E3745;
}
.cta.bordered-blue {
    border: 1px solid #4b75b3;
    color: #0E3745;
}
.cta.bordered-blue:hover {
    background-color: #005c5d;
    color: #fff;
}
.plus {
    cursor: pointer;
    position: absolute;
    height: 104px;
    width: 91px;
    border-radius: 10px;
    transition: background-color 0.3s, color ease-in-out;
}
@media only screen and (max-width: 767px) {
    .plus {
        height: 90px;
        width: 80px;
    }
}
.plus:before {
    height: 12px;
    width: 1px;
}
.plus:after,
.plus:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.plus:after {
    height: 1px;
    width: 12px;
}
.plus.blue {
    border: 1px solid #d9d8d6;
}

.plus.blue:hover {
    background-color: #005c5d;
}
.plus.blue:after,
.plus.blue:before {
    background-color: #d9d8d6;
}
.plus.blue:hover:after,
.plus.blue:hover:before {
    background-color: #d9d8d6 !important;
}
.plus.white {
    border: 1px solid #fff;
}
.plus.white:after,
.plus.white:before,
.plus.white:hover {
    background-color: #fff;
}
.plus.white:hover:after,
.plus.white:hover:before {
    background-color: #0E3745 !important;
}
.play {
    position: absolute;
    height: 104px;
    width: 91px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .play {
        height: 75px;
        width: 65px;
    }
}
.play svg path {
    transition: all 0.3s ease-out;
}
.play:hover {
    background-color: #fff;
}
.play:hover svg path {
    stroke: #4b75b3;
}
.btn__tertiary {
    background-color: #005c5d;
    border-radius: 10px;
    border: 1px solid #4b75b3;
    color: #fff;
    cursor: pointer;
    font-family: IBMPlexSansArabicRegular;
    font-size: 18px;
    font-weight: 400;
    padding: 30px 45px;
    outline: none;
}
.btn__tertiary:hover {
    background-color: #fff;
    color: #0E3745;
}
.text__banner {
    min-height: 452px;
    padding-top: 146px;
    padding-bottom: 70px;
}
.text__banner .content-section {
    padding-top: 10%;
    width: 70%;
}
@media only screen and (max-width: 460px) {
    .text__banner .content-section {
        width: 100%;
    }
}
.text__banner .content-section h1 {
    margin-top: 50px;
    opacity: 0;
}
.text__banner .c-container {
    height: 100%;
}
.text__banner .c-container .c-wrapper {
    height: 100%;
    position: relative;
    align-items: flex-end;
}
.text__banner .scroll-to {
    display: inline-block;
    align-items: flex-end;
}
@media only screen and (max-width: 460px) {
    .text__banner .scroll-to {
        margin-top: 85px;
    }
}
.search__filters,
.search__filters .form {
    position: relative;
}
.search__filters .search_input {
    background: #fff !important;
}
.search__filters input[type="text"] {
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 10px;
    color: #0E3745;
    margin-bottom: 20px;
    padding: 21px 0 21px 12px;
    width: 100%;
    height: 60px;
}
.search__filters input[type="text"]::placeholder {
    font-size: 16px;
    color: #0E3745;
}
.search__filters .search_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    border: 1px solid rgba(75, 117, 179, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__filters .filter-dropdown {
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
    justify-content: unset;
    height: 60px;
}
@media only screen and (max-width: 686px) {
    .search__filters .filter-dropdown {
        flex-direction: column;
        align-items: self-start;
        row-gap: 13px;
    }
}
.search__filters .filter-dropdown .one,
.search__filters .filter-dropdown .three,
.search__filters .filter-dropdown .two {
    display: flex;
    justify-content: center;
    margin-inline-end: 17px;
    align-items: center;
}
.search__filters .filter-dropdown .text {
    color: rgba(75, 117, 179, 0.5);
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 10px 0 0 10px;
    padding: 21px 10px 21px 21px;
    height: 60px;
}
.search__filters .filter-dropdown .nice-select {
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 0 10px 10px 0;
    left: -2px;
    line-height: 1.5;
    padding: 20px 35px 19px 21px;
    height: 60px;
}
.search__filters .filter-dropdown .nice-select .current {
    font-family: IBMPlexSansArabicRegular;
    line-height: 1;
    font-size: 16px;
    color: #0E3745;
}
.search__filters .filter-dropdown .search_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    width: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(75, 117, 179, 0.1);
    padding: 23px 30px;
}
.search__filters .filter-dropdown .filter-dropdown {
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
    justify-content: unset;
    height: 60px;
}
@media only screen and (max-width: 686px) {
    .search__filters .filter-dropdown .filter-dropdown {
        flex-direction: column;
        align-items: self-start;
        row-gap: 13px;
    }
}
.search__filters .filter-dropdown .filter-dropdown .one,
.search__filters .filter-dropdown .filter-dropdown .three,
.search__filters .filter-dropdown .filter-dropdown .two {
    display: flex;
    justify-content: center;
    margin-inline-end: 17px;
    align-items: center;
}
.search__filters .filter-dropdown .filter-dropdown .text {
    color: rgba(75, 117, 179, 0.5);
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 10px 0 0 10px;
    padding: 0 10px 0 21px;
    font-family: IBMPlexSansArabicRegular;
    line-height: 1;
    font-size: 16px;
    color: #0E3745;
    display: flex;
    align-items: center;
}
.search__filters .filter-dropdown .filter-dropdown .nice-select {
    border: 1px solid rgba(75, 117, 179, 0.2);
    border-radius: 0 10px 10px 0;
    left: -2px;
    line-height: 1.5;
    padding: 20px 35px 19px 21px;
    height: 60px;
}
.search__filters .filter-dropdown .filter-dropdown .nice-select .current {
    font-family: IBMPlexSansArabicRegular;
    font-weight: 400;
    font-size: 16px;
}
.blogs_lists {
    padding-top: 76px;
    padding-bottom: 66px;
}
.blogs_lists .list_of_blogs {
    margin-top: 50px;
}
.blogs_lists .list_of_blogs .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 40.625rem;
}
@media only screen and (max-width: 767px) {
    .blogs_lists .list_of_blogs .cards-wrapper {
        min-height: 25rem;
    }
}
.blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card {
    margin-bottom: 4.875rem;
    padding: 0 14px;
    max-width: 50%;
    width: 100%;
    min-width: unset;
}
@media only screen and (max-width: 480px) {
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card {
        max-width: 100%;
    }
    
    .contact-us .content-box .detail-box .box {
        width: 100% !important;
    }    
        
    .contact-us .content-box .detail-box {
        flex-wrap: wrap;
        row-gap: 20px;
    }    
}
@media only screen and (min-width: 2000px) {
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image {
        height: calc(490px + 3vw);
        max-height: 100%;
    }
}
@media only screen and (min-width: 1279px) {
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image:hover img {
        transform: scale(1.1);
    }
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image:hover .plus {
        background-color: #fff;
    }
}
@media only screen and (min-width: 1279px) and (max-width: 480px) {
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image:hover .plus {
        height: 80px;
        width: 69.33px;
    }
}
@media only screen and (min-width: 1279px) {
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image:hover .plus:after,
    .blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image:hover .plus:before {
        background-color: #005c5d;
    }
}
.blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__image .plus.white {
    opacity: 1;
}
.blogs_lists .list_of_blogs .cards-wrapper .caseStudy_card__content {
    color: #0E3745;
}
.pt-66 {
    padding-top: 66px;
}
.pb-66 {
    padding-bottom: 66px;
}
.text-center {
    text-align: center;
}
.color-primary {
    color: #0E3745;
}
.links-section a img {
    width: 100%;
    max-width: 200px;
}
html {
  scroll-behavior: smooth;
}
