.service-item, .team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.btn, .navbar, .navbar-expand-lg, .team-item img, .team-text {
    transition: .5s;
}
.add-btn, .back-btn, .back-btn img, .careers-form.submit-button, .download-btn, .download-btn img, .sticky-btns, .sticky-btns i, .sticky-btns img {
    transition: .3s ease-in-out;
}
.btn.btn-primary:hover, .testimonial-carousel .owl-nav .owl-next:hover, .testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--secondary);
}
.me-4, :lang(ar) .me-1, :lang(ar) .me-3, :lang(ar) .navbar .navbar-nav>a {
    margin-right: 0!important;
}
#spinner, .nav-item.hyper-link img {
    opacity: 0;
    visibility: hidden;
}
.download-btn:hover img, .sticky-btns img {
    filter: brightness(0) invert(1);
}
:root {
    --primary: #49848d;
    --secondary: #c6883d;
    --light: #f6f7fc;
    --dark: #15233c;
}
.h1, .h2, .h3, .h4, .h5, .h6, a, body, button, h1, h2, h3, h4, h5, h6, li, p, span, strong {
    font-family: "Myriad Pro"!important;
}
:lang(ar) .h1, :lang(ar) .h2, :lang(ar) .h3, :lang(ar) .h4, :lang(ar) .h5, :lang(ar) .h6, :lang(ar) a, :lang(ar) body, :lang(ar) button, :lang(ar) h1, :lang(ar) h2, :lang(ar) h3, :lang(ar) h4, :lang(ar) h5, :lang(ar) h6, :lang(ar) li, :lang(ar) p, :lang(ar) span, :lang(ar) strong {
    font-family: Almarai, sans-serif!important;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-BoldIt.woff2") format("woff2"), url("../fonts/MyriadPro-BoldIt.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
#spinner {
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1;
}
.add-btn, .address-col p a, .btn.btn-outline-primary:hover, .btn.btn-outline-secondary:hover, .btn.btn-primary, .btn.btn-secondary, .footer .btn.btn-link, .footer .copyright a:hover, .service-item a.btn:hover, .sticky-btns i, .team-item a.btn:hover {
    color: #fff;
}
.btn.btn-primary:hover {
    border-color: var(--secondary);
}
.btn.btn-secondary:hover, .service-item a.btn:hover, .team-item a.btn:hover {
    border-color: var(--primary);
    background: var(--primary);
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-lg-square, .btn-sm-square, .btn-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.carousel-control-next-icon, :lang(ar) .back-btn img {
    transform: scaleX(-1);
}
.top-nav.sticky-top {
    top: 0!important;
}
.navbar .navbar-brand img {
    max-height: 60px;
}
.navbar .navbar-nav .nav-link {
    padding: 10px 0;
    color: #696e77;
    font-weight: 500;
    outline: 0;
}
.add-btn:hover, .location-address.location-two p, .navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover, .page-header .breadcrumb-item a:hover, .page-header .breadcrumb-item.active, .service-item a.btn, .team-item a.btn, .upload-btn {
    color: var(--primary);
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
    display: none;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}
@media (min-width:768px) and (max-width:1300px) {
    #header-carousel:not(.home-slider) .carousel-item {
    position: relative;
    height: auto;
}
#year, .footer .btn.btn-link, .footer p {
    font-size: 14px!important;
}
#header-carousel:not(.home-slider) .carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
#header-carousel:not(.home-slider), 
#header-carousel:not(.home-slider) .carousel-item {
    height: auto;
}
}@media (min-width:992px) and (max-width:1300px) {
    #header-carousel:not(.home-slider) .carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
#header-carousel:not(.home-slider), 
#header-carousel:not(.home-slider) .carousel-item {
    height: auto;
}
}label>span {
    color: var(--dark)!important;
    color: var(--secondary);
}
.carousel-control-next, .carousel-control-prev {
    width: 5%}
.page-header {
    background-image: none!important;
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-weight: 500;
}
.whatsapp-absolute, h1, h2 {
    font-weight: 600;
}

.page-header .breadcrumb-item a, .page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696e77;
}
@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
.container.facts {
    max-width: 100%!important;
}
.container.facts .facts-text {
    padding-left: calc(((100% - 960px)/ 2) + .75rem);
}
.container.facts .facts-counter {
    padding-right: calc(((100% - 960px)/ 2) + .75rem);
}
:lang(ar).pe-lg-0 {
    padding-right: 1.5rem!important;
    padding-left: 0!important;
}
}@media (min-width:1200px) {
    .container.facts .facts-text {
    padding-left: calc(((100% - 1140px)/ 2) + .75rem);
}
.container.facts .facts-counter {
    padding-right: calc(((100% - 1140px)/ 2) + .75rem);
}
}@media (min-width:1400px) {
    .container.facts .facts-text {
    padding-left: calc(((100% - 1320px)/ 2) + .75rem);
}
.container.facts .facts-counter {
    padding-right: calc(((100% - 1320px)/ 2) + .75rem);
}
}.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)) 0 0/cover, url(../img/carousel-2.jpg) center right/cover no-repeat;
}
.container.facts .facts-counter .h-100, .container.facts .facts-text .h-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-item .service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item .service-icon img {
    max-width: 100%;
    object-fit: cover;
            height: 270px;
width: 100%;
    max-height: 100%}
    .service-item .service-icon{
        background-color: transparent!important;
    }
