@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
}

.breadcrumb-item .breadcrumb {
    border-bottom: 1px solid;
    width: fit-content;
    padding-right: 36px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.sub_titleDetailsNews  {

    margin-bottom: 24px;
    font-family: 'Droid Arabic Naskh' !important;
    color: #cdcdcdb3;
}

.breadcrumb-item li a,
.breadcrumb-item li.active
{
    text-decoration: none;
    color: #414b4c;
}
.breadcrumb-item .breadcrumb-item + .breadcrumb-item::before {
    font-family: FontAwesome;
    color: #414b4c;
    font-size: 13px;
    padding-top: 5px;

}



.dateWebsite span
{
    color: #878787;
}

.topMenu
{
    padding: 0;
    margin: 0;
    z-index: 1000000;
}

.topMenu li
{
    padding: 0 10px;
    margin: 0;
    border: 0;
    background: transparent;
    width: max-content;
}

.topMenu li a
{
    color: #878787;
    text-decoration: none;


}

.borderCol .phone
{
    color: #878787;
    max-width: 153px;
    text-align: center;
}

.socialheader a
{
    color: #306aa1;
    text-decoration: none;
    margin: 0 3px;
    border: 1px solid;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
}

.borderCol
{
    border-right: 2px solid #d7d5d6;
    display: flex;
    align-items: center;
}

.borderCol:last-child
{
    border-right: 0px solid;

}

.firstbar{
    background: #21699f;
}
.secondbar{
    background: #e7f0f5;
}


.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 1000;
    box-shadow: 0px 3px 9px 0px #0000006e;
    background: #fff;
    transition: 0.3s;

}

.multi-level, .multi-level2 {
    background: #1a1d20;
    border-radius: 0;
    padding: 0;
    border: 0;
    width: fit-content;
}

.card_logo {
    width: 200px;
    position: relative;
    text-align: center;
}

.card_logo .logo {
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 7px 0 #000000b5;
    border-radius: 0 0 5px 5px;
}
.card_logo .logo a {
    display: block;
}

.card_logo .logo a img {
    width: 85%;
}



.justify-content-end.setJCE {
    justify-content: unset !important;
}


@media (max-width: 1198px) {

    .dateWebsite{
        display: none;
    }
    .menu .li .a {
        padding: 18px 10px;
        color: #848484;
        font-weight: bold;
    }

}

@media (max-width: 991px) {


    .hideFormMobile{
        display: none;
    }

    .justify-content-end.setJCE {
        justify-content: flex-end !important;
    }
    .borderCol{
        border: 0;
    }

    .btnMenu{
        right: 0;
        position: absolute;
        top: 6px;
        color: #fff;
        outline: none;
        box-shadow: none !important;
        font-size: 38px;
    }
}
@media (max-width: 768px) {

    .p_l {
        padding-right: 12px;
    }
    .p_r {
        padding-left: 12px;
    }


}







.topMenu div .topMenuDiv .topMenuLi a
{
    color:#fff;
    width: fit-content;
    display: inline-block;
    font-size: 15px;
    padding: 12px 2px;
}



.languageChange i
{
    color: #75b798;
}



.topMenuSubmenu{
    background: #306aa1;
    border-radius: 0;
    margin-top: 0px !important;
 
}

.topMenuSubmenu a{
    background: transparent !important;
    color: #fff;
    padding: 12px 8px;

}

.logo img
{
    height: 58px;
}




.subMenuItem
{
    width: 100% !important;
}
.subMenuItem a
{
    width: 100% !important;
}

li.subMenuItem:hover
{
    width: 100% !important;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%) !important;
}

.items_subMenu
{
    background: #3069a0;
    border-radius: 0;
    padding: 0;
}

.items_subMenu li:hover
{
    width: 100% !important;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%) !important;
}






.subMenuItem
{
    width: 100% !important;

}
.subMenuItem a
{
    width: 100% !important;
}

li.subMenuItem:hover
{
    width: 100% !important;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%) !important;
}

.items_subMenu
{
    background: #3069a0;
    border-radius: 0;
    padding: 0;
}

.items_subMenu li:hover
{
    width: 100% !important;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%) !important;
}



.nav-item.topMenuLi.dropdown:hover   {
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%) !important;
}

.nav-item.topMenuLi.dropdown:hover .dropdown-menu.topMenuSubmenu {
    display: block !important;
    left: 0;
}





/*--------menu mobile-------------*/





.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar-navigation ul li {
    display: block;
}
.sidebar-navigation ul li a {
    position: relative;
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #2e2e2e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-navigation ul li a i {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
    transition: .2s;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    background-color: rgba(0, 0, 0, 0.06);
}
.sidebar-navigation ul li ul {
    display: none;
}
.sidebar-navigation ul li ul li {
    font-weight: 400;
}
.sidebar-navigation ul li ul.open {
    display: block;
}
.sidebar-navigation ul li ul li a {
    color: #495d62;
    border-color: rgba(255, 255, 255, 0.1);
    font-weight: 400;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
    background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #94aab0;
    color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: #fff;
}

i.mdi-flip-v {
    transform: rotate(180deg) !important;
    top: 0 !important;
}


/*-----------------------------------------*/






/*-----------header--------------*/



.menu
{

}
.menu .li{

}
.menu .li .a{
    padding: 23px 27px;
    color: #000000;
    font-weight: bold;
}

.menu .li .a:hover{
    color: #306aa1;
}

.menuAndLogo .logo img
{
    height: auto;
}

.menuAndLogo .navbar-expand-lg
{
    padding: 0;
}

