 


 
body {
    font-family: "MonRegular", sans-serif;
    word-break: break-word;
    overflow-x: hidden;
    direction: ltr;
    scroll-behavior: smooth;
 
}
 
 input , textarea{
    text-align: left;
    text-align-last: left;
 }
@font-face {
    font-family: TWRegular;
    src: url(../fonts/Tajawal-Regular.ttf);
}

@font-face {
    font-family: TWBold;
    src: url(../fonts/Tajawal-Bold.ttf);
}

@font-face {
    font-family: MonRegular;
    src: url(../fonts/Montserrat-Arabic-Regular.ttf);
}

@font-face {
    font-family: MonLight;
    src: url(../fonts/Montserrat-Arabic-Light.ttf);
}

.TWbold {
    font-family: "TWBold", sans-serif;
}

.TWRegular {
    font-family: "TWRegular", sans-serif;
}

.MonRegular {
    font-family: "MonRegular", sans-serif;
}

.MonLight {
    font-family: "MonLight", sans-serif;
}

ul li,
a:hover {
    list-style-type: none;
    text-decoration: none;
}



.w-900 {
    font-weight: 900;
}

.text-align-last-center {
    text-align-last: center !important;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

button:focus {
    outline: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;

    /* display: none; */
}

/* Track */
::-webkit-scrollbar-track {
    background: #DFDFDF;
    /* display: none; */
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1F7293;
    /* display: none; */
    border-radius: 50px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #7AC17D;
    /* display: none; */
}

.form-control {
    background-color: transparent;
    border-radius: 0px;
    height: 55px;
    border-top: 0;
    border-inline: none;
    text-align: start;
    direction: rtl;
    color: #6B6D70;
    padding-inline-start: 35px;
    margin-bottom: 35px;
}

option,
select {
    color: #6B6D70;
    font-family: "MonLight";
    font-size: 14px;
}

.filupp-file-name {
    padding-inline-end: 20px;
}

.form-control::placeholder,
.filupp-file-name {
    color: #6B6D70;
    font-family: "MonLight";
    font-size: 14px;
    height: 100%;
}

.uploadFile:after {
    content: "\f0c6";
    position: absolute;
    top: 14px;
    z-index: 99999;
    left: 7px;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    color: #6b6d70a3;
    transform: rotate(-44deg);
}

.select:after {
    content: "\f107";
    position: absolute;
    top: 18px;
    z-index: 99999;
    left: 25px;
    font-weight: 900;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    color: #6b6d70a3;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    background-color: transparent !important;
    border: 1px solid #5699599c;
}

::selection {
    color: #1F7293;
}

textarea {
    resize: none;
}

textarea.form-control,
textarea.form-control:focus {
    height: auto;
}

.default-btn,
.default-btn:hover {
    border: none;
    border-radius: 5px;
    line-height: 2.5;
    /* height: 50px; */
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.bg-none {
    background: none;
}

a {
    text-decoration: none;
}

.lineThrough {
    text-decoration: line-through;
}

.opacity-50 {
    opacity: 50% !important;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.f-40 {
    font-size: 40px;
}

.f-60 {
    font-size: 60px;
}

/* ============ colors ================= */
.green-color {
    color: #569959;
}

.darkGreen {
    color: #1A625A;
}

#products .nav-pills .nav-link {
    background: none !important;
    color: #1A625A !important;
    border: 0 !important;
    font-size: 20px;
}

#products .nav-pills .nav-link.active {
    color: #569959 !important;
    font-weight: 700;
    border-bottom: 2px solid #569959 !important;
    border-radius: 0;
}

#products .nav-item {
    padding-inline: 30px;
}

.icon {
    height: 75px;
    width: 75px;
    background-color: #07226426;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    margin-inline-end: 20px;
    margin-left: 0;
    background-image: linear-gradient(to right, #1F7293, #569959);
}
.teamMembersSlider img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

/* ============ footer ================= */
footer {
    background-image: url(../images/footerBg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer .footer-logo {
    filter: brightness(0) invert(1);
}

footer img {
    padding-inline-start: 20px;
    height: 140px !important;
}

footer .title {
    padding: 10px 22px;
}

footer .title:before {
    content: "";
    background-color: #569959;
    height: 100%;
    position: absolute;
    width: 2px;
    top: 0;
    left: 0;

}
.form-select:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}
.more i{
    transform: scaleX(-1);
}
footer ul li,
footer ul li a,
footer p {
    color: #BCBCBC;
    list-style-type: square;
    padding-inline-start: 12px;
    font-size: 12px;
}

footer ul li a {
    padding-inline-start: 0px;
}

footer a:hover {
    color: #569959;
}

footer ul {
    margin-inline-start: 7px !important;
    font-family: 'MonLight';
}

footer .copy-right {
    background-color: #21b79817;
    border-radius: 15px 15px 0 0;

}

footer p {
    color: #EBEBEB;
    opacity: 0.8;
    font-family: 'MonLight';
}

#googleMap {
    width: 100%;
    height: 422px;
}

/* ---------------- Register --------------- */
#Branches {
    background-image: url(../images/RegisterBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.before-title {
    padding-top: 80px;
    position: relative;
}

.before-title:before {
    content: "";
    background-color: #569959;
    height: 50px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.pageHeader h1 {
    margin-top: 60px !important;
}

/* ================ devices ============== */
#devicesSlider .deviceName,
.devicesList .deviceName {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #569959;
    color: #fff;
    font-family: TWRegular;
    padding: 10px;
}

.devicesList .device {
    overflow: hidden;
    position: relative;
}

#devicesSlider .deviceName:before,
.devicesList .deviceName:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, #569959, #569959);
    right: 0;
    top: 95%;
    transition: all .3s ease-in-out;
}

#devicesSlider .deviceName:hover::before,
.devicesList .deviceName:hover::before {
    top: 0%;
    background-image: linear-gradient(to right, #1F7293, #569959);
}

#devicesSlider img,
.devicesList img {
    height: 333px;
    border-radius: 20px;
    /*filter: grayscale(1);*/
    object-fit: cover;
}

#devicesSlider {
    padding-inline: 30px;
}

#devicesSlider .swiper-button-prev,
#devicesSlider .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 3px 9px #00000029;
}

#devicesSlider .swiper-button-next:after,
#devicesSlider .swiper-button-prev:after {
    font-size: 15px;
    color: #333;
}