.appointment, .container.facts .facts-text {
    background: var(--primary);
    background-size: cover;
}
.team-item {
    height: 418px;
    margin-bottom: 40px;
}
.directors-list>ul, .iti.iti--allow-dropdown.iti--separate-dial-code, .media-item img, .nice-select.open .list, .team-item img {
    width: 100%}
.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
}
.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}
.animated.pulse {
    animation-duration: 1.5s;
}
.birth-date, .testimonial-left, .testimonial-right {
    position: relative;
}
.testimonial-left img, .testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}
.testimonial-left img:first-child, .testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-left img:nth-child(2), .testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.testimonial-left img:nth-child(3), .testimonial-right img:first-child {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%}
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.testimonial-carousel .owl-nav .owl-next, .testimonial-carousel .owl-nav .owl-prev {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}
.footer {
    color: #a7a8b4;
    background-color: #000!important;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #a7a8b4;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
    transform: none;
    color: var(--secondary);
    letter-spacing: normal;
}
.footer .btn.btn-square {
    color: #fff;
    border: 1px;
}
.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.career-footer p.gold-text, .footer .copyright a {
    color: var(--secondary);
}
.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}
.navbar .nav-item:hover .dropdown-menu {
    min-width: fit-content;
}
.dropdown-menu[data-bs-popper] {
    right: 0!important;
    left: 0;
}
.display-6, h1 {
    font-size: 2rem!important;
}
.h5, h5 {
    font-size: 1.25rem!important;
    color: var(--dark)!important;
}
.facts-text {
    text-align: start!important;
}
.location-address ul li h3, .team-text h5 {
    font-size: 20px;
}
.main-text-p, .service-item p {
    font-size: 16px;
    color: #696e77;
}
.container.facts .facts-counter .h-100, .container.facts .facts-text .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width:768px) {
    .team-item {
    margin-bottom: 40px;
}
}@media (max-width:991px) {
    iframe {
    width: 100%!important;
}
.accordion-item .accordion-button {
    font-size: 14px!important;
    padding: 17px 0;
}
.accordion-item .accordion-button img {
    height: 35px!important;
    width: 30px!important;
}
.accordion-button::after {
    background-size: 1rem;
    top: 40%!important;
}
.service-title {
    font-size: 20px!important;
}
h3 {
    font-size: 18px!important;
}
.contact-us p, .main-branch p, p {
    font-size: 16px!important;
}
.nav-tabs .nav-link, b, strong {
    font-size: 14px!important;
}
}.page-header.contact-us-head {
    background-image: none;
    background-position: right;
}
.page-header.media-head {
    background-image: none;
    background-position: center;
}
.whatsapp-absolute {
    background-color: #34a740;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    direction: ltr!important;
    border: 0;
}
.iti--separate-dial-code .iti__selected-dial-code, .phone-num {
    direction: ltr;
}
.accordion-button, .contact-us p, .file-name, .main-branch p, b, strong {
    font-size: 18px;
}
#whatsappBtn-en {
    border: 0;
    background-color: transparent;
    margin-top: 30px;
}
.whatsapp-absolute img {
    width: 30px;
}
.nav-tabs .nav-link:hover, .service-title, a:hover, b, h1, label, strong {
    color: var(--dark);
}
.text-dark {
    color: #15233c!important;
}
h2 {
    font-size: 24px!important;
    color: var(--primary);
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.plans-list li h6, h3, tbody, td, tfoot, th, thead, tr {
    font-size: 20px;
    color: var(--dark);
}
.iti__selected-dial-code, .tab-pane ul li, h5, p {
    font-size: 18px;
    color: var(--dark);
}
.nice-select .current, span {
    color: var(--dark);
    font-size: 16px;
}
.main-text {
    margin-bottom: 0;
    padding: 32px 0;
}
.btn-primary:hover {
    background-color: #fff!important;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}
.facts-counter {
    padding-right: 0!important;
}
.footer p {
    color: var(--light);
}
.nav-tabs .nav-link {
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary);
}
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
    gap: 20px;
}
.custom-file-input, .date-picker, input, select, textarea {
    width: 100%;
    height: 59px;
    padding: 10px;
    border: 1.5px solid #ced4da;
    border-radius: 12px;
}
.birth-date:after {
    position: absolute;
    right: 15px;
    background-image: url(../img/icon/calendar.svg);
    background-size: contain;
    width: 25px;
    height: 25px;
    content: "";
    top: 17px;
    filter: brightness(0);
}
.footer .btn.btn-link::before, .nice-select.flatpickr-monthDropdown-months:after {
    display: none;
}
.custom-file-input {
    position: relative;
    z-index: 1;
}
.file-name {
    color: var(--dark)!important;
    display: block;
    margin-top: 5px;
    font-weight: 400;
    color: #555;
}
.custom-file-input span {
    position: absolute;
    top: 16px;
    margin-top: 0;
}
table {
    width: 100%;
    margin: 20px 0;
}
label {
    margin-bottom: 10px;
}
.upload-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    width: 300px;
}
.upload-field {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
}
.file-input {
    padding: 10px;
    border: 2px solid #007bff;
    border-radius: 5px;
    display: block;
}
.file-input:focus {
    border-color: #0056b3;
}
.submit-button {
    background-color: var(--secondary);
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 50%}
.submit-button:hover {
    background-color: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
}
.file-input {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: var(--secondary);
    border-color: var(--secondary);
}
h5, h5 span {
    font-size: 18px!important;
}
.rating .tab-pane a {
    padding-top: 30px;
    display: block;
}
@media (max-width:1400px) {
    .address-col p a, .navbar .navbar-nav .nav-link {
    font-size: 14px;
}
}.page-header.governance {
    background-image: none;
}
.page-header.corporate-header {
    background-image: none;
}
.corporate-tabs .tab-pane .wm-row {
    padding-top: 30px;
}
.page-header {
    margin-bottom: 0!important;
    background-image: none;
    height: auto;
    background-position: center center;
}
.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: transparent;
}
.accordion-button:focus, .team-item {
    box-shadow: none;
}
.accordion-item, .location-address, .services-content {
    box-shadow: rgba(0, 4, 0, .1) 0 4px 40px;
}
.directors-list {
    display: flex;
    width: 100%}
