@import url('colors-constants.css');

body {
    font-family: 'Noto Sans Arabic', sans-serif;
    overflow-x: hidden !important;
    padding: 0px !important;
    margin: 0px !important;
}


nav .nav-link.active {
    color: var(--primary-color) !important;
}

nav .dropdown:hover {
    box-shadow: none;

}

nav .dropdown-toggle:after {
    display: none;
    content: none;

}

nav .login-btn {
    background-color: var(--primary-color);
}

#searchBar {
    padding: 15px auto;
    width: 70%;
    background-color: var(--search-background);
    margin: auto;
}


.nav-search {
    width: 20%;
}



/* Slider styles */
.carousel-control-prev img {
    transform: rotate(180deg);
}

/* .carousel-control-next img {
    transform: rotate(180deg);

} */

.button-holder {

    width: 50%;
}

#hero-subtitle {
    color: var(--primary-color);
}

.fill-one {
    background-image: linear-gradient(to left, var(--primary-color), var(--second-gradiant-color));
    height: 50px;
    width: 420px;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.4s ease;
}

.background-container {
    background-color: var(--primary-color);
    opacity: 0.39;
    width: 96%;
    height: 98%;
    z-index: -1;
    border-radius: 15px;
    left: 10;
}

#carouselBasicExample .carousel-item img {
    height: 520px !important;

}



/* Slider styles */

/* our section styles */
.vertical-line {
    height: 2.5rem;
    width: 0.4rem;
    background-color: var(--primary-color);
}

#our-sections .background-effect {
    background-color: var(--primary-color);
    opacity: 0.1;
    height: 300px;
}

#our-sections .section-item .thumbmail-section {
    background-color: white;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

#our-sections .section-item .thumbmail-section img {
    height: 100px;
    margin-top: 15px;
}


#our-sections .section-item p {
    color: #515151 !important;
    font-size: 1rem !important;
    font-weight: 400;
    margin-top: 10px;
}

#our-sections .section-item {
    margin: 10px auto;
}

#our-sections .section-item,
#our-section .splide__slide {
    width: fit-content;
}

.splide__arrow {
    background-color: white !important;
    border: 2px solid var(--primary-color) !important;

}

.splide__arrow svg {
    fill: var(--primary-color) !important;

}



.splide__arrows--rtl .splide__arrow--prev {
    right: -1rem !important;
}

.splide__arrows--rtl .splide__arrow--next {
    left: -1rem !important;
}





.splide-latest-news .splide__slide .card {
    margin: 1rem 0.5rem;

}

.splide-latest-events .splide__slide .card {
    margin: 1rem 0.5rem;

}


.splide-latest-news .card-body .icon-holder {
    background-color: #EFEFEF !important;
    height: 40px;
    width: 40px;
}

.splide-latest-events .card-body .icon-holder {
    background-color: #EFEFEF !important;
    height: 40px;
    width: 40px;
}

.splide-latest-news .card-body .time-text {
    font-size: 15px;
    padding: auto 5px !important;
    color: #2d2d2d;
}

.splide-latest-events .card-body .time-text {
    font-size: 15px;
    padding: auto 5px !important;
    color: #2d2d2d;
}

.splide-latest-news .card-body i {
    color: var(--primary-color);
}

.splide-latest-events .card-body i {
    color: var(--primary-color);
}


.splide-latest-news .card-body .card-title {
    color: #2d2d2d;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.splide-latest-events .card-body .card-title {
    color: #2d2d2d;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.splide-latest-news .card-body .card-text {
    color: #2d2d2d;
    font-size: 16px;
    padding-bottom: 20px;
}

.splide-latest-events .card-body .card-text {
    color: #2d2d2d;
    font-size: 16px;
    padding-bottom: 20px;
}

/* our section styles */



/* accomplishment styles */
#hero .carousel-control-next,
#hero .carousel-control-prev {
    margin-top: 150px;

}

/* ///////////////////////////////////////////////////////////////////////////// */
#accomplishment .carousel-control-next,
#accomplishment .carousel-control-prev {
    width: 50%;
    margin-top: auto;
}

/* ///////////////////////////////////////////////////////////////////////////// */

/* accomplishment styles */


/* Staff section */
#staff .card .card-body .image-holder {
    background-color: var(--staff-card-background-color);
}

#staff .card .card-body .staff-job {
    color: var(--primary-color);
    font-size: 0.9rem;
}

#staff {
    background-image: url('../imgs/backdrop-image.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Staff section */


/* medical atticals styles */
#medical-articals .card .card-body .time-text {
    font-size: 0.8rem !important;
}

#medical-articals .card .card-body .card-text {
    font-size: 0.9rem;
}

#medical-articals {
    background-color: rgba(7, 122, 209, 0.1);

}

/* medical atticals styles */

/* jobs section */
#jobs .card .card-body .time-text {
    font-size: 0.8rem !important;
}