#devicesSlider .swiper-button-next {
    left: 10px;
}

#devicesSlider .swiper-button-prev {
    right: 10px;
}

#Regulators {
    background-image: url(../images/aboutbg.jpeg);
    background-blend-mode: overlay;
    background-color: #0A4433;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

#Regulators .card {
    background: #fff;
    border-radius: 20px;
    border: 0;
    box-shadow: 0px 3px 30px #00000029;
    padding: 50px 78px;
    margin-bottom: -150px;
}

#Regulators .card-img {
    border: 0;
    box-shadow: 0px 3px 30px #00000029;
    border-radius: 20px;
    background-color: transparent;
}

#Regulators .card-img .regImg {
    border-radius: 20px;
    padding: 25px 50px;
    z-index: 9999;
    background: #fff;
    position: relative;
    text-align: center;
}

#Regulators .card .title:before {
    content: "";
    background-color: #569959;
    height: 90%;
    position: absolute;
    width: 2px;
    top: 0;
    left: 0;

}

#Regulators .card .title {
    position: relative;
    padding-inline-start: 30px;
}

#Regulators .card-img img {
    height: 180px;
    object-fit: contain;
}



#Regulators .container .row .col-lg-3:nth-child(2) .card-img:before {
    content: "";
    width: 140px;
    height: 170px;
    background-image: linear-gradient(to top, #1F7293, #569959);
    position: absolute;
    border-radius: 20px;
    right: -22px;
    bottom: -26px;
    z-index: 0;
}

#Regulators .container .row .col-lg-3:nth-child(3):before {
    content: "";
    width: 140px;
    height: 170px;
    background-image: linear-gradient(to top, #1F7293, #569959);
    position: absolute;
    border-radius: 20px;
    left: 00px;
    top: -30px;
}

/* ==================== about =================== */
#about {
    background-image: url(../images/aboutBg.png);
    background-position: left;
    background-repeat: no-repeat;
}

#about .title:before,
#managerWords .title:before{
    content: "";
    background-color: #569959;
    height: 90%;
    position: absolute;
    width: 2px;
    top: 0;
    left: 0;

}

#about .title h2,
#managerWords .title  h2{
    color: #1A625A
}

.lh-2 {
    line-height: 2;
}

.lh-25 {
    line-height: 2.5;
}

.aboutImg img {
    position: relative;
    z-index: 999999;
    border-radius: 20px;
    margin-inline-start: 10%;
    height: 400px;
    width: 75%;
    object-fit: cover;
}