.directors-list>ul ul {
    display: flex;
    justify-content: start;
    padding: 10px;
    border-radius: 12px;
    margin: 10px 0;
    align-items: center;
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
    height: 68px;
    background-color: #fff;
}
.directors-list>ul ul li {
    width: 33%}
.directors-list>ul ul li p {
    font-size: 20px;
    margin-bottom: 0;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(49%) sepia(15%) saturate(1155%) hue-rotate(140deg) brightness(92%) contrast(84%);
}
@media (max-width:576px) {
    .directors-list>ul ul {
    height: fit-content;
    width: 700px;
}
.book-now-list li:last-of-type {
    margin-left: 0;
    margin-top: 20px;
}
.directors-list>ul ul li {
    width: 100%}
}.page-header img {
    margin: auto;
    display: block;
    width: 100%}
.mission-section ul li {
    display: flex;
    gap: 22px;
    flex-direction: column;
    position: relative;
}
.main-title {
    font-size: 36px!important;
    font-weight: 600;
    margin-bottom: 40px!important;
}
.mission-section ul li h3 {
    font-weight: 600;
    font-size: 23px;
    color: var(--primary);
    padding-bottom: 20px;
    margin-bottom: 0;
}
.location-address ul li h3, .plans-list .gold-plan h5, h5 {
    color: var(--secondary);
    font-weight: 600;
}
@media (max-width:991px) {
    .mission-section ul li h3 {
    font-size: 21px;
    padding-bottom: 10px;
}
.directors-list {
    overflow-x: scroll;
}
.directors-list>ul ul li p {
    font-size: 15px!important;
}
.directors-list>ul ul li:nth-of-type(2) {
    padding-inline-start: 10px;
}
.member-title li h3 {
    font-size: 18px;
}
:lang(ar) .navbar .navbar-nav .nav-link {
    margin-right: 0!important;
}
.mission-section ul {
    flex-direction: column;
}
.mission-section ul li {
    width: 100%;
    height: 200px;
}
.mission-section ul li img {
    margin-bottom: 20px;
    height: 50px;
}
.mission-section ul li p {
    font-size: 16px;
}
}:lang(ar) .end-0 {
    left: 0!important;
    right: unset!important;
}
:lang(ar) .accordion-item .accordion-button, :lang(ar) .apply-now-section input[type=date], :lang(ar) .iti__country-list, :lang(ar) .nice-select .option, :lang(ar) input[type=tel i] {
    text-align: right;
}
:lang(ar) .me-1 {
    margin-left: .25rem!important;
}
:lang(ar) .me-3 {
    margin-left: 1rem!important;
}
:lang(ar) .dropdown-item, :lang(ar) .footer .btn.btn-link, :lang(ar) .nice-select, :lang(ar) .text-start {
    text-align: right!important;
}
.me-4 {
    margin-left: 1.5rem!important;
}
:lang(ar) .text-end {
    text-align: left!important;
}
@media (max-width:768px) {
    /* Inner pages hero carousel - mobile full image display */
    #header-carousel:not(.home-slider) .carousel-item {
    position: relative;
    height: auto;
}
#year, .footer .btn.btn-link, .footer p {
    font-size: 13px!important;
}
.carousel-control-next, .carousel-control-prev {
    width: 15%;
    top: 50%;
display: none !important;}
#header-carousel:not(.home-slider) .carousel-item img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.carousel-control-next {
    right: 0;
    left: unset;
}
:lang(ar) .carousel-control-next {
    right: 0;
    left: 15%}
