/*
Description: Main styles SASS file to import the sub files
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

.d-flex {
    display: flex;
}

.text-left {
    text-align: left;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    align-items: center;
}

.taxonomy-image {
    padding: 10rem 3rem;
}

.taxonomy-image img {
    height: 200px;
}

.taxonomy-job-header .topSection:before {
    display: none !important;
}

.taxonomy-job-header .topSection {
    background-color: #03244a12;
}

.taxonomy-job-header.pageHasTopSection .topSection h1 {
    color: #333;
    text-shadow: none;
}

.taxonomy-job-header .aaa-job-list {
    padding-top: 2rem;
}

.taxonomy-job-header .aaa-job-excerpt {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid #3a40560f;
}

.taxonomy-job-header .aaa-job-meta>span label {
    margin-right: 0.5rem;
}

.taxonomy-job-header .aaa-job-button {
    background-color: #0257b8;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #1a5ec5;
}

.taxonomy-job-header .aaa-job-list li {
    background-color: #edf0f294;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 10px;
}

.aaa-job-search-input input {
    border: 0;
}

.aaa-job-search-form {
    width: auto;
    max-width: 90%;
    margin: 1rem auto;
    box-shadow: 0px 3px 10px #00000042;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
    z-index: 9;
    position: relative;
    background-color: #fff;
}

.aaa-job-search-icon {
    font-size: 1.5rem;
}

.aaa-job-search-results a,
.aaa-job-search-results span {
    font-size: 1.6rem;
    line-height: 4rem;
    color: #333;
    border-color: #3453b533;
    padding-left: 2rem;
    transition: all ease 0.3s;
}

.aaa-job-search-results a:hover,
.aaa-job-search-results span:hover {
    background-color: #3453b533;
}

.aaa-job-search-results {
    left: -2rem;
    border: 0;
    box-shadow: 0px 9px 10px #0000001c;
    width: calc(100% + 4rem);
    background-color: #f9f9f9;
    top: 150%;
}

.aaa-job-meta-content {
    border-bottom: 1px solid #433c4e12;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.aaa-job-form [type="submit"] {
    background-color: #0257b8;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #1a5ec5;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.aaa-job-category-header h3 {
    font-size: 2rem;
}

.job-title {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    padding: 2rem;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 4rem;
}

.message {
    background-color: #0d6db6;
    color: #fff;
    width: 500px;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
    padding: 2rem;
    z-index: 9;
    padding-right: 3rem;
    box-shadow: 0 0 10px #00000069;
    border-radius: 4px 4px 0 0;
    transition: all ease 0.5s;
}

.message.active {
    transform: translate(-50%, 0%);
}

.message>a {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    padding: 1rem;
}

.rtl .message {
    padding-left: 3rem;
    padding-right: 2rem;
}

.rtl .message>a {
    left: 0;
    right: auto;
}

.section-mission .title.title-with-line:before,
.heading:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 80px;
    height: 1px;
    background: #2655b62b;
    opacity: 0.9;
}

.heading.white:before {
    background: #fff;
}

.heading.center {
    text-align: center;
}

.heading.center:before {
    left: 50%;
    margin-left: -40px;
}

.bold {
    font-weight: bold;
}

.rtl .bold {
    font-weight: bold;
    font-family: inherit;
}

.section-mission .title.title-with-line,
.heading {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 0;
    padding-bottom: 1.5rem;
}

.section-mission .title.title-with-line {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.section-mission .container>div>.row {
    display: flex;
    padding: 1rem;
    background: #1853b217;
    border-radius: 30px;
    direction: ltr;
}

.section-mission .container>div>.row:nth-child(odd) .image {
    text-align: right;
}

.section-mission .container>div>.row:nth-child(odd) {
    background: transparent;
}

.section-mission .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-mission .image {
    padding: 2rem;
    margin: 0;
    text-align: left;
}

.section-mission .image img {
    max-width: 100%;
    border-radius: 2rem;
}

.rtl .section-mission .title.title-with-line:before,
.rtl .heading:before {
    left: auto;
    right: 0;
}

.rtl .section-mission .container>div>.row {
    text-align: right;
}

.covid-free-tag {
    position: fixed;
    z-index: 9;
    right: -35px;
    top: 50%;
    width: 140px;
}

.rtl .covid-free-tag {
    top: 70%;
}

.page-default,
.single-default,
.archive-default {
    min-height: calc(100vh - 141px);
    background-color: #EFF1F5;
    font-size: 16px;
}

.page-default .page-header,
.single-default .page-header,
.archive-default .page-header {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: 65px;
}

.page-default .page-header .parent-holder,
.single-default .page-header .parent-holder,
.archive-default .page-header .parent-holder {
    position: relative;
}

.page-default .page-header .parent-holder .btn-back,
.single-default .page-header .parent-holder .btn-back,
.archive-default .page-header .parent-holder .btn-back {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
}

.page-default .page-header .parent-holder .btn-back i,
.single-default .page-header .parent-holder .btn-back i,
.archive-default .page-header .parent-holder .btn-back i {
    margin: 0 5px 0 0;
}

.page-default .page-header .parent-holder h1,
.single-default .page-header .parent-holder h1,
.archive-default .page-header .parent-holder h1 {
    color: #fff;
    font-size: 25px;
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.page-default .page-header .parent-holder h4,
.single-default .page-header .parent-holder h4,
.archive-default .page-header .parent-holder h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.page-default .page-header .parent-holder h4 a,
.single-default .page-header .parent-holder h4 a,
.archive-default .page-header .parent-holder h4 a {
    color: #fff;
    text-decoration: underline;
}

.page-default .page-content>section,
.single-default .page-content>section,
.archive-default .page-content>section {
    padding: 4rem 2rem;
    background-color: #fff;
}

.page-default .page-content>section:nth-child(even),
.single-default .page-content>section:nth-child(even),
.archive-default .page-content>section:nth-child(even) {
    background-color: #e5e9f3;
}

.page-default .page-content>section:last-child,
.single-default .page-content>section:last-child,
.archive-default .page-content>section:last-child {
    background-color: #282d3c;
    color: #fff;
}

.page-default .page-content>section:last-child .light-list li,
.single-default .page-content>section:last-child .light-list li,
.archive-default .page-content>section:last-child .light-list li {
    background-color: transparent;
    color: #fff;
    margin-bottom: 0;
}

.page-default .page-content>section:last-child .light-list li a,
.single-default .page-content>section:last-child .light-list li a,
.archive-default .page-content>section:last-child .light-list li a {
    color: inherit;
}

.page-default .page-content>section:last-child .light-list li a:hover,
.single-default .page-content>section:last-child .light-list li a:hover,
.archive-default .page-content>section:last-child .light-list li a:hover {
    text-decoration: underline;
}

.page-default.has-post-thumbnail .page-header,
.single-default.has-post-thumbnail .page-header,
.archive-default.has-post-thumbnail .page-header {
    margin-top: 0;
}

.page-default.has-post-thumbnail .top-section,
.single-default.has-post-thumbnail .top-section,
.archive-default.has-post-thumbnail .top-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.page-default.has-post-thumbnail .top-section:before,
.single-default.has-post-thumbnail .top-section:before,
.archive-default.has-post-thumbnail .top-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.page-default.has-post-thumbnail .top-section h1,
.single-default.has-post-thumbnail .top-section h1,
.archive-default.has-post-thumbnail .top-section h1 {
    font-weight: bold;
    font-size: 45px;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.page-default.has-post-thumbnail .top-section .header-menu,
.single-default.has-post-thumbnail .top-section .header-menu,
.archive-default.has-post-thumbnail .top-section .header-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    z-index: 2;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder {
    position: relative;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back i,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back i,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder .btn-back i {
    margin: 0 5px 0 0;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder ul,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder ul,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li {
    display: inline-block;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.page-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a.active,
.single-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a.active,
.archive-default.has-post-thumbnail .top-section .header-menu .parent-holder ul li a.active {
    background-color: rgba(255, 255, 255, 0.13);
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}

.btn-default {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 10px 20px;
    border: 0;
    transition: all ease 0.3s;
    font-size: 16px;
    font-weight: 400;
}

.btn-default:hover {
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    color: #fff;
}

.single-default .sub-field {
    margin: 0.3rem 0;
}

.single-default .sub-field label {
    font-weight: bold;
}

.single-default .sub-field.booking {
    margin: 1rem 0;
}

.single-default .top-section {
    display: flex;
    align-items: flex-end !important;
    background: #fff;
    height: 430px;
}

.single-default .top-section h2 {
    font-weight: bold;
}

.single-default .top-section::before {
    display: none;
}

.single-default .top-section img {
    height: 400px;
    align-self: flex-end;
}

.single-default .single-sections {
    position: relative;
    z-index: 2;
}

.single-default .single-sections>.section {
    padding: 2.5rem 0;
}

.single-default .single-sections>.section:first-child {
    padding-top: 0;
}

.single-default .single-sections>.section:nth-child(even) {
    background-color: #fff;
}

.single-default .single-sections .section-title {
    font-size: 1.4rem;
    margin: 0 0 2rem;
    position: relative;
    font-weight: bold;
}

.single-default .single-sections .section-title img {
    position: absolute;
    left: -50px;
    max-width: 40px;
    max-height: 32px;
}

.single-default .single-sections .section-profile .excerpt {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    color: #fff;
    font-size: 1.2rem;
    padding: 2rem;
    border-radius: 30px 30px 0 0;
    margin-top: -2rem;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}

.single-default .single-sections .section-profile .excerpt>p:last-child {
    margin-bottom: 0;
}

.single-default .single-sections .section-profile .content {
    padding: 2rem;
    border-radius: 0 0 30px 30px;
    background-color: #fff;
    margin-left: -30px;
    margin-right: -30px;
}

.section-memberships ul,
.section-certificates ul,
.section-education ul,
.section-awards ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
   
}
.section-education ul {
    gap: 1%;
}

.section-memberships ul li,
.section-certificates ul li,
.section-education ul li,
.section-awards ul li {
    width: 49%;
    margin-bottom: 1rem;
}

.section-memberships ul li .fal,
.section-certificates ul li .fal,
.section-education ul li .fal,
.section-awards ul li .fal {
    margin-right: .5rem;
    color: #0257b8;
}

.section-memberships ul li h3,
.section-certificates ul li h3,
.section-education ul li h3,
.section-awards ul li h3 {
    font-weight: bold;
}

.section-awards ul li {
    padding: 2rem;
    background-color: #fff;
    margin-right: 2%;
    border-radius: 10px;
    margin-bottom: 2%;
    width: 48%;
}

.section-awards ul li h3 {
    margin-top: 0;
}

.section-publications ul {
    list-style: none;
    padding: 0;
}

.section-publications ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.timeline>ul {
    padding: 2rem 0;
    text-align: left;
}

.timeline>ul>li {
    position: relative;
    padding-bottom: 10px;
    list-style-type: none;
}

.timeline>ul>li:last-child {
    padding-bottom: 7px;
    background: none;
}

.tags-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
}

.tags-list ul li {
    background-color: #0157b812;
    border: 1px solid #0157b85e;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    margin: 0.5rem 1rem;
}

.timeline>ul>li {
    width: 50%;
}

.timeline>ul>li:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 9;
}

.timeline>ul>li:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #0157B8;
    opacity: 0.3;
    z-index: 3;
}

.timeline>ul>li:last-child:after {
    display: none;
}

.timeline>ul>li:nth-child(even) {
    margin-left: 50%;
}

.timeline>ul>li:nth-child(even):after {
    right: 100%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #0157B8;
}

.timeline>ul>li:nth-child(even):before {
    left: 0;
}

.timeline>ul>li:nth-child(even) .content {
    margin-left: 6%;
}

.timeline>ul>li:nth-child(even) {
    margin-left: 50%;
}

.timeline>ul>li.experience:before {
    background: #e2831d;
}

.timeline>ul>li.experience .content:before {
    background: #e2831d;
}

.timeline>ul>li .year h3 {
    margin: 0;
    font-size: 1rem;
    opacity: 0.3;
}

.timeline>ul>li .description h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
}

.timeline>ul>li .description h4 {
    font-size: 1.1rem;
}

.timeline>ul>li .content {
    border-radius: 10px 10px !important;
    padding: 1rem !important;
    background-color: #fff;
}

.timeline>ul>li .content:before {
    content: '';
    position: absolute;
    top: 40px;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-color: #0000 #fff;
    border-style: solid;
    margin-top: -10px;
}

.timeline>ul>li .hidden {
    opacity: 0;
}

.timeline>ul>li .content {
    position: relative;
    top: -30px;
    width: 94%;
    padding: 0 20px;
}

.timeline>ul>li .content h2 {
    padding-bottom: 10px;
    padding-top: 0;
    text-align: left;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0;
}

.timeline>ul>li:nth-child(even) .content h2 {
    text-align: right;
}

.timeline>ul>li .content p {
    text-align: left;
    white-space: pre-line;
}

.timeline>ul>li:nth-child(even) .content p {
    text-align: right;
}

.timeline>ul>li:nth-child(odd) .content:before {
    right: -10px;
}

.timeline>ul>li:nth-child(even) .content:before {
    left: -10px;
    border-width: 10px 10px 10px 0px;
    border-color: #0000 #fff;
}

.archive-default.has-post-thumbnail .top-section {
    align-items: flex-end;
}

.archive-default.has-post-thumbnail .top-section:before {
    background: linear-gradient(180deg, #0000 0%, #dfd6ed08 48%, #52378ce0 100%);
}

.archive-default.has-post-thumbnail .page-header {
    background: transparent;
    background-image: none;
    text-align: left;
}

.archive-default.has-post-thumbnail .page-header h1 {
    text-align: left;
}

.archive-default.has-post-thumbnail .page-header .btn-back {
    display: inline-block;
    color: #fff;
    z-index: 1;
    position: relative;
    text-align: left;
    margin: 5rem 1rem 0;
}

.doctor-list,
.term-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -0.75rem;
}

.doctor-list li,
.term-list li {
    width: 25%;
    padding: 1rem;
    min-width: 250px;
}

.term-list li {
    width: 33%;
}

.doctor-listing-profile,
.term-listing-profile {
    box-shadow: 0px 0px 12px -1px #0000001a;
    background-color: #fff;
    padding: 1.6rem;
    height: 100%;
}

.doctor-listing-profile .image,
.term-listing-profile .image {
    padding-top: 120%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.doctor-listing-profile .description,
.term-listing-profile .description {
    padding-top: 1rem;
    border-top: 1px solid #00000012;
}

.doctor-listing-profile .description h3,
.term-listing-profile .description h3 {
    color: #282D3C;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.doctor-listing-profile .description h4,
.term-listing-profile .description h4 {
    color: #394055;
    font-size: 0.9rem;
    margin: 0;
    min-height: 30px;
    font-weight: normal;
}

.term-listing-profile {
    color: #fff;
    background-color: transparent;
    padding: 0;
    position: relative;
}

.term-listing-profile .image {
    background-color: #0000;
    padding-top: 75%;
    background-size: cover;
}

.term-listing-profile .description {
    position: absolute;
    bottom: 0rem;
    padding: 3rem 1.4rem 0.6rem;
    background: #000;
    background: linear-gradient(180deg, #0000 0%, #0006 100%);
    width: 100%;
    border-top: 0;
}

.term-listing-profile *,
.term-listing-profile .description h3 {
    color: #fff;
}

.term-listing-profile .description {
    border-top: 0;
}

.archive-sections>section {
    padding: 2rem 0;
}

.archive-sections>section:first-child {
    padding-top: 0;
}

.archive-default {
    background-color: #fff;
}

.archive-default .page-header {
    border-bottom: 0;
}

.archive-default .archive-description {
    background: #eff1f5;
    padding: 2rem;
    border-radius: 0 0 0px 50px;
    position: relative;
}

.archive-default .archive-description::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 90%;
    right: 0;
    top: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    border-radius: 0 0 0 30px;
}

.archive-default .archive-description::after {
    position: absolute;
    content: "";
    height: 6px;
    width: 50%;
    right: 0;
    bottom: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    border-radius: 30px 0 0 0px;
}

.archive-default .archive-subspecialties>h2 {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    color: #fff;
    margin: 0;
    padding: 1rem 1.5rem;
    border-radius: 15px 15px 0 0;
}

.archive-default .archive-subspecialties>h2.main-title {
    background-color: #0000;
    background-image: none;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.2rem 0;
    margin-bottom: 3rem;
}
.wcssmc {
    background-color: #0000;
    background-image: none;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
}
.tax-doctors-specialities .section-archive-doctors h2.main-title.heading {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
}


.archive-default .archive-subspecialties .inner-specialties {
    padding: 1.5rem;
    background: #eff1f5;
    border-radius: 0 0 15px 15px;
    margin-bottom: 1rem;
}

.archive-default .archive-subspecialties .inner-specialties.type-none {
    border-radius: 15px 15px 15px 15px;
}

.archive-default .archive-subspecialties .inner-specialties ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.archive-default .archive-subspecialties .inner-specialties ul li {
    width: 50%;
    padding: 0rem 0;
    position: relative;
    margin-bottom: 0.2rem;
    padding-right: 0.2rem;
}

.archive-default .archive-subspecialties .inner-specialties ul li i {
    margin-right: 0.5rem;
    color: #7D48AF;
}

.archive-default .archive-subspecialties .inner-specialties ul li a {
    color: #333;
    position: relative;
    padding: 1rem 0;
    display: block;
}

.archive-default .archive-subspecialties .inner-specialties ul li a::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    opacity: 0.2;
}

.archive-default .archive-subspecialties .inner-specialties ul li a:hover::before {
    width: 100%;
}

.archive-default .archive-subspecialties .inner-specialties ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    right: 0;
    bottom: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    opacity: 1;
    transition: all ease 0.5s;
}

.section-archive-doctors {
    background: #f0f1f5;
    position: relative;
    padding-bottom: 0 !important;
}

.section-archive-doctors .doctor-section {
    padding: 2rem 0;
    position: relative;
}

.section-archive-doctors .doctor-section .archive-doctors .heading {
    color: #364984;
    font-size: 1.8rem;
}

.section-archive-doctors .doctor-section:nth-child(3n) {
    background-color: #fff;
}

.section-archive-doctors .doctor-section:nth-child(2n)::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 90%;
    right: 0;
    bottom: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    border-radius: 30px 0 0 0;
}

.section-archive-doctors:before {
    position: absolute;
    display: none;
    content: "";
    height: 8px;
    width: 100%;
    right: 0;
    bottom: 0;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    z-index: 1;
}

.section-archive-related {
    background: #282d3c;
    color: #fff;
}

#referralsHeader {
    position: relative;
}

#referralsHeader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #5c48b7cf;
}

#referralsHeader>div {
    position: relative;
}

.light-list,
.blue-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 2rem 0;
}

.light-list li,
.blue-list li {
    padding: 1rem 2rem;
    background-color: #fff;
    flex: 0 0 47.5%;
    margin-right: 5%;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.light-list li h4,
.blue-list li h4 {
    font-weight: bold;
}

.light-list li:nth-child(even),
.blue-list li:nth-child(even) {
    margin-right: 0;
}

.rtl .light-list li,
.rtl .blue-list li {
    margin-left: 5%;
    margin-right: 0%;
}

.rtl .light-list li:nth-child(even),
.rtl .blue-list li:nth-child(even) {
    margin-left: 0;
}

.rtl .archive-default.has-post-thumbnail .page-header h1 {
    font-family: inherit;
    text-align: right;
}

.rtl .archive-default.has-post-thumbnail .page-header {
    text-align: right;
}

.rtl .timeline>ul>li {
    margin-right: 50%;
    text-align: right;
}

.rtl .timeline>ul>li .content {
    margin-right: 6%;
}

.rtl .timeline>ul>li:nth-child(even) {
    margin-right: 0%;
}

.rtl .timeline>ul>li:nth-child(even) .content {
    margin-left: 6%;
    margin-right: 0;
}

.rtl .single-default .top-section img {
    align-self: flex-start;
    float: left;
}

.rtl .section-awards ul li {
    margin-left: 2%;
    margin-right: 0%;
}

.rtl .single-default .single-sections .section-title img {
    right: -50px;
    left: auto;
}

.homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 50px;
}

.homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide h1 {
    max-width: 100%;
    text-align: center;
    font-size: 2.5rem;
    text-shadow: 0 0 15px #000;
    padding: 0 20px;
    line-height: 1.2;
}

.homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide .scrollDownAlert {
    display: none;
}

@media (max-width: 1400px) {
    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
        width: 1200px;
    }
}

@media (max-width: 1300px) {
    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
        width: 992px;
    }
}

@media (max-width: 992px) {
    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
        width: 768px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide {
        margin-bottom: 30px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide:not(.swiper-slide-video) .inner-swiper-slide h1 {
        font-size: 1rem;
    }
}

.blue-list li {
    background-color: #e5e9f3;
}

.blue-list li i.fa,
.blue-list li i.fal {
    color: #0257b8;
    margin-right: 1rem;
}

.section-gradient-overlay {
    padding: 4rem;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #7D48AF);
    color: #fff;
    border-radius: 10px;
}

.section-gradient-overlay i.fa,
.section-gradient-overlay i.fal {
    color: #fff !important;
}

.section-gradient-overlay .heading:before {
    background: #ffffff61;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.check-list li {
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 1rem;
}

.check-list li i.fa,
.check-list li i.fal {
    color: #0257b8;
    margin-right: 1rem;
}

.visit-section {
    position: relative;
}

.visit-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #0157B8 0%, #767279 100%);
    z-index: 2;
}

.visit-section .col-md-6,
.visit-section .col-md-5 {
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    float: right;
}

.visit-section h3.heading {
    color: #282D3C;
    font-size: 33px;
    position: relative;
}

.visit-section h3.heading:before {
    content: "";
    height: 1px;
    background-color: #282D3C;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
}

.visit-section a {
    color: #fff;
    background-color: #0257B8;
    border-radius: 8px;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #0257B8;
    display: inline-block;
}

.visit-section p {
    margin-bottom: 30px;
}

.referral-section {
    background-color: #d8dde8;
    padding: 1.5rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.referral-section h3 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.referral-section ul {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
}

.referral-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #5848b421;
    padding: 1rem 2rem;
    border-radius: 10px;
}

.referral-account .btn {
    margin-left: auto;
}

.referral-account h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

footer .social {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

footer .social li {
    padding: 0.5rem 0.5rem;
    font-size: 1.2rem;
}

footer .contact-info {
    display: flex;
    align-items: center;
}

footer .contact-info ul {
    margin-bottom: 0;
}

footer .contact-info .shortNumber {
    font-weight: bold;
    font-size: 1.2rem;
}

footer .contact-info .seperator {
    width: 1px;
    height: 15px;
    background-color: #282d3c;
    margin: 0 10px;
    display: inline-block;
}

footer .contact-info a {
    color: #282d3c;
}

footer .contact-info a:hover {
    color: #337ab7;
}

.rtl .referral-account .btn {
    margin-left: 0;
    margin-right: auto;
}

.rtl #referralsHeader .innerContainer .contactInfo {
    direction: ltr;
}

.rtl .visit-section .col-md-6,
.rtl .visit-section .col-md-5 {
    float: left;
}

@media screen and (max-width: 768px) {
    .covid-free-tag {
        width: 100px;
        top: 30%;
    }

    .rtl .visit-section .col-md-6,
    .rtl .visit-section .col-md-5 {
        min-height: 250px;
    }

    .section-mission .container>div>.row {
        display: block;
    }

    .section-mission .title.title-with-line {
        margin-top: 2rem;
        text-align: center;
    }

    .section-mission .title.title-with-line:before {
        left: 50% !important;
        right: auto !important;
        margin-left: -40px;
    }

    .section-mission .container>div>.row {
        border-radius: 0px;
    }

    .section-mission .container>div>.row .image {
        text-align: center !important;
    }

    .section-mission .col-md-5 {
        text-align: center;
    }

    .light-list li,
    .blue-list li,
    .rtl .light-list li,
    .rtl .blue-list li {
        margin-left: 0;
        margin-right: 0;
        flex: 0 0 100%;
    }

    .aaa-doctor .image {
        padding-top: 350px;
        max-width: 100%;
        min-width: auto;
    }

    .archive-sections>section {
        padding: 2rem 0.2rem;
    }

    .archive-default .archive-subspecialties .inner-specialties ul li {
        width: 100%;
    }

    .doctor-list li,
    .term-list li {
        width: 50%;
    }

    .archive-default .archive-description {
        padding: 2rem 1rem;
    }

    .page-default.has-post-thumbnail .top-section h1,
    .single-default.has-post-thumbnail .top-section h1,
    .archive-default.has-post-thumbnail .top-section h1 {
        font-size: 25px !important;
    }

    .h3,
    h3 {
        font-size: 20px;
    }

    .h4,
    h4 {
        font-size: 18px;
    }

    .h2,
    h2 {
        font-size: 25px;
    }

    .h1,
    h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 500px) {
    .single-doctor.single-default .top-section img {
        margin-left: 0px !important;
        height: auto !important;
        width: 100% !important;
    }

    .single-doctor.single-default .top-section {
        min-height: 350px !important;
        height: 350px !important;
    }
}

@media screen and (max-width: 450px) {

    .doctor-list li,
    .term-list li {
        width: 100%;
    }
}

/*
Description: Fonts Css styles includes
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
}

body.noScroll {
    overflow-y: hidden;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.noLink {
    cursor: default;
    pointer-events: none;
}

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

.get_more_btn .page-numbers.next,
.get_more_btn .page-numbers.next:hover,
.get_more_btn .next-page.custom_scroll,
.get_more_btn .next-page.custom_scroll:hover,
.topHeader,
.topHeader .leftSection a img,
.topHeader .rightSection,
.topHeader .rightSection ul li a,
.topHeader .rightSection .searchAndMenu>a,
.topHeader .rightSection .searchAndMenu>span,
.topHeader .rightSection .searchAndMenu>a.bookAppointmentBtn i,
.topHeader .rightSection .searchAndMenu>span.bookAppointmentBtn i,
.topHeader .rightSection .searchAndMenu>a.bookAppointmentBtn.opened i,
.topHeader .rightSection .searchAndMenu>span.bookAppointmentBtn.opened i,
.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn .bars .subbar,
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn .bars .subbar,
.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn:hover .bars .subbar:nth-child(3),
.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn:hover .bars .subbar:nth-child(5),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn:hover .bars .subbar:nth-child(3),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn:hover .bars .subbar:nth-child(5),
.topHeader.scrolled,
.topHeader.scrolled .leftSection a img,
.topHeader.scrolled .rightSection,
.topHeader.scrolled .rightSection .searchAndMenu a.searchBtn,
.topHeader.scrolled .rightSection .searchAndMenu a.bookAppointmentBtn,
.topHeader.scrolled .rightSection .searchAndMenu a.separateBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.searchBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.bookAppointmentBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.separateBtn,
.topHeader.scrolled .rightSection .searchAndMenu a.languageSwitcher,
.topHeader.scrolled .rightSection ul li a,
.searchWrapper,
.searchWrapper.getMe,
.fullPageMenu .closeAndNumberHolder a.contactUsBtn,
.fullPageMenu .closeAndNumberHolder a.contactUsBtn:hover,
.fullPageMenu .menuListHolder ul.nav-menu li a,
.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children,
.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover,
.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover a.dropdown-toggle,
.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover ul.dropdown-menu,
.fullPageMenu .menuListHolder ul.dropdown-menu,
.homePage .topSliderSection .swiper-container .swiper-slide h1,
.homePage .topSliderSection .swiper-container .swiper-slide.swiper-slide-active h1,
.homePage .secondSection .leftSection .innerLeftSection a,
.homePage .secondSection .leftSection .innerLeftSection a:hover,
.homePage .thirdSection .leftSection .imageHolder img,
.homePage .thirdSection .leftSection .imageHolder:hover img,
.homePage .thirdSection .rightSection a,
.homePage .thirdSection .rightSection a:hover,
.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap img,
.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap:hover img,
.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder img,
.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap:hover .imageHolder img,
.homePage .inTheMediaSection .viewMoreBtn a,
.homePage .inTheMediaSection .viewMoreBtn a:hover,
.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .imageHolder img.mainImage,
.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder:hover .imageHolder img.mainImage,
.aboutUsPages.aboutSehaPage .secondSection .contentHolder .content a,
.aboutUsPages.aboutSehaPage .secondSection .contentHolder .content a:hover,
.faqPage .faqsHolder .eachFaqWrap .questionHolder .arrow,
.faqPage .faqsHolder .eachFaqWrap.expanded .questionHolder .arrow,
.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .imageHolder img,
.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap:hover .innerEachArticleWrap .imageHolder img,
.galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection:hover img,
.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:hover img,
.galleryArchivePage .articlesWrapper .topSection .parentSection img,
.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap:hover .imageHolder img,
.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder img,
.doctorsArchivePage .requestAppointmentHolder .parentHolder a,
.doctorsArchivePage .requestAppointmentHolder .parentHolder a:hover,
.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .imageHolder img,
.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap:hover .imageHolder img,
.arabicVersion .homePage .topSliderSection .swiper-container .swiper-slide h1,
.arabicVersion .homePage .topSliderSection .swiper-container .swiper-slide.swiper-slide-active h1 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.onlyOnMobile {
    display: none;
}

.paddingTop {
    padding-top: 68px;
}

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

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pageHasTopSection .topSection {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.pageHasTopSection .topSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.pageHasTopSection .topSection h1 {
    font-weight: bold;
    font-size: 45px;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.pageHasTopSection .topSection .bottomMenuHolder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #7D48AF);
    z-index: 2;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder {
    position: relative;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder .backButton {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder .backButton i {
    margin: 0 5px 0 0;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: auto;
    white-space: nowrap;
    align-items: center;
    flex-wrap: nowrap;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li {
    display: inline-block;
    flex: 1;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a.active {
    background-color: rgba(255, 255, 255, 0.13);
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}

.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li.current-menu-item {
    background: #254399;
}

.get_more_btn {
    text-align: center;
    margin: 0 0 40px 0;
}

.get_more_btn .page-numbers {
    display: none;
}

.get_more_btn .page-numbers.next {
    background-color: #0157B8;
    border: 1px solid #0157B8;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
}

.get_more_btn .page-numbers.next:hover {
    background-color: #fff;
    color: #0157B8;
}

.get_more_btn .custom_loader {
    display: none;
    color: #0157B8;
    font-size: 30px;
}

.get_more_btn .custom_loader i {
    animation: spin 1s linear infinite;
}

.get_more_btn .next-page.custom_scroll {
    background-color: #D7343F;
    border: 1px solid #D7343F;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    letter-spacing: 1px;
}

.get_more_btn .next-page.custom_scroll:hover {
    background-color: #fff;
    color: #D7343F;
}

.loader_wrapper {
    text-align: center;
}

.loader_wrapper span {
    font-size: 45px;
    color: #0157B8;
}

.loader_wrapper span i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.bookingPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.bookingPopup .innerBookingPopup {
    position: relative;
    width: 100%;
    max-width: 660px;
    padding: 12px;
}

.bookingPopup .innerBookingPopup .closePopup {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #282D3C;
    z-index: 10;
    font-size: 30px;
}

.bookingPopup .innerBookingPopup:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #0157B8;
    background-image: linear-gradient(#0157B8, #7D48AF);
    z-index: 1;
}

.bookingPopup .innerBookingPopup .contentHolder {
    position: relative;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    padding: 55px 40px;
}

.bookingPopup .innerBookingPopup .contentHolder h3 {
    color: #282D3C;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: relative;
}

.bookingPopup .innerBookingPopup .contentHolder h3:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 1px;
    background-color: #282D3C;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bookingPopup .innerBookingPopup .contentHolder p {
    color: #394055;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

.fullPageVideoHolder {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #282D3C;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.fullPageVideoHolder .closeBtn {
    color: #fff;
    background-color: #0157B8;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 100%;
}

.fullPageVideoHolder .innerFullPage {
    width: 100%;
}

.fullPageVideoHolder .innerFullPage .title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    line-height: 28px;
    padding: 0 15px;
}

.fullPageVideoHolder .innerFullPage .videoHolder {
    margin: 20px 0;
    width: 100%;
}

.fullPageVideoHolder .innerFullPage .videoHolder iframe {
    width: 100%;
    max-width: 950px;
    height: 500px;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.topAnouncement {
    background-color: #0257B8;
    text-align: center;
    padding: 10px 15px;
}

.topAnouncement h3 {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.topAnouncement h3 a {
    color: #fff;
    text-decoration: underline;
}

.page-template-page-home .topHeader {
    top: 40px;
}

.page-template-page-home .topHeader.scrolled {
    top: 0;
}

/*
Description: Header Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.topHeader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 25px 0 0 0;
}

.topHeader .leftSection {
    float: left;
}

.topHeader .leftSection a {
    display: block;
}

.topHeader .leftSection a.newLogoSwitched {
    margin: 10px 0 0 0;
}

.topHeader .leftSection a.newLogoSwitched img {
    max-width: 305px;
}

.topHeader .leftSection a img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.topHeader .leftSection a img.black {
    display: none;
}

.topHeader .rightSection {
    float: right;
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}

.topHeader .rightSection ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.topHeader .rightSection ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

.topHeader .rightSection ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.topHeader .rightSection .searchAndMenu {
    display: flex;
    position: relative;
}

.topHeader .rightSection .searchAndMenu>a,
.topHeader .rightSection .searchAndMenu>span {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.13);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
}

.topHeader .rightSection .searchAndMenu>a.searchBtn,
.topHeader .rightSection .searchAndMenu>a.languageSwitcher,
.topHeader .rightSection .searchAndMenu>span.searchBtn,
.topHeader .rightSection .searchAndMenu>span.languageSwitcher {
    margin: 0 18px 0 0;
}

.topHeader .rightSection .searchAndMenu>a:hover ul.dropdown-menu,
.topHeader .rightSection .searchAndMenu>span:hover ul.dropdown-menu {
    display: block;
}

.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu {
    display: none;
    flex-direction: column;
    background: #0257b8;
    color: #fff;
    width: 100%;
}

.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li {
    display: block;
    border-bottom: 1px solid #f5f5f54d;
    margin: 0rem 0;
    text-align: left;
}

.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li:last-child,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li:last-child {
    border-bottom: 0;
}

.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li a,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li a {
    padding: 0.5rem 1rem;
    color: #fff;
    text-shadow: none;
    width: auto;
    height: auto;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li a:hover,
.topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li a:focus,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li a:hover,
.topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li a:focus {
    background-color: #f5f5f54d;
}

.topHeader .rightSection .searchAndMenu>a.bookAppointmentBtn,
.topHeader .rightSection .searchAndMenu>span.bookAppointmentBtn {
    background-color: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    width: auto;
    border-radius: 30px;
    margin: 0 18px 0 0;
    cursor: pointer;
}

.topHeader .rightSection .searchAndMenu>a.bookAppointmentBtn i,
.topHeader .rightSection .searchAndMenu>span.bookAppointmentBtn i {
    margin: 0 0 0 15px;
    font-size: 24px;
}

.topHeader .rightSection .searchAndMenu>a.bookAppointmentBtn.opened i,
.topHeader .rightSection .searchAndMenu>span.bookAppointmentBtn.opened i {
    transform: rotate(180deg);
}

.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn,
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn {
    background-color: #0257B8;
}

.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn .bars .subbar,
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn .bars .subbar {
    background-color: #fff;
    width: 28px;
    height: 2px;
    display: block;
    float: right;
    border-radius: 13px;
}

.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn .bars .subbar:nth-child(3),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn .bars .subbar:nth-child(3) {
    margin: 5px 0;
    width: 22px;
}

.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn .bars .subbar:nth-child(5),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn .bars .subbar:nth-child(5) {
    width: 15px;
}

.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn:hover .bars .subbar:nth-child(3),
.topHeader .rightSection .searchAndMenu>a.menuTriggerBtn:hover .bars .subbar:nth-child(5),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn:hover .bars .subbar:nth-child(3),
.topHeader .rightSection .searchAndMenu>span.menuTriggerBtn:hover .bars .subbar:nth-child(5) {
    width: 28px;
}

.topHeader .rightSection .searchAndMenu>a.languageSwitcher,
.topHeader .rightSection .searchAndMenu>span.languageSwitcher {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.23);
    font-size: 16px;
}

.topHeader .rightSection .searchAndMenu>a.separateBtn,
.topHeader .rightSection .searchAndMenu>span.separateBtn {
    width: auto;
    border-radius: 22px;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 18px 0 0;
}

.topHeader .rightSection .searchAndMenu>a.separateBtn.gaGeneralPhoneNumber span:not(.wording),
.topHeader .rightSection .searchAndMenu>span.separateBtn.gaGeneralPhoneNumber span:not(.wording) {
    margin: 0 0 0 8px;
}

.topHeader .rightSection .searchAndMenu>a.separateBtn.gaGeneralPhoneNumber span i,
.topHeader .rightSection .searchAndMenu>span.separateBtn.gaGeneralPhoneNumber span i {
    transform: rotateY(180deg) rotate(-15deg);
}

.topHeader .rightSection .searchAndMenu>a.separateBtn.gaPatientPortalBtn,
.topHeader .rightSection .searchAndMenu>span.separateBtn.gaPatientPortalBtn {
    padding-right: 1rem;
}

.topHeader .rightSection .searchAndMenu>a.separateBtn.gaPatientPortalBtn i,
.topHeader .rightSection .searchAndMenu>span.separateBtn.gaPatientPortalBtn i {
    margin-left: 1rem;
}

.topHeader .rightSection .searchAndMenu h4 {
    color: #fff;
    font-size: 17px;
    margin: 14px 10px 14px 0;
    font-weight: 500;
}

.topHeader .rightSection .searchAndMenu .bookingPopover {
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: calc(100% + 20px);
    left: 5px;
    width: 210px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.topHeader .rightSection .searchAndMenu .bookingPopover .whiteArrow {
    position: absolute;
    bottom: calc(100% - 6px);
    transform: rotate(180deg);
    right: 20px;
    max-width: 40px;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul li {
    display: block;
    border-bottom: 1px solid #F0F2F4;
    margin: 0;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul li:nth-last-child(1) {
    border: none;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul li a {
    font-size: 14px;
    color: #000;
    padding: 17px 20px 15px 20px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    text-shadow: none;
    height: auto;
    display: block;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul li a span {
    color: #0257B8;
    margin: 0 0 0 5px;
}

.topHeader .rightSection .searchAndMenu .bookingPopover ul li a i {
    transform: rotateY(180deg) rotateZ(-25deg);
    font-size: 16px;
}

.topHeader.scrolled {
    background-color: #fff;
    padding: 5px 0 5px 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.topHeader.scrolled .leftSection a.newLogoSwitched {
    margin: 3px 0 1px 0;
}

.topHeader.scrolled .leftSection a.newLogoSwitched img {
    max-width: 195px;
}

.topHeader.scrolled .leftSection a img {
    max-width: 140px;
}

.topHeader.scrolled .leftSection a img.white {
    display: none;
}

.topHeader.scrolled .leftSection a img.black {
    display: block;
}

.topHeader.scrolled .rightSection {
    margin: 6px 0 0 0;
}

.topHeader.scrolled .rightSection .searchAndMenu a.searchBtn,
.topHeader.scrolled .rightSection .searchAndMenu a.bookAppointmentBtn,
.topHeader.scrolled .rightSection .searchAndMenu a.separateBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.searchBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.bookAppointmentBtn,
.topHeader.scrolled .rightSection .searchAndMenu>span.separateBtn {
    background-color: #F0F2F4;
    color: #394055;
}

.topHeader.scrolled .rightSection .searchAndMenu h4 {
    color: #000;
}

.topHeader.scrolled .rightSection .searchAndMenu a.languageSwitcher {
    border-color: #394055;
    color: #394055;
}

.topHeader.scrolled .rightSection ul li a {
    color: #394055;
    text-shadow: none;
}

.searchWrapper {
    position: fixed;
    top: -200px;
    right: 0;
    padding: 20px 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
}

.searchWrapper.getMe {
    top: 0px;
}

.searchWrapper form {
    position: relative;
}

.searchWrapper form a,
.searchWrapper form span,
.searchWrapper form input {
    display: inline-block;
}

.searchWrapper form input {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 10px 0 0;
}

.searchWrapper form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.6);
}

.searchWrapper form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.6);
}

.searchWrapper form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.6);
}

.searchWrapper form span {
    color: #000;
    font-size: 22px;
    margin: 0px 20px 0 0;
    display: inline-block;
    vertical-align: top;
}

.searchWrapper form a {
    color: #000;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    line-height: 0;
    font-size: 28px;
}

.searchWrapper form .exitAndSearch {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.searchWrapper form .exitAndSearch span {
    cursor: pointer;
}

.fullPageMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/full-menu-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999;
    padding: 0 50px;
    display: none;
    align-items: center;
    justify-content: flex-start;
}

.fullPageMenu:before {
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: rgba(40, 45, 60, 0.81);
}

.fullPageMenu .closeAndNumberHolder {
    position: absolute;
    top: 40px;
    right: 50px;
}

.fullPageMenu .closeAndNumberHolder a.contactUsBtn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    border-radius: 8px;
    margin: 6px 25px 0 0;
    padding: 7px 15px;
    font-weight: bold;
}

.fullPageMenu .closeAndNumberHolder a.contactUsBtn:hover {
    color: #0257B8;
    background-color: #fff;
}

.fullPageMenu .closeAndNumberHolder a.shortNumber {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 6px 25px 0 0;
    vertical-align: top;
    border-radius: 8px;
    padding: 7px 18px;
    background-color: rgba(255, 255, 255, 0.1);
}

.fullPageMenu .closeAndNumberHolder a.shortNumber i {
    margin: 0 2.5px 0 0;
}

.fullPageMenu .closeAndNumberHolder a.closeMenu {
    background-color: #0257B8;
    border-radius: 100%;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: relative;
}

.fullPageMenu .closeAndNumberHolder a.closeMenu .bars {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.fullPageMenu .closeAndNumberHolder a.closeMenu .bars .subbar {
    background-color: #fff;
    width: 25px;
    height: 2px;
    display: block;
    margin: -1.3px auto;
    border-radius: 13px;
}

.fullPageMenu .closeAndNumberHolder a.closeMenu .bars .subbar:nth-child(1) {
    transform: rotate(45deg);
}

.fullPageMenu .closeAndNumberHolder a.closeMenu .bars .subbar:nth-child(2) {
    transform: rotate(-45deg);
}

.fullPageMenu .closeAndNumberHolder a.searchBtn,
.fullPageMenu .closeAndNumberHolder a.languageSwitcher {
    display: none;
}

.fullPageMenu .menuListHolder {
    position: relative;
    z-index: 5;
    width: 100%;
}

.fullPageMenu .menuListHolder ul.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fullPageMenu .menuListHolder ul.nav-menu li {
    margin: 0 0 30px 0;
}

.fullPageMenu .menuListHolder ul.nav-menu li a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.fullPageMenu .menuListHolder ul.nav-menu li a .caret {
    display: none;
}

.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children {
    position: relative;
}

.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover a.dropdown-toggle {
    opacity: 0;
}

.fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover ul.dropdown-menu {
    opacity: 1;
    z-index: 9999;
}

.fullPageMenu .menuListHolder ul.dropdown-menu {
    opacity: 0;
    z-index: -1;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    left: unset;
    display: block;
    float: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    transform: translateY(-50%);
}

.fullPageMenu .menuListHolder ul.dropdown-menu li {
    display: inline-block;
    margin: 0 20px 0px 0;
    padding: 0 20px 0px 0;
    position: relative;
}

.fullPageMenu .menuListHolder ul.dropdown-menu li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 7px;
    background-color: rgba(255, 255, 255, 0.33);
    right: 0;
}

.fullPageMenu .menuListHolder ul.dropdown-menu li:nth-last-child(1):after {
    display: none;
}

.fullPageMenu .menuListHolder ul.dropdown-menu li a {
    color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 500;
    text-transform: none;
}

.fullPageMenu .menuListHolder ul.dropdown-menu li a:hover,
.fullPageMenu .menuListHolder ul.dropdown-menu li a:focus,
.fullPageMenu .menuListHolder ul.dropdown-menu li a:active {
    background-color: transparent;
}

.fullPageMenu .menuListHolder ul.dropdown-menu li.active a {
    background-color: transparent;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

.fullPageMenu .bottomSection {
    padding: 0 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}

.fullPageMenu .bottomSection ul {
    padding: 0;
    margin: 14px 0;
    list-style: none;
    float: left;
}

.fullPageMenu .bottomSection ul li {
    display: inline-block;
    margin: 0 25px 0 0px;
}

.fullPageMenu .bottomSection ul li a {
    color: #fff;
    font-size: 22px;
}

.fullPageMenu .bottomSection a.logoHolder {
    float: right;
}

.fullPageMenu .bottomSection a.logoHolder.newLogoSwitched img {
    max-width: 230px;
}

.fullPageMenu .bottomSection a.logoHolder img {
    width: 100%;
    height: auto;
    max-width: 145px;
}

/*
Description: Footer Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
footer {
    border-top: 1px solid #ECEEF2;
}

footer .topSection {
    padding: 18px 0;
}

footer .topSection .leftSection {
    text-align: left;
}

footer .topSection .leftSection .newsletterHolder {
    margin: 8px 0;
}

footer .topSection .leftSection .newsletterHolder h4 {
    display: inline-block;
    font-size: 12px;
    color: #394055;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    font-weight: bold;
}

footer .topSection .leftSection .newsletterHolder form {
    width: 100%;
    max-width: 320px;
    position: relative;
    display: inline-block;
}

footer .topSection .leftSection .newsletterHolder form input[name="EMAIL"] {
    height: 40px;
    background-color: #F0F2F4;
    color: #9EA2AF;
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid transparent;
}

footer .topSection .leftSection .newsletterHolder form .submitSubstituteBtn {
    background-color: #7C48AF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 34px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

footer .topSection .rightSection {
    text-align: right;
}

footer .topSection .rightSection img {
    height: auto;
    width: 100%;
    max-width: 200px;
}

footer .bottomSection {
    background-color: #282D3C;
    padding: 10px 0;
}

footer .bottomSection .leftSection {
    text-align: left;
}

footer .bottomSection .leftSection ul {
    list-style: none;
    margin: 3px 0;
    padding: 0;
}

footer .bottomSection .leftSection ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    position: relative;
}

footer .bottomSection .leftSection ul li a {
    color: #fff;
    font-size: 13px;
}

footer .bottomSection .leftSection ul li:nth-last-child(1) {
    margin: 0;
    padding: 0;
}

footer .bottomSection .leftSection ul li:nth-last-child(1):after {
    display: none;
}

footer .bottomSection .leftSection ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.26);
}

footer .bottomSection .rightSection {
    text-align: right;
    padding: 2px 15px 0 15px;
}

footer .bottomSection .rightSection h4 {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    vertical-align: top;
    margin: 5px 10px 0 0;
}

footer .bottomSection .rightSection a.shortNumber {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

footer .bottomSection .rightSection a.shortNumber i {
    margin: 0 2.5px 0 0;
}

footer .bottomSection .rightSection .seperator {
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.26);
    margin: 0 10px;
    display: inline-block;
}

footer .bottomSection .rightSection ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

footer .bottomSection .rightSection ul li {
    display: inline-block;
    margin: 0 6px;
}

footer .bottomSection .rightSection ul li a {
    color: #fff;
    font-size: 18px;
}

/*
Description: Home styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.homePage .topSliderSection {
    height: 100vh;
    width: 100%;
    position: relative;
}

.homePage .topSliderSection .swiper-container {
    height: 100%;
}

.homePage .topSliderSection .swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.homePage .topSliderSection .swiper-container .swiper-slide .topSliderSection__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homePage .topSliderSection .swiper-container .swiper-slide .inner-swiper-slide {
    margin: 0 0 80px 0;
}

.homePage .topSliderSection .swiper-container .swiper-slide img {
    position: relative;
    z-index: 5;
}

.homePage .topSliderSection .swiper-container .swiper-slide h1 {
    position: relative;
    z-index: 5;
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
    opacity: 0;
}

.homePage .topSliderSection .swiper-container .swiper-slide.swiper-slide-active h1 {
    opacity: 1;
    margin: 0 0 40px 0;
}

.homePage .topSliderSection .swiper-container .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.homePage .topSliderSection .swiper-container .swiper-slide .scrollDownAlert {
    margin: 20px 0 0 0;
    text-align: center;
}

.homePage .topSliderSection .swiper-container .swiper-slide .scrollDownAlert img {
    max-width: 35px;
    height: auto;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.homePage .topSliderSection .swiper-container .swiper-slide .shadow {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent 15%);
    z-index: 1;
}

.homePage .topSliderSection .socialMediaHolder {
    position: absolute;
    top: 0;
    height: 100%;
    left: auto;
    right: 0;
    margin: 0 auto;
    display: flex;
    width: 40px;
    z-index: 6;
    align-items: flex-end;
    justify-content: flex-end;
}

.homePage .topSliderSection .socialMediaHolder ul {
    padding: 0;
    margin: 0 10px 30px 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}

.homePage .topSliderSection .socialMediaHolder ul li {
    display: block;
    margin: 6px 0px;
}

.homePage .topSliderSection .socialMediaHolder ul li a {
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.homePage .topSliderSection .socialMediaHolder .line {
    height: 60%;
    background-color: rgba(255, 255, 255, 0.29);
    width: 2px;
    margin: 0 -10px 165px 0;
}

.homePage .topSliderSection .topSliderPagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.homePage .topSliderSection .topSliderPagination .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 3px;
    width: 10px;
    height: 10px;
}

.homePage .topSliderSection .topSliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.homePage .bannerSection {
    text-align: center;
    padding: 70px 0 0 0;
}

.homePage .bannerSection a {
    display: block;
}

.homePage .bannerSection a img {
    width: 100%;
    max-width: 900px;
    height: auto;
}

.homePage .secondSection {
    padding: 70px 0 70px 0;
    position: relative;
}

.homePage .secondSection .leftSection {
    text-align: left;
}

.homePage .secondSection .leftSection .innerLeftSection {
    width: 100%;
    max-width: 380px;
}

.homePage .secondSection .leftSection .innerLeftSection h2 {
    color: #282D3C;
    font-weight: bold;
    font-size: 33px;
    margin: 0 0 20px 0;
    line-height: 46px;
}

.homePage .secondSection .leftSection .innerLeftSection .seperator {
    width: 33px;
    height: 1.5px;
    background-color: #282D3C;
    margin: 0 0 20px 0;
}

.homePage .secondSection .leftSection .innerLeftSection .content {
    color: #394055;
    font-style: italic;
    line-height: 20px;
    margin: 0 0 30px 0;
}

.homePage .secondSection .leftSection .innerLeftSection a {
    color: #282D3C;
    border-radius: 8px;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #282D3C;
    display: inline-block;
}

.homePage .secondSection .leftSection .innerLeftSection a:hover {
    color: #fff;
    background-color: #282D3C;
}

.homePage .secondSection .container {
    position: relative;
}

.homePage .secondSection .widgetHolder {
    background-color: #0157B8;
    background-image: linear-gradient(#0157B8, #7D48AF);
    padding: 55px 30px;
    text-align: left;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 540px;
    overflow: hidden;
}

.homePage .secondSection .widgetHolder h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 40px 0;
}

.homePage .secondSection .widgetHolder a {
    color: #282D3C;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
}

.homePage .secondSection .widgetHolder a.doctorBtn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 0 0 15px;
}

.homePage .thirdSection {
    position: relative;
    padding: 50px 0 70px 0;
}

.homePage .thirdSection:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 355px;
    background-color: #F7F8FA;
    z-index: 1;
}

.homePage .thirdSection .columnsWrapper {
    display: flex;
    align-items: center;
}

.homePage .thirdSection .leftSection {
    position: relative;
    z-index: 5;
}

.homePage .thirdSection .leftSection .imageHolder {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.homePage .thirdSection .leftSection .imageHolder img {
    width: 100%;
    height: auto;
}

.homePage .thirdSection .leftSection .imageHolder:hover img {
    transform: scale(1.1);
}

.homePage .thirdSection .rightSection {
    position: relative;
    z-index: 5;
}

.homePage .thirdSection .rightSection h3 {
    color: #282D3C;
    font-size: 33px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.homePage .thirdSection .rightSection .seperator {
    width: 33px;
    height: 1.5px;
    background-color: #282D3C;
    margin: 0 0 20px 0;
}

.homePage .thirdSection .rightSection .content {
    color: #394055;
    font-size: 15px;
    font-style: italic;
    margin: 0 0 25px 0;
    line-height: 20px;
    max-width: 440px;
}

.homePage .thirdSection .rightSection ul {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}

.homePage .thirdSection .rightSection ul li {
    display: inline-block;
    width: 100%;
    max-width: calc(100% / 3 - 20px);
    margin: 0 20px 10px 0;
    color: #394055;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.homePage .thirdSection .rightSection ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0157B8;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}

.homePage .thirdSection .rightSection a {
    color: #fff;
    background-color: #0257B8;
    border-radius: 8px;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #0257B8;
    display: inline-block;
    margin: 40px 0 0 0;
}

.homePage .thirdSection .rightSection a:hover {
    color: #0257B8;
    background-color: #fff;
}

.homePage .inTheMediaSection {
    background-color: #282D3C;
    padding: 40px 0 60px 0;
}

.homePage .inTheMediaSection .sectionTitle {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

.homePage .inTheMediaSection .sectionTitle:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 33px;
    background-color: #fff;
}

.homePage .inTheMediaSection .columnsWrapper {
    display: flex;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap img {
    width: 100%;
    height: auto;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 30px 20px;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description span {
    background-color: rgba(0, 0, 0, 0.57);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    border-radius: 100%;
    width: 81px;
    height: 81px;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    margin: 15px 0 0 0;
    line-height: 28px;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description .date {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 15px 0;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description .bottomSentence {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 15px 0 0 0;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description .bottomSentence i {
    color: #0157B8;
    font-size: 15px;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .shadow {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), transparent 45%);
    z-index: 1;
}

.homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap:hover img {
    transform: scale(1.1);
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap {
    display: flex;
    align-items: center;
    margin: 0 0 17px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid rgba(226, 229, 235, 0.14);
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap:nth-last-child(1) {
    margin: 0;
    padding: 0;
    border: none;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder {
    width: 220px;
    position: relative;
    overflow: hidden;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder span {
    background-color: rgba(0, 0, 0, 0.57);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
    width: calc(100% - 220px);
    padding: 0 0 0 20px;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description .date {
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-style: italic;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h3 {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description .bottomSentence {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    margin: 10px 0 0 0;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description .bottomSentence i {
    color: #0157B8;
    font-size: 13px;
}

.homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap:hover .imageHolder img {
    transform: scale(1.1);
}

.homePage .inTheMediaSection .viewMoreBtn {
    text-align: center;
}

.homePage .inTheMediaSection .viewMoreBtn a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 45px 0 0 0;
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 8px;
    padding: 9px 25px;
    border: 1px solid #fff;
}

.homePage .inTheMediaSection .viewMoreBtn a:hover {
    background-color: #fff;
    color: #282D3C;
}

.homePage .forthSection {
    position: relative;
}

.homePage .forthSection .mapHolder {
    position: relative;
}

.homePage .forthSection .mapHolder #map {
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.homePage .forthSection .descriptionHolder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    width: 100%;
    max-width: 415px;
    z-index: 15;
}

.homePage .forthSection .descriptionHolder h3 {
    color: #282D3C;
    font-weight: bold;
    font-size: 33px;
    margin: 0 0 20px 0;
}

.homePage .forthSection .descriptionHolder .seperator {
    width: 33px;
    height: 1.5px;
    background-color: #282D3C;
    margin: 0 0 20px 0;
}

.homePage .forthSection .descriptionHolder h4 {
    color: #394055;
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
}

/*
Description: 404 Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.fourOFourPage {
    min-height: calc(100vh - 200px);
    text-align: center;
}

.fourOFourPage .innerFourOFourPage {
    padding: 100px 0;
}

.fourOFourPage .innerFourOFourPage h1 {
    color: #183441;
    font-size: 148px;
    font-weight: bold;
    margin: 0;
}

.fourOFourPage .innerFourOFourPage h3 {
    color: #183441;
    font-size: 22px;
    margin: 0;
}

.fourOFourPage .innerFourOFourPage .actionBtn {
    background-color: #0257B8;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 150px;
    margin: 30px auto 0 auto;
    max-width: 230px;
    padding: 10px 0;
    font-size: 13px;
    border-radius: 0px;
    text-align: center;
}

/*
Description: About us Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.aboutUsPages.whoWeArePage .firstSection {
    padding: 55px 0 0 0;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper {
    display: flex;
    width: 100%;
    margin: 0 0 55px 0;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper.floatedReverse {
    flex-direction: row-reverse;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper.floatedReverse .rightSection .imageHolder img {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 47px;
    border-top-right-radius: 47px;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper.floatedReverse .rightSection .imageHolder:after {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 47px;
    border-top-right-radius: 47px;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection {
    display: flex;
    align-items: center;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .innerLeftSection {
    padding: 0 50px 0 30px;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection h3 {
    color: #282D3C;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .seperator {
    width: 33px;
    height: 3px;
    background-color: #3C508D;
    margin: 0 0 15px 0;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .content {
    color: #394055;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .rightSection .imageHolder {
    position: relative;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .rightSection .imageHolder img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 47px;
    border-top-left-radius: 47px;
}

.aboutUsPages.whoWeArePage .firstSection .blockWrapper .rightSection .imageHolder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 156, 209, 0.18);
    border-bottom-left-radius: 47px;
    border-top-left-radius: 47px;
    z-index: 5;
}

.aboutUsPages.whoWeArePage .secondSection {
    background-color: #F0F2F4;
    text-align: center;
    padding: 50px 15px;
}

.aboutUsPages.whoWeArePage .secondSection .contentHolder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.aboutUsPages.whoWeArePage .secondSection .contentHolder h2 {
    font-size: 30px;
    color: #282D3C;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.aboutUsPages.whoWeArePage .secondSection .contentHolder .point {
    width: 33px;
    height: 2px;
    display: block;
    background-color: #282D3C;
    margin: 0 auto 15px auto;
}

.aboutUsPages.whoWeArePage .secondSection .contentHolder .content {
    font-size: 16px;
    color: #394055;
    line-height: 20px;
    font-style: italic;
}

.aboutUsPages.ourPartnershipPage .firstSection {
    padding: 55px 0 0 0;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper {
    display: flex;
    width: 100%;
    margin: 0 0 55px 0;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection .imageHolder {
    position: relative;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection .imageHolder img {
    width: 100%;
    height: auto;
    border-bottom-right-radius: 47px;
    border-top-right-radius: 47px;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection .imageHolder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 156, 209, 0.18);
    border-bottom-right-radius: 47px;
    border-top-right-radius: 47px;
    z-index: 5;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection {
    display: flex;
    align-items: center;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection {
    padding: 0 50px 0 30px;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection h3 {
    color: #282D3C;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .seperator {
    width: 33px;
    height: 3px;
    background-color: #282D3C;
    margin: 0 0 15px 0;
}

.aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .content {
    font-size: 15px;
    color: #394055;
    line-height: 25px;
    font-style: italic;
}

.aboutUsPages.ourPartnershipPage .secondSection {
    background-color: #F0F2F4;
    padding: 50px 10px 0px 10px;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder {
    width: 100%;
    max-width: calc(100% / 4);
    text-align: center;
    padding: 0 20px;
    margin: 0 0 60px 0;
    position: relative;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:after {
    content: '';
    width: 21px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 28%;
    right: -10px;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:nth-last-child(1):after,
.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:nth-child(4):after {
    display: none;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder .imageHolder {
    width: 93px;
    height: 93px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder .imageHolder img {
    height: auto;
    width: auto;
    max-height: 30px;
}

.aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder h3 {
    font-size: 15px;
    color: #394055;
    margin: 20px 0 0 0;
    line-height: 23px;
    font-weight: 500;
}

.aboutUsPages.ourPeoplePage .firstSection {
    text-align: center;
    padding: 55px 15px 35px 15px;
}

.aboutUsPages.ourPeoplePage .firstSection .sectionTitle {
    color: #282D3C;
    font-size: 35px;
    line-height: 45px;
    margin: 0 auto;
    font-weight: bold;
    max-width: 760px;
}

.aboutUsPages.ourPeoplePage .firstSection .seperator {
    width: 33px;
    background-color: #282D3C;
    height: 3px;
    margin: 15px auto;
    display: inline-block;
}

.aboutUsPages.ourPeoplePage .firstSection .sectionSubTitle {
    color: #394055;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    font-style: italic;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px 10px;
    background-color: #F4F5F7;
    text-align: left;
    padding: 30px 35px;
    display: flex;
    align-items: center;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h3 {
    font-weight: bold;
    color: #282D3C;
    font-size: 34px;
    margin: 0 0 15px 0;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h3 span {
    font-size: 14px;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h4 {
    color: #282D3C;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    line-height: 22px;
}

.aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder p {
    color: #282D3C;
    font-size: 14px;
    margin: 0;
}

.aboutUsPages.factsAndFiguresPage .firstSection {
    text-align: center;
    padding: 45px 15px 35px 15px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .sectionTitle {
    color: #394055;
    font-size: 35px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    font-weight: bold;
    max-width: 760px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .seperator {
    width: 33px;
    background-color: #282D3C;
    height: 3px;
    margin: 0;
    display: inline-block;
}

.aboutUsPages.factsAndFiguresPage .firstSection .sectionSubTitle {
    color: #394055;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 20px auto;
    max-width: 420px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .sectionSubTitle font-style:italic span {
    color: #7D48AF;
    font-weight: bold;
    font-style: italic;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    max-width: 960px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder {
    width: calc(100% / 2 - 60px);
    margin: 0 30px 80px 30px;
    position: relative;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .imageHolder {
    overflow: hidden;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .imageHolder img.mainImage {
    width: 100%;
    height: auto;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder:hover .imageHolder img.mainImage {
    transform: scale(1.1);
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder {
    padding: 0 0 0 30px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .leftSection {
    width: 100%;
    max-width: 75px;
    transform: translateY(-20px);
    display: inline-block;
    vertical-align: top;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .leftSection img {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection {
    width: 100%;
    max-width: calc(100% - 75px);
    text-align: left;
    margin: 0 0 0 0px;
    display: inline-block;
    padding: 15px 0 0 15px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h3 {
    font-size: 16px;
    color: #0157B8;
    margin: 0 0 5px 0;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h4 {
    color: #394055;
    line-height: 20px;
    margin: 0;
    max-width: 260px;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: disc;
    display: flex;
    flex-wrap: wrap;
}

.aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection ul li {
    width: calc(100% / 2);
    margin: 0 0 5px 0;
    color: #7C8190;
    font-size: 12px;
}

.aboutUsPages.facilitiesPage .firstSection {
    text-align: center;
    padding: 45px 15px 35px 15px;
}

.aboutUsPages.facilitiesPage .firstSection .sectionTitle {
    color: #282D3C;
    font-size: 35px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    font-weight: bold;
    max-width: 760px;
}

.aboutUsPages.facilitiesPage .firstSection .seperator {
    width: 33px;
    background-color: #282D3C;
    height: 3px;
    margin: 0;
    display: inline-block;
}

.aboutUsPages.facilitiesPage .firstSection .sectionSubTitle {
    color: #394055;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 10px auto;
    max-width: 420px;
}

.aboutUsPages.facilitiesPage .firstSection .sectionSubTitle span {
    color: #7D48AF;
    font-weight: bold;
    font-style: italic;
}

.aboutUsPages.facilitiesPage .firstSection .bigImageHolder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 360px;
    border-bottom: 6px solid #0157B8;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    margin: 35px 0 0 0;
}

.aboutUsPages.facilitiesPage .firstSection .elementsHolder {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
    background-color: #EFF1F5;
    padding: 25px 20px 25px 35px;
    width: calc(100% / 4);
    margin: 0;
}

.aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
    color: #394055;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    text-align: left;
}

.aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0157B8;
    width: 6px;
    height: 6px;
    left: -15px;
    border-radius: 100%;
}

.aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper {
    width: 100%;
    text-align: left;
}

.aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
    display: inline-block;
    width: calc(100% / 4);
    vertical-align: top;
    margin: 0 0 25px 0;
    padding: 0 20px 10px 0;
}

.aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li:before {
    top: calc(100% + 4px);
    transform: unset;
    width: 20px;
    height: 2px;
    left: 0;
    border-radius: 0;
}

.aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li a {
    color: #394055;
}

.aboutUsPages.technologyPage .firstSection {
    background-color: #EFF1F5;
    text-align: center;
    padding: 55px 15px 35px 15px;
}

.aboutUsPages.technologyPage .firstSection .sectionTitle {
    color: #282D3C;
    font-size: 35px;
    line-height: 50px;
    margin: 0 auto 10px auto;
    font-weight: bold;
    max-width: 760px;
}

.aboutUsPages.technologyPage .firstSection .sectionSubTitle {
    color: #394055;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 420px;
    font-style: italic;
}

.aboutUsPages.technologyPage .firstSection .seperator {
    width: 33px;
    background-color: #282D3C;
    height: 3px;
    margin: 0;
    display: inline-block;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder {
    margin: 25px 0 0 0;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder {
    margin: 0 0 15px 0;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder .imageHolder {
    border-radius: 100%;
    max-width: 240px;
    margin: 0 auto;
    position: relative;
    padding: 4px;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder .imageHolder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #282D3C;
    z-index: 1;
    border-radius: 100%;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder .imageHolder img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    position: relative;
    z-index: 5;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder h3 {
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 7px 0;
}

.aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder h4 {
    color: #394055;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.aboutUsPages.technologyPage .secondSection {
    margin: 40px 0;
}

.aboutUsPages.technologyPage .secondSection .sectionTitle {
    color: #282D3C;
    font-size: 25px;
    line-height: 30px;
    margin: 0 auto 10px auto;
    font-weight: bold;
    max-width: 760px;
    text-align: center;
}

.aboutUsPages.technologyPage .secondSection .sectionSubTitle {
    color: #394055;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto 30px auto;
    max-width: 420px;
    font-style: italic;
    text-align: center;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder {
    background-color: #EFF1F5;
    max-width: 990px;
    border-bottom: 6px solid #0157B8;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper {
    padding: 25px 35px 25px 55px;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul li {
    color: #394055;
    font-size: 13px;
    margin: 0 0 20px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul li:nth-last-child(1) {
    margin: 0;
}

.aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    background-color: #0157B8;
    width: 6px;
    height: 6px;
    left: -15px;
    border-radius: 100%;
}

.aboutUsPages.insuranceNetworkPage .firstSection {
    background-color: #fff;
    padding: 35px 15px 35px 15px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .sectionSubTitle {
    max-width: 620px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .seperator {
    height: 2px;
    margin: 30px 0 0 0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper {
    margin: 40px 0 0 0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement {
    margin: 0 0 30px 0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement {
    display: flex;
    align-items: center;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .imageHolder {
    width: 35%;
    border-right: 1px solid #E0E0E0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .imageHolder:after {
    display: none;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .descriptionHolder {
    width: 65%;
    text-align: left;
    padding: 0 35px 0 35px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.greyedBackground .innerEachNetworkElement {
    background-color: #EFF1F5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement {
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    min-height: 210px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .imageHolder {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .imageHolder:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 46px;
    height: 1px;
    margin: 0 auto;
    background-color: #E0E0E0;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .imageHolder img {
    height: auto;
    max-height: 105px;
    max-width: 100%;
    width: auto;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .descriptionHolder {
    padding: 0 15px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .descriptionHolder h3 {
    font-size: 14px;
    color: #282D3C;
    line-height: 19px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .descriptionHolder h4 {
    color: #394055;
    font-size: 13px;
    font-style: italic;
    margin: 0;
    line-height: 20px;
}

.aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo {
    color: #A0A2A8;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 30px 0 0 0;
    padding: 0 15px;
    text-align: center;
}

.aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo a {
    background-color: #EFF1F5;
    color: #394055;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    border-radius: 26px;
    margin: 0 5px;
    padding: 7px 15px;
    display: inline-block;
}

.aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo a i {
    color: #0157B8;
    font-size: 15px;
    margin: 0 5px 0 0;
}

.aboutUsPages.aboutSehaPage .secondSection .contentHolder .content a {
    background-color: #0257B8;
    border: 1px solid #0257B8;
    color: #fff;
    padding: 8px 19px;
    display: inline-block;
}

.aboutUsPages.aboutSehaPage .secondSection .contentHolder .content a:hover {
    background-color: #fff;
    color: #0257B8;
}

.aboutUsPages.ceoMessagePage .firstSection {
    padding: 60px 0;
}

.aboutUsPages.ceoMessagePage .firstSection .imageHolder {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}

.aboutUsPages.ceoMessagePage .firstSection .imageHolder img {
    width: 100%;
    height: auto;
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder {
    background-color: #fff;
    position: relative;
    width: 100%;
    max-width: 815px;
    margin: -70px auto 0 auto;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .quotesIcon {
    position: absolute;
    top: -40px;
    right: 30px;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .msgFromLabel {
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    color: #282D3C;
    letter-spacing: 0.3px;
    margin: 0 0 15px 0;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .name {
    color: #0055B8;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .position {
    color: #282D3C;
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .seperator {
    width: 35px;
    height: 1px;
    background-color: #282D3C;
    margin: 0 0 25px 0;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder {
    font-size: 17px;
    color: #394055;
    line-height: 25px;
}

.aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder font-style:italic strong {
    font-weight: bold;
}

/*
Description: FAQs Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.faqPage {
    min-height: 700px;
}

.faqPage .pageHeader {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #7D48AF);
    padding: 20px 15px;
    text-align: center;
}

.faqPage .pageHeader .parentHolder {
    position: relative;
}

.faqPage .pageHeader .parentHolder .backButton {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.faqPage .pageHeader .parentHolder .backButton i {
    margin: 0 5px 0 0;
}

.faqPage .pageHeader .parentHolder h1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.faqPage .pageHeader .parentHolder h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.faqPage .pageHeader .parentHolder h4 a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.faqPage .faqsHolder {
    padding: 40px 0 30px 0;
    background-color: #f8f8f8;
}

.faqPage .faqsHolder .eachFaqWrap {
    margin: 0 0 30px 0;
}

.faqPage .faqsHolder .eachFaqWrap .questionHolder {
    padding: 15px 35px;
    background-color: #fff;
    cursor: pointer;
}

.faqPage .faqsHolder .eachFaqWrap .questionHolder h3 {
    color: #282D3C;
    font-size: 18px;
    font-weight: bold;
    max-width: 70%;
    float: left;
    margin: 10px 0 0 0;
}

.faqPage .faqsHolder .eachFaqWrap .questionHolder .arrow {
    color: #7D48AF;
    font-size: 26px;
    float: right;
}

.faqPage .faqsHolder .eachFaqWrap .answerHolder {
    color: #282D3C;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 35px;
    display: none;
}

.faqPage .faqsHolder .eachFaqWrap .answerHolder .innerAnswerHolder {
    max-width: 70%;
}

.faqPage .faqsHolder .eachFaqWrap .answerHolder .innerAnswerHolder p {
    margin: 0;
}

.faqPage .faqsHolder .eachFaqWrap:nth-last-child(1) {
    border: none;
}

.faqPage .faqsHolder .eachFaqWrap.expanded .questionHolder .arrow {
    transform: rotate(180deg);
}

.rfaPage {
    min-height: calc(100vh - 141px);
}

.rfaPage__pageHeader {
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #7D48AF);
    padding: 45px 0 40px;
    text-align: center;
}

@media (max-width: 500px) {
    .rfaPage__pageHeader {
        padding: 45px 5px 5px;
    }
}

.rfaPage h1 {
    font-size: 30px;
    font-weight: 700;
    font-weight: bold;
    margin: 0 0 35px 0;
}

.rfaPage__parentHolder {
    position: relative;
    color: #fff;
}

.rfaPage__contentHolder {
    background-color: #ffffff15;
    padding: 35px 80px;
}

@media (max-width: 500px) {
    .rfaPage__contentHolder {
        padding: 15px 10px;
    }
}

.rfaPage__contentHolder h2 {
    font-size: 20px;
    font-weight: bold;
    max-width: 87%;
    margin: 0 auto 35px;
    line-height: 1.5;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 500px) {
    .rfaPage__contentHolder h2 {
        font-size: 16px;
    }
}

.rfaPage__contentHolder h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 2px;
    background-color: #fff;
}

.rfaPage__contentHolder p {
    font-style: italic;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 500px) {
    .rfaPage__contentHolder p {
        font-size: 13px;
    }
}

.rfaPage__holder {
    padding: 60px 0 70px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .rfaPage__holder {
        padding: 60px 0 0 0;
    }
}

.rfaPage__holder .container {
    max-width: 1100px;
}

.rfaPage__imageHolder {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    height: auto;
    max-height: 360px;
    overflow: hidden;
    border-bottom: 6px solid #0157B8;
}

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

.rfaPage__textsHolder {
    background-color: #EFF1F5;
    padding: 40px 135px 40px 45px;
}

@media (max-width: 500px) {
    .rfaPage__textsHolder {
        padding: 20px 20px 45px;
    }
}

.rfaPage .textsHolder {
    font-size: 16px;
    line-height: 1.5;
}

.rfaPage .textsHolder h3 {
    font-size: 15px;
    color: #0157B8;
    text-transform: uppercase;
    position: relative;
    padding: 0 30px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.rfaPage .textsHolder h3:not(:first-child) {
    margin: 35px 0 10px 0;
}

.rfaPage .textsHolder h3:after {
    content: url("../images/question.svg");
    position: absolute;
    top: 0;
    left: 0;
}

.rfaPage .textsHolder p {
    font-size: 16px;
}

.rfaPage .textsHolder a {
    color: #0357B8;
    text-decoration: underline;
    font-weight: 700;
}

.rfaPage .textsHolder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rfaPage .textsHolder ul li {
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
}

.rfaPage .textsHolder ul li a {
    color: #0357B8;
    text-decoration: underline;
    font-weight: 700;
}

.rfaPage .textsHolder ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    border-radius: 50%;
    background-color: #0157B8;
    width: 7px;
    height: 7px;
}

.rfaPage .textsHolder ul li>ul {
    margin-top: 10px;
}

.rfaPage .textsHolder ul li>ul li {
    margin-bottom: 5px;
}

.rfaPage .textsHolder ul li>ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.rfaPage .textsHolder ul li>ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    border-radius: 50%;
    border: 1px solid #4175ED;
    background-color: transparent;
    width: 7px;
    height: 7px;
}

.rfaPage .textsHolder__item:not(:last-child) {
    margin-bottom: 35px;
}

.rfaPage .textsHolder__bottom-text {
    margin-top: 30px;
    color: #0157B8;
    font-weight: 700;
}

/*
Description: Policies Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.policiesPage .pageHeader h1 {
    margin: 0;
}

.policiesPage .content {
    font-size: 15px;
    line-height: 25px;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

/*
Description: Careers Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.careersPage.faqPage {
    background-color: #fff;
}

.careersPage .faqsHolder .formHolder {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 40px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.careersPage .faqsHolder .formHolder .formTitle {
    margin: 0 0 20px 0;
    color: #282D3C;
    font-size: 24px;
    font-weight: bold;
}

.careersPage .faqsHolder .formHolder .seperator {
    margin: 0 0 20px 0;
    height: 1px;
    width: 100%;
    background-color: #EFF0F4;
}

.careersPage .faqsHolder .formHolder .fieldWrapper {
    margin: 0 0 30px 0;
    width: 100%;
}

.careersPage .faqsHolder .formHolder .fieldWrapper.halfWrapper {
    width: calc(100% / 2 - 20px);
    display: inline-block;
}

.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(4),
.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(6),
.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(8),
.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(10),
.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(16),
.careersPage .faqsHolder .formHolder .fieldWrapper:nth-child(18) {
    margin: 0 30px 30px 0;
}

.careersPage .faqsHolder .formHolder .fieldWrapper label {
    font-size: 13px;
    color: #394055;
    margin: 0 0 8px 0;
}

.careersPage .faqsHolder .formHolder .fieldWrapper label span {
    color: #7D48AF;
}

.careersPage .faqsHolder .formHolder .fieldWrapper input {
    border: none;
    background-color: #F0F2F4;
    height: 43px;
    padding: 0 10px;
    color: #394055;
    width: 100%;
}

.careersPage .faqsHolder .formHolder .fieldWrapper textarea {
    height: 105px;
    padding: 0 10px;
    color: #394055;
    border: none;
    background-color: #F0F2F4;
    width: 100%;
}

.careersPage .faqsHolder .formHolder .fieldWrapper .checkBoxWrapper .wpcf7-checkbox .wpcf7-list-item {
    width: calc(100% / 2 - 20px);
    display: inline-block;
}

.careersPage .faqsHolder .formHolder .fieldWrapper .checkBoxWrapper .wpcf7-checkbox .wpcf7-list-item input {
    height: 14px;
    display: inline-block;
    width: 14px;
    margin: 0 10px 0 0;
}

.careersPage .faqsHolder .formHolder .fieldWrapper .checkBoxWrapper .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    color: #394055;
    font-size: 12px;
    vertical-align: top;
}

.careersPage .faqsHolder .formHolder .fieldWrapper.fullWrapper .inputWrapper {
    width: 100%;
    max-width: 315px;
    position: relative;
}

.careersPage .faqsHolder .formHolder .fieldWrapper.fullWrapper .inputWrapper h4 {
    background-color: #F0F2F4;
    height: 43px;
    padding: 15px 90px 0 10px;
    font-size: 13px;
}

.careersPage .faqsHolder .formHolder .fieldWrapper.fullWrapper .inputWrapper .uploadButtonTrigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: transparent;
    border: none;
    color: #0157B8;
    text-decoration: underline;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0;
}

.careersPage .faqsHolder .formHolder h4 {
    color: #0157B8;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.careersPage .faqsHolder .formHolder ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.careersPage .faqsHolder .formHolder ul li {
    display: block;
    margin: 0 0 8px 0;
    color: #394055;
    font-size: 14px;
    position: relative;
}

.careersPage .faqsHolder .formHolder ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0157B8;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: -15px;
}

.careersPage .faqsHolder .formHolder .buttonWrapper {
    display: flex;
}

.careersPage .faqsHolder .formHolder .buttonWrapper input[type="submit"],
.careersPage .faqsHolder .formHolder .buttonWrapper a {
    font-size: 14px;
    padding: 8px 25px;
    border-radius: 8px;
}

.careersPage .faqsHolder .formHolder .buttonWrapper input[type="submit"] {
    color: #fff;
    background-color: #0157B8;
    border: 1px solid #0157B8;
}

.careersPage .faqsHolder .formHolder .buttonWrapper a {
    color: #282d3c;
    border: 1px solid #282d3c;
}

.careersPage .faqsHolder .formHolder .wpcf7-not-valid {
    border: 1px solid red !important;
}

.careersPage .faqsHolder .formHolder div.wpcf7-validation-errors,
.careersPage .faqsHolder .formHolder div.wpcf7-mail-sent-ok {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0157B8;
    color: #0157B8;
    padding: 0 0 5px 0;
    margin: 35px auto 0;
    max-width: 100%;
    text-align: center;
}

/*
Description: Contact us Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.contactUsPage .topSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .contactUsPage .topSection {
        height: 300px !important;
    }
}

.contactUsPage .topSection:before {
    content: '';
    position: absolute;
    background-color: rgba(40, 45, 60, 0.72);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.contactUsPage .topSection .innerTopSection {
    position: relative;
    z-index: 15;
}

.contactUsPage .topSection .innerTopSection h1 {
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 45px;
    line-height: 57px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}

.contactUsPage .topSection .innerTopSection .seperator {
    width: 19px;
    height: 1px;
    margin: 0 auto 20px auto;
    background-color: rgba(255, 255, 255, 0.44);
}

.contactUsPage .topSection .innerTopSection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactUsPage .topSection .innerTopSection ul li {
    display: inline-block;
    margin: 0 30px;
}

.contactUsPage .topSection .innerTopSection ul li a {
    display: flex;
    align-items: center;
}

.contactUsPage .topSection .innerTopSection ul li a .icon {
    color: #fff;
    background-color: #0257B8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 49px;
    height: 49px;
    border-radius: 100%;
}

.contactUsPage .topSection .innerTopSection ul li a .value {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    display: inline-block;
}

.contactUsPage .topSection .innerTopSection h4 {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    text-align: center;
}

.contactUsPage .topSection .innerTopSection h4 a {
    font-size: 15px;
    color: #fff;
}

.contactUsPage .mapSection {
    width: 100%;
    max-width: 1050px;
    margin: -72px auto 50px auto;
    z-index: 99;
    position: relative;
}

.contactUsPage .mapSection .mapHolder {
    position: relative;
}

.contactUsPage .mapSection .mapHolder #map {
    height: 417px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.contactUsPage .mapSection h3 {
    background-color: #282D3C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    margin: 0;
}

.contactUsPage .mapSection h3 i {
    margin: 0 5px 0 0;
}

.contactUsPage .formWrapper {
    margin: 0 0 60px 0;
}

.contactUsPage .formWrapper .preContactForm {
    background-color: #F5F6F8;
    text-align: center;
    padding: 45px 0;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.contactUsPage .formWrapper .preContactForm h3 {
    color: #282D3C;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

.contactUsPage .formWrapper .preContactForm h4 {
    color: #394055;
    font-size: 14px;
    margin: 0 0 30px 0;
}

.contactUsPage .formWrapper .preContactForm a {
    color: #fff;
    background-color: #0157B8;
    font-size: 14px;
    padding: 9px 20px;
    border-radius: 8px;
}

.contactUsPage .formWrapper .contactFormHolder {
    display: none;
}

.contactUsPage .formWrapper .contactFormHolder form {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper {
    margin: 0 0 20px 0;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper label {
    font-size: 13px;
    color: #394055;
    margin: 0 0 8px 0;
    text-align: left;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper label span {
    color: #7D48AF;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper input {
    border: none;
    background-color: #F0F2F4;
    height: 43px;
    padding: 0 10px;
    color: #394055;
    width: 100%;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper.halfWrapper {
    width: calc(100% / 2 - 15px);
    display: inline-block;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper:nth-child(2) {
    margin: 0 30px 20px 0;
}

.contactUsPage .formWrapper .contactFormHolder form .fieldWrapper textarea {
    height: 105px;
    padding: 0 10px;
    color: #394055;
    border: none;
    background-color: #F0F2F4;
    width: 100%;
}

.contactUsPage .formWrapper .contactFormHolder form .submitWrapper {
    text-align: center;
}

.contactUsPage .formWrapper .contactFormHolder form .submitWrapper input[type="submit"] {
    color: #fff;
    background-color: #0157B8;
    border: 1px solid #0157B8;
    font-size: 14px;
    padding: 8px 25px;
    max-width: 155px;
    border-radius: 8px;
}

.contactUsPage .formWrapper .wpcf7-not-valid {
    border: 1px solid red !important;
}

.contactUsPage .formWrapper div.wpcf7-validation-errors,
.contactUsPage .formWrapper div.wpcf7-mail-sent-ok {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0157B8;
    color: #0157B8;
    padding: 0 0 5px 0;
    margin: 35px auto 0;
    max-width: 100%;
    text-align: center;
}

.contactUsPage .complaintNotice {
    margin: 0 0 60px 0;
    text-align: center;
    color: #282D3C;
    font-size: 16px;
}

.contactUsPage .complaintNotice a {
    color: #0157B8;
    text-decoration: underline;
}

.staffInfo {
    background: #F5F6F8;
    padding-top: 131px;
    margin-top: -141px;
    padding-bottom: 62px;
}

@media screen and (max-width: 768px) {
    .staffInfo {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.staffInfo h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: center;
    color: #282d3c;
}

.staffInfo p {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #282d3c;
    max-width: 670px;
    display: block;
    margin: auto;
}

.staffInfo p a {
    color: #0157B8;
    font-weight: 500;
}

.staffInfo p a:hover {
    text-decoration: underline !important;
    color: #282d3c;
}

.mapSection {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.mapSection .mapHolder {
    width: 100%;
}

.mapSection__info {
    width: 50%;
    border-right: 1px solid #e7eaf2;
    padding: 24px 52px;
    padding-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .mapSection__info {
        width: 100%;
        border: none;
        padding: 24px 0px;
        border-bottom: 1px solid #e7eaf2;
    }
}

.mapSection__info h2 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: center;
    color: #282d3c;
    margin-bottom: 19px;
}

.mapSection__info ul {
    list-style: none;
    padding: 0;
}

.mapSection__info ul li {
    display: inline-block;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .mapSection__info ul li {
        margin-bottom: 15px;
    }
}

.mapSection__info ul li:first-child {
    margin-right: 58px;
}

.mapSection__info ul li:last-child {
    margin-bottom: 0;
}

.mapSection__info ul li:last-child a {
    align-items: flex-start !important;
}

.mapSection__info ul li a {
    display: flex;
    align-items: center;
}

.mapSection__info ul li a .icon {
    border: 1px solid #DFDEEB;
    border-radius: 100%;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.mapSection__info ul li a .icon i {
    color: #7C48AF;
    font-size: 20px;
}

.mapSection__info ul li a .value {
    font-weight: 500;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    color: #394055;
}

.mapSection__info ul li a:hover .value {
    color: #7C48AF;
}

.mapSection__contactText {
    padding: 24px;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .mapSection__contactText {
        width: 100%;
        padding: 24px 0px;
    }
}

.mapSection__contactText .preContactForm h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: center;
    color: #282d3c;
    margin-bottom: 18px;
}

.mapSection__contactText .preContactForm h4 {
    max-width: 358px;
    width: 100%;
    font-weight: 500;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #394055;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

.mapSection__contactText .preContactForm a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 155px;
    height: 40px;
    background: #0157b8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.mapSection__contactText .preContactForm a:hover {
    background: #7C48AF;
}

.footerLinks {
    padding-top: 58px;
    padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
    .footerLinks {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footerLinks .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1052px;
}

.footerLinks .container h2 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #282d3c;
    width: 100%;
    margin-bottom: 17px;
}

.footerLinks__item {
    position: relative;
    background: #F5F6F8;
    width: calc(100% / 4 - 24px);
}

@media screen and (max-width: 768px) {
    .footerLinks__item {
        width: calc(100% / 2 - 12px);
        margin-bottom: 20px;
    }

    .footerLinks__item:last-child {
        margin-left: auto;
    }
}

.footerLinks__item:after {
    content: '';
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #0157b8 0%, #7d48af 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footerLinks__item a {
    font-weight: bold;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #282d3c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 20px 33px 20px;
}

.footerLinks__item a:after {
    content: url("../images/next-arrow.png");
    margin-right: 5px;
}

.footerLinks__item a:hover {
    color: #0157b8;
}

.contactFormPage .topSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .contactFormPage .topSection {
        padding: 30px 0 30px 0;
        height: 300px;
    }
}

.contactFormPage .topSection:before {
    content: '';
    position: absolute;
    background-color: rgba(40, 45, 60, 0.72);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.contactFormPage .topSection .innerTopSection {
    position: relative;
    z-index: 15;
}

.contactFormPage .topSection .innerTopSection h1 {
    font-weight: bold;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 45px;
    line-height: 57px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}

@media screen and (max-width: 768px) {
    .contactFormPage .topSection .innerTopSection h1 {
        font-size: 26px;
        line-height: 32px;
        padding: 0 15px;
    }
}

.contactFormPage .topSection .innerTopSection .seperator {
    width: 19px;
    height: 1px;
    margin: 0 auto 20px auto;
    background-color: rgba(255, 255, 255, 0.44);
}

.contactFormPage .topSection .innerTopSection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactFormPage .topSection .innerTopSection ul li {
    display: inline-block;
    margin: 0 30px;
}

.contactFormPage .topSection .innerTopSection ul li a {
    display: flex;
    align-items: center;
}

.contactFormPage .topSection .innerTopSection ul li a .icon {
    color: #fff;
    background-color: #0257B8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 49px;
    height: 49px;
    border-radius: 100%;
}

.contactFormPage .topSection .innerTopSection ul li a .value {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    display: inline-block;
}

.contactFormPage .topSection .innerTopSection h4 {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0 0;
    text-align: center;
}

.contactFormPage .topSection .innerTopSection h4 a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.contactFormPage .wpcf7-not-valid {
    border: 1px solid red !important;
}

.contactFormPage div.wpcf7-validation-errors,
.contactFormPage div.wpcf7-mail-sent-ok {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0157B8;
    color: #0157B8;
    padding: 0 0 5px 0;
    margin: 35px auto 0;
    max-width: 100%;
    text-align: center;
}

.topSection__desc {
    position: relative;
    background: linear-gradient(to right, #0157b8 0%, #7d48af 100%);
    padding-top: 19px;
    padding-bottom: 20px;
}

.topSection__desc .container {
    max-width: 1275px;
}

@media screen and (max-width: 992px) {
    .topSection__desc .container {
        padding: 0 15px;
    }
}

.topSection__desc a {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

@media screen and (max-width: 992px) {
    .topSection__desc a {
        margin: auto;
        margin-bottom: 20px;
    }
}

.topSection__desc a:before {
    content: url("../images/before-arrow.png");
    margin-right: 6.2px;
}

.topSection__desc a:hover {
    opacity: 0.7;
}

.topSection__desc p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {
    .topSection__desc p {
        position: static;
        transform: none;
    }
}

.contactFormPage__advice {
    background: #F5F6F8;
    padding-top: 36px;
    padding-bottom: 33px;
}

.contactFormPage__advice .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contactFormPage__advice--item {
    background: #fff;
    max-width: 400px;
    width: 100%;
    border-left: 3.5px solid #0157b8;
    margin-right: 43px;
    padding: 20px 20px;
}

@media screen and (max-width: 992px) {
    .contactFormPage__advice--item {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 25px;
    }
}

.contactFormPage__advice--item p {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 22px;
    text-align: left;
    color: #282d3c;
    margin-bottom: 0;
}

.contactFormPage__advice--item p a {
    color: #0157B8;
    text-decoration: none;
    font-weight: 500;
}

.contactFormPage__advice--item p a:hover {
    text-decoration: underline !important;
    color: #282d3c;
}

.contactFormPage__advice--item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 992px) {
    .contactFormPage__advice--item:last-child {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 25px;
    }
}

.contactForm {
    margin-top: 49px;
    margin-bottom: -24px;
}

@media screen and (max-width: 992px) {
    .contactForm {
        margin-top: 0;
    }
}

.contactForm .container {
    max-width: 1152px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactForm__image {
    /* width: 49%; */
}