.aboutImg:before {
    content: "";
    width: 60%;
    height: 88%;
    background-image: linear-gradient(to top, #1F7293, #569959);
    position: absolute;
    border-radius: 20px;
    left: 0px;
    bottom: -40px;
    z-index: 0;
}

#chemical

/* ================= ConferenceInfo ==================== */
#ConferenceInfo {
    background-image: linear-gradient(to right, #0B2D42, #0A4433);
}

#ConferenceInfo .date {
    background-color: transparent;
    border: 1px solid #438151;
    border-radius: 10px;
    padding: 25px;
    background-image: url(../images/dateBg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

#ConferenceInfo .time {
    background-color: transparent;
    border: 1px solid #438151;
    border-radius: 10px;
    padding: 25px;
    background-image: url(../images/timeBg.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

#ConferenceInfo .location {
    background-color: transparent;
    border: 1px solid #438151;
    border-radius: 10px;
    padding: 25px;
    background-image: url(../images/locationBg.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

/* ================ navbar ==================== */
nav {
    position: absolute !important;
    top: 0;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: 99999999999999;
}

nav .logo {
    height: 111px;
    /* filter: brightness(0) invert(1); */
}

.mainHeader video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.heroLogo {
    /* filter: brightness(0) invert(1); */
}

.selectLocation {
    position: absolute;
    top: 50px;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.mainHeader {
    min-height: 100%;
}

.headerCaption {

    background-image: url(../images/headerBg.png), url(../images/headerBg2.svg);
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: right, bottom;
    background-color: #ffffffbf;
    padding-top: 180px;
}

.headerVideo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

nav .container {
    background: #ffffffb8;
    border-radius: 0 0 25px 25px;
    padding: 20px 25px;
}

nav .nav-link {
    font-family: MonLight;
    color: #164275;
    font-size: 15px;
    font-weight: 700;
}

.nav-item.active .nav-link {
    color: #417143;
}

.btn-lang {
    border: 1px solid #7AC17D;
    color: #7AC17D;
    border-radius: 5px;
}

.headerCaption img {
    width: 200px;
}

.headerCaption h1 {
    line-height: 1.7;
}

.headerCaption .btn-border {
    border: 1px solid #2782A7;
}

.nav-pills .active h4 {
    color: #fff;
}

.nav-pills h4 {
    cursor: pointer;
}

.pageHeader {
    background-color: #012835;
    padding: 25px;
    background-image: url(../images/doctors_bg_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link:hover {
    color: #F02323;
}

.content {
    background-image: url(../images/aboutBg.png);
    background-position: left;
    background-repeat: no-repeat;
}

.map iframe {
    border: 0;
    width: 100%;
    height: 450px;
    border-radius: 25px;
    box-shadow: 0px 3px 30px #00000029;
}

.selectLocation select {
    width: 100%;
}

#Branches .container {
    margin-bottom: -200px;
    margin-top: 75px;
}

.homeBlogs {
    padding-top: 80px !important;
    background-image: url(../images/blog_bg.jpeg);
    background-color: #ecf9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homeBlogs a,
.Blogs a {
    color: #333;
    font-size: 15px;
}

.Blogs .blogcard {
    background-color: #ecf9f985;
}

.blogcard .blogImg img {
    height: 251px;
    width: 100%;
    object-fit: cover;
}

.homeBlogs a:hover,
.Blogs a:hover {
    color: #1A625A;
}

.btn-border {
    color: #1A625A;
    border-color: #1A625A;
}

.blogcard {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.blogDate {
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: #569959;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px 12px;
}

.bgImg-none {
    background-image: none !important;
}

.default-btn:hover {
    background-color: #569959;
    padding-inline: 100px;
    background-image: linear-gradient(to right, #569959, #569959);
}

.default-btn {
    width: auto;
    background-image: linear-gradient(to right, #1F7293, #569959);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    height: 50px;
    padding-inline: 66px;
    margin-top: 50px !important;
    transition: all .3s ease-in-out;
}

.job a {
    color: #fff;
    text-decoration: none;
    margin: 0 !important;
}

body .job:last-child {
    border-bottom: none !important;
}

.blogDetails img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.device_details img {
    height: 400px;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color:  #7AC17D;
    background-color: transparent;
    border: 4px solid #7AC17D;
    border-radius: 10px 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #17B18F;
}
.nav-tabs .nav-link{
    color:  #7AC17D;
}
select {
    color: #6B6D70 !important;
    font-family: "MonLight";
     border-inline: none !important;
    border-top: none !important;
    border-radius: 0px !important;
}
/*.ceoWordImg img{*/
/*    object-fit: contain;*/
/*    background: #fff;*/
/*    box-shadow: 0px 0px 10px #eee;*/
/*    padding: 50px;*/
/*}*/
/* ================ media ================== */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
        padding-left: .5rem !important;
    }
}
@media(max-width: 990px) {
    .job a {
        width: 100%;
    }
    .aboutImg img {
        
        height: 300px;
        width: 75%;
        
    }
    #Branches .container {
        margin-bottom: 0;
        margin-top: 75px;
    }

    .btn-lang {
        width: max-content;
        padding-inline: 15px !important;
    }

    footer img {
        padding-inline-start: 0px;
    }

    .copy-right {
        text-align: center;
    }

    .agendaInfo .overlay {
        padding: 25px;
    }

    .agenda .agendaInfo p {
        padding-inline-end: 0;
    }

    .agendaDate .agendaDay {
        font-size: 100px;
    }

    .agendaDate {
        left: 25px;
    }

    #Regulators .card {
        margin-bottom: 0;
        padding: 30px;
    }

    #Regulators .container .row .col-lg-6 .card {
        position: relative;
        top: 0;
        width: 100%;
    }

    nav .container {
        padding: 10px;
    }

    .headerCaption {
        background-size: 40%, 100%;
        padding-top: 150px;
    }

    .headerCaption img {
        width: 150px;
    }

    .headerCaption h1 {
        font-size: 20px;
    }

    .headerCaption p {
        font-size: 13px;
    }


    .agendaInfo .overlay h4 {

        bottom: 50px;
    }

    .agenda .agendaInfo img {
        height: auto;
    }

    .agendaDate {
        bottom: 0;
    }
}