.location-address ul li div {
    width: 115px!important;
}
.team-item {
    height: 618px;
}
}@media (max-width:380px) {
    .team-item {
    height: 445px;
}
.team-item .img-fluid {
    height: 320px;
    object-fit: cover;
}
}:lang(ar) .back-to-top, :lang(ar) .sticky-btns {
    left: 30px;
    right: unset;
}
.phone-num {
    display: inline-block;
}
ul {
    padding: 0;
    list-style: none;
}
.footer p span {
    color: #fff;
    font-size: 18px;
}
.navbar .navbar-nav .nav-link {
    margin-left: 10px;
}
.navbar-nav {
    padding-left: 10px;
    padding-right: 10px;
}
:lang(ar) .navbar .navbar-nav .nav-link {
    margin-right: 10px;
    margin-left: 0;
}
.navbar .navbar-nav>a {
    margin-left: 0!important;
}
:lang(ar) .navbar .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 8px;
}
.location-address ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    gap: 10px;
}
.location-address.location-two>div {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.location-address.location-two>div img {
    height: 20px;
}
.location-address {
    height: 357px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    height: fit-content;
    padding: 20px;
}
.location-address ul li span {
    color: #15233c;
    font-weight: 600;
    font-size: 16px;
}
.location-address ul li div {
    display: flex;
    width: 26%;
    gap: 5px;
    align-items: end;
}
.location-address ul li p {
    color: var(--primary);
    margin-bottom: 0;
}
.location-address.location-two {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: 600;
}
.apply-sites {
    display: flex;
    gap: 22px;
}
.apply-sites .img-content {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    width: 50%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: url(../img/icon/arrow-right1.svg);
    background-color: #fff;
    border: 15px solid #fff;
}
/* Removed background-image - now using img tags */

/* Inner pages hero carousel - full image display without cropping */
#header-carousel:not(.home-slider), 
#header-carousel:not(.home-slider) .carousel-item {
    height: auto;
}
#header-carousel.home-slider, .home-slider .carousel-item {
    height: auto;
}
#header-carousel:not(.home-slider) .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}
.img-content h5 {
    color: var(--primary);
    font-size: 31px;
    font-weight: 600;
}
.career-footer {
    background-color: rgba(73, 132, 141, .1);
}
.career-footer p {
    text-align: center;
    font-size: 18px;
    margin: auto;
    font-weight: 600;
}
.career-footer p:first-of-type {
    width: 70%;
    margin-bottom: 20px;
}
.apply-now-section form input::placeholder {
    color: var(--dark)!important;
    font-size: 16px;
}
.short-questions input::placeholder {
    font-size: 16px!important;
}
.services-content {
    background-color: #fff;
    padding: 45px 40px;
    border-radius: 10px;
}
.services-content ul {
    list-style: disc;
    padding-left: 15px;
}
.services-content h3 {
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
}
.services-content h4 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
}
h5 span {
    font-style: italic;
    font-weight: 300;
    color: #565656;
}
.services-content ul li::marker {
    border-radius: 0;
}
.medicaltabs li button {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #939598!important;
    padding: 20px;
    color: var(--dark)!important;
    min-height: 158px;
}
.medicaltabs .nav-link.active {
    color: var(--secondary)!important;
    border: 1px solid var(--secondary)!important;
}
.medicaltabs li button img {
    width: 218px;
    margin: auto;
}
.medicaltabs li {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.medicaltabs {
    display: flex;
    justify-content: space-between;
}
.accordion-button::after {
    position: absolute;
    top: 50%;
    right: 50px;
}
.plans-list {
    display: flex;
    gap: 23px;
}
.plans-list .gold-plan h5 {
    font-size: 24px;
}
.plans-list .sliver-plan h5 {
    color: #939598;
    font-size: 24px;
    font-weight: 600;
}
.plans-list .diamond-plan h5, .service-title {
    font-size: 24px;
    color: var(--primary);
    font-weight: 600;
}
.manual-list li p, .plans-list li p {
    font-size: 22px;
    color: var(--dark);
}
.accordion-item .accordion-button img {
    width: 50px;
}
.company-list li > img{
    height: 20px;
}
.company-list li p{
    padding-top: 3px!important;
}
.company-list li .download-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}
.accordion-item {
    margin-bottom: 33px;
    border: 0;
    border-radius: 10px!important;
}
.accordion-collapse {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordion-collapse.collapse.show {
    border: 1px solid var(--secondary);
    border-top: 1px solid #fff;
}
#header {
    transition: background-image .5s;
}
.accordion-header {
    padding: 0 20px;
    box-shadow: 0;
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item .accordion-button {
    align-items: center;
    gap: 10px;
    border: 0;
    box-shadow: none;
}
.service-title {
    padding: 43px 0 10px;
    margin-bottom: 0;
}
.claim-form .row .form-group, .half, .service-desc {
    margin-bottom: 20px;
}
.accordion-collapse.collapse.active {
    border: 1.5px solid var(--secondary);
    border-top: 0;
}
.accordion-header.active {
    border: 1.5px solid var(--secondary);
    border-bottom: 0;
}
.company-list li, .plans-list li {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border-radius: 10px;
}
.vision-desc {
    margin: 30px 0;
}
.manual-list, .text-element {
    margin: 43px 0;
}
.accordion-item .accordion-button {
    border-bottom: 0;
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
}
.accordion-header.active button {
    color: var(--secondary);
    border-bottom: 1px solid #939598;
}
.plans-list li {
    padding: 40px;
    width: 33%}
.company-list li {
    position: relative;
    padding: 20px 40px;
    height: 310px;
    cursor: pointer;
}
.company-list li span {
    color: rgba(21, 35, 60, .6);
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
}
.manual-list.risk-list {
    border: 0;
}
.manual-list.risk-list li>a img {
    vertical-align: sub;
}
.company-list li p {
    color: #15233c;
    font-size: 18px;
    margin-bottom: 0;
    padding: 30px 0 10px;
    font-weight: 600;
}
.accordion-item h3, .accordion-item strong {
    padding-top: 30px;
    display: inline-block;
    padding-bottom: 11px;
    margin-bottom: 0;
}
.accordion-item .accordion-body {
    padding: 0 30px 30px;
}
.media-list {
    display: flex;
    gap: 74px;
}
.media-item {
    width: 50%}
.footer-links, .member-item {
    display: flex;
    gap: 10px;
}
.member-title li h3 {
    font-size: 22px;
    font-weight: 400;
}
.company-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.company-list li:hover {
    outline: 1px solid var(--secondary);
}
.company-list li:hover .download-btn, .nav-item.hyper-link:focus img, .nav-item.hyper-link:hover img {
    opacity: 1;
    visibility: visible;
}
.plans-list.fga-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.plans-list.fga-list li {
    display: flex;
    flex-direction: column;
    width: 100%}
.plans-list.fga-list li img {
    height: 54px;
    width: 54px;
}
@media (min-width:992px) and (max-width:1200px) {
    .company-list, .plans-list.fga-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.main-text-p, .service-item p {
    font-size: 14px;
}
}@media (min-width:992px) and (max-width:1300px) {
    .company-list li p {
    font-size: 16px;
}
.navbar .navbar-nav .nav-link {
    margin-left: 10px;
}
nav .btn.btn-primary {
    font-size: 14px;
}
.company-list li {
    height: 300px!important;
}
}.manual-list {
    display: flex;
    border: 1.5px solid rgba(21, 35, 60, .22);
    justify-content: space-between;
    border-radius: 12px;
    align-items: center;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    height: 96px;
    padding: 25px;
}
.btn-check:focus+.btn, .btn:focus, .form-control:focus, .member-title {
    box-shadow: none!important;
}
.download-btn {
    border: 1px solid #f6f7fc;
    border-radius: 10px;
    padding: .375rem .75rem;
    color: var(--primary)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    gap: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1rem;
    visibility: visible;
    background-color: #f6f7fc;
}
.custom-file-input span, .nice-select {
    font-size: 16px;
    color: var(--dark);
}
.download-btn:hover {
    background-color: var(--primary);
    color: #fff!important;
}
.add-btn:hover, .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.manual-list li a {
    margin-bottom: 0;
    font-size: 22px;
    color: var(--dark);
}
.manual-list li img {
    width: 24px;
    height: 24px;
}
#reports .company-list {
    margin-bottom: 43px;
}
#reports h1 {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.careers-main p {
    margin: 1rem 0;
}
.apply-now-section p, .careers-main h1, .claim-form .upload-field, .footer .copyright p {
    margin-bottom: 0;
}
.apply-sites .img-content img {
    width: 240px;
    height: 60px;
}
@media (max-width:992px) {
    .company-list, .plans-list.fga-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.plans-list.fga-list li {
    width: 100%;
    padding: 10px 15px;
}
.plans-list li p {
    font-size: 18px;
}
.main-text-p, .service-item p {
    font-size: 14px;
}
.apply-sites {
    flex-wrap: wrap;
}
}@media (max-width:991px) {
    .apply-sites .img-content {
    width: 100%}
.nav-tabs {
    align-items: center;
    justify-content: center;
}
.dropdown-menu2 {
    display: none;
    position: static;
}
.dropdown-menu2.show {
    display: block;
    margin-bottom: 0;
}
.dropdown-item {
    padding-left: 0;
}
:lang(ar) .dropdown-item {
    padding-right: 0;
}
}.careers-form.submit-button {
    width: 100%;
    height: 64px;
    font-size: 18px;
    border-radius: 12px;
    margin-top: 20px;
}
.nice-select {
    width: 100%;
    border-radius: 12px;
    height: 59px;
    border: 1.5px solid #ced4da;
    line-height: 59px;
}
.half input {
    height: 59px;
}
.half input::placeholder {
    color: var(--dark);
    font-size: 16px;
}
.nice-select:after {
    border-bottom: 1.5px solid var(--dark);
    border-right: 1.5px solid var(--dark);
    content: "";
    display: block;
    right: 20px;
    width: 11px;
    height: 11px;
}
@media (max-width:768px) {
    .plans-list.fga-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.plans-list.fga-list li {
    width: 100%}
.plans-list li p {
    font-size: 16px;
}
.nav-tabs.governance-tabs {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.manual-list li a, .manual-list li p {
    font-size: 18px;
}
h2 {
    font-size: 20px!important;
}
.manual-list {
    height: fit-content;
    align-items: center;
    gap: 10px;
}
}.facts-text p {
    font-size: 16px!important;
}
.msg-content, .short-questions {
    margin-top: 20px;
}
.iti__flag.iti__kw {
    height: 17px;
}
.upload-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 18px;
    font-weight: 600;
}
.iti-mobile .iti__country-list {
    height: 200px;
}
.nice-select .list {
    height: 130px!important;
    overflow-y: auto;
}
.apply-now-section input[type=date]::-webkit-calendar-picker-indicator {
    background: 0 0;
}
.apply-now-section input[type=date]::-webkit-inner-spin-button {
    display: none!important;
}
.cont img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.apply-now-section input[type=date] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}
.iti__arrow {
    border: 0;
    background-image: url(../img/icon/arrow-down.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
}
.contact-us-input {
    padding-left: 110px!important;
    padding: 10px;
    border: 1.5px solid #ced4da;
    height: 59px;
    border-radius: 12px;
}
.apply-desc {
    margin: 20px 0;
}
.back-btn {
    display: flex;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 20px;
}
.back-btn:hover img {
    transform: translateX(-5px);
}
.add-btn {
    border-radius: 8px;
    background: #49848d;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    width: auto;
    border: 1px solid var(--primary);
    margin: 0 0 20px;
    margin-inline-start: 15px;
}
.apply-now-section h3 {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
}
.back-btn:hover {
    color: var(--secondary)!important;
}
.life-section .row:nth-of-type(2n), .vission-mission-section .row:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.life-section .row, .vission-mission-section .row {
    align-items: center;
}
.vission-mission-section ul {
    padding: 0;
}
.vission-mission-section .row:nth-of-type(odd) .vision-desc {
    margin-inline-start: 40px;
}
.social-list {
    display: flex;
    gap: 8px;
}
.footer-social {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}
.sticky-btns {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    z-index: 99;
    background-color: #c6883d!important;
    border-radius: 12px;
}
.sticky-btns:hover {
    background-color: #fff!important;
    border: 1px solid #000;
}
.sticky-btns:hover i {
    color: #000;
}
.sticky-btns:hover img {
    filter: none;
}
.sticky-btns i:hover, .sticky-btns img:hover {
    transform: scale(1.12);
}
@media (min-width:992px) and (max-width:1100px) {
    .navbar .navbar-nav .nav-link {
    font-size: 13px;
}
.navbar .navbar-brand img {
    width: 140px;
    margin-right: 0!important;
}
}.logo-certificate {
    height: 400px;
}
.navbar .nav-item .dropdown-menu {
    left: 0;
    right: 0;
}
.quote-radio {
    width: 20px;
    height: 20px;
}
.book-now-list {
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
}
.book-now-list li {
    float: left;
    margin: 0;
    width: 175px;
    height: 40px;
    line-height: 28px;
    position: relative;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 12px;
    border: 1.5px solid #ced4da;
}
.book-now-list input, .book-now-list label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.book-now-list input[type=radio] {
    opacity: .01;
    z-index: 100;
}
.Checked+label, .book-now-list input[type=radio]:checked+label {
    background: #49848d;
    color: #fff;
    border-radius: 11px;
}
.select-type {
    margin: 25px 0;
}
.book-now-list li:last-of-type {
    margin-left: 20px;
}
.book-now-list label {
    padding: 5px;
    border: 0;
    cursor: pointer;
    z-index: 90;
    margin-bottom: 0;
}
@media (max-width:576px) {
    .book-now-list {
    display: flex;
    flex-direction: column;
}
.book-now-list li:last-of-type {
    margin-left: 0;
    margin-top: 10px;
}
}.file-name, input::placeholder, textarea::placeholder {
    color: var(--dark)!important;
    font-size: 16px;
}
.line-list {
    padding-left: 10px;
    display: none;
}
.line-list.active {
    display: block!important;
}
.dropdown-item {
    font-size: 14px;
}
:lang(ar) .me-4, :lang(ar) .ms-4 {
    margin-right: 1.5rem!important;
    margin-left: 0!important;
}
:lang(ar) .me-2 {
    margin-left: .5rem!important;
    margin-right: 0!important;
}
:lang(ar) .birth-date:after {
    left: 15px;
    right: unset;
}
:lang(ar) .nice-select:after, :lang(ar) .upload-btn {
    left: 20px;
    right: unset;
}
:lang(ar) .iti--allow-dropdown .iti__flag-container, :lang(ar) .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}
:lang(ar) .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 6px;
}
:lang(ar) .accordion-button::after {
    left: 50px;
    right: unset;
}
:lang(ar) .form-floating>label {
    right: 0;
    left: unset;
}
:lang(ar) .ms-n5 {
    margin-right: -3rem!important;
    margin-left: 0!important;
}
:lang(ar) .pe-3 {
    padding-left: 1rem!important;
    padding-right: 0!important;
}
:lang(ar) .start-0 {
    right: 0!important;
    left: unset!important;
}
:lang(ar) .ps-5 {
    padding-right: 3rem!important;
    padding-left: 0!important;
}
.iti input[type=text], :lang(ar) .iti input, :lang(ar) .iti input[type=tel] {
    padding-left: 0!important;
    padding-right: 110px!important;
    text-align: right;
}
:lang(ar) .back-btn:hover img {
    transform: scaleX(-1) translateX(-5px);
}
@media (max-width:991.98px) {
    .navbar .navbar-brand img {
    max-height: 45px;
}
.navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
}
.navbar .nav-item .dropdown-menu {
    padding-left: 0;
}
.accordion-button::after {
    right: 0;
}
:lang(ar) .accordion-button::after {
    left: 0;
    right: unset;
}
.captcha-group {
    margin-top: 20px;
}
.nav-tabs {
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.years-exp {
    width: 140px!important;
    height: 140px!important;
}
.display-6, h1 {
    font-size: 30px!important;
}
.gender-drop {
    margin-bottom: 20px;
}
}:lang(ar) .navbar-brand {
    margin-right: 0;
}
:lang(ar) .book-now-list {
    float: right;
}
.new-item {
    margin: 30px 0;
    align-items: center;
}
@media (max-width:575px) {
    .ceo-msg p {
    text-align: justify;
}
.manual-list {
    flex-direction: column;
    height: fit-content;
    align-items: center;
    gap: 10px;
}
.captcha-group input {
    width: 100%}
}.footer-logo {
    width: 250px;
}
#year, .footer .btn.btn-link, .footer p {
    font-size: 15px;
}
.footer p {
    margin-bottom: 5px;
}
.logo-icons {
    width: 90px;
    height: 90px;
}
@media (min-width:991px) {
    .navbar.navbar-light.sticky-top {
    top: 40px!important;
}
.page-header.individual-header{
    height: auto;
    background-image: none;
    padding: 0;
}
.page-header.individual-header img {
    width: 100%;
    height: auto;
    display: block;
}
/* Removed members-slide class - using standardized hero image styling */
.navbar .dropdown-submenu2 .dropdown-toggle::after {
    transform: rotate(-90deg);
}
:lang(ar) .navbar .dropdown-submenu2 .dropdown-toggle::after {
    transform: rotate(90deg);
}
.dropdown-submenu2 {
    position: relative;
}
.dropdown-submenu2>.dropdown-menu2 {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #f6f7fc!important;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
:lang(ar) .dropdown-submenu2>.dropdown-menu2 {
    right: 100%;
    left: unset;
}
.dropdown-submenu2:hover>.dropdown-menu2 {
    display: block;
    opacity: 1;
    visibility: visible;
}
}.mission-section ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    top: 12px;
    left: -10px;
    position: absolute;
}
.main-text-p, .service-item p {
    color: var(--dark)!important;
}
:lang(ar) .mission-section ul li::after {
    right: -10px;
    left: unset;
}
.nice-select, .vission-mission-section ul {
    padding-left: 10px;
}
:lang(ar) .vission-mission-section ul {
    padding-left: 0;
    padding-right: 10px;
}
@media (max-width:991px) {
    .vision-desc ul li {
    height: auto;
}
.apply-now-section h3 {
    font-size: 20px;
}
.arabic-btn {
    font-size: 12px;
    padding: .4rem .75rem;
}
.navbar .navbar-brand img {
    width: 120px;
}
.navbar .navbar-nav .nav-link {
    margin-left: 0;
}
.vission-mission-section .row:nth-of-type(odd) .vision-desc {
    margin-inline-start: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 6px solid #fff;
}
.carousel-control-next, .carousel-control-prev {
    height: 20px;
    top: 35%}
.footer-links {
    flex-wrap: wrap;
}
.nav-link.dropdown-toggle:after {
    transition: .3s ease-in-out;
}
.dropdown-submenu2>a::after {
    content: '▾';
    margin-left: 8px;
    transition: transform .3s;
}
.dropdown-submenu2>a.open::after {
    transform: rotate(180deg);
}
.nav-link.dropdown-toggle.show:after {
    transform: rotate(-180deg);
}
.short-questions input::placeholder {
    font-size: 14px!important;
}
}.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-check:focus+.btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .show>.btn-primary.dropdown-toggle {
    color: #c6883d!important;
    background-color: transparent!important;
    border-color: #c6883d!important;
    box-shadow: none!important;
    outline: 0!important;
}
.service-item p {
    height: 180px;
}
.top-nav.sticky-top small a {
    color: rgba(255, 255, 255, .5)!important;
}
.top-nav.sticky-top small a:hover {
    color: #c6883d!important;
}
.addrss-footer {
    padding-inline-start: 23px;
    display: block;
    font-size: 15px!important;
}
.address-col p a:hover {
    color: #c6883d;
}
.new-item .img-news {
    height: 620px;
}
@media (max-width:768px) {
    /* Inner pages hero carousel - mobile full image display */
    #header-carousel:not(.home-slider) .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
}
#header-carousel:not(.home-slider), 
#header-carousel:not(.home-slider) .carousel-item {
    height: auto;
}
.upload-btn {
    line-height: 30px;
    font-size: 14px;
}
.new-item .img-news {
    height: 420px;
}
.home-slider, .home-slider .carousel-item {
    min-height: auto !important;
    height: auto !important;
    max-height: 200px!important;
}
.home-imgs {
    min-height: 200px!important;
}
.home-slider .carousel-item img {
    height: auto!important;
}
.page-header:not(.individual-header) {
    height: auto;
}
.page-header.individual-header {
    height: auto;
}
.page-header.contact-us-head {
    background-position: center;
}
.main-title {
    font-size: 30px!important;
    margin-bottom: 20px!important;
}
.media-item{
    width: 100%;
}
.media-list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.home-slider .carousel-item img {
    object-fit: unset!important;
}
.popup-content {
    background-color: #d4edda;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    min-width: 300px;
    text-align: center;
}
.popup-message {
    font-size: 1.5em;
    color: #155724;
    margin: 0;
}
.claim-form input::placeholder {
    font-size: 16px;
    padding-bottom: 3px;
}
:lang(ar) body {
    text-align: right;
    direction: rtl;
}
:lang(ar) .nice-select {
    padding-left: 30px;
    padding-right: 10px;
}
:lang(ar) select {
    background-position: left 15px center;
}
@media (min-width:1200px) {
    .h2, h2 {
    font-size: 1.5rem!important;
}
#applicant-form h3{
font-size: 24px;
}
.directors-list>ul ul li:first-of-type {
    width: 50%}