@media screen and (max-width: 992px) {
    .contactForm__image {
        width: 100%;
    }
}

.contactForm__image img {
    width: 100%;
}

.contactForm__form {
    /* width: 50%; */
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 31px 33px;
}

@media screen and (max-width: 992px) {
    .contactForm__form {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .contactForm__form {
        padding: 31px 15px;
    }
}

.contactForm__form h2 {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 33px;
    text-align: left;
    color: #282d3c;
    margin-bottom: 14px;
}

.contactForm__form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactForm__form form .halfWrapper {
    width: calc(50% - 12px);
}

.contactForm__form form .fullWrapper {
    width: 100%;
}

.contactForm__form form .fieldWrapper label {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    color: #394055;
    display: block;
    margin-bottom: -24px;
}

.contactForm__form form .fieldWrapper label span {
    font-family: "PT Sans";
    font-weight: normal;
    font-size: 19px;
    line-height: 53px;
    text-align: left;
    color: #7d48af;
}

.contactForm__form form .fieldWrapper input {
    width: 100%;
    height: 43.01px;
    background: #f0f2f4;
    border: none;
    padding: 5px 15px;
}

.contactForm__form form .fieldWrapper select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    width: 100%;
    height: 43.01px;
    background-color: #f0f2f4;
    border: none;
    padding: 5px 15px;
    background-image: url("../images/select-arrow.png");
    background-position-x: 92%;
    background-position-y: 19px;
    background-repeat: no-repeat;
}