.phoneNumber
{
    background: #394ca8;
    color: #fff;
    padding: 11px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.changeLanguage
{
    background: transparent;
    border: none;
}



.multi-level li a
{
    color: #fff;
}

.multi-level li a:hover
{
    color: #fff;
    background: #848484;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 6px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;


}

.dropdown:hover> .submenu.multi-level {
    display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: inline-block;
    content: "\f104";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    font-family: FontAwesome;
    position: absolute;
    right: 0;


}

.dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}

.videoSlider
{
    display: flex;    align-items: center;justify-content: center;
}













.btnSearch
{
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 16px 32px;
    gap: 8px;
    width: 168px;
    height: 60px;
    min-height: 60px;
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    background: #fff !important;
}

.the_search {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.bookField input,
.bookField select
{
    height: 50px;
    border-radius: 18px;
    border: 1px solid #c4c4c4;

    border-left: 0;
}

.bookField textarea{
    height: 100px;
    border-radius: 18px;
    border: 1px solid #c4c4c4;

    border-left: 0;
}


.bookField span{
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    color: #adadad;
    border-radius: 0 18px 18px 0;
    border: 1px solid #c4c4c4;
}



/*modal*/

.resultPain {
    margin-top: 28px;
    opacity: 0;
    transition: 0.3s;
}

.titleResult {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;

}
.textResult {
    max-height: 267px;
    color: #fff;
    line-height: 1.7;
    overflow: hidden;
}
.contentModalPain,
.contentModalSearch
{
    text-align: center;
    padding: 18px;
    background: linear-gradient(138.03deg, #399ED1 0%, #00689D 99.38%);
}



.imageBody {
    text-align: center;
}
.modelTitlePain {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin: 15px 0;
}

.modelTextPain {
    text-align: justify;
    color: #fff;
    line-height: 2;
}

.loadingModal
{
    display: none;
}


.closeModal{
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    padding: 8px 25px;
    color: #fff !important;
}



/*---------------*/



.socialMenu{

    text-align: center;
    padding-top: 15px;

}

.socialMenu a {
    color: #306aa1;
    text-decoration: none;
    margin: 0 3px;
    border: 1px solid;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fff;
}



#accordionExampleMobile  .accordion-body{
    padding: 0 15px;
    background: #3581b6;
    padding-bottom: 5px;
}


.subMenu
{
    background: transparent;
    border-radius:0 ;
}

.subMenu a
{
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #ffffff52;
    border-radius:0 ;
    font-size: 16px;
    padding: 8px 0;
}
.subMenu a:last-child
{

    border-bottom: 0;

}

.sub_subMenu
{
    padding: 0 6px;
    border-radius:0 ;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
}

.sub_subMenu a
{
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #ffffff52;
    border-radius:0 ;
    font-size: 16px;
    padding: 8px 0;
}
.sub_subMenu a:last-child
{

    border-bottom: 0;

}

.itemMenuMobile {
    background: transparent !important;
    color: #fff !important;
    font-size: 20px;
    text-decoration: none;
    padding: 14px 0;
    border-radius: 0 !important;
    /* width: 100%; */
    display: inline-flex;
    align-items: center;
    outline: none !important;
    box-shadow: unset !important;
}

.itemMenuMobile{
    background: transparent !important;
}
.itemMenuMobile.accordion-button::after{
    filter: brightness(0) invert(1);
}

#accordionExampleMobile{

    background: transparent;
}

#accordionExampleMobile .accordion-item{

    background: transparent;
    border: 0 ;
    border-bottom:1px solid #ffffff52;
    border-radius:0;
}
#accordionExampleMobile .accordion-item:last-child{

    border-bottom:0;

}

.mobileMenu
{
    height: 100% !important;
    z-index: 1000000000000;
    background: linear-gradient(-138.03deg, #399ED1 0%, #00689D 99.38%);
    border: 0 !important;
}

.mobileMenu .offcanvas-header {
    width: 100%;
    background: #fff;
    display: inline-block;
}

.logoMenu{
    height: 50px;
}



/*bigSubMenu*/

.fullMenu
{

    width: 100%;
    border-radius: 0 0 50px 50px !important;
    padding: 28px 14px 28px 20px !important;


}
.title_sectionMenu
{
    color: #5d5c5c;
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 2px solid #a5a5a5;
    font-weight: 700;
    width: fit-content;
    margin-left: 32px;
    margin-bottom: 8px;
}


.fullMenu a.subMenu_a
{
    padding: 8px 32px;
    font-size: 16px;
}


.imageInMenu
{
    height: 180px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s;
    margin-top: 27px;
    margin-right: 24px;
    margin-bottom: 15px;
    box-shadow: 0 0 7px 0 #20202073;
}


.search_and_close
{
    padding: 0 12px;
    color: #3c4043;
    outline: none !important;
    box-shadow: unset !important;
    position: absolute;
    right: 0;
    top: 34px;
}


.main-menu-bar nav
{
    padding: 0;
    /*margin-left: 15px;*/
}

.main-menu-bar nav .navbar-collapse ul li a.main_a_new_header
{
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    letter-spacing: 1.1px;
    padding: 35px 13px;
}

.main-menu-bar nav  .navbar-collapse ul li a.main_a_new_header:hover
{
    color: #306aa1;

}

/*a.main_a_new_header:after*/
/*{*/
/*    content: '';*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: auto;*/
/*    right: 0;*/
/*    height: 2px;*/
/*    width: 0%;*/
/*    background-color: #1b95d6;*/
/*}*/

/*a.main_a_new_header:hover:after*/
/*{*/
/*    left: 0;*/
/*    right: auto;*/
/*    width: 100%;*/
/*}*/




.subMenu_and_dropdown
{

    top: 95px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 34%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 34%);
    border: 0;
    padding: 0;
    min-width: 200px;
    transition: all 0.3s ease-in-out;
}