#jobs .card .card-body .card-text {
    font-size: 0.9rem;
}

#jobs {
    background-image: url('../imgs/backdrop-image.png');
}

/* jobs section */

/* about us section */
#about-us .rounded-circle {
    height: 130px;
    width: 130px;
    border: 5px solid #EFEFEF;
}

#about-us .card {
    z-index: -1 !important;

    border: 2px solid #EFEFEF;
    border-radius: 24px;

}

#about-us .holder {
    top: -50px;

}

#about-us .card .card-title {
    font-size: 2rem;
}

#about-us .card .card-text {
    color: #858181;
    font-size: 0.9rem;
}

/* about us section */


/* insurance section */
#insurance .insurance-slider {
    background-color: rgba(7, 122, 209, 0.1);
}

#insurance .thumbmail-section {
    height: 200px;
    width: 200px;

}

/* insurance section */

/* cta section */
#cta .cta-container {
    background-image: linear-gradient(to left, var(--primary-color), #043D69);
}

#cta .cta-container a {
    color: var(--primary-color);
    font-size: 1rem;
}

/* cta section */


/* footer section */
footer {
    background-color: #3995E3;
}

footer .footer-footer {
    background-color: #0e61a8;
}

/* footer section */



/* response section */


@media (max-width : 1000px) {

    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        margin-top: 50px;

    }

    #hero .button-holder {
        width: 100% !important;
        bottom: 0 !important;
    }

    #hero .button-holder button {
        /* width: 50% !important; */
    }

    /* ///////////////////////////////////////////////////////////////////////////// */



    .button-holder {
        width: 100%;
    }


    #accomplishment .carousel-control-next,
    #accomplishment .carousel-control-prev {
        width: 70%;
        margin-top: auto;
    }

    /* ///////////////////////////////////////////////////////////////////////////// */

    .navbar-nav {
        background-color: whitesmoke;
        text-align: center;
        margin-top: 15px;
        border-radius: 15px;
    }

    #carouselBasicExample .carousel-item img {
        height: 400px !important;

    }


    .nav-search {
        display: none;
    }

}

@media (max-width : 1199px) {
    .navbar-nav {
        font-size: .83rem;
        padding: 0px;
    }

    /* ///////////////////////////////////////////////////////////////////////////// */

    .button-holder {

        width: 100%;
    }


    #accomplishment .carousel-control-next,
    #accomplishment .carousel-control-prev {
        width: 70%;
        margin-top: auto;
    }

    /* ///////////////////////////////////////////////////////////////////////////// */


}



@media (max-width:550px) {
    nav .navbar-brand img {
        width: 14rem !important;

    }
    .medical_staff_image{
        margin: 1rem -2.5rem!important;
    }
    /* ///////////////////////////////////////////////////////////////////////////// */

    .button-holder {
        width: 100%;
    }


    #accomplishment .carousel-control-next,
    #accomplishment .carousel-control-prev {
        width: 40%;
        margin-top: auto;
    }

    /* ///////////////////////////////////////////////////////////////////////////// */


    #carouselBasicExample .carousel-item img {
        height: 250px !important;

    }

    .background-container {
        background-color: var(--primary-color);
        opacity: 0.39;
        width: 95%;
        height: 90%;
        z-index: -1 !important;
        left: 10px;
    }


    .splide__arrows--rtl .splide__arrow--prev {
        right: 0.5rem !important;

    }

    .splide__arrows--rtl .splide__arrow--next {
        left: 0.5rem !important;
    }

}


/* response section */


/* modal styles */
.form-control {
    border: none;
    background-color: #F4F8F7;
    direction: rtl;
    padding: 5px;
}

.form-control::placeholder {
    color: #A8ADAC;
}

.info-side {
    background-color: var(--primary-color);
    padding-top: 100px;

    border-radius: 15px 0px 0px 15px;

}

.modal-title {
    color: var(--primary-color);
}

.modal-btn {
    color: var(--primary-color);
}

.modal-btn:hover {
    color: var(--primary-color);
}

form .ss-main .ss-single-selected .placeholder {
    background-color: unset !important;
    cursor: pointer !important;
}

#options-content .select-class .ss-single-selected {
    background-color: green !important;

}

/* modal styles */


/* select */

.modal .dropdown {
    width: 100%;
    display: inline-block;
    background-color: #F4F8F7;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 0.8rem;
    color: #A8ADAC;
    height: 100%;

}

.modal .dropdown i {
    color: #A8ADAC;
}

.modal .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 5px;
}

/*
.modal .dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
} */

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select>i {
    transform: rotate(-90deg)
}

.modal .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 80% !important;
    max-width: 80% !important;
    min-width: 100% !important;
    right: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;

    overflow-y: auto;
    z-index: 9
}

.modal .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-align: end;
}

.modal .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.modal .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.modal .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

/* select */
@media (max-width: 768px) {
    .fs-1{
        font-size: calc(1.375rem + -1.1vw) !important;
    }

}