.contactForm__form form .fieldWrapper textarea {
    width: 100%;
    height: 100px;
    background: #f0f2f4;
    border: none;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.contactForm__form form .wpcf7-submit {
    width: 155px !important;
    height: 40px !important;
    background: #0157B8 !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactForm__form form .wpcf7-submit:hover {
    background: #7C48AF !important;
}

.page-template-page-contact-form .wpcf7-mail-sent-ok {
    display: none !important;
}

.thank-active {
    position: relative;
}

.thank-active:before {
    content: '';
    z-index: 24;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.formOk {
    display: none;
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #0157b8 0%, #7d48af 100%);
    padding: 7px;
    height: fit-content;
}

.formOk__content {
    position: relative;
    padding: 49px 42px;
    background: #fff;
}

.formOk__content .close-form {
    position: absolute;
    right: 24px;
    top: 28px;
}

.formOk__content .close-form:hover {
    opacity: 0.7;
    cursor: pointer;
}

.formOk__content h2 {
    font-weight: bold;
    font-weight: 500;
    font-size: 34px;
    letter-spacing: 0.02em;
    line-height: 47px;
    text-align: left;
    color: #282d3c;
}

.formOk__content p {
    max-width: 611px;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #394055;
    height: fit-content;
}

.formOk__content p a {
    color: #0456B8;
    font-weight: 500;
}

.formOk__content p a:hover {
    text-decoration: underline;
}

.safari .contactForm__image {
    width: 49% !important;
}

@media screen and (max-width: 992px) {
    .safari .contactForm__image {
        width: 100% !important;
    }
}

/*
Description: Search Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.searchPage .top_section {
    text-align: center;
}

.searchPage .top_section h3 {
    font-size: 22px;
    margin: 30px 0 40px 0;
    font-weight: bold;
}

.searchPage .articlesWrapper {
    padding: 0 15px;
}

.searchPage .articlesWrapper .eachBlockWrap {
    margin: 0 -15px 30px -15px;
    position: relative;
}

.searchPage .articlesWrapper .eachBlockWrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 1.5px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.searchPage .articlesWrapper .eachBlockWrap:nth-last-child(1):after {
    display: none;
}

.searchPage .articlesWrapper .eachBlockWrap .blockTitle {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-weight: bold;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap {
    margin: 0 0 40px 0;
    position: relative;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap {
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.3);
    margin: 0;
    position: relative;
    z-index: 5;
    background-color: #fff;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .imageHolder {
    position: relative;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .imageHolder span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.57);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder {
    padding: 25px 20px;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h4 {
    color: #7d48af;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-style: italic;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h3 {
    color: #282d3c;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 {
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

.searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 i {
    color: #0157b8;
    font-size: 15px;
}

.searchPage .articlesWrapper .eachBlockWrap ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.searchPage .articlesWrapper .eachBlockWrap ul li {
    display: inline-block;
    width: calc(100% / 4);
    vertical-align: top;
    margin: 0 0 25px 0;
    padding: 0 20px 10px 0;
    position: relative;
}

.searchPage .articlesWrapper .eachBlockWrap ul li:before {
    top: calc(100% + 4px);
    transform: unset;
    width: 20px;
    height: 2px;
    left: 0;
    border-radius: 0;
    background-color: #0157B8;
    content: '';
    position: absolute;
}

.searchPage .articlesWrapper .eachBlockWrap ul li a {
    color: #394055;
}

.searchPage .articlesWrapper .eachBlockWrap.categoriesList ul li a img {
    width: 100%;
    max-width: 60px;
}

.searchPage .articlesWrapper .eachBlockWrap.categoriesList ul li a span {
    display: block;
    margin: 15px 0 0 0;
}

.searchPage .articlesWrapper .eachDoctorWrap {
    margin: 0 0 50px 0;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap {
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding: 0 15px;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .imageHolder {
    border-bottom: 1px solid #d7dade;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .imageHolder img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder {
    padding: 20px 0;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3 {
    color: #282d3c;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    min-height: 34px;
}

.searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    min-height: 30px;
}

.searchPage .articlesWrapper .noResultsAlert {
    text-align: center;
    color: #394055;
    margin: 0 0 50px 0;
    font-size: 26px;
}

/*
Description: Specialized services Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.specializedServicesPage .firstSection .elementsHolder {
    margin: 40px 0 25px 0 !important;
}

.specializedServicesPage .firstSection .elementsHolder .leftSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 33px;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection {
    background-color: #EFF1F5;
    border-bottom: 6px solid #0157B8;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder {
    padding: 30px 40px;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul li {
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    background-color: #0157B8;
    width: 6px;
    height: 6px;
    left: -15px;
    border-radius: 100%;
}

.specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul li:nth-last-child(1) {
    margin: 0;
}

#referralsHeader {
    background-image: url("../images/headerBg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 0;
}

#referralsHeader .innerContainer {
    text-align: center;
    color: #fff;
    width: 100%;
}

#referralsHeader .innerContainer .logo {
    max-width: 250px;
    width: 100%;
    height: auto;
}

#referralsHeader .innerContainer hr {
    opacity: 0.23;
}

#referralsHeader .innerContainer h1 {
    font-size: 28px;
    margin: 25px 0;
}

#referralsHeader .innerContainer .contactInfo {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template: auto/repeat(2, 50%);
}

@media screen and (max-width: 768px) {
    #referralsHeader .innerContainer .contactInfo {
        grid-template: auto/ auto;
    }
}

#referralsHeader .innerContainer .contactInfo .infoWrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

#referralsHeader .innerContainer .contactInfo .infoWrapper.left {
    border-right: 1px solid rgba(255, 255, 255, 0.23);
}

#referralsHeader .innerContainer .contactInfo .infoWrapper .infoIcon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}

#referralsHeader .innerContainer .contactInfo .infoWrapper .infoInner {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    flex: 0 0 70%;
}

#referralsHeader .innerContainer .contactInfo .infoWrapper .infoInner p {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#referralsHeader .innerContainer .contactInfo .infoWrapper .infoInner p a,
#referralsHeader .innerContainer .contactInfo .infoWrapper .infoInner p span {
    flex: 0 0 50%;
    text-align: left;
    color: #fff;
    display: inline;
}

#referralsFooter .bottomSection .leftSection a.shortNumber {
    color: #fff;
    font-size: 16px;
}

.referralsPage .innerContainer {
    margin: 50px auto;
    max-width: 800px;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .referralsPage .innerContainer {
        width: 95%;
    }
}

.referralsPage .innerContainer .wpforms-page-indicator.circles {
    border-top: none !important;
    border-bottom: none !important;
}

@media screen and (max-width: 768px) {
    .referralsPage .innerContainer .wpforms-page-indicator.circles {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .referralsPage .innerContainer .wpforms-page-indicator.circles .wpforms-page-indicator-page {
        margin: 0 0 10px 0 !important;
    }
}

.referralsPage .innerContainer .wpforms-page-indicator.circles .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number {
    position: relative;
}

.referralsPage .innerContainer .wpforms-page-indicator.circles .wpforms-page-indicator-page.active .wpforms-page-indicator-page-number:before {
    content: " ";
    width: 125%;
    height: 125%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    border: 1px solid #7a5ab7;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 99px;
    opacity: 0.26;
}

.referralsPage .innerContainer .wpforms-field-container {
    padding: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
}

.referralsPage .innerContainer .wpforms-field-container .wpforms-page-button,
.referralsPage .innerContainer .wpforms-field-container .referral_submit_btn {
    background-color: #0157b8;
    border: none;
    border-radius: 11px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .referralsPage .innerContainer .wpforms-field-container .wpforms-one-half {
        width: 100%;
        margin: 0;
    }
}

.referralsPage .innerContainer .wpforms-field-container .sectionTitle {
    font-size: 24px;
}

.referralsPage .innerContainer .wpforms-field-container .wpforms-field-label {
    font-size: 13px;
}

.referralsPage .innerContainer .contentWrapper {
    margin: 50px auto;
    padding: 75px 15px 25px 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
    text-align: center;
}

.referralsPage .innerContainer .contentWrapper .notice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}

@media screen and (max-width: 768px) {
    .referralsPage .innerContainer .contentWrapper .notice {
        flex-direction: column;
    }
}

.referralsPage .innerContainer .contentWrapper .notice p {
    flex: 0 0 auto;
    margin: 0;
    color: #1f65bd;
}

.referralsPage .innerContainer .contentWrapper .notice ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

.referralsPage .innerContainer .contentWrapper .notice ul li {
    margin: 0 5px;
}

.referralsPage .wpforms-container-full .wpforms-form .wpforms-field-radio.wpforms-has-error .wpforms-field-label-inline {
    color: #990000;
}

.referralsPage .wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: 14px;
}

/*
Description: Health blog Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.archiveHealthBlog {
    text-align: center;
}

.archiveHealthBlog .pageTitle {
    font-size: 32px;
    color: #394055;
    position: relative;
    margin: 35px 0 40px 0;
    padding: 0 0 20px 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.archiveHealthBlog .pageTitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    width: 33px;
    content: '';
    background-color: #000;
    margin: 0 auto;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap {
    position: relative;
    margin: 0 0 50px 0;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .imageHolder {
    padding: 0 45px 25px 0;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 25px;
    background-color: #fff;
    width: 100%;
    max-width: 260px;
    padding: 15px 15px;
    box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder h4 {
    font-size: 12px;
    color: #0157B8;
    margin: 0 0 8px 0;
    font-weight: 500;
    font-style: italic;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder h3 {
    color: #282D3C;
    font-size: 12px;
    margin: 0 0 7px 0;
    font-weight: bold;
    line-height: 16px;
}

.archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder span {
    background-color: #0157B8;
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    font-size: 21px;
    justify-content: center;
    border-radius: 6px;
}

/*
Description: Archive general Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.archivePages .quickLinksHolder {
    text-align: center;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
}

.archivePages .quickLinksHolder .parentHolder {
    position: relative;
}

.archivePages .quickLinksHolder .parentHolder .backButton {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.archivePages .quickLinksHolder .parentHolder .backButton i {
    margin: 0 5px 0 0;
}

.archivePages .quickLinksHolder .parentHolder ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.archivePages .quickLinksHolder .parentHolder ul li {
    display: inline-block;
}

.archivePages .quickLinksHolder .parentHolder ul li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.archivePages .quickLinksHolder .parentHolder ul li a.active {
    background-color: rgba(255, 255, 255, 0.13);
    font-weight: bold;
    pointer-events: none;
    cursor: default;
}

.archivePages .quickLinksHolder .parentHolder ul li a:hover {
    color: #D96A54;
}

.archivePages .contactsInfo {
    color: #A0A2A8;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 20px 0;
    padding: 0 15px;
    text-align: center;
}

.archivePages .contactsInfo a {
    background-color: #EFF1F5;
    color: #394055;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    border-radius: 26px;
    margin: 0 5px;
    padding: 7px 15px;
    display: inline-block;
}

.archivePages .contactsInfo a i {
    color: #0157B8;
    font-size: 15px;
    margin: 0 5px 0 0;
}

.archivePages.eventsArchivePage .articlesWrapper {
    margin: 40px 0 0 0;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap {
    margin: 0 0 40px 0;
    position: relative;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap {
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.3);
    margin: 0 15px;
    position: relative;
    z-index: 5;
    background-color: #fff;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .imageHolder {
    overflow: hidden;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder {
    padding: 25px 20px;
}
.archive.post-type-archive.post-type-archive-podcast .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder {
    padding: 15px;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h4 {
    color: #7D48AF;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-style: italic;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h3 {
    color: #282D3C;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 {
    color: #394055;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 i {
    color: #0157B8;
    font-size: 15px;
}

.archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap:hover .innerEachArticleWrap .imageHolder img {
    transform: scale(1.1);
}

/*
Description: Gallery Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.galleryArchivePage .articlesWrapper {
    width: 100%;
    max-width: 925px;
    margin: 0 auto;
}

.galleryArchivePage .articlesWrapper .pageTitle {
    color: #282D3C;
    font-size: 30px;
    margin: 30px 0 20px 0;
    font-weight: bold;
    text-align: center;
}

.galleryArchivePage .articlesWrapper .seperator {
    width: 33px;
    height: 1px;
    background-color: #282D3C;
    margin: 0 auto 20px auto;
}

.galleryArchivePage .articlesWrapper .topSection {
    display: flex;
    margin: 30px 0 0 0;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection {
    position: relative;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection {
    width: calc(100% - 5px);
    margin: 0 5px 0 0;
    overflow: hidden;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection:hover img {
    transform: scale(1.1);
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection {
    width: calc(100% / 2 - 22px);
    margin: 0 0 0 5px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight {
    position: relative;
    display: block;
    overflow: hidden;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:hover img {
    transform: scale(1.1);
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:nth-child(1) {
    margin: 0 0 15px 0;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description {
    padding: 20px 20px 15px 20px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description span {
    width: 43px;
    height: 43px;
    font-size: 18px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description h3 {
    font-size: 14px;
    line-height: 20px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection img {
    width: 100%;
    height: auto;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection .description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    max-width: 500px;
    padding: 20px 20px 30px 20px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection .description span {
    background-color: rgba(0, 0, 0, 0.57);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    border-radius: 100%;
    width: 81px;
    height: 81px;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection .description h3 {
    font-weight: bold;
    color: #fff;
    font-size: 19px;
    margin: 15px 0 0 0;
    line-height: 28px;
    text-transform: uppercase;
}

.galleryArchivePage .articlesWrapper .topSection .parentSection .shadow {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), transparent 25%);
    z-index: 1;
}

.galleryArchivePage .articlesWrapper .bottomSection {
    margin: 40px 0 0 0;
}

.galleryArchivePage .articlesWrapper .bottomSection .sectionTitle {
    font-size: 21px;
    color: #282D3C;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.galleryArchivePage .articlesWrapper .bottomSection .subSeperator {
    width: 33px;
    height: 1px;
    background-color: #282D3C;
    display: block;
    margin: 0 0 20px 0;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E5EB;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap:nth-last-child(1) {
    border: none;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap:hover .imageHolder img {
    transform: scale(1.1);
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder {
    width: 100%;
    max-width: 280px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.57);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder {
    width: 100%;
    max-width: calc(100% - 280px);
    padding: 0 80px 0 30px;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder .date {
    font-size: 13px;
    color: #7D48AF;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-style: italic;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder .title {
    font-size: 16px;
    line-height: 23px;
    color: #282D3C;
    font-weight: bold;
    margin: 0 0 10px 0;
    max-width: 300px;
    width: 100%;
    text-transform: uppercase;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder span {
    color: #0157B8;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
}

.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder span i {
    margin: 0 5px 0 0;
}

/*
Description: Doctors Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.doctorsArchivePage .topSection {
    min-height: 460px;
}

.doctorsArchivePage .topSection:before {
    background-color: rgba(0, 0, 0, 0.34);
}

.doctorsArchivePage .topSection .innerTopSection {
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.doctorsArchivePage .topSection .innerTopSection .content {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    max-width: 660px;
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder {
    text-align: center;
    margin: 30px 0 0 0;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .searchHolder {
    margin: 0;
    width: 100%;
    max-width: 350px;
    display: inline-block;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .searchHolder input {
    height: 42px;
    padding: 0 10px;
    width: calc(100% - 42px);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #fff;
    background-color: #fff;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .searchHolder button {
    background-color: #0257B8;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 1px solid #0257B8;
    height: 42px;
    width: 42px;
    margin: 0 0 0 -6px;
    vertical-align: top;
    border-radius: 8px;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .searchHolder button.loading i {
    animation: spin 1s linear infinite;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper {
    margin: 0 15px 0 15px;
    display: inline-block;
    position: relative;
    min-width: 230px;
    vertical-align: top;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 8px;
    padding: 6.5px 15px;
    text-align: center;
    width: 100%;
    font-size: 27px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage h3 {
    float: left;
    margin: 6px 20px 0 0;
    font-size: 15px;
    color: #373D40;
    letter-spacing: 0;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage span {
    float: right;
    line-height: 0;
    color: #0257B8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage span.loading i {
    animation: spin 1s linear infinite;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper.menu_opened .selection_garage span {
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: -1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    top: 100px;
    border-radius: 0;
    max-height: 230px;
    overflow-y: auto;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown.opened {
    z-index: 9998;
    top: 45px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li {
    padding: 12px 20px;
    color: #585858;
    cursor: pointer;
    font-size: 13px;
    border-bottom: 1px solid #EBEBEB;
    text-align: left;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li a {
    color: #585858;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li:nth-last-child(1) {
    border: none;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li:hover,
.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li:active,
.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li:focus {
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li.selected {
    background-color: rgba(2, 87, 184, 0.8);
    color: #fff;
}

.doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .simplebar-scrollbar:before {
    background-color: rgba(2, 87, 184, 0.8);
}

.doctorsArchivePage .requestAppointmentHolder {
    padding: 40px 0 0 0;
}

.doctorsArchivePage .requestAppointmentHolder .parentHolder {
    background-color: #F0F2F4;
    padding: 25px 20px;
    border-radius: 11px;
}

.doctorsArchivePage .requestAppointmentHolder .parentHolder h3 {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin: 6px 0;
    color: #282D3C;
}

.doctorsArchivePage .requestAppointmentHolder .parentHolder a {
    display: inline-block;
    background-color: #0157B8;
    background-image: linear-gradient(to right, #0157B8, #0157B8);
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 1rem;
}

.doctorsArchivePage .requestAppointmentHolder .parentHolder a:hover {
    background-color: #7D48AF;
    background-image: none;
}

.doctorsArchivePage .doctorsSection {
    margin: 35px 0 0 0;
    text-align: center;
}

.doctorsArchivePage .doctorsSection .clearResultsButton {
    text-align: center;
    display: none;
    margin: 0 auto 30px auto;
    color: #282D3C;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #282D3C;
}

.doctorsArchivePage .doctorsSection .clearResultsButton i {
    margin: 0 8px 0 0;
    font-size: 16px;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap {
    margin: 0 0 50px 0;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap {
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding: 0 15px;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .imageHolder {
    border-bottom: 1px solid #D7DADE;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .imageHolder img {
    max-width: 100%;
    height: auto;
    max-height: 340px;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder {
    padding: 20px 0;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3 {
    color: #282D3C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
    min-height: 38px;
}

.doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    color: #394055;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    min-height: 50px;
}

/*
Description: Archives Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.singleArchives .customContainer {
    width: 100%;
    max-width: 810px;
    margin: 35px auto 0 auto;
}

.singleArchives .customContainer .date {
    color: #7D48AF;
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-style: italic;
}

.singleArchives .customContainer .title {
    font-size: 30px;
    color: #282D3C;
    margin: 0 0 15px 0;
    font-weight: bold;
    line-height: 40px;
}

.singleArchives .customContainer .seperator {
    height: 2px;
    width: 100%;
    background-color: #E2E5EB;
    margin: 0 0 15px 0;
    display: block;
}

.singleArchives .customContainer .socialMediaShare {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.singleArchives .customContainer .socialMediaShare li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.singleArchives .customContainer .socialMediaShare li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: #EFF1F5;
    color: #0157B8;
    font-size: 18px;
}

.singleArchives .customContainer .imageHolder {
    margin: 0 0 15px 0;
}

.singleArchives .customContainer .imageHolder img {
    width: 100%;
    height: auto;
}

.singleArchives .customContainer .imageHolder .videoHolder {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 10px 0;
}

.singleArchives .customContainer .imageHolder .videoHolder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.singleArchives .customContainer .content {
    color: #394055;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.singleArchives .customContainer .content p {
    margin: 0 0 7px 0;
}

.singleArchives .customContainer .content img {
    width: 100%;
    height: auto;
}

.singleArchives .customContainer .newsletterHolder {
    background-color: #282D3C;
    margin: 35px 0;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

.singleArchives .customContainer .newsletterHolder h4 {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 30px 0 0;
    font-weight: bold;
}

.singleArchives .customContainer .newsletterHolder form {
    width: 100%;
    max-width: 320px;
    position: relative;
    display: inline-block;
}

.singleArchives .customContainer .newsletterHolder form input[name="EMAIL"] {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.13);
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid transparent;
}

.singleArchives .customContainer .newsletterHolder form .submitSubstituteBtn {
    background-color: #0157B8;
    color: #fff;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.singleArchives .customContainer .moreNewsHolder {
    margin: 0 0 50px 0;
}

.singleArchives .customContainer .moreNewsHolder .sectionTitle {
    font-size: 24px;
    color: #282D3C;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

.singleArchives .customContainer .moreNewsHolder .subSeperator {
    width: 33px;
    height: 1px;
    background-color: #282D3C;
    display: block;
    margin: 0 0 20px 0;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 30px 0;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .imageHolder {
    width: 100%;
    max-width: 280px;
    margin: 0;
    overflow: hidden;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .imageHolder img {
    width: 100%;
    height: auto;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap:hover .imageHolder img {
    transform: scale(1.1);
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
    width: 100%;
    max-width: calc(100% - 280px);
    padding: 0 80px 0 30px;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder .date {
    font-size: 13px;
}

.singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder .title {
    font-size: 16px;
    line-height: 23px;
}

.singleArchives.singleEventsPage .customContainer .shareAndLocation .socialMediaShare {
    float: left;
}

.singleArchives.singleEventsPage .customContainer .shareAndLocation .eventLocation {
    float: right;
    font-size: 12px;
    color: #394055;
    font-weight: 500;
}

.singleArchives.singleEventsPage .customContainer .shareAndLocation .eventLocation font-style:italic i {
    color: #0157B8;
    font-size: 16px;
    margin: 0 6px 0 0;
}

/*
Description: Single doctors Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.singleDoctorsPage .doctorInfoSection {
    padding: 50px 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper {
    display: flex;
    align-items: center;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection .imageHolder {
    padding: 0 15px;
    border: 1px solid #D7DADE;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection .imageHolder img {
    width: 100%;
    height: auto;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection {
    padding: 0 0 0 15px;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .position {
    color: #7D48AF;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin: 0 0 15px 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .name {
    color: #282D3C;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul {
    padding: 15px 0 0 30px;
    margin: 0 0 30px 0;
    list-style: none;
    background-color: #EFF1F5;
    display: flex;
    flex-wrap: wrap;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li {
    position: relative;
    width: calc(100% / 3 - 20px);
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li:nth-last-child(1) {
    margin: 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li:before {
    content: '';
    background-color: #0157B8;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: -15px;
    border-radius: 100%;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .sectionTitle {
    color: #282D3C;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #D7DADE;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap {
    display: flex;
    margin: 0 0 30px 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap:nth-last-child(1) {
    margin: 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .year {
    width: 50px;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .year h3 {
    font-size: 15px;
    background-color: #0257B8;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    margin: 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h3 {
    color: #282D3C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h4 {
    color: #394055;
    font-size: 15px;
    font-style: italic;
    margin: 0;
    line-height: 22px;
}

.singleDoctorsPage .doctorsSection .sectionTitle {
    font-size: 24px;
    color: #282D3C;
    margin: 0 0 30px 0;
    padding: 0 0 25px 15px;
    position: relative;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

.singleDoctorsPage .doctorsSection .sectionTitle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #282D3C;
    height: 1px;
    width: 40px;
}

/*
Description: Single specialities Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.singleSpecialityPage .firstSection .leftSide {
    padding: 0 20px 0 0;
}

.singleSpecialityPage .firstSection .leftSide img {
    width: 100%;
    height: auto;
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
}

.singleSpecialityPage .firstSection .rightSide {
    padding: 0;
}

.singleSpecialityPage .firstSection .rightSide .innerRightSide {
    text-align: left;
}

.singleSpecialityPage .firstSection .rightSide .innerRightSide a.backBtn {
    color: #394055;
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.singleSpecialityPage .firstSection .rightSide .innerRightSide h1 {
    color: #282D3C;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}

.singleSpecialityPage .firstSection .rightSide .innerRightSide h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 33px;
    background-color: #282D3C;
}

.singleSpecialityPage .firstSection .rightSide .innerRightSide .content {
    font-size: 15px;
    color: #394055;
    line-height: 25px;
}

.singleSpecialityPage .secondSection {
    margin: 15px 0 0 0;
}

.singleSpecialityPage .secondSection .elementsHolder {
    background-color: #EFF1F5;
    border-bottom: 6px solid #0157B8;
    padding: 30px 0px 10px 50px;
}

.singleSpecialityPage .secondSection .elementsHolder h2 {
    font-size: 21px;
    color: #0157B8;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper {
    width: 100%;
    text-align: left;
}

.singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul li {
    display: inline-block;
    width: calc(100% / 2);
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding: 0 50px 0 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
}

.singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    background-color: #0157B8;
    width: 6px;
    height: 6px;
    left: -15px;
    border-radius: 100%;
}

.singleSpecialityPage .doctorsSection {
    margin: 50px 0 0 0;
    text-align: center;
}

.singleSpecialityPage .doctorsSection h2 {
    color: #282D3C;
    font-size: 21px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.singleSpecialityPage .doctorsSection .innerDoctorsWrapper {
    margin: 0 -15px;
}

.singleSpecialityPage .doctorsSection .jscroll-added .innerDoctorsWrapper {
    margin: 0;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap {
    margin: 0 0 50px 0;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap {
    box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    padding: 0 15px;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .imageHolder {
    border-bottom: 1px solid #D7DADE;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .imageHolder img {
    max-width: 100%;
    height: auto;
    max-height: 280px;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder {
    padding: 20px 0;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3 {
    color: #282D3C;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    color: #394055;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    min-height: 30px;
}

/*
Description: Arabic Css styles
Developer: Maroun melhem
Developer: Marc bou sleiman
*/
.arabicVersion {
    font-family: 'Cairo', sans-serif !important;
}

.arabicVersion h1,
.arabicVersion h2,
.arabicVersion h3,
.arabicVersion h4,
.arabicVersion h5,
.arabicVersion h6 {
    font-family: 'Cairo', sans-serif !important;
}

.arabicVersion .ramadanAnnouncement h4 {
    font-size: 12px;
}

.arabicVersion .ramadanAnnouncement h4 img {
    margin: 0 0 0 10px;
}

.arabicVersion .topHeader .rightSection {
    float: left;
}

.arabicVersion .topHeader .rightSection .searchAndMenu h4 {
    margin: 14px 0 14px 10px;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.menuTriggerBtn .bars .subbar,
.arabicVersion .topHeader .rightSection .searchAndMenu span.menuTriggerBtn .bars .subbar {
    float: left;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.searchBtn,
.arabicVersion .topHeader .rightSection .searchAndMenu a.languageSwitcher,
.arabicVersion .topHeader .rightSection .searchAndMenu a.bookAppointmentBtn,
.arabicVersion .topHeader .rightSection .searchAndMenu span.searchBtn,
.arabicVersion .topHeader .rightSection .searchAndMenu span.languageSwitcher,
.arabicVersion .topHeader .rightSection .searchAndMenu span.bookAppointmentBtn {
    margin: 0 0 0 18px;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.bookAppointmentBtn i,
.arabicVersion .topHeader .rightSection .searchAndMenu span.bookAppointmentBtn i {
    margin: 0 15px 0 0;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn,
.arabicVersion .topHeader .rightSection .searchAndMenu span.separateBtn {
    margin: 0 0 0 18px;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn.gaGeneralPhoneNumber span i,
.arabicVersion .topHeader .rightSection .searchAndMenu span.separateBtn.gaGeneralPhoneNumber span i {
    transform: rotateY(0deg) rotate(-15deg);
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn.gaGeneralPhoneNumber span:not(.wording),
.arabicVersion .topHeader .rightSection .searchAndMenu span.separateBtn.gaGeneralPhoneNumber span:not(.wording) {
    margin: 0 8px 0 0;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn.gaPatientPortalBtn,
.arabicVersion .topHeader .rightSection .searchAndMenu span.separateBtn.gaPatientPortalBtn {
    padding-left: 1.2rem;
    padding-right: 0.9rem;
}

.arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn.gaPatientPortalBtn i,
.arabicVersion .topHeader .rightSection .searchAndMenu span.separateBtn.gaPatientPortalBtn i {
    margin-left: 0;
    margin-right: 0.5rem;
}

.arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover {
    left: auto;
    right: 5px;
}

.arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover ul li a {
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover ul li a span {
    margin: 0 5px 0 0;
    font-weight: bold;
}

.arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover ul li a span i {
    transform: rotateY(0deg) rotateZ(-25deg);
}

.arabicVersion .topHeader .leftSection {
    float: right;
}

.arabicVersion .fullPageMenu .closeAndNumberHolder {
    right: auto;
    left: 50px;
}

.arabicVersion .fullPageMenu .closeAndNumberHolder a.contactUsBtn {
    margin: 6px 0 0 25px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .fullPageMenu .closeAndNumberHolder a.shortNumber {
    margin: 6px 0 0 25px;
    direction: ltr;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .fullPageMenu .menuListHolder ul.nav-menu li a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .fullPageMenu .menuListHolder ul.dropdown-menu {
    text-align: right;
}

.arabicVersion .fullPageMenu .menuListHolder ul.dropdown-menu li {
    margin: 0 0 0px 20px;
    padding: 0 0 0px 20px;
}

.arabicVersion .fullPageMenu .menuListHolder ul.dropdown-menu li a {
    font-weight: 400;
}

.arabicVersion .fullPageMenu .menuListHolder ul.dropdown-menu li:after {
    right: auto;
    left: 0;
}

.arabicVersion .fullPageMenu .bottomSection ul {
    float: right;
}

.arabicVersion .fullPageMenu .bottomSection a.logoHolder {
    float: left;
}

.arabicVersion .searchWrapper form .exitAndSearch {
    right: auto;
    left: 0;
}

.arabicVersion .searchWrapper form span {
    margin: 0 0 0 20px;
}

.arabicVersion .homePage .topSliderSection .socialMediaHolder .line {
    margin: 0 0 165px -15px;
}

.arabicVersion .homePage .topSliderSection .socialMediaHolder ul {
    margin: 0 0 30px 10px;
}

.arabicVersion .homePage .topSliderSection .swiper-container .swiper-slide h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    margin: 0;
}

.arabicVersion .homePage .topSliderSection .swiper-container .swiper-slide.swiper-slide-active h1 {
    margin: 0 0 40px 0;
}

.arabicVersion .homePage .secondSection .widgetHolder {
    right: auto;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    text-align: right;
}

.arabicVersion .homePage .secondSection .widgetHolder h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .secondSection .widgetHolder a {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .homePage .secondSection .widgetHolder a.doctorBtn {
    margin: 0 15px 0 0;
}

.arabicVersion .homePage .secondSection .leftSection {
    text-align: right;
    float: right;
}

.arabicVersion .homePage .secondSection .leftSection .innerLeftSection h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .secondSection .leftSection .innerLeftSection .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .homePage .secondSection .leftSection .innerLeftSection a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .thirdSection:before {
    right: auto;
    left: 0;
}

.arabicVersion .homePage .thirdSection .leftSection .imageHolder {
    border-top-right-radius: 0;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 55px;
}

.arabicVersion .homePage .thirdSection .rightSection h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .thirdSection .rightSection .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .homePage .thirdSection .rightSection ul {
    margin: 0 15px0 0;
}

.arabicVersion .homePage .thirdSection .rightSection ul li {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .thirdSection .rightSection ul li:before {
    left: 0;
    right: -15px;
}

.arabicVersion .homePage .thirdSection .rightSection a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .inTheMediaSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.arabicVersion .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h5,
.arabicVersion .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h4,
.arabicVersion .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
    font-weight: 700;
}

.arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
    padding: 0 20px 0 0;
}

.arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h5,
.arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h4,
.arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h3 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h3 {
    font-weight: 700;
}

.arabicVersion .homePage .inTheMediaSection .viewMoreBtn a {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0;
}

.arabicVersion .homePage .forthSection .descriptionHolder {
    left: auto;
    right: 80px;
}

.arabicVersion .homePage .forthSection .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .homePage .forthSection .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .pageHasTopSection .topSection h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .pageHasTopSection .topSection .bottomMenuHolder .backButton {
    left: auto;
    right: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .pageHasTopSection .topSection .bottomMenuHolder .backButton i {
    margin: 0 0 0 5px;
    transform: rotate(180deg);
}

.arabicVersion .pageHasTopSection .topSection .bottomMenuHolder ul li a.active {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper {
    flex-direction: row-reverse;
}

.arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper.floatedReverse {
    flex-direction: initial;
}

.arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .innerLeftSection {
    padding: 0 50px 0 30px;
}

.arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.whoWeArePage .secondSection .contentHolder h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.whoWeArePage .secondSection .contentHolder .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .sectionSubTitle {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder {
    text-align: right;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h3,
.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h4 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h4 {
    font-size: 13px;
}

.arabicVersion .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder p {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .sectionSubTitle {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder {
    padding: 0 30px 0 0;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection {
    text-align: right;
    padding: 15px 15px 0 0;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection ul {
    padding: 0 15px 0 0;
}

.arabicVersion .aboutUsPages.facilitiesPage .firstSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
    padding: 25px 35px 25px 20px;
}

.arabicVersion .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
    font-family: 'Cairo', sans-serif;
    text-align: right;
}

.arabicVersion .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul li:before {
    left: auto;
    right: -15px;
}

.arabicVersion .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
    padding: 0 0 10px 20px;
}

.arabicVersion .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li:before {
    right: 0;
}

.arabicVersion .aboutUsPages.technologyPage .firstSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.technologyPage .firstSection .sectionSubTitle {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .sectionSubTitle {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper {
    padding: 25px 55px 25px 35px;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper .leftSection {
    float: right;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul li {
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper ul li:before {
    left: auto;
    right: -15px;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection .imageHolder img {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 47px;
    border-top-left-radius: 47px;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection .imageHolder:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 47px;
    border-top-left-radius: 47px;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection {
    padding: 0 0 0 70px;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder h3 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:after {
    right: auto;
    left: -10px;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement {
    float: right;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .imageHolder {
    border-left: 1px solid #E0E0E0;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .descriptionHolder {
    text-align: right;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo a i {
    margin: 0 0 0 5px;
}

.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .quotesIcon {
    left: 30px;
    right: auto;
}

.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder h4,
.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder h1,
.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder h3,
.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .name,
.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .position {
    font-weight: bold;
}

.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder {
    line-height: 30px;
}

.arabicVersion .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder strong {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}

.arabicVersion .singleSpecialityPage .firstSection .leftSide {
    padding: 0 0 0 20px;
    float: right;
}

.arabicVersion .singleSpecialityPage .firstSection .leftSide img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide {
    padding: 0 20px 0 0;
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide .innerRightSide {
    text-align: right;
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide .innerRightSide a i {
    transform: rotate(180deg);
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide .innerRightSide h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide .innerRightSide h1:after {
    left: auto;
    right: 0;
}

.arabicVersion .singleSpecialityPage .firstSection .rightSide .innerRightSide .content {
    line-height: 26px;
}

.arabicVersion .singleSpecialityPage .secondSection .elementsHolder {
    padding: 30px 50px 10px 0;
}

.arabicVersion .singleSpecialityPage .secondSection .elementsHolder h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}

.arabicVersion .singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper {
    text-align: right;
}

.arabicVersion .singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul li {
    padding: 0 0 0 50px;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul li:before {
    left: auto;
    right: -15px;
}

.arabicVersion .singleSpecialityPage .doctorsSection h2 {
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
}

.arabicVersion .singleSpecialityPage .doctorsSection .eachDoctorWrap {
    float: right;
}

.arabicVersion .singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3,
.arabicVersion .singleSpecialityPage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .faqPage .pageHeader .parentHolder .backButton {
    left: auto;
    right: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .faqPage .pageHeader .parentHolder .backButton i {
    margin: 0 0 0 5px;
    transform: rotate(180deg);
}

.arabicVersion .faqPage .pageHeader h1 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .faqPage .pageHeader h4 a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .faqPage .faqsHolder .eachFaqWrap .questionHolder h3 {
    float: right;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .faqPage .faqsHolder .eachFaqWrap .questionHolder .arrow {
    float: left;
}

.arabicVersion .faqPage .faqsHolder .eachFaqWrap .answerHolder {
    letter-spacing: 0;
}

.arabicVersion .contactUsPage .topSection .innerTopSection h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactUsPage .topSection .innerTopSection ul li a .value {
    margin: 0 10px 0 0;
    direction: ltr;
}

.arabicVersion .contactUsPage .mapSection h3 i {
    margin: 0 0 0 5px;
}

.arabicVersion .contactUsPage .formWrapper .preContactForm {
    padding: 45px 20px;
}

.arabicVersion .contactUsPage .formWrapper .preContactForm h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactUsPage .formWrapper .preContactForm h4 {
    line-height: 20px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px auto;
}

.arabicVersion .contactUsPage .formWrapper .preContactForm a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper {
    text-align: right;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper label {
    direction: rtl;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper.halfWrapper {
    float: right;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper:nth-child(2) {
    margin: 0 0 20px 30px;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper.submitWrapper {
    text-align: center;
}

.arabicVersion .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper.submitWrapper input[type="submit"] {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactUsPage .formWrapper div.wpcf7-validation-errors,
.arabicVersion .contactUsPage .formWrapper div.wpcf7-mail-sent-ok {
    direction: rtl;
}

.arabicVersion .specializedServicesPage .firstSection .elementsHolder .leftSection {
    border-top-left-radius: 0;
    border-top-right-radius: 33px;
}

.arabicVersion .specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul li {
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder ul li:before {
    left: auto;
    right: -15px;
}

.arabicVersion .archivePages .contactsInfo {
    font-family: 'Cairo', sans-serif;
    font-style: italic;
}

.arabicVersion .archivePages .contactsInfo a {
    direction: ltr;
}

.arabicVersion .archivePages .quickLinksHolder .backButton {
    left: auto;
    right: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .archivePages .quickLinksHolder .backButton i {
    margin: 0 0 0 5px;
    transform: rotate(180deg);
}

.arabicVersion .archivePages .quickLinksHolder .parentHolder ul li a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap {
    float: right;
}

.arabicVersion .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 {
    font-family: 'Cairo', sans-serif;
    font-style: italic;
    font-size: 12px;
}

.arabicVersion .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 i {
    margin: 0 0 0 5px;
}

.arabicVersion .archiveHealthBlog .pageTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.arabicVersion .archiveHealthBlog .articlesWrapper .eachArticleWrap {
    float: right;
}

.arabicVersion .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder {
    text-align: right;
}

.arabicVersion .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
    font-style: italic;
}

.arabicVersion .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.arabicVersion .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder span i {
    transform: rotate(180deg);
}

.arabicVersion .galleryArchivePage .articlesWrapper .pageTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection .description {
    left: auto;
    right: 0;
}

.arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection .description h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection {
    margin: 0 0 0 5px;
}

.arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection {
    margin: 0 5px 0 0;
}

.arabicVersion .galleryArchivePage .articlesWrapper .bottomSection .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder {
    padding: 0 30px 0 80px;
}

.arabicVersion .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder .title {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder span {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder span i {
    margin: 0 0 0 5px;
}

.arabicVersion .get_more_btn .page-numbers.next {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.arabicVersion .fullPageVideoHolder .closeBtn {
    right: auto;
    left: 40px;
}

.arabicVersion .fullPageVideoHolder .innerFullPage .title {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .singleArchives .customContainer .date {
    font-family: 'Cairo', sans-serif;
    font-style: italic;
}

.arabicVersion .singleArchives .customContainer .title {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .singleArchives .customContainer .shareAndLocation .socialMediaShare {
    float: right;
}

.arabicVersion .singleArchives .customContainer .shareAndLocation .eventLocation {
    float: left;
    font-family: 'Cairo', sans-serif;
    font-style: italic;
}

.arabicVersion .singleArchives .customContainer .shareAndLocation .eventLocation i {
    margin: 0 0 0 6px;
}

.arabicVersion .singleArchives .customContainer .content {
    text-align: right;
    line-height: 28px;
}

.arabicVersion .singleArchives .customContainer .newsletterHolder h4 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    margin: 0 0 0 30px;
    letter-spacing: 0;
}

.arabicVersion .singleArchives .customContainer .newsletterHolder form .submitSubstituteBtn {
    right: auto;
    left: 0;
}

.arabicVersion .singleArchives .customContainer .newsletterHolder form .submitSubstituteBtn i {
    transform: rotate(180deg);
}

.arabicVersion .singleArchives .customContainer .moreNewsHolder .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
    padding: 0 30px 0 80px;
}

.arabicVersion .fourOFourPage .innerFourOFourPage .actionBtn {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .searchPage .top_section h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .searchPage .articlesWrapper .eachBlockWrap .blockTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    padding: 0 15px 0 0;
}

.arabicVersion .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap {
    float: right;
}

.arabicVersion .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h5 {
    font-family: 'Cairo', sans-serif;
    font-style: italic;
}

.arabicVersion .searchPage .articlesWrapper .eachDoctorWrap {
    float: right;
}

.arabicVersion .searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .searchPage .articlesWrapper .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .searchPage .categoriesList ul li {
    padding: 0 0 10px 20px;
}

.arabicVersion .searchPage .categoriesList ul li:before {
    left: auto;
    right: 0;
}

.arabicVersion .policiesPage .content {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .bookingPopup .innerBookingPopup .closePopup {
    left: 30px;
    right: auto;
}

.arabicVersion .bookingPopup .innerBookingPopup .contentHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .bookingPopup .innerBookingPopup .contentHolder p {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .searchHolder input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .searchHolder button {
    position: relative;
    z-index: 5;
    margin: 0 -6px 0 0;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage h3 {
    float: right;
    margin: 6px 0 0 20px;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .selection_garage span {
    float: left;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper ul.filtering_dropdown li {
    text-align: right;
}

.arabicVersion .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper .simplebar-track {
    right: auto;
    left: 0;
}

.arabicVersion .doctorsArchivePage .requestAppointmentHolder .parentHolder a {
    float: left;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .doctorsArchivePage .requestAppointmentHolder .parentHolder h3 {
    float: right;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .doctorsArchivePage .doctorsSection .clearResultsButton {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .doctorsArchivePage .doctorsSection .clearResultsButton i {
    margin: 0 0 0 8px;
}

.arabicVersion .doctorsArchivePage .doctorsSection .eachDoctorWrap {
    float: right;
}

.arabicVersion .doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h3 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .doctorsArchivePage .doctorsSection .eachDoctorWrap .innerEachDoctorWrap .descriptionHolder h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection a {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection a i {
    margin: 0 0 0 10px;
    transform: rotate(180deg);
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection {
    padding: 0 15px 0 0;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .position,
.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .name {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul {
    padding: 15px 30px 0 0;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li:before {
    left: 0;
    right: -15px;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .sectionTitle {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description {
    padding: 0 20px 0 0;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h3,
.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h3 {
    font-weight: 700;
}

.arabicVersion .singleDoctorsPage .doctorsSection .sectionTitle {
    text-align: right;
    padding: 0 15px 25px 0;
}

.arabicVersion .singleDoctorsPage .doctorsSection .sectionTitle:after {
    right: 15px;
    left: auto;
}

.arabicVersion footer .topSection .rightSection {
    text-align: left;
    float: left;
}

.arabicVersion footer .topSection .leftSection {
    text-align: right;
    float: right;
}

.arabicVersion footer .topSection .leftSection .newsletterHolder h4 {
    margin: 0 0 0 20px;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.arabicVersion footer .topSection .leftSection .newsletterHolder form .submitSubstituteBtn {
    right: auto;
    left: 0;
}

.arabicVersion footer .topSection .leftSection .newsletterHolder form .submitSubstituteBtn i {
    transform: rotate(180deg);
}

.arabicVersion footer .bottomSection .rightSection {
    text-align: left;
    float: left;
}

.arabicVersion footer .bottomSection .rightSection h4 {
    margin: 5px 0 0 10px;
}

.arabicVersion footer .bottomSection .rightSection a.shortNumber {
    direction: ltr;
    display: inline-block;
}

.arabicVersion footer .bottomSection .rightSection a.shortNumber i {
    margin: 0 0 0 2.5px;
}

.arabicVersion footer .bottomSection .leftSection {
    text-align: right;
    float: right;
}

.arabicVersion footer .bottomSection .leftSection ul li {
    margin: 0 0 0 11px;
    padding: 0 0 0 11px;
}

.arabicVersion footer .bottomSection .leftSection ul li:after {
    right: auto;
    left: 0;
}

.arabicVersion .rfaPage__textsHolder {
    padding: 40px 45px 40px 135px;
}

@media (max-width: 500px) {
    .arabicVersion .rfaPage__textsHolder {
        padding: 20px 20px 15px;
    }
}

.arabicVersion .rfaPage h1 {
    font-weight: 700;
    font-family: 'Cairo',
        sans-serif;
}

.arabicVersion .rfaPage__contentHolder h2 {
    font-family: 'Cairo',
        sans-serif;
    font-weight: 700;
}

.arabicVersion .rfaPage__contentHolder p {
    font-size: 15px;
    font-family: 'Cairo',
        sans-serif;
}

.arabicVersion .rfaPage .textsHolder h3:after {
    left: auto;
    right: 0;
}

.arabicVersion .rfaPage .textsHolder ul li:after {
    left: auto;
    right: 0;
}

.arabicVersion .rfaPage .textsHolder ul li>ul li:after {
    left: auto;
    right: 0;
}

.arabicVersion .footerLinks .container h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    text-align: right;
}

.arabicVersion .footerLinks__item a {
    padding: 33px 20px 29px 20px;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .footerLinks__item a:after {
    transform: rotate(180deg);
}

.arabicVersion .staffInfo h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .staffInfo p {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .staffInfo p a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .mapSection__contactText .preContactForm h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .mapSection__contactText .preContactForm h4 {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .mapSection__contactText .preContactForm a {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .mapSection__info h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .mapSection__info ul li:first-child {
    margin-right: 0;
    margin-left: 58px;
}

.arabicVersion .mapSection__info ul li a {
    font-family: 'Cairo', sans-serif;
    text-align: right;
}

.arabicVersion .mapSection__info ul li a .icon {
    margin-right: 0;
    margin-left: 12px;
}

.arabicVersion .mapSection__info ul li a .value {
    font-family: 'Cairo', sans-serif;
    text-align: right;
    direction: ltr;
}

.arabicVersion .contactFormPage .topSection .innerTopSection h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactFormPage .wpcf7-response-output {
    direction: rtl;
}

.arabicVersion .topSection__desc p {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .backLink {
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .backLink:before {
    margin-right: 0;
    margin-left: 6.2px;
    transform: rotate(180deg);
}

.arabicVersion .contactFormPage__advice--item p {
    font-family: 'Cairo', sans-serif;
}

.arabicVersion .contactForm__form h2 {
    font-family: 'Cairo', sans-serif;
    text-align: right;
    font-weight: 700;
}

.arabicVersion .contactForm__form form .fieldWrapper label {
    font-family: 'Cairo', sans-serif;
    text-align: right;
}

.arabicVersion .contactForm__form form .wpcf7-submit {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

.arabicVersion .contactForm__form .submitWrapper {
    width: 100%;
}

.arabicVersion .contactForm__form .submitWrapper input {
    float: right;
}

.arabicVersion .contactForm__form .fieldWrapper input,
.arabicVersion .contactForm__form .fieldWrapper textarea {
    direction: rtl;
}

.arabicVersion .contactForm__form .fieldWrapper select {
    background-position-x: 10%;
    direction: rtl;
}

.arabicVersion .contactFormPage__advice--item {
    margin-right: 0;
    margin-left: 43px;
    border-left: none;
    border-right: 3.5px solid #0157b8;
}

.arabicVersion .contactFormPage__advice--item p {
    text-align: right;
}

.arabicVersion .formOk__content h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    text-align: right;
}

.arabicVersion .formOk__content p {
    font-family: 'Cairo', sans-serif;
    text-align: right;
}

.arabicVersion .formOk__content p a {
    direction: ltr;
    display: inline-block;
    width: fit-content;
}

@media (max-width: 1500px) {
    .homePage .thirdSection:before {
        height: 335px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 1320px;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap {
        margin: 0 0 13px 0;
        padding: 0 0 13px 0;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder {
        width: 190px;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
        width: calc(100% - 190px);
    }
}

/**
 * 1200px website stylesheet lg
 */
@media (max-width: 1300px) {
    .container {
        width: 1100px;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
        width: calc(100% - 171px);
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder {
        width: 171px;
    }
}

/**
 * 1200px website stylesheet lg
 */
@media (max-width: 1200px) {
    .container {
        width: 992px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
        font-size: 17px;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
        width: calc(100% - 150px);
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description h3 {
        font-size: 13px;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder {
        width: 150px;
    }

    .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap .innerEachArticleWrap {
        margin: 0;
    }

    .contactUsPage .mapSection {
        max-width: 930px;
    }

    .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection h3 {
        font-size: 22px;
    }

    .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .innerLeftSection {
        padding: 0;
    }

    .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .content {
        font-size: 13px;
        line-height: 21px;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement {
        min-height: 230px;
    }

    .arabicVersion .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection .innerLeftSection {
        padding: 0;
    }
}

/**
 * 992px website stylesheet md
 */
@media (max-width: 992px) {
    .container {
        width: 768px;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn {
        font-size: 12px;
    }

    .topHeader .leftSection a.newLogoSwitched img {
        max-width: 190px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide h1 {
        font-size: 38px;
    }

    .homePage .secondSection {
        padding: 70px 0 45px 0;
    }

    .homePage .secondSection .leftSection .innerLeftSection {
        padding: 0 10px 0 0;
    }

    .homePage .secondSection .leftSection .innerLeftSection h2 {
        font-size: 26px;
    }

    .homePage .secondSection .leftSection .innerLeftSection .content {
        font-size: 14px;
    }

    .homePage .secondSection .widgetHolder {
        padding: 45px 30px;
        max-width: 235px;
    }

    .homePage .secondSection .widgetHolder h2 {
        line-height: 32px;
        margin: 0 0 30px 0;
        font-size: 24px;
    }

    .homePage .thirdSection .rightSection h3 {
        margin: 0 0 12px 0;
        font-size: 26px;
    }

    .homePage .thirdSection .rightSection .seperator {
        margin: 0 0 12px 0;
    }

    .homePage .thirdSection .rightSection .content {
        line-height: 21px;
        font-size: 13px;
    }

    .homePage .thirdSection .rightSection ul li {
        font-size: 10px;
    }

    .homePage .thirdSection .rightSection a {
        margin: 30px 0 0 0;
    }

    .homePage .inTheMediaSection .columnsWrapper {
        display: block;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection {
        margin: 0 0 20px 0;
    }

    .singleArchives .customContainer {
        max-width: 745px;
    }

    .fullPageVideoHolder .closeBtn {
        top: 20px;
        right: 20px;
    }

    .fullPageVideoHolder .innerFullPage {
        padding: 0 15px;
    }

    .fullPageVideoHolder .innerFullPage .title {
        font-size: 18px;
        max-width: 700px;
    }

    .fullPageVideoHolder .innerFullPage .videoHolder iframe {
        height: 400px;
    }

    .pageHasTopSection .topSection .bottomMenuHolder .parentHolder .backButton {
        font-size: 13px;
    }

    .pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
        font-size: 13px;
        padding: 20px 15px;
    }

    .contactUsPage .mapSection {
        max-width: 100%;
        padding: 0 15px;
    }

    .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
        padding: 25px 10px 25px 30px;
    }

    .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
        width: calc(100% / 2);
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection {
        padding: 0 0px 0 0;
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection h3 {
        font-size: 22px;
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection .content {
        font-size: 13px;
        line-height: 22px;
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder h3 {
        margin: 15px 0 0 0;
        line-height: 20px;
        font-size: 13px;
    }

    .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder {
        padding: 25px 15px;
    }

    .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap .innerEachArticleWrap .descriptionHolder h3 {
        font-size: 13px;
    }

    footer .bottomSection .rightSection {
        padding: 11px 15px 0 15px;
    }

    .arabicVersion .fullPageVideoHolder .closeBtn {
        right: auto;
        left: 20px;
    }

    .arabicVersion .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .rightSection .innerLeftSection {
        padding: 0;
    }
}

/**
 * 768px website stylesheet sm
 */
@media (max-width: 768px) {

    .page-default .page-content>section,
    .single-default .page-content>section,
    .archive-default .page-content>section {
        padding: 2rem 1rem;
    }

    .referral-section .btn {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .referral-section .d-flex {
        flex-wrap: wrap;
    }

    .container {
        width: 100%;
    }

    .topHeader .rightSection .searchAndMenu>span ul.dropdown-menu {
        min-width: 200px;
        right: 0;
        left: auto;
    }

    .rtl .topHeader .rightSection .searchAndMenu>span ul.dropdown-menu {
        right: auto;
        left: 0;
    }

    .topHeader .rightSection .searchAndMenu>a ul.dropdown-menu>li a,
    .topHeader .rightSection .searchAndMenu>span ul.dropdown-menu>li a {
        font-size: 0.8rem;
    }

    .topHeader .container {
        padding-left: 0;
        padding-right: 0;
    }

    .rtl .single-default .single-sections .section-title img {
        right: 0;
        margin-right: 0 !important;
        margin-left: 1rem;
    }

    .single-doctor.single-default .top-section h2 {
        font-size: 1.2rem;
    }

    .single-doctor .single-sections .section-profile {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .single-doctor .top-section .col-md-6:not(.text-right) {
        position: relative;
        z-index: 2;
    }

    .single-doctor.single-default .top-section img {
        margin-left: -50px;
    }

    .single-doctor .position,
    .single-doctor .booking {
        font-size: 0.8rem;
    }

    .single-doctor .position .btn.btn-default,
    .single-doctor .booking .btn.btn-default {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
    }

    .single-doctor.single-default .top-section {
        overflow: hidden;
        max-height: 400px;
    }

    .single-doctor.single-default .single-sections .section-profile .excerpt {
        border-radius: 0;
    }

    .single-doctor .timeline>ul>li {
        width: 100%;
        margin-right: 0;
    }

    .single-doctor .timeline>ul>li:nth-child(even) {
        margin-left: 0%;
    }

    .single-doctor .timeline>ul>li:after,
    .single-doctor .timeline>ul>li:before {
        display: none;
    }

    .single-doctor .timeline>ul>li:nth-child(odd) {
        margin-left: 0%;
    }

    .single-doctor .timeline>ul>li .content {
        width: 100%;
        margin-right: 0;
    }

    .single-doctor .timeline>ul>li .content:before {
        display: none;
    }

    .single-doctor .timeline>ul>li:nth-child(even) .content {
        margin-left: 0;
    }

    .single-doctor.single-default .single-sections .section-title img {
        position: relative;
        left: 0px;
        max-width: 40px;
        max-height: 32px;
        margin-right: 1rem;
    }

    .single-doctor .section-memberships ul li,
    .single-doctor .section-certificates ul li,
    .single-doctor .section-education ul li,
    .single-doctor .section-awards ul li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .topAnouncement h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .page-template-page-home .topHeader {
        top: 48px;
    }

    .pageHasTopSection .topSection {
        margin: 0 0 0px 0;
    }

    .pageHasTopSection .topSection .bottomMenuHolder .parentHolder .backButton {
        top: auto;
        left: 15px;
        bottom: -37px;
        transform: unset;
        color: #282D3C;
    }

    .pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
        font-size: 12px;
        padding: 20px 10px;
    }

    .pageHasTopSection.technologyPage .topSection {
        margin: 0 0 0px 0;
    }

    .pageHasTopSection.singleDoctorsPage .topSection {
        margin: 0 0 0px 0;
    }

    .topHeader {
        padding: 15px 15px 0 15px;
    }

    .topHeader.scrolled {
        padding: 5px 15px 5px 15px;
    }

    .topHeader .leftSection a.newLogoSwitched img {
        max-width: 180px;
    }

    .topHeader .leftSection a img {
        padding: 4px 0;
        max-width: 140px;
    }

    .topHeader .rightSection .searchAndMenu h4 {
        display: none;
    }

    .topHeader .rightSection .searchAndMenu a.languageSwitcher,
    .topHeader .rightSection .searchAndMenu a.searchBtn,
    .topHeader .rightSection .searchAndMenu span.languageSwitcher,
    .topHeader .rightSection .searchAndMenu span.searchBtn {
        display: none;
    }

    .topHeader .rightSection .searchAndMenu a.bookAppointmentBtn,
    .topHeader .rightSection .searchAndMenu span.bookAppointmentBtn {
        font-size: 13px;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn,
    .topHeader .rightSection .searchAndMenu span.separateBtn {
        margin: 0 8px 0 0;
        padding: 0 12px;
        height: 40px;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn.gaPatientPortalBtn,
    .topHeader .rightSection .searchAndMenu span.separateBtn.gaPatientPortalBtn {
        width: 40px;
        border-radius: 100%;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn.gaPatientPortalBtn i,
    .topHeader .rightSection .searchAndMenu span.separateBtn.gaPatientPortalBtn i {
        display: block;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn.gaGeneralPhoneNumber span:not(.wording),
    .topHeader .rightSection .searchAndMenu span.separateBtn.gaGeneralPhoneNumber span:not(.wording) {
        margin: 0;
    }

    .topHeader .rightSection .searchAndMenu a.separateBtn span.wording,
    .topHeader .rightSection .searchAndMenu span.separateBtn span.wording {
        display: none;
    }

    .fullPageMenu {
        padding: 0 15px;
    }

    .fullPageMenu .closeAndNumberHolder {
        top: 20px;
        right: 15px;
    }

    .fullPageMenu .closeAndNumberHolder a.searchBtn,
    .fullPageMenu .closeAndNumberHolder a.languageSwitcher {
        display: inline-block;
        width: 43px;
        height: 43px;
        text-align: center;
        line-height: 43px;
        border-radius: 100%;
        background-color: rgba(255, 255, 255, 0.13);
        color: #fff;
        font-size: 18px;
        margin: 2px 15px 0 0;
        vertical-align: top;
    }

    .fullPageMenu .menuListHolder ul.nav-menu li {
        margin: 0 0 20px 0;
    }

    .fullPageMenu .menuListHolder ul.nav-menu li a {
        font-size: 20px;
    }

    .fullPageMenu .menuListHolder ul.dropdown-menu li {
        margin: 0 20px 0px 0;
    }

    .fullPageMenu .menuListHolder ul.dropdown-menu li a {
        font-size: 16px;
    }

    .fullPageMenu .bottomSection {
        padding: 0 15px;
    }

    .bookingPopup .innerBookingPopup {
        width: calc(100% - 30px);
    }

    .bookingPopup .innerBookingPopup .contentHolder h3 {
        font-size: 26px;
    }

    .bookingPopup .innerBookingPopup .contentHolder p {
        font-size: 14px;
    }

    .homePage .topSliderSection {
        height: 440px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide h1 {
        font-size: 34px;
    }

    .homePage .topSliderSection .socialMediaHolder {
        right: 15px;
    }

    .homePage .topSliderSection .socialMediaHolder .line {
        height: 42%;
    }

    .homePage .secondSection {
        padding: 40px 0 40px 0;
    }

    .homePage .secondSection .leftSection {
        margin: 0 0 40px 0;
    }

    .homePage .secondSection .leftSection .innerLeftSection {
        max-width: 100%;
        text-align: center;
    }

    .homePage .secondSection .leftSection .innerLeftSection .seperator {
        margin: 0 auto 20px auto;
    }

    .homePage .secondSection .widgetHolder {
        padding: 15px 30px;
        max-width: 100%;
        text-align: center;
        top: auto;
        transform: unset;
        position: relative;
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .homePage .secondSection .widgetHolder h2 {
        margin: 0 0 15px 0;
    }

    .homePage .thirdSection .columnsWrapper {
        display: block;
    }

    .homePage .thirdSection .columnsWrapper .leftSection {
        margin: 0 0 25px 0px;
    }

    .homePage .thirdSection .columnsWrapper .rightSection ul li {
        max-width: calc(100% / 2 - 20px);
    }

    .homePage .thirdSection .columnsWrapper .rightSection a {
        margin: 20px 0 0 0;
    }

    .homePage .forthSection .descriptionHolder {
        position: relative;
        top: unset;
        transform: unset;
        left: 0;
        max-width: 100%;
        text-align: center;
        margin: 0 0 25px 0;
        padding: 0 15px;
    }

    .homePage .forthSection .descriptionHolder h3 {
        font-size: 26px;
        margin: 0 0 12px 0;
    }

    .homePage .forthSection .descriptionHolder h4 {
        font-size: 14px;
        line-height: 23px;
    }

    .homePage .forthSection .descriptionHolder .seperator {
        margin: 0 auto 12px auto;
    }

    .homePage .forthSection .mapHolder #map {
        height: 350px;
    }

    .homePage .inTheMediaSection {
        margin: 0 0 30px 0;
    }

    .homePage .inTheMediaSection .sectionTitle {
        font-size: 26px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description {
        padding: 20px 20px 15px 20px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description span {
        font-size: 25px;
        width: 70px;
        height: 70px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
        font-size: 15px;
        line-height: 24px;
    }

    .searchWrapper {
        padding: 15px 15px;
    }

    .aboutUsPages.whoWeArePage .firstSection {
        padding: 30px 0 0 0;
    }

    .aboutUsPages.whoWeArePage .firstSection .blockWrapper {
        display: block;
    }

    .aboutUsPages.whoWeArePage .firstSection .blockWrapper .leftSection {
        margin: 0 0 20px 0;
    }

    .aboutUsPages.ourPeoplePage .firstSection .sectionTitle {
        font-size: 28px;
        line-height: 40px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder {
        padding: 15px 15px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h3 {
        font-size: 22px;
        margin: 0 0 10px 0;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h3 span {
        font-size: 12px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder h4 {
        font-size: 11px;
        margin: 0 0 10px 0;
        line-height: 18px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder p {
        font-size: 12px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .sectionTitle {
        font-size: 28px;
        line-height: 38px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .sectionSubTitle {
        font-size: 14px;
        line-height: 23px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder {
        width: calc(100% / 2 - 15px);
        margin: 0 7.5px 80px 7.5px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder {
        padding: 0;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .leftSection img {
        max-width: 50px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection {
        margin: 0 0 0 0px;
        padding: 15px 0 0 0px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h3 {
        line-height: 16px;
        font-size: 12px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection h4 {
        font-size: 11px;
        line-height: 16px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder .descriptionHolder .rightSection ul li {
        width: calc(100%);
        font-size: 11px;
    }

    .aboutUsPages.facilitiesPage .firstSection {
        padding: 25px 15px 35px 15px;
    }

    .aboutUsPages.facilitiesPage .firstSection .sectionTitle {
        font-size: 26px;
        line-height: 32px;
    }

    .aboutUsPages.facilitiesPage .firstSection .sectionSubTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
        width: calc(100% / 2);
    }

    .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
        margin: 0 0 15px 0;
    }

    .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper {
        width: 100%;
    }

    .aboutUsPages.technologyPage .firstSection {
        padding: 25px 15px 35px 15px;
    }

    .aboutUsPages.technologyPage .firstSection .sectionTitle {
        font-size: 26px;
        line-height: 32px;
    }

    .aboutUsPages.technologyPage .firstSection .sectionSubTitle {
        font-size: 14px;
        line-height: 20px;
    }

    .aboutUsPages.technologyPage .secondSection {
        padding: 0 15px;
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper {
        display: block;
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper .leftSection {
        margin: 0 0 25px 0;
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder {
        max-width: calc(100% / 3);
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:nth-child(3):after {
        display: none;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .descriptionHolder h3 {
        font-size: 12px;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement .descriptionHolder h4 {
        font-size: 11px;
        line-height: 16px;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .contactsInfo span {
        display: inline-block;
        margin: 0 0 10px 0;
    }

    .aboutUsPages.ceoMessagePage .firstSection {
        padding: 40px 0;
    }

    .aboutUsPages.ceoMessagePage .firstSection .imageHolder {
        max-width: 97%;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder {
        max-width: 95%;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .msgFromLabel {
        font-size: 14px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .name {
        font-size: 30px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .position {
        font-size: 21px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder {
        font-size: 14px;
        line-height: 22px;
    }

    .singleSpecialityPage .firstSection .leftSide {
        padding: 0;
        margin: 0 0 20px 0;
    }

    .singleSpecialityPage .firstSection .rightSide {
        padding: 0;
    }

    .singleSpecialityPage .secondSection .elementsHolder {
        padding: 30px 0px 10px 30px;
    }

    .singleSpecialityPage .secondSection .elementsHolder .eachBlockWrapper ul li {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .singleSpecialityPage .doctorsSection {
        padding: 0 15px;
    }

    .specializedServicesPage .firstSection .elementsHolder .leftSection {
        min-height: 200px;
    }

    .faqPage .pageHeader {
        margin: 0 0 20px 0;
    }

    .faqPage .pageHeader .parentHolder .backButton {
        top: auto;
        transform: unset;
        bottom: -57px;
        color: #394055;
    }

    .faqPage .pageHeader .parentHolder h1 {
        font-size: 20px;
    }

    .faqPage .pageHeader .parentHolder h4 {
        font-size: 12px;
    }

    .faqPage .faqsHolder {
        padding: 40px 15px 30px 15px;
    }

    .faqPage .faqsHolder .formHolder {
        padding: 30px 15px;
    }

    .faqPage .faqsHolder .formHolder .fieldWrapper.halfWrapper {
        width: calc(100% / 2 - 15px);
    }

    .faqPage .faqsHolder .eachFaqWrap .questionHolder {
        padding: 15px 20px;
    }

    .faqPage .faqsHolder .eachFaqWrap .questionHolder h3 {
        font-size: 14px;
        margin: 0;
    }

    .faqPage .faqsHolder .eachFaqWrap .questionHolder .arrow {
        font-size: 22px;
    }

    .faqPage .faqsHolder .eachFaqWrap .answerHolder {
        padding: 15px 20px;
        font-size: 14px;
    }

    .faqPage .faqsHolder .eachFaqWrap .answerHolder .innerAnswerHolder {
        max-width: 100%;
    }

    .archivePages .quickLinksHolder .parentHolder .backButton {
        left: 10px;
        font-size: 11px;
    }

    .archivePages .contactsInfo span {
        display: block;
        margin: 0 0 15px 0;
        padding: 0 10px;
    }

    .galleryArchivePage .articlesWrapper {
        padding: 0 15px;
    }

    .galleryArchivePage .articlesWrapper .topSection {
        display: block;
    }

    .galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection {
        width: calc(100%);
        margin: 0 0 10px 0;
        display: block;
    }

    .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection {
        width: calc(100%);
        margin: 0;
        display: flex;
    }

    .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:nth-child(1) {
        margin: 0 10px 0px 0;
    }

    .fullPageVideoHolder .innerFullPage .title {
        line-height: 24px !important;
        font-size: 18px !important;
    }

    .fullPageVideoHolder .innerFullPage .videoHolder iframe {
        height: 265px !important;
    }

    .singleArchives .customContainer {
        max-width: 100%;
        padding: 0 15px;
    }

    .singleArchives .customContainer .date {
        font-size: 12px;
    }

    .singleArchives .customContainer .title {
        font-size: 22px;
        line-height: 32px;
    }

    .singleArchives .customContainer .newsletterHolder {
        padding: 15px 15px;
    }

    .singleArchives .customContainer .newsletterHolder h4 {
        display: block;
        margin: 0 0 15px 0;
    }

    .singleArchives .customContainer .moreNewsHolder .sectionTitle {
        font-size: 20px;
    }

    .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .imageHolder {
        max-width: 240px;
    }

    .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
        padding: 0 15px 0 20px;
        max-width: calc(100% - 240px);
    }

    .archiveHealthBlog .pageTitle {
        font-size: 26px;
    }

    .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder {
        max-width: 375px;
    }

    .contactUsPage .topSection .innerTopSection {
        margin: 0 0 30px 0;
    }

    .contactUsPage .topSection .innerTopSection h1 {
        font-size: 26px;
    }

    .contactUsPage .topSection .innerTopSection h4 {
        padding: 0 15px;
    }

    .contactUsPage .topSection .innerTopSection ul li {
        margin: 0 30px 8px 30px;
    }

    .contactUsPage .mapSection h3 {
        line-height: 26px;
    }

    .contactUsPage .mapSection .mapHolder #map {
        height: 350px;
    }

    .contactUsPage .formWrapper {
        padding: 0 15px;
    }

    .contactUsPage .formWrapper .preContactForm {
        padding: 30px 15px;
    }

    .contactUsPage .formWrapper .preContactForm h3 {
        margin: 0 0 20px 0;
    }

    .contactUsPage .formWrapper .preContactForm h4 {
        line-height: 22px;
    }

    .doctorsArchivePage .topSection {
        min-height: 100%;
    }

    .doctorsArchivePage .topSection .innerTopSection {
        padding: 160px 20px 190px 20px;
    }

    .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper {
        max-width: 346px;
        min-width: auto;
        width: 100%;
        margin: 0 15px 15px 15px;
    }

    .doctorsArchivePage .requestAppointmentHolder {
        padding: 15px 10px;
    }

    .doctorsArchivePage .requestAppointmentHolder .parentHolder h3 {
        float: none;
        margin: 0px 0 6px 0;
        font-size: 18px;
    }

    .doctorsArchivePage .requestAppointmentHolder .parentHolder a {
        float: none;
        margin: 15px 0 0 0px;
        font-size: 12px;
    }

    .singleDoctorsPage .doctorInfoSection {
        padding: 0px 0 50px 0;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper {
        display: block;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection {
        margin: 0 0 20px 0;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection .imageHolder {
        text-align: center;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .leftSection .imageHolder img {
        max-width: 300px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection {
        padding: 0;
    }

    footer .topSection .leftSection .newsletterHolder {
        margin: 0;
    }

    footer .topSection .rightSection {
        margin: 15px 0;
    }

    footer .topSection .rightSection img {
        max-width: 130px;
    }

    footer .bottomSection .rightSection,
    footer .bottomSection .leftSection {
        text-align: center;
    }

    .searchPage .articlesWrapper .eachBlockWrap.categoriesList ul li {
        width: calc(100% / 2);
    }

    .searchPage .articlesWrapper .eachBlockWrap.categoriesList ul li a span {
        word-break: break-all;
    }

    .arabicVersion .ramadanAnnouncement h4 {
        font-size: 11px;
    }

    .arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover {
        width: 175px;
    }

    .arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn {
        margin: 0 0 0 8px;
    }

    .arabicVersion .topHeader .rightSection .searchAndMenu a.separateBtn.gaGeneralPhoneNumber span:not(.wording) {
        margin: 0;
    }

    .arabicVersion .homePage .topSliderSection .socialMediaHolder {
        right: auto;
        left: 15px;
    }

    .arabicVersion .homePage .secondSection .widgetHolder {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
    }

    .arabicVersion .homePage .forthSection .descriptionHolder {
        left: auto;
        right: 0;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder {
        right: auto;
        left: 15px;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder a.searchBtn,
    .arabicVersion .fullPageMenu .closeAndNumberHolder a.languageSwitcher {
        margin: 2px 0 0 15px;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder a.shortNumber {
        margin: 11px 0 0 25px;
    }

    .arabicVersion .searchWrapper form input {
        margin: 0;
    }

    .arabicVersion .singleArchives .customContainer .newsletterHolder h4 {
        margin: 0 0 15px 0;
    }

    .arabicVersion .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
        padding: 0 15px 0 20px;
    }

    .arabicVersion .pageHasTopSection .topSection .bottomMenuHolder .parentHolder .backButton {
        left: auto;
        text-align: right;
        right: 15px;
    }

    .arabicVersion .archivePages .quickLinksHolder .parentHolder .backButton {
        right: 10px;
        left: auto;
        font-size: 9px;
    }

    .arabicVersion .singleSpecialityPage .firstSection .leftSide,
    .arabicVersion .singleSpecialityPage .firstSection .rightSide {
        padding: 0;
    }

    .arabicVersion .singleSpecialityPage .secondSection .elementsHolder {
        padding: 30px 30px 10px 0;
    }

    .arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection.leftSection {
        margin: 0 0 10px 0;
    }

    .arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection {
        margin: 0;
    }

    .arabicVersion .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:nth-child(1) {
        margin: 0 0 0px 10px;
    }

    .arabicVersion .doctorsArchivePage .topSection .bottomMenuHolder .parentHolder h3,
    .arabicVersion .doctorsArchivePage .topSection .bottomMenuHolder .parentHolder a {
        float: none;
    }

    .arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection {
        padding: 0;
    }

    .arabicVersion .contactFormPage__advice--item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(2) {
        order: 3;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(3) {
        order: 1;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(4) {
        order: 2;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(5) {
        order: 4;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(6) {
        order: 5;
    }

    .arabicVersion .contactForm__form form .fieldWrapper:nth-child(7) {
        order: 6;
    }

    .arabicVersion .contactForm__form form .wpcf7-response-output {
        order: 7;
    }

    .arabicVersion footer .bottomSection .leftSection,
    .arabicVersion footer .bottomSection .rightSection {
        text-align: center;
    }

    .arabicVersion .footerLinks .container {
        flex-direction: row-reverse;
    }
}

/**
 * 600px website stylesheet sm
 */
@media (max-width: 600px) {
    .galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description h3 {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0 0 0;
    }

    .galleryArchivePage .articlesWrapper .bottomSection .sectionTitle {
        font-size: 18px;
    }

    .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder {
        max-width: 240px;
    }

    .galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder {
        max-width: calc(100% - 240px);
        padding: 0 0px 0 20px;
    }
}

/**
 * 500px> website stylesheet xsm
 */
@media (max-width: 500px) {
    .paddingTop {
        padding-top: 55px;
    }

    .topAnouncement {
        padding: 10px 10px;
    }

    .topAnouncement h3 {
        font-size: 10px;
        line-height: 16px;
    }

    .page-template-page-home .topHeader {
        top: 62px;
    }

    .topHeader {
        padding: 15px 10px 0 10px;
    }

    .topHeader .leftSection a.newLogoSwitched img {
        max-width: 120px;
    }

    .topHeader .leftSection a img {
        max-width: 110px;
    }

    .topHeader .rightSection {
        margin: 7px 0 0 0;
    }

    .topHeader .rightSection .searchAndMenu h4 {
        font-size: 14px;
        margin: 14px 8px 14px 0;
    }

    .topHeader .rightSection .searchAndMenu a {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }

    .topHeader .rightSection .searchAndMenu a.bookAppointmentBtn {
        font-size: 11px;
        padding: 5px 10px;
        margin: 0 6px 0 0;
    }

    .topHeader .rightSection .searchAndMenu a.bookAppointmentBtn i {
        margin: 0 0 0 10px;
        font-size: 20px;
    }

    .topHeader .rightSection .searchAndMenu a.menuTriggerBtn .bars .subbar {
        width: 25px;
    }

    .topHeader .rightSection .searchAndMenu a.menuTriggerBtn .bars .subbar:nth-child(3) {
        width: 20px;
    }

    .topHeader .rightSection .searchAndMenu a.menuTriggerBtn .bars .subbar:nth-child(5) {
        width: 13px;
    }

    .topHeader .rightSection .searchAndMenu .bookingPopover {
        width: 160px;
    }

    .topHeader .rightSection .searchAndMenu .bookingPopover ul li a {
        font-size: 11px;
        padding: 13px 10px 11px 10px;
    }

    .topHeader.scrolled {
        padding: 2px 10px 2px 10px;
    }

    .topHeader.scrolled .leftSection a.newLogoSwitched img {
        max-width: 115px;
        padding: 9px 0;
    }

    .topHeader.scrolled .leftSection a img {
        max-width: 110px;
    }

    .bookingPopup .innerBookingPopup .contentHolder {
        padding: 55px 15px;
    }

    .searchWrapper {
        padding: 8px 15px;
    }

    .searchWrapper form span {
        font-size: 18px;
        margin: 0px 16px 0 0;
    }

    .searchWrapper form a {
        font-size: 23px;
    }

    .fullPageMenu .closeAndNumberHolder {
        top: 15px;
    }

    .fullPageMenu .closeAndNumberHolder a.contactUsBtn {
        font-size: 11px;
        margin: 3px 8px 0 0;
        padding: 7px 5px;
    }

    .fullPageMenu .closeAndNumberHolder a.shortNumber {
        font-size: 11px;
        margin: 3px 8px 0 0;
        padding: 8px 8px;
    }

    .fullPageMenu .closeAndNumberHolder a.closeMenu {
        width: 36px;
        height: 36px;
    }

    .fullPageMenu .closeAndNumberHolder a.closeMenu .subbar {
        width: 18px;
    }

    .fullPageMenu .closeAndNumberHolder a.searchBtn,
    .fullPageMenu .closeAndNumberHolder a.languageSwitcher {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        margin: 2px 5px 0 0;
    }

    .fullPageMenu .menuListHolder ul.nav-menu li {
        margin: 0 0 32px 0;
    }

    .fullPageMenu .menuListHolder ul.nav-menu li a {
        font-size: 18px;
    }

    .fullPageMenu .menuListHolder ul.nav-menu li.menu-item-has-children:hover {
        padding: 30px 0;
    }

    .fullPageMenu .menuListHolder ul.dropdown-menu li {
        margin: 0 20px 0px 0;
    }

    .fullPageMenu .menuListHolder ul.dropdown-menu li a {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .fullPageMenu .bottomSection ul {
        margin: 9px 0;
    }

    .fullPageMenu .bottomSection ul li {
        margin: 0 20px 0 0px;
    }

    .fullPageMenu .bottomSection ul li a {
        font-size: 18px;
    }

    .fullPageMenu .bottomSection a.logoHolder img {
        max-width: 100px;
    }

    .fullPageMenu .bottomSection a.logoHolder.newLogoSwitched img {
        max-width: 135px;
    }

    .pageHasTopSection .topSection {
        min-height: 300px;
    }

    .pageHasTopSection .topSection h1 {
        font-size: 32px;
    }

    .pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
        padding: 15px 15px;
        font-size: 12px;
    }

    .aboutUsPages.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
        padding: 15px 4px;
        font-size: 9px;
    }

    .aboutUsPages.whoWeArePage .secondSection .contentHolder h2 {
        font-size: 24px;
    }

    .aboutUsPages.whoWeArePage .secondSection .contentHolder .content {
        font-size: 14px;
    }

    .aboutUsPages.ourPeoplePage .firstSection {
        padding: 25px 15px 25px 15px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .sectionTitle {
        font-size: 20px;
        line-height: 28px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .sectionSubTitle {
        font-size: 14px;
        line-height: 23px;
    }

    .aboutUsPages.ourPeoplePage .firstSection .elementsHolder .eachElementHolder {
        width: 100%;
        margin: 0 0px 20px 0px;
        padding: 15px 15px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection {
        padding: 25px 15px 0px 15px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .sectionTitle {
        font-size: 22px;
        line-height: 28px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .sectionSubTitle {
        font-size: 12px;
        line-height: 20px;
    }

    .aboutUsPages.factsAndFiguresPage .firstSection .elementsHolder .eachElementHolder {
        width: calc(100%);
        margin: 0 0 80px 0;
    }

    .aboutUsPages.facilitiesPage .firstSection .bigImageHolder {
        height: 200px;
    }

    .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
        width: calc(100%);
        padding: 15px 10px 15px 30px;
    }

    .aboutUsPages.subSpecialtiesPage.pageHasTopSection .topSection .bottomMenuHolder .parentHolder ul li a {
        font-size: 11px;
    }

    .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper {
        padding: 15px;
    }

    .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper ul li {
        width: 100%;
    }

    .aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .aboutUsPages.technologyPage .firstSection .technologyHolder .eachTechnologyHolder:nth-last-child(2) {
        margin: 0;
    }

    .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper {
        padding: 25px 15px 25px 30px;
    }

    .aboutUsPages.ourPartnershipPage .firstSection .blockWrapper {
        margin: 0 0 30px 0;
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder {
        max-width: calc(100% / 2);
        padding: 0 15px;
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:nth-child(3):after {
        display: block;
    }

    .aboutUsPages.ourPartnershipPage .secondSection .contentHolder .eachElmntHolder:nth-child(2):after {
        display: none;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement {
        width: 100%;
        padding: 0;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement {
        display: block;
        align-items: center;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .imageHolder {
        width: 100%;
        border: none;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .imageHolder:after {
        display: block;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .descriptionHolder {
        width: 100%;
        text-align: center;
        padding: 0 15px 15px 15px;
    }

    .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement .innerEachNetworkElement {
        min-height: 210px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder {
        margin: -10px auto 0 auto;
        padding: 30px 10px 20px 10px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .quotesIcon {
        top: -18px;
        right: 15px;
        width: 100%;
        max-width: 45px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .msgFromLabel {
        font-size: 12px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .name {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .position {
        font-size: 16px;
    }

    .aboutUsPages.ceoMessagePage .firstSection .descriptionHolder .messageHolder {
        font-size: 12px;
        line-height: 20px;
    }

    .singleSpecialityPage .firstSection .rightSide .innerRightSide h1 {
        font-size: 30px;
    }

    .singleSpecialityPage .doctorsSection .eachDoctorWrap {
        width: 100%;
    }

    .specializedServicesPage .firstSection .elementsHolder .rightSection .servicesHolder {
        padding: 30px 15px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide h1 {
        font-size: 28px;
    }

    .homePage .topSliderSection .swiper-container .swiper-slide .inner-swiper-slide {
        margin: 0 0 70px 0;
    }

    .homePage .topSliderSection .socialMediaHolder {
        background-color: #0257B8;
        right: 0;
        position: relative;
        text-align: center;
        height: auto;
        width: 100%;
    }

    .homePage .topSliderSection .socialMediaHolder .line {
        display: none;
    }

    .homePage .topSliderSection .socialMediaHolder ul {
        padding: 8px 0;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .homePage .topSliderSection .socialMediaHolder ul li {
        display: inline-block;
        margin: 0 10px;
    }

    .homePage .bannerSection {
        padding: 90px 0 0 0;
    }

    .homePage .secondSection {
        padding: 40px 0 40px 0;
    }

    .homePage .secondSection .leftSection .innerLeftSection {
        padding: 0;
    }

    .homePage .secondSection .leftSection .innerLeftSection h2 {
        font-size: 22px;
    }

    .homePage .secondSection .widgetHolder h2 {
        font-size: 20px;
    }

    .homePage .inTheMediaSection {
        padding: 30px 0 40px 0;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description {
        padding: 20px 15px 15px 15px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description span {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .description h3 {
        font-size: 13px;
        line-height: 18px;
    }

    .homePage .inTheMediaSection .columnsWrapper .leftSection .eachPostWrap .shadow {
        background: linear-gradient(rgba(0, 0, 0, 0.75), transparent 65%);
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap {
        display: block;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .imageHolder {
        width: 100%;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
        width: calc(100%);
        padding: 15px 0 0 0;
    }

    .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description span {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }

    .careersPage .faqsHolder .formHolder .formTitle {
        font-size: 18px;
    }

    .careersPage .faqsHolder .formHolder .fieldWrapper.halfWrapper {
        width: 100%;
    }

    .careersPage .faqsHolder .formHolder .fieldWrapper .checkBoxWrapper .wpcf7-checkbox .wpcf7-list-item {
        margin: 0 0.5em 0 0;
        width: calc(100% / 2 - 8px);
    }

    .careersPage .faqsHolder .formHolder h4 {
        font-size: 12px;
    }

    .careersPage .faqsHolder .formHolder ul li {
        font-size: 12px;
    }

    .faqPage .faqsHolder .eachFaqWrap .questionHolder,
    .faqPage .faqsHolder .eachFaqWrap .answerHolder {
        padding: 15px 15px;
    }

    .archivePages .quickLinksHolder .parentHolder ul li a {
        padding: 15px;
        font-size: 12px;
    }

    .archivePages.eventsArchivePage .articlesWrapper .eachArticleWrap {
        width: 100%;
    }

    .archivePages.galleryArchivePage .articlesWrapper .pageTitle {
        font-size: 24px;
        margin: 35px 0 20px 0;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection .shadow {
        background: linear-gradient(rgba(0, 0, 0, 0.75), transparent 40%);
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection {
        display: block;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description {
        padding: 20px 20px 20px 20px;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description h3 {
        font-size: 17px;
        line-height: 28px;
        margin: 15px 0 0 0;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight .description span {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection.rightSection .subRight:nth-child(1) {
        margin: 0 0px 10px 0;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection .description {
        padding: 20px 20px 20px 20px;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection .description span {
        font-size: 22px;
        width: 56px;
        height: 56px;
    }

    .archivePages.galleryArchivePage .articlesWrapper .topSection .parentSection .description h3 {
        font-size: 17px;
    }

    .archivePages.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap {
        display: block;
    }

    .archivePages.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .imageHolder {
        max-width: 100%;
    }

    .archivePages.galleryArchivePage .articlesWrapper .bottomSection .eachMoreNewsWrap .descriptionHolder {
        max-width: 100%;
        padding: 15px 0px 0 0px;
    }

    .archiveHealthBlog .pageTitle {
        font-size: 22px;
    }

    .archiveHealthBlog .articlesWrapper .eachArticleWrap .imageHolder {
        padding: 0 10px 25px 0;
    }

    .archiveHealthBlog .articlesWrapper .eachArticleWrap .descriptionHolder {
        max-width: 260px;
        right: 15px;
    }

    .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap {
        display: block;
    }

    .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .imageHolder {
        max-width: 100%;
    }

    .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
        padding: 15px 15px 15px 15px;
        max-width: 100%;
    }

    .singleArchives.singleEventsPage .customContainer .shareAndLocation .eventLocation {
        float: left;
        margin: 0 0 15px 0;
        width: 100%;
    }

    .contactUsPage .topSection {
        padding: 30px 0 50px 0;
        height: 100%;
    }

    .contactUsPage .topSection .innerTopSection h4 {
        line-height: 22px;
        margin: 35px 0 0 0;
    }

    .contactUsPage .topSection .innerTopSection ul li {
        display: block;
        margin: 0 0px 15px 0px;
    }

    .contactUsPage .topSection .innerTopSection ul li a {
        justify-content: center;
    }

    .contactUsPage .topSection .innerTopSection ul li a .value {
        min-width: 125px;
    }

    .contactUsPage .formWrapper .preContactForm h3 {
        font-size: 20px;
    }

    .contactUsPage .formWrapper .preContactForm h4 {
        line-height: 20px;
        font-size: 12px;
    }

    .contactUsPage .formWrapper .preContactForm a {
        font-size: 12px;
    }

    .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper.halfWrapper {
        width: 100%;
    }

    .contactUsPage .formWrapper .contactFormHolder form .fieldWrapper:nth-child(2) {
        margin: 0 0px 20px 0;
    }

    .contactUsPage .formWrapper .contactFormHolder form .submitWrapper {
        margin: 0;
    }

    .doctorsArchivePage .topSection .innerTopSection {
        padding: 130px 20px 130px 20px;
    }

    .doctorsArchivePage .topSection .innerTopSection .content {
        font-size: 14px;
        line-height: 18px;
    }

    .doctorsArchivePage .topSection .innerTopSection .filtersHolder .selector_wrapper {
        margin: 0 auto 15px auto;
        width: calc(100% - 4px);
    }

    .doctorsArchivePage .topSection .bottomMenuHolder .parentHolder ul li a {
        padding: 15px 11px;
        font-size: 10px;
    }

    .doctorsArchivePage .requestAppointmentHolder {
        padding: 12px 10px;
    }

    .doctorsArchivePage .requestAppointmentHolder .parentHolder h3 {
        margin: 0;
        line-height: 23px;
    }

    .doctorsArchivePage .doctorsSection .eachDoctorWrap {
        width: 100%;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .position {
        font-size: 16px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .name {
        font-size: 22px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul {
        flex-wrap: wrap;
        padding: 15px 0 15px 25px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li {
        width: calc(100%);
        margin: 0;
        font-size: 12px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul li:nth-last-child(1) {
        padding: 0;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .year h3 {
        font-size: 13px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h3 {
        font-size: 13px;
    }

    .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .educationWrapper .educationList .eachEducationWrap .description h4 {
        font-size: 13px;
        line-height: 20px;
    }

    .searchPage .articlesWrapper .eachBlockWrap {
        margin: 0 0 30px 0;
    }

    .searchPage .articlesWrapper .eachBlockWrap .blockTitle {
        padding: 0;
    }

    .searchPage .articlesWrapper .eachBlockWrap .eachArticleWrap {
        width: 100%;
        padding: 0;
    }

    .searchPage .eachDoctorWrap {
        width: 100%;
        padding: 0;
    }

    .contactForm__form form .halfWrapper {
        width: 100%;
    }

    .footerLinks__item a {
        padding: 29px 15px 33px 15px;
    }

    .footerLinks {
        padding-bottom: 40px;
    }

    .arabicVersion.page-template-page-home .topHeader {
        top: 52px;
    }

    .arabicVersion .topHeader .rightSection .searchAndMenu .bookingPopover {
        width: 140px;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder a.contactUsBtn {
        margin: 4px 0 0 10px;
        font-size: 11px;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder a.shortNumber {
        margin: 3px 0 0 10px;
    }

    .arabicVersion .fullPageMenu .closeAndNumberHolder a.searchBtn,
    .arabicVersion .fullPageMenu .closeAndNumberHolder a.languageSwitcher {
        margin: 2px 0 0 5px;
    }

    .arabicVersion .homePage .topSliderSection .socialMediaHolder {
        right: auto;
        left: 0;
    }

    .arabicVersion .homePage .topSliderSection .socialMediaHolder ul {
        margin: 0;
    }

    .arabicVersion .homePage .inTheMediaSection .columnsWrapper .rightSection .eachPostWrap .description {
        padding: 15px 0 0 0;
    }

    .arabicVersion .singleArchives .customContainer .moreNewsHolder .eachMoreNewsWrap .descriptionHolder {
        padding: 15px;
    }

    .arabicVersion .aboutUsPages.technologyPage .secondSection .elementsHolder .eachBlockWrapper {
        padding: 25px 30px 25px 15px;
    }

    .arabicVersion .aboutUsPages.facilitiesPage .firstSection .elementsHolder .eachBlockWrapper {
        padding: 25px 30px 15px 15px;
    }

    .arabicVersion .aboutUsPages.subSpecialtiesPage .firstSection .elementsHolder .eachBlockWrapper {
        padding: 15px;
    }

    .arabicVersion .aboutUsPages.insuranceNetworkPage .firstSection .networkListWrapper .eachNetworkElement.largeElement .innerEachNetworkElement .descriptionHolder {
        text-align: center;
    }

    .arabicVersion .singleDoctorsPage .doctorInfoSection .columnWrapper .rightSection .innerRightSection .generalInfoWrapper ul {
        padding: 15px 30px 15px 0;
    }

    .arabicVersion .doctorsArchivePage .requestAppointmentHolder .parentHolder a {
        float: none;
    }
}

/**
 * 400px website stylesheet sm
 */
/**
 * 380px website stylesheet sm
 */
@media (max-width: 400px) {
    footer .topSection .leftSection .newsletterHolder h4 {
        font-size: 10px;
    }

    footer .bottomSection .leftSection ul li {
        margin: 0 15px 5px 0;
    }

    footer .bottomSection .rightSection ul {
        margin: 8px 0 0 0;
    }
}