.subMenu_and_dropdown .subMenu_a
{
    width: 100%;
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    position: relative;
    outline: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.03); */
    display: block;
    clear: both;
    font-weight: 700;
    white-space: unset;

}

.subMenu_and_dropdown .subMenu_a:hover
{
    background: transparent;
    color: #306aa1;


}


/*.subMenu_and_dropdown .subMenu_a:after*/
/*{*/
/*    content: '';*/
/*    transition: all 0.3s ease-in-out;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: auto;*/
/*    right: 0;*/
/*    height: 2px;*/
/*    width: 0%;*/
/*    background-color: #1b95d6;*/
/*}*/


/*.subMenu_and_dropdown .subMenu_a:hover:after*/
/*{*/
/*    left: 0;*/
/*    right: auto;*/
/*    width: 100%;*/
/*}*/




.main-menu-bar
{
    border-radius: 5px;
    z-index: 11111;
    position: relative;

}











/*------- index css ----------*/





.titleLayer
{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.textLayer
{
    font-size: 20px;
    color: #fff;

    margin-bottom: 30px;
}
.showMore
{
    background: #394ca8 !important;
    border-radius: 30px;
    color: #fff !important;
    padding: 7px 30px;
}

.layerSlider
{

    height: 750px;
    width: 100%;
    background-color: ghostwhite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.paginationMainSlider .swiper-pagination-bullet
{
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
}
.paginationMainSlider .swiper-pagination-bullet-active
{
    border: 4px solid #1c2a85;
}

.arrowMainSlider
{

    color: #fff;
    background: #000;

    height: 30px;
}

.arrowMainSlider:after
{

    font-size: 20px;
}
.gradationBlack{

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.6979166666666667) 100%);
    height: 100%;
}







.videoIndex{
    width: 100%;
}
.textAbout {
    line-height: 2.3;
}


.sectionGallery
{
    background: #121212;
    padding-bottom: 30px;
}

.setRowGlly{
    width: 100%;
    z-index: 100;
}


.controlTab .pl{
    padding-right: 4px;
}

.controlTab{
    border: 0;
    padding-left: 46px;
    position: relative;
    top: 40px;
    z-index: 100;
}
.controlTab button{
    border: 0 !important;
    width: 100%;
    background: #202020;
    border-radius:0 !important;
    color: #fff !important;

}

.controlTab button.active{
    border: 0 !important;
    width: 100%;
    background: #000 !important;
    color: #fff !important;
}



@media (max-width:991px ) {

    .controlTab {
        border: 0;
        padding-left: 11px;
        position: relative;
        top: 0;
        z-index: 100;
        margin-bottom: 11px;
    }

}


/*--------------------------info public---------------------------*/
p.warning a {
    background: #3bacff;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    white-space: nowrap;
}
p.warning a.more {
    background: #45ba04;
}

/*.tabbed-content {*/
/*    background: #fff;*/
/*    box-shadow: 1px 1px 6px #ccc;*/
/*  }*/