.navbar .navbar-nav .nav-link {
    margin-left: 20px;
}
:lang(ar) .navbar .navbar-nav .nav-link {
    margin-right: 20px;
    margin-left: 0;
}
}.custom-file-input, .date-picker, input, select, textarea {
    outline: 0;
    box-shadow: none;
}
.pika-label {
    line-height: 10px;
}
.pika-title select {
    top: 0;
}
.navbar.navbar-expand-lg .mobile-menu-content {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.form-control {
    border: 1.5px solid #ced4da;
}
.form-control:focus {
    outline: 0!important;
    border-color: #ced4da!important;
}
.upload-btn img {
    width: 25px;
    height: 25px;
}
.contact-us-input.form-control::placeholder {
    padding-bottom: 3px;
}
.company-list li .download-btn:nth-of-type(2) {
    bottom: 70px;
}
/* @media (min-width:1600px) {
    .page-header.individual-header{
    height: 700px;
}
} */

#applicant-form h3{
    color: #49848d;
}
.nav-tabs{
    gap: 5px;
}
#nav-marine .accordion-body{
    padding-top: 30px;
}
.nav-tabs {
    border-bottom: 1px solid #c6883d;
    padding-bottom: 10px;
}
   .page-header.individual-header{
    background-position: right;

 }
@media (min-width:1200px) {
   .nav-tabs {
    justify-content: space-between;
   } 
    .page-header.individual-header{
    height: auto;
 }
}
@media (min-width:1200px) and (max-width:1400px){
.nav-tabs .nav-link{
    font-size: 17px;
}}
.team-item span,
.msg-name{
    font-weight: 700;
}
.tab-content h5{
    font-size: 18px!important;
    font-weight: 600;
}
.accordion-item .accordion-body {
    padding-top: 30px;
}
 .accordion-item strong:first-of-type{
    padding-top: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000;
    border: 15px solid #000;
}
@media (max-width:1200px) and (min-width:769px) {
       .page-header.individual-header{
    height: auto;
 }
}
@media (max-width:575px) {
       .page-header.individual-header{
    height: auto;
 }}
 .download-btn{
    text-transform: capitalize;
 }
 
 #iti-0__item-il,
 #iti-1__item-il,
 #iti-0__item-il{
    display: none;
 }
 .boursa-link a{
    word-break: break-word;
 }
 