.tabs ul {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.tabs ul li {
    background: #1c2a85;
    border-bottom: 1px solid #cecece;
}
.tabs ul li a {
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
    font-weight: normal;
    color: #eee;
}


.tabs ul li a.active:after {
    content: '\f0da';
    position: absolute;
    right: -13px;
    top: -22px;
    color: #fff;
    font-family: FontAwesome;
    font-size: 56px;
}


.item {
    margin-bottom: 2px;
    display: none;
    margin-left: 280px;
}
.item.active {
    display: block;
}
.item::before {
    cursor: pointer;
    font-weight: bold;
    background: #212b87;
    padding: 0.5em;
    display: block;
    color: #fff;

}

.item.active::after {
    background: #1c2a85;
    color: #eee;
}
.item.active .item-content {
    padding: 1em;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item::before {
    content: attr(data-title);
}
.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: 100%;
    border: 2px solid #212b87;
    min-height: 500px;
    padding: 24px 32px;
}


@media all and (min-width: 800px) {

    .item {
        margin-bottom: 2px;
        display: none;
        margin-left: 280px;
    }

}

@media all and (max-width: 800px) {

    .item {
        display: block;
        margin-left: 0;
    }

    .tabbed-content .item.active .item-content {

        min-height: auto;
    }
}


@media all and (min-width: 800px) {
    .tabbed-content .tabs {
        display: block;
    }
    .tabbed-content .tabs li {
        display: inline-block;
    }
    .tabbed-content .tabs li a {
        display: block;
    }

    .tabbed-content .item::before {
        display: none;
    }
    .tabbed-content.tabs-side .tabs {
        width: 280px;
        float: left;
    }
    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

}
/*-----------index----------------------*/


.kh{
    padding: 52px 0;
    overflow: hidden;
}

.h_alkafeel {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.health_safe_hands{

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    font-size: 61px;
    font-weight: 700;
    line-height: 2;


}

.text_1
{
    color: #878787;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 40px;

}

.btn_discovery_service{

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 16px 32px;
    gap: 8px;
    height: 60px;
    min-height: 60px;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #fff !important;
    margin-right: 30px;
}



.categories {

    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 16px 32px;
    gap: 8px;

    width: 168px;
    height: 60px;
    min-height: 60px;

    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;

}


.aboutButton
{
    margin-top: 60px;
}

.listBtn
{


    width: 100%;
    /*width: 230px;*/
    box-shadow: 0px 2.8743px 17.2458px -0.718575px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14.3715px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 38px 0;
    font-size: 22px;
    font-weight: bold;
    transition: 0.5s;
    border: 0px solid transparent !important;

}

.listBtn:hover
{
    color: #fff;
    margin-top: -15px;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);

}
.listBtn:hover svg
{
    fill: #00689D;
    stroke: #fff;

}

.book_and_search
{
    width: 440px;
    height: 440px;
    border: 15px solid #e7e7e7;
    border-radius: 50%;
    position: relative;

}

.sliderEllipse {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.sliderEllipse .carousel-item{
    overflow: hidden;
    border-radius: 0 0 50% 50%;
    width: 380px;
}

.book_and_search img
{
    width: 380px;
    height: 380px;

    /*position: absolute;*/
    /*top: 16px;*/
    /*left: 16px;*/

}

.sectionDoctorsAlkafeel
{
    background: #F5F5F5;
    padding-bottom: 35px;
}





img.logo_kh_your_opinions {
    width: 100%;
}
.show_your_opinions
{
    padding: 16px 32px;
    background: #fff !important;
    color: #306aa1;
    font-weight: bold;
}

.text_your_opinions
{
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
}

.our_your_opinions
{
    margin-top: 42px;
    font-size: 48px;
    margin-bottom: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 2;

}

.your_opinions{
    margin-top: 30px;
    width: 100%;
    position: relative;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ed1 100%);
    padding: 55px 0;
}


.over_your_opinions
{
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
}


.dateCardNews {
    text-align: left;
    color: #b8b8b8;
    font-size: 15px;
}

.titleNews {
    text-align: left;
    color: #000;
    font-weight: bold;
    margin-top: 17px;
    margin-bottom: 8px;
    height: 53px;
    overflow: hidden;
}

.btn_read_more {
    padding: 13px 28px;
    background: #fff !important;
    color: #306aa1;
    font-weight: bold;
    border: 2px solid #306aa1 !important;
    border-radius: 20px;
    margin-top: 25px;
    width: 100%;
}

.cardNewsSlider
{
    display: block;
    text-decoration: none;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 14px 8px #0000001c;
    margin: 42px 0;
    transition: 0.3s;
    width: 100%;
}

.imageNews {
    width: 100%;
    height: 200px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.cardNewsSlider:hover
{
    transform: scale(1.1);
}


.imageBullet
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.description_articles {
    line-height: 1.9;
    color: #929292;
}

.date_articles {
    color: #a29e9e;
    margin-bottom: 12px;
}
.title_articles {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #306aa1;
}
.content_Articles {
    padding-top: 15px;
}
.image_articles {
    height: 323px;
    width: 100%;
    border-radius: 15px;
    display: block;
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}


.articles {
    width: 100%;
    padding-bottom: 75px;

}

.show_medical_departments
{
    padding: 16px 32px;
    background: #fff !important;
    color: #306aa1;
    font-weight: bold;
}

.text_medical_departments
{
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
}

.our_medical_departments
{
    margin-top: 42px;
    font-size: 48px;
    margin-bottom: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 2;

}

.medDeoDoctor
{
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    transform: scaleX(-1);
}

.medical_departments{
    width: 100%;
    position: relative;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ed1 100%);
    padding: 93px 0;
}


.over_medical_departments
{
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
}


.specialization {
    text-align: center;
    color: #666464;
}

.nameDoctor {
    text-align: center;
    font-size: 26px;
    margin-top: 18px;
    font-weight: bold;
}

.appointment_booking {
    border: 2px solid #306aa1 !important;
    width: 100%;
    margin-top: 32px;
    padding: 12px 4px;
    color: #306aa1;
    font-weight: bold;
}

.cardDoctors {

    box-shadow: 0px 2.32px 13.89px -0.58px #0000001A;
    padding: 15px;
    border-radius: 16px;
    background: #fff;
    height: 100%;
}




.imageDoctor
{
    background: #D9E8F0;
    height: 250px;
    border-radius: 5px;
    transition: background 0.5s; /* تطبيق الانتقال على خاصية الخلفية */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.imageDoctor img
{
    width: 66%;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}

.cardDoctors:hover  .imageDoctor img{

    width: 74%;
}


.cardDoctors:hover  .imageDoctor{

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);

}

.doctors
{
    padding-top:30px ;
}


.read_more {

    padding: 13px 28px;
    background: #fff !important;
    color: #306aa1;
    font-weight: bold;
    border: 2px solid #306aa1 !important;
    border-radius: 20px;
    margin-top: 25px;
}

.show_all {

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    width: 100%;
    padding: 15px 35px;
    color: #fff !important;

}


.title_section
{

    font-size: 48px;

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    line-height: 2;

}


.parts_body a{
    display: block;
    text-align: left;
    font-weight: bold;
    padding: 7px 11px;
}

.parts_body {
    height: 0;
    margin-top: 8px;
    background: #fff;
    border-radius: 5px;
    overflow: auto;
    transition: 0.3s;

}
.parts_body.activeParts_body{
    height: 200px;
}

.select_part_plan {
    font-size: 20px;
    color: #fff;
    margin-bottom: 26px;
}

.where_pain{
    margin-top: 42px;
    font-size: 48px;
    margin-bottom: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 2;

}

.selectPart
{
    background: #FFFFFF;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    position: relative;
    text-align: left;
    padding-left: 5px;
    color: #2f78ae;

}
.selectPart i
{
    position: absolute;
    right: 13px;
    top: 19px;
    transition: 0.3s;
    color: #2f78ae;
}

.selectPart:hover,
.selectPart:focus
{
    background: #eceaea;
}
.selectPart:focus i
{
    transform: rotate(180deg);
}


/****************booody********************/
.anthropomorphic img:hover
{
    opacity: 1;

}


.rheumatism
{
    position: absolute;
    right: 39.1%;
    width: 139px;
    bottom: 30.3%;
    opacity: 0;
    transition: 0.3s;
}
.btn_rheumatism
{
    width: 94px;
    height: 77px;
    position: absolute;
    left: 22%;
    top: 60%;
}

.btn_rheumatism:hover ~ img.rheumatism
{
    opacity: 1;
}

.urologist
{
    position: absolute;
    right: 40.6%;
    width: 116px;
    top: 41.3%;
    opacity: 0;
    transition: 0.3s;
}
.btn_urologist
{
    width: 94px;
    height: 77px;
    position: absolute;
    right: 21%;
    top: 42%;
}

.btn_urologist:hover ~ img.urologist
{
    opacity: 1;
}


.stomach
{
    position: absolute;
    right: 41.1%;
    width: 111px;
    top: 31%;
    opacity: 0;
    transition: 0.3s;
}
.btn_stomach
{
    width: 94px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 34%;
}

.btn_stomach:hover ~ img.stomach
{
    opacity: 1;
}


.heart
{
    position: absolute;
    right: 40.9%;
    width: 111px;
    top: 26.5%;
    opacity: 0;
    transition: 0.3s;
}
.btn_heart
{
    width: 94px;
    height: 77px;
    position: absolute;
    right: 0;
    top: 25%;
}

.btn_heart:hover ~ img.heart
{
    opacity: 1;
}



.mouth
{
    position: absolute;
    right: 45.6%;
    width: 44px;
    top: 14.9%;
    opacity: 0;
    transition: 0.3s;
}
.btnMouth
{
    width: 94px;
    height: 77px;
    position: absolute;
    right: 22%;
    top: 13%;
}

.btnMouth:hover ~ img.mouth
{
    opacity: 1;
}



.feet
{
    position: absolute;
    right: 36.6%;
    width: 173px;
    bottom: 11.9%;
    opacity: 0;
    transition: 0.3s;
}
.btnFeet
{
    width: 94px;
    height: 77px;
    position: absolute;
    right: 20%;
    bottom: 11%;
}

.btnFeet:hover ~ img.feet
{
    opacity: 1;
}


.head
{
    position: absolute;
    right: 45.1%;
    width: 50px;
    top: 7.9%;
    opacity: 0;
    transition: 0.3s;
}
.btnHead
{
    width: 94px;
    height: 77px;
    position: absolute;
    left: 28%;
}

.btnHead:hover ~ img.head
{
    opacity: 1;
}


.eye
{
    position: absolute;
    right: 45.9%;
    width: 40px;
    top: 12.7%;
    opacity: 0;
    transition: 0.3s;
}
.btnEye
{
    width: 94px;
    height: 77px;
    position: absolute;
    left: 13%;
    top: 64px;
}

.btnEye:hover ~ img.eye
{
    opacity: 1;
}




.bodyImage
{
    width: 100%;
}

.anthropomorphic
{
    width: 700px;
    height: 700px;
    position: relative;
    margin-top: 25px;

}

.body {
    background: linear-gradient(138.03deg, #399ED1 0%, #00689D 99.38%);
    padding: 30px 0;
    overflow: hidden;
}

/**************end booody*******************/

.inputSearch {
    background: #EDEDED;
    height: 66px;

}
.btnSearchDoctors
{
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    box-shadow: 0px 0px 18.6px 6px rgba(0, 104, 157, 0.15);
    border-radius: 16px;
    width: 100%;
    padding: 20px 0;
    color: #fff !important;
}

.searchAboutDoctors {
    font-size: 24px;
    margin-bottom: 15px;
}
.titleSearchDoctors {
    margin-top: 42px;
    font-size: 48px;
    margin-bottom: 23px;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    line-height: 2;


}


.testSearchDoctors {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

.cardSearch {
    background: #fff;
    box-shadow: 0px 2.87px 17.25px -0.72px #00000033;
    border-radius: 15px;
    padding: 18px 21px;
}


.padding_1
{
    padding-right: 0;
}

.imgDoc
{
    height: 100%;
    text-align: right;
}
.imgDoc img
{

    height: 537px;
    transform: scaleX(-1);
}
.section_search_doctors{

    width: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 15px;
    overflow: hidden;
}

.Ellipse{


    position: absolute;
    width: 380px;
    height: 380px;
    background: linear-gradient(0deg, #00689D -3.57%, rgba(57, 158, 209, 0) 44.17%);
    border-radius: 50%;
    top: 17px;
    left: 17px;
    z-index: 2;

}


.booking_now{

    padding: 20px 24px;
    position: absolute;
    width: 249.66px;
    height: 80px;
    right: -110px;
    top: 160px;
    background: #fff;
    box-shadow: 0px 2.8743px 17.2458px -0.718575px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;

}

.booking_now:hover{

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    color: #fff;
    top: 155px;

}


.booking_now:hover svg
{
    fill: #00689D;
    stroke: #fff;

}


.search_doctors{

    padding: 20px 24px;
    position: absolute;
    width: 249.66px;
    height: 65px;
    right: -75px;
    bottom: 87px;
    background: #fff;
    box-shadow: 0px 2.8743px 17.2458px -0.718575px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;


}

.search_doctors:hover{

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    color: #fff;
    bottom: 92px;

}
.search_doctors:hover svg
{
    fill: #00689D;
    stroke: #fff;

}


.number_booking{

    padding: 20px 28px;
    position: absolute;
    width: 249.66px;
    height: 65px;
    right: -34px;
    bottom: -5px;
    background: #ffffffd6 ;
    box-shadow: 0px 2.8743px 17.2458px -0.718575px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;

}

.number_booking:hover{

    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    color: #fff;
    bottom: 0;

}
.number_booking:hover svg
{
    fill: #00689D;
    stroke: #fff;

}

.bgPage {
    padding: 50px 0;
    background: #F5F5F5;
}

.nameHeaderPage {
    font-size: 60px;
    font-weight: bold;
    background: #d1dad7d6;
    padding: 3px 30px;
    color: #00689D;
    text-shadow: 1px 1px 10px white;
}











.cardParallax
{
    text-align: center;
}
.cardParallax .count
{
    text-align: center;
    display: inline-grid;
    background: #ffffff94;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    align-items: center;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1c2a85;
    text-shadow: 0 0 4px #ffffff;
}

.cardParallax .titleParallax {
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
}

.overParallax{
    background: #0000004a;
    width: 100%;
    height: 100%;
    padding: 40px 0;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.iconDep
{
    width: 35px;
    margin-right: 8px;
}

.rowDepartList
{
    text-align: center;
    padding: 15px 5px;
    border-bottom: 1px solid #1d2b85;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #000;
}

.titleDepart
{
    border-bottom: 1px solid #162a83;
}

.titleDepart span
{
    background: #162a83;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}

.dateAndMore
{
    padding: 0 15px;
    color: #7e7e7e;
}
.dateAndMore span {
    background: #636363;
    display: block;
    padding: 0 21px;
    color: #ededed;
}

.cardNews
{
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    display: block;
    text-decoration: none;
    padding-bottom: 7px;
    overflow: hidden;
}

.imageCardNews
{
    height:250px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.imageCardNews span
{
    position: absolute;
    bottom: 0;
    background: #039cfa;
    padding: 0 7px;
    min-width: 95px;
    text-align: center;
    color: #fff;
}


.titleCardNews {
    height: 95px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    margin-top: 7px;
    padding: 0 10px;
}

.margin_btn
{
    margin-bottom: 15px;
}

.margin_btn:last-child
{
    margin-bottom: 0;
}

.discretionSubNews{
    color: #767676;
    height: 76px;
    overflow: hidden;
}

.detailsNews
{
    text-decoration: none;
}
.titleSubNews
{
    color: #3e4d9a;
    font-weight: bold;
    margin-bottom: 3px;

}

.thump_imageNews
{
    height:100px;
    width: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.show_moreBigCard
{
    background: white;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 25px;
    color: #3e4d9a;
}


.discretionBigCard {
    color: #aeafb1;
    height: 200px;
    overflow: auto;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}
.titleBigCard {
    color: white;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}
.textBigCardNews {
    background: #3a4c98;
    height: 411px;
    padding: 22px;
    overflow: hidden;
}
.p_l{
    padding-right:0 ;
}

.p_r
{
    padding-left:0 ;

}



.imageBigCardNews
{
    height:411px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.titleSection
{
    position: relative;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
    margin-top: 50px;
}

.titleSection span.nameSection
{
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: 1px;
    background: #fff;
    padding: 0 11px;
    border-left: 5px solid #162a83;
}





.discretion_video {
    color: #878787;
    line-height: 2;
}
.title_video {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#myVideo
{
    width: 100%;
}
.videosRow
{
    width: 100%;
    height: 375px;
    display: block;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 10px 0 #00000059;
    transition: 0.3s;
    cursor: pointer;

}


.pageVideos
{
    margin-bottom: 30px;
    margin-top: 45px;
}
.pageVideos span
{
    color: #e31730;
    border-bottom: 2px solid #e31730;
    font-size: 26px;
    padding-right: 45px;
}


.openVideo iframe
{
    width: 100%;
    min-height: 500px;
}


.discretion_video {
    max-height: 230px;
    overflow: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.sharePost   {
    text-align: right;
}

.sharePost  a ,
.sharePost  button {
    text-decoration: none;
    border: 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 15px;
    background: #306aa1;
}





/*------- end index css ----------*/




.topBar
{
    background: #30373f;
    color: #fff;
}


ul.pagination li.more
{
    color: #3069a0;
    font-size: 1px;
    padding: 0px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.pagination li.page
{
    color: #306aa1;
    border: 1px solid #EEE;
    padding: 2px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

ul.pagination li.page.active
{
    background: #306aa1;
    border: 1px solid #306aa1;
}

.paddingCell
{
    padding: 5px;
}

.titleAndPrice
{
    height: 108px;
    overflow: hidden;
}
.cardPage
{
    padding-bottom: 5px;
    border: 1px solid gainsboro;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: 0 0 13px 0px #00000014;
    border-radius: 5px;
    transition: 0.3s;
}
.cardPage:hover
{
    box-shadow:0 0 13px 0px #00000069;

}
.titleProduct
{
    color: #000;
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
}


.priceProduct
{
    color: #e31730;
}
.imageCard
{
    padding: 10px;
    height: 280px;
    overflow: hidden;
}
.imageCard img
{
    width: 100%;
    max-height: 280px;
}
.headerPage
{
    height: 425px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overHeaderPage
{
    background: radial-gradient(#0000005c,#00000096);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overHeaderPage span
{
    border: 1px solid #eaeaea8f;
    color: #fff;
    display: inline-block;
    padding: 16px 36px;
    font-size: 26px;
    font-weight: bold;
    border-radius: 10px;
}


.f_a_doctor
{
    display: block ;
    color: #9D9D9D;
    text-align: left;
    font-size:14px ;
}


/*------------footer------------*/
.copyrgt
{
    margin-top: 8px;
    padding: 22px 5px;
    text-align: center;
    border-top: 1px solid #cdcdcd;
}
.menuFooter
{
    background: transparent;
}

.menuFooter a
{
    background: transparent;
    border: 0;
    color: #8e8e8e !important;
    padding: 10px 0;
}

.menuFooter a:hover
{
    background: transparent;
    color: #8e8e8e !important;
}

.titleMenuFooter
{
    color: #9CA3AF !important;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}



.socialMedia
{
    margin-top: 20px;
}

.socialMedia a
{
    color: #ffffff !important;
    text-decoration: none;
    padding: 0 5px;
    background: #00689D;
    display: inline-block;
}


.phoneAndEmail
{
    color: #9ca2af;
    margin-bottom: 5px;
}
.noteFooter {
    color: #9ca2af;
    margin: 20px 0;
    padding-right: 36px;
}
.footer {
    position: relative;
    background: #FFFFFF;
}
.overFooter
{
    background: #3d4248e0;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

/*--------------*/


@media (max-width: 984px) {
    .secondImg {
        height: 373px;
        position: absolute;
        width: 95%;
        top: 32px;
        left: 23px;
    }

    .firstImg {
        height: 373px;
        background-color: ghostwhite;
        width: 95%;

    }


}
@media (max-width: 460px) {

    .tabWorker {
        padding: 5px 12px;
    }

    .secondImg {
        height: 247px;
        position: absolute;
        width: 95%;
        top: 60px;
        left: 20px;
        background-color: ghostwhite;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .firstImg {
        height: 247px;
        background-color: ghostwhite;
        width: 95%;
        border-radius: 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0 0 11px 0 #0000004f;
    }

    .layerSlider {
        height: 335px;
    }
    .email {
        display: none;
    }

    .phoneNumber {
        font-size: 13px;
    }

    .titleLayer {
        font-size: 20px;

    }


    .textLayer {
        font-size: 16px;
        padding-left: 32px;
    }

    .showMore {
        background: #3069a0 !important;
        border-radius: 30px;
        color: #fff !important;
        padding: 2px 18px;
        font-size: 14px;
    }
}

.socialheader
{
    text-align: right;
    width: 100%;
}


@media (max-width: 1197px) {

    .logo img {
        height: 46px;
    }

}
@media (max-width: 989px) {

    .logo img {
        height: 46px;
    }

}




.search_2bar
{
    padding: 7px 12px;
    color: #ffffff;
    outline: none !important;
    box-shadow: unset !important;
    display: none;
}


.openMenuMobile
{
    display: none;
    text-align: right;
}


.openMenuMobile button{
    padding: 0 13px;
    font-size: 31px;
    border-radius: 0;
    background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
    border: 0;
    border-radius: 5px;
}

@media (max-width: 991px) {

    .topMenu   {
        display: none;
    }


    .search_2bar
    {
        display: inline-block;

    }

    .openMenuMobile
    {
        display: block;
    }
    .logo img {
        height: 68px;
        padding: 5px 0;
    }
}


@media (max-width: 460px) {

    .openMenuMobile button{

        padding: 0 10px;
        font-size: 28px;
    }
    .logo img {
        height: 60px;
        padding: 5px 0;
    }
}


@media (max-width: 1199px) {

    .w100kh{
        width: 100%;
    }

}


@media (max-width: 915px) {

    .listBtn {
        width: 100%;
        /*width: 200px;*/
    }

}


@media (max-width: 693px) {
    .listBtn {
        width: 100%;
        /*width: 153px;*/
        font-size: 16px;
        padding: 17px 0;
    }
}





@media (max-width: 460px) {


    .btn_discovery_service {
        margin-right: 16px;
        padding: 16px 17px;
    }

}


@media (max-width: 393px) {

    .health_safe_hands {

        font-size: 44px;
    }


    .categories {

        width: 135px;
        padding: 16px 15px;
    }
}



@media (max-width: 525px) {
    .Ellipse {
        position: absolute;
        width: 300px;
        height: 300px;
        background: linear-gradient(0deg, #00689D -3.57%, rgba(57, 158, 209, 0) 44.17%);
        border-radius: 50%;
        top: 3px;
        left: 7px;
        z-index: 2;
    }

    .book_and_search img {
        width: 300px;
        height: 300px;
        /* position: absolute; */
        /* top: 16px; */
        /* left: 16px; */
    }

    .sliderEllipse .carousel-item {
        overflow: hidden;
        border-radius: 0 0 50% 50%;
        width: 342px;
    }

    .sliderEllipse {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4px;
        left: 3px;
        z-index: 1;
    }

    .book_and_search {
        width: 342px;
        height: 342px;
        border: 15px solid #e7e7e7;
        border-radius: 50%;
        position: relative;
    }


    .booking_now {
        width: 166px;
        height:80px;
        right: -110px;
        top: 175px;
        left: -45px;
    }
    .booking_now .x1 {
        font-size: 16px !important;
        font-weight: bold  !important;
    }
    .booking_now .x2 {
        font-size: 13px !important;
        text-align: center !important;
    }

    .booking_now {
        width: 166px;
        height: 80px;
        right: -110px;
        top: 175px;
        left: -45px;
    }


    .search_doctors {
        padding: 20px 11px;
        position: absolute;
        width: 181.66px;
        height: 65px;
        right: -47px;
        bottom: 72px;
    }

    .search_doctors .x1 {
        font-size: 16px !important;
        font-weight: bold  !important;
    }
    .search_doctors .x2 {
        font-size: 13px !important;
        text-align: center !important;
    }


    .number_booking {
        padding: 20px 28px;
        position: absolute;
        width: 205.66px;
        height: 80px;
        right: 0;
        bottom: -40px;
        left: 53px;
    }


    .booking_now {
        padding: 8px 8px;
    }

    .booking_now  span  span {
        font-size: 13px !important;
        font-weight: bold;
    }

}


@media (max-width: 1194px) {
    .anthropomorphic {
        width: 590px;
        height: 625px;
        position: relative;
        margin-top: 25px;
    }


    .head {
        position: absolute;
        right: 45.1%;
        width: 45px;
        top: 6.9%;

    }
    .eye {
        position: absolute;
        right: 45.8%;
        width: 36px;
        top: 11.7%;

    }


    .mouth {
        position: absolute;
        right: 45.6%;
        width: 39px;
        top: 13.9%;

    }
    .heart {
        position: absolute;
        right: 41.4%;
        width: 91px;
        top: 25.5%;
        opacity: 0;
        transition: 0.3s;
    }
    .stomach {
        position: absolute;
        right: 41.5%;
        width: 91px;
        top: 29.8%;
        opacity: 0;
        transition: 0.3s;
    }


    .urologist {
        position: absolute;
        right: 40.8%;
        width: 96px;
        top: 39.3%;
        opacity: 0;
        transition: 0.3s;
    }
    .rheumatism {
        position: absolute;
        right: 38.9%;
        width: 121px;
        bottom: 34.3%;
        opacity: 0;
        transition: 0.3s;
    }
    .feet {
        position: absolute;
        right: 36.6%;
        width: 145px;
        bottom: 16.9%;
        opacity: 0;
        transition: 0.3s;
    }


}


@media (max-width: 990px) {
    .resultPain {
        display: none;
    }

    .padding_1
    {
        display: none;
    }

    .section_search_doctors {
        padding-bottom: 40px;
    }

    .autoScroll
    {
        overflow: auto;
    }




}


@media (max-width: 875px) {
    .medDeoDoctor {

        display: none;
    }
}




@media (max-width: 495px) {
    .title_section
    {
        font-size: 27px;
    }

    .show_all {
        padding: 11px 10px;
        font-size: 15px;
    }
}



@media (max-width: 575px) {
    .imageDoctor img {
        width: 38%;
        position: absolute;
        bottom: 0;
        transition: 0.3s;
    }
}


@media (max-width: 460px) {
    .imageDoctor img {
        width: 53%;
        position: absolute;
        bottom: 0;
        transition: 0.3s;
    }
}



@media (max-width: 650px) {
    .title_articles {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #306aa1;
    }

    .description_articles {
        line-height: 1.9;
        color: #929292;
        height: 100px;
        overflow: hidden;
    }
    .title_articles {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #306aa1;
        height: 122px;
        overflow: hidden;
    }
    .mySwiperArticles .swiper-slide {

        width: 100% !important;
    }
}

@media (max-width: 460px) {
    .title_articles {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #306aa1;
    }

    .description_articles {
        display: none;
    }
    .title_articles {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #306aa1;
        height: 122px;
        overflow: hidden;
    }
}

@media (max-width: 600px) {

    .mySwiperNews .swiper-pagination {

        display: none !important;
    }
}

@media (max-width: 767px) {

    img.logo_kh_your_opinions {

        display: none  ;
    }
}


@media (max-width: 650px) {

    .headerPage {
        height: 185px;

    }

    .nameHeaderPage {
        font-size: 38px;

    }
}



.mapSite
{
    margin-bottom: -200px;
    z-index: 100;
    position: relative;
}
.mapSite iframe
{
    width: 100%;
    height: 400px;
    border-radius: 5px;
}


.logoFooter
{
    width: 100%;
}


/*inside page*/


@media (max-width: 650px) {

    .alkafeel_doctors p {
        font-size: 40px;
        font-weight: bold;
    }

    .pageDetails {
        margin-top: 4px;
    }

    .bg_details {
        padding: 12px;
    }

    .titleDetailsnews {
        margin-top: 0;
        font-size: 22px;
        background: linear-gradient(266.43deg, #00689D 0.87%, #399ED1 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-weight: 700;
        line-height: 2;
    }

}



.borderGrid
{

    border-right: 1px solid #e5e5e5;
    border-radius: 0;
    padding-left: 9px;
}

.borderGrid:last-child
{

    border-right: 0  solid #e5e5e5;

}


/*------------------video popup---------------*/

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000999;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Card */
.popup-card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: #306aa1;
    border-radius: 20px;
    width: 90%;
    max-width: 60%;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    z-index: 1200000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
}

.popup-card.active {
    opacity: 1;
    visibility: visible;
    animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Bounce Animation */
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.3);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
    }
    70% {
        transform: translate(-50%, -50%) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Popup Header */
.popup-header {
    background:linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    padding: 25px 30px;
    display: flex  ;
    align-items: center;
    position: relative;
    padding-bottom: 45px;
}



.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    background: #000;
    overflow: hidden;
}

.video-container video,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.popup-content h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.popup-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}


.action-btn {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}






/* Mobile Responsive */
@media (max-width: 1424px) {
    .popup-card {
        width: 95%;
        max-width: 75%;
    }


}


/* Mobile Responsive */
@media (max-width: 1024px) {
    .popup-card {
        width: 95%;
        max-width: 100%;
    }


    .close-btn {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}


@keyframes spin {
    to { transform: rotate(360deg); }
}
/*-----------------------*/

.branch-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: block;
}

.branch-card:hover {
    transform: translateY(-5px);
}

.branch-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: brightness(0.85);
    transition: filter 0.3s ease;
}

.branch-card:hover img {
    filter: brightness(0.7);
}

.branch-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.branch-info h5 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.branch-info p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.85;
}

.section-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.section-description {
    color: #555;
    max-width: 500px;
    margin: 0 auto 20px;
}

.view-all-btn {
    border-radius: 25px;
    padding: 8px 18px;
}
