@import url('https://fonts.googleapis.com/css?family=Cairo');

body {
    background: rgba(0, 0, 0, 0) url("../img/bg-body.png") repeat scroll 0 0;
    font-family: 'Cairo';
    border: 1px solid #dadada;
    box-shadow: 0 0 20px 7px #eaeaea;
    -webkit-animation: ease-in .4s fullAnimation;
    -moz-animation: ease-in .4s fullAnimation;
    animation: ease-in .4s fullAnimation;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    max-width: 1600px;
    overflow-x: hidden;
}

@-webkit-keyframes fullAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fullAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fullAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

header {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1600px;
}

.toolsNavigation {
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #e0e0e0;
    height: 45px;
    margin-bottom: 10px;
}

.right {
    float: left;
}

.left {
    float: right;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul {
    /*font-family: 'Droid Arabic Kufi', Lato;*/
    font-weight: normal;
    margin: 0 0 10px;
}

a {
    color: #58575c;
}

p {
    color: #4d4d4d;
}

section {
    margin: 0 auto;
    max-width: 1600px;
}

.topMenu {
    background: #58575c none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar-default {
    background-color: transparent;
}

.navbar-toggle {
    float: right;
}

.searchBox {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
}

    .searchBox .navbar-form {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .searchBox .input-group {
        border-bottom: 1px solid #dcdcdc;
        margin: 0;
        padding: 0;
        width: 100%;
        direction: rtl;
    }

        .searchBox .input-group input {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.8);
            border-image: none;
            border-left: 0 none !important;
            border-radius: 0 !important;
            border-right: 0 none !important;
            border-top: 0 none !important;
            box-shadow: 0 1px 1px rgba(255, 255, 255, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
            color: #6e7475;
            font-size: 16px;
            height: 32px;
            outline: 0 none;
            padding: 0 4px;
            width: 100% !important;
        }

            .searchBox .input-group input:focus, .searchBox .input-group input[type]:focus, .searchBox .input-group .uneditable-input:focus {
            }

    .searchBox .input-group-btn .btn {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom: 0 none;
        border-image: none;
        border-left: 0 none !important;
        border-radius: 0 !important;
        border-right: 0 none;
        border-top: 0 none;
        color: #aaa;
        height: 32px;
        padding: 4px 14px;
        background: #58575c url("../images/search-ico.png") no-repeat scroll 7px 5px;
        width: 100% !important;
    }

/*.searchBox .input-group-btn .btn:hover {
            background: #fff none repeat scroll 0 0;
            color: #ddd;
        }*/

#cssmenu {
    float: right;
    margin: 0;
    position: relative;
    width: auto;
    z-index: 999;
    direction: rtl;
}

    #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 0;
    }

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu.align-right > ul > li {
        float: left;
    }

    #cssmenu > ul > li {
        float: right;
        display: inline-block;
        margin: 0 1px 0 0;
        font-size: 14px;
    }

    #cssmenu.align-center > ul {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    #cssmenu > ul > li > a {
        padding: 18px 14px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        background: rgba(232, 164, 46, 0);
    }

        #cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
            background: #155c76;
            color: #FFF;
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        font-size: 12px;
        opacity: 0;
        background: #155c76;
        padding: 15px 0 0;
        float: left;
        width: 240px;
        -webkit-transition: top 0.3s ease, opacity 0.3s ease-in;
        -moz-transition: top 0.3s ease, opacity 0.3s ease-in;
        -ms-transition: top 0.3s ease, opacity 0.3s ease-in;
        -o-transition: top 0.3s ease, opacity 0.3s ease-in;
        transition: top 0.3s ease, opacity 0.3s ease-in;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li:hover > ul {
        top: 100%;
        left: 0;
        opacity: 1;
    }

    #cssmenu.align-right > ul > li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu ul ul ul {
        padding-top: 0;
        padding-left: 6px;
    }

    #cssmenu.align-right ul ul ul {
        padding-right: 6px;
        left: -9999px;
    }

    #cssmenu ul > li:hover > ul {
        right: 0px;
    }

    #cssmenu ul ul > li:hover > ul {
        right: 240px;
        top: 0;
        opacity: 1;
    }

    #cssmenu.align-right ul ul > li:hover > ul {
        left: auto;
        right: 100%;
        opacity: 1;
    }

    #cssmenu ul ul li {
        padding: 0px;
        width: 100%;
        float: left;
    }

        #cssmenu ul ul li.active {
            background: #0d63ad;
        }

        #cssmenu ul ul li a {
            text-decoration: none;
            font-weight: 400;
            font-size: 14px;
            padding: 11px 12px;
            width: 100%;
            color: #eee;
            border-bottom: 1px solid #fff;
            float: left;
            text-align: right;
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff;
            background: #58575c;
        }

        #cssmenu ul ul li a:hover {
            background: #58575c;
            color: #FFF;
        }

    #cssmenu ul ul ul {
        background: #155c76;
        padding: 0px 0;
        float: left;
        width: 250px;
        margin-top: 0px;
        margin-left: 46px;
    }


    #cssmenu ul ul li.has-sub {
    }

        #cssmenu ul ul li.has-sub span {
            font-size: 14px;
        }
/**/
@media screen and (max-width: 1199px) {
    #cssmenu > ul > li > a {
        padding: 18px 12px;
    }

    .find-doctor-criteria .left-search-criteria, .right-search-criteria {
        width: 100% !important;
    }

    .newsroom-list {
        width: 46% !important;
    }

    .home-find-doctor {
        margin: 5px 15px 10px;
        position: relative !important;
        text-align: center;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h3 {
        font-size: 20px !important;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h2 {
        font-size: 28px !important;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header p {
        font-size: 16px !important;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        font-family: inherit;
        height: 300px !important;
        margin-top: 30px;
        max-width: 300px;
        position: absolute;
        text-align: left;
        width: 300px;
    }
}

@media screen and (max-width: 767px) {

    /*============================================ Start Drop Down Menu ============================================*/
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .home-find-doctor {
        margin: 0;
        position: absolute !important;
        text-align: center;
    }

    .logo {
        margin: 0;
        z-index: 9999;
    }


    .socialIcon {
        float: right;
    }

    #cssmenu {
        width: 100%;
        background: #eee;
        margin-top: 1px;
    }

        #cssmenu > ul.open {
            display: block;
        }

        #cssmenu #menu-button {
            display: block;
            text-decoration: none;
            font-size: 12px;
            font-weight: bold;
            padding: 12px 25px;
            cursor: pointer;
            color: #fff;
        }

        #cssmenu.align-right > ul {
            float: none;
        }

        #cssmenu.align-center > ul {
            text-align: right;
        }

        #cssmenu > ul > li > ul {
            top: 0px !important;
        }

        #cssmenu > ul > li, #cssmenu.align-right > ul > li {
            float: right;
            display: block;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            #cssmenu > ul > li > a {
                /*height: 40px;
                line-height: 40px;*/
                padding: 15px;
                text-decoration: none;
                font-size: 20px;
                color: #fff;
                margin: 0;
                border-bottom: 0px solid #b31528;
                background: #155c76;
            }

                #cssmenu > ul > li > a:hover {
					
				 background: #58575c;	
					
                }

            #cssmenu ul ul, #cssmenu ul li:hover > ul, #cssmenu > ul > li > ul, #cssmenu ul ul ul, #cssmenu ul ul li:hover > ul, #cssmenu.align-right ul ul, #cssmenu.align-right ul li:hover > ul, #cssmenu.align-right > ul > li > ul, #cssmenu.align-right ul ul ul, #cssmenu.align-right ul ul li:hover > ul {
                right: 0;
                left: auto;
                top: auto;
                opacity: 1;
                width: 100%;
                position: relative;
                text-align: right;
                display: block;
            }

        #cssmenu ul ul {
            float: left;
            margin: 0;
            padding: 0 15px;
        }

            #cssmenu ul ul li {
                width: 100%;
                padding: 0;
            }

                #cssmenu ul ul li a {
                    /*height: 40px;
                    line-height: 40px;*/
                    width: 100%;
                    box-shadow: none;
                    padding: 10px 15px;
                    text-align: right;
                    margin: 0;
                }

                #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
                }

            #cssmenu ul ul ul {
                ;
                padding: 0;
                float: left;
                width: 100%;
                margin-top: 0;
                margin-left: 0;
            }

                #cssmenu ul ul ul li a {
                    padding-left: 35px;
                }

                #cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li.active > a {
                }

            #cssmenu ul ul li:first-child > a, #cssmenu ul ul li:last-child > a {
                border-radius: 0;
            }

            #cssmenu ul ul li.has-sub span {
                font-size: 13px;
            }

    .lang {
        top: 12px!important;
    }

        .lang a {
            padding: 9px 11px 11px!important;
        }

    .navbar-collapse.in {
        overflow-y: hidden;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: 0;
    }

    .navbar-toggle {
        border: 0 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle .icon-bar {
        border-radius: 0;
        display: block;
        height: 5px;
        width: 35px;
    }

    .navbar-toggle {
        padding: 5px 0;
    }

    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:active .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important;
    }

    .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
        background-color: transparent !important;
    }

    /*============================================ End Drop Down Menu ============================================*/


    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
        display: none !important;
    }

    .welcomeHome p {
        width: 100%;
    }

    .footerSocial {
        float: left;
    }

    .innerBanner .container h1 {
        top: 40px;
        font-size: 50px;
    }

        .innerBanner .container h1 span {
            font-size: 16px;
        }
}

@media screen and (max-width: 600px) {
    .toplinks {
        display: none;
    }

    .toplang .list-inline li.last a {
        color: #fff;
        font-size: 14px !important;
    }

    .toplang .list-inline li.last {
        background: #9a0000 url("../img/topcall-ico.png") no-repeat scroll 10px 6px !important;
    }

    .toolsNavigation {
        height: 36px !important;
    }

    .inner-top-banner .inner h2 {
        font-size: 30px !important;
    }

    .home-contact-us .left-contact-panel, .right-contact-panel {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .newsroom-list {
        width: 100% !important;
    }

    .board-details .content {
        width: 100%;
    }

    .find-doctor-results .find-doctor-results-img {
        width: auto !important;
    }

    .find-doctor-results .find-doctor-results-txt {
        width: auto !important;
    }

    .During-container .figcptn p {
        font-size: 26px !important;
    }
}

.main-slider {
    margin-bottom: 0px;
}

.responsive-slider-parallax .slides-container ul li .slide-body .caption.header {
    font-family: inherit;
    margin-top: 30px;
    max-width: 450px !important;
    position: absolute;
    text-align: right;
    width: 400px !important;
    height: 300px !important;
    padding-right: 94px !important;
}

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h3 {
        color: #00395f;
        font-weight: bold;
        font-size: 30px;
        margin: 0px;
        padding: 0;
        white-space: normal;
        text-transform: uppercase;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header h2 {
        color: #fff;
        font-size: 38px;
        margin: 0px;
        padding: 0;
        white-space: normal;
        text-transform: uppercase;
    }

    .responsive-slider-parallax .slides-container ul li .slide-body .caption.header p {
        color: #00395f;
        font-size: 22px;
        padding: 0;
        white-space: normal;
        text-transform: uppercase;
    }
/**/
.home-find-doctor {
    background: #FFF;
    padding: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

    .home-find-doctor a {
        color: #58575c;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        padding: 0 20px;
    }

.toplinks .list-inline {
    margin: 12px 0 0;
    padding: 0;
}

    .toplinks .list-inline li {
        list-style-type: none;
    }

        .toplinks .list-inline li a {
            color: #000;
            text-transform: uppercase;
            font-size: 12px;
        }

.toplang .list-inline {
    margin: 0;
    padding: 0;
}

    .toplang .list-inline li {
        list-style-type: none;
        float: right;
        padding: 0px 0px 8px 0px;
		line-height: 45px;
    }

        .toplang .list-inline li a {
            font-weight: 700;
            color: #58575c;
        }

        .toplang .list-inline li.last {
            background: transparent url("../img/topcall-ico.png") no-repeat scroll 10px 12px;
        }

            .toplang .list-inline li.last a {
                color: #000;
                font-size: 20px;
            }
/**/
.box-find-doctor {
    background: #58575c /*url("../img/bg-find-home.png") no-repeat scroll right top*/;
    color: #fff;
    margin-bottom: 20px;
    min-height: 398px;
    padding: 8% 5%;
    text-align: right;
}

    .box-find-doctor h1 {
        font-size: 20px;
        margin: 0;
        text-transform: uppercase;
        text-align: right;
    }

    .box-find-doctor p {
        color: #fff;
        direction: rtl;
        font-size: 16px;
        text-align: right;
    }

    .box-find-doctor .form-group label {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box-find-doctor .form-group .form-control {
        border: 0 none;
        border-radius: 0;
        direction: rtl;
        height: 40px;
        margin-bottom: 10px;
        padding: 0 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #FFF url("../img/select-arrow.png") no-repeat scroll 4% 50%;
    }

    .box-find-doctor input[type="submit"] {
        background: #155c76 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        text-align: center;
        transition: all 0.4s linear 0s;
        width: 100%;
        border: 0px;
    }

        .box-find-doctor input[type="submit"]:hover {
            background: #155c76 none repeat scroll 0 0;
            text-decoration: none;
        }
/**/
.block-blue {
    background: url("../img/home-call-bg.jpg");
    color: #00395f;
    margin-bottom: 20px;
    min-height: 398px;
    padding: 10px;
}

    .block-blue .text-container {
        padding: 25px 30px 0;
    }

    .block-blue .img-container img {
        width: 100%;
    }

    .block-blue .img-container .services-image {
        background: transparent none repeat scroll 0 0;
        display: block;
        height: 210px;
        margin: 0;
        opacity: 1;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

        .block-blue .img-container .services-image img {
            transition: all 0.5s ease 0s;
            width: 100%;
        }

            .block-blue .img-container .services-image img:hover {
                transform: scale(1.1, 1.1);
            }

    .block-blue h1 {
        font-size: 24px;
        margin: 0;
        color: #FFF;
        padding-bottom: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    /*.block-blue a {
        background: #f2a201 none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        transition: all 0.4s linear 0s;
        width: 100%;
    }*/

    /*.block-blue a:hover {
            background: #82af3b none repeat scroll 0 0;
            text-decoration: none;
        }*/
    .block-blue ul {
        margin: 0px;
        padding: 0px;
    }

        .block-blue ul li {
            list-style-type: none;
            /*background: #FFF;*/
            background-color: rgba(255, 255, 255, 0.6);
            float: left;
            width: 100%;
            height: 316px;
            border: 1px solid #58575c;
            text-align: center;
            padding: 20px 0;
        }

            .block-blue ul li img {
                width: 96%;
                margin-bottom: 20px;
            }

            .block-blue ul li a {
                font-size: 40px;
                color: #155c76;
                vertical-align: top;
                font-weight: bold;
            }

                .block-blue ul li a img {
                    width: 50px;
					margin-top:5px;
                }
.block-blue ul li:nth-last-of-type(1), .block-blue ul li:nth-last-of-type(2), .block-blue ul li:nth-last-of-type(3){
					display:none;
				}
@media screen and (max-width: 1199px) {
    .block-blue ul li {
        height: 290px;
    }

        .block-blue ul li a {
            font-size: 40px;
        }
}

@media screen and (max-width: 767px) {
    .block-blue ul li {
        height: 317px;
    }

        .block-blue ul li img {
            width: 80%;
        }

        .block-blue ul li a {
            font-size: 40px;
            display: inline-block;
        }
}

@media screen and (max-width: 554px) {
    .block-blue ul li img {
        width: auto;
    }
}
/**/
.box-home-news {
    background: #fff none repeat scroll 0 0;
    padding: 4% 5%;
    margin-bottom: 20px;
    min-height: 398px;
    border: 1px solid #e6e6e6;
    text-align: right;
    direction: rtl;
}

.headline {
    border-bottom: 1px solid #dedede;
}

.box-home-news h1 {
    border-bottom: 3px solid #82af3b;
    display: table-cell;
    font-size: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: auto;
}

.box-home-news .news-list {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
}

.media:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 15px;
}

li.media {
    position: relative;
}

    li.media a.media-date {
        background: #155c76 none repeat scroll 0 0;
        /*border-left: 3px solid #428bca;*/
        color: #fff;
        float: right;
        font-size: 20px;
        font-weight: 600;
        height: 70px;
        line-height: 20px;
        margin: 0 0 0 10px;
        padding: 15px 10px 10px;
        position: relative;
        text-align: center;
        transition: all 300ms linear 0s;
        z-index: 2;
    }

        li.media a.media-date span {
            clear: both;
            display: block;
            font-size: 13px;
            font-weight: 400;
        }

    li.media h5.media-heading {
        font-size: 20px;
        font-weight: 300;
        margin: 0 0 10px 60px;
        padding: 0;
        text-transform: uppercase;
    }

        li.media h5.media-heading a {
            color: #155c76;
            font-size: 16px;
        }

    li.media.last {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    li.media a.read-more-btu {
        color: #155c76;
        font-size: 16px;
        padding-left: 4px;
        text-transform: uppercase;
    }

.box-home-news a.viewall-btu {
    font-size: 20px;
    text-transform: uppercase;
    color: #0c8b98;
}

    .box-home-news a.viewall-btu:hover {
        color: #155c76;
    }

.During-container {
    margin-bottom: 20px;
    text-align: right;
}

    .During-container .figcptn {
        background-color: rgba(242, 162, 1, 0.8);
        bottom: 30px;
        height: 55px;
        right: 30px;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        width: auto;
    }

        .During-container .figcptn p {
            color: #fff;
            font-size: 20px;
        }

.links {
    direction: rtl;
}

    .links ul {
        margin: 0px;
        padding: 0px;
    }

        .links ul li {
            list-style-type: none;
            margin-bottom: 20px;
        }

    .links .home-contact-us {
        background: #58575c none repeat scroll 0 0;
        height: 80px;
        padding: 5px 10px 0;
        width: 100%;
    }

        .links .home-contact-us img {
            float: right;
            margin-left: 15px;
        }

        .links .home-contact-us a {
            text-decoration: none;
        }

        .links .home-contact-us h3 {
            color: #fff;
            margin: 10px 0 0;
            text-transform: uppercase;
        }

        .links .home-contact-us p {
            color: #fff;
            line-height: 20px;
        }

    .links .home-articles {
        background: #58575c none repeat scroll 0 0;
        height: 80px;
        padding: 5px 10px 0;
        width: 100%;
    }

        .links .home-articles img {
            float: right;
            margin-left: 15px;
        }

        .links .home-articles a {
            text-decoration: none;
        }

        .links .home-articles h3 {
            color: #fff;
            margin: 0;
            text-transform: uppercase;
            padding-top: 13px;
        }

        .links .home-articles p {
            color: #fff;
            line-height: 20px;
        }

.home-Treatments {
    /*background: #dfdfdf none repeat scroll 0 0;*/
    background: rgba(233, 233, 233, 1) url("../img/Treatments-bg.png") repeat scroll 0 0;
    padding: 2% 0;
}

    .home-Treatments .headline {
        border-bottom: 1px solid #b5b5b5;
        direction: rtl;
        margin-bottom: 25px;
        text-align: right;
    }

.headline h1 {
    border-bottom: 3px solid #58575c;
    display: table-cell;
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: auto;
    color: #58575c;
}

.owl-item .item {
    background: #fff none repeat scroll 0 0;
    direction: rtl;
    height: 400px;
    margin: 0 20px 0 0;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            opacity: 1;
            background: #58575c none repeat scroll 0 0;
        }

        .owl-theme .owl-controls .owl-page span {
            background: #8bd7db none repeat scroll 0 0;
            border-radius: 20px;
            display: block;
            height: 15px;
            margin: 5px 7px;
            opacity: 0.5;
            width: 15px;
        }

.owl-buttons {
    display: none;
}

.owl-item .item .services-image {
    display: block;
    height: 180px;
    margin: 0 0 10px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
}

    .owl-item .item .services-image img {
        height: 100%;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

.owl-item .item .services-image {
    /*height: 230px;
    width: 280px;*/
}

    .owl-item .item .services-image img:hover {
        transform: scale(1.1, 1.1);
    }

.owl-item .item .services-content {
    border-bottom: 0 solid #e5e5e5;
    height: 150px;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
}

    .owl-item .item .services-content::after {
        background: rgba(0, 0, 0, 0) url("../img/bg_fade_to_white_small.png") repeat-x scroll center bottom;
        bottom: 0;
        content: "";
        display: block;
        height: 46px;
        left: 0;
        position: absolute;
        width: 100%;
    }

.arrowed-link {
    font-size: 16px;
    margin-right: 15px;
    text-transform: uppercase;
    color: #58575c;
}

    .arrowed-link i {
        font-size: 28px;
        padding-right: 10px;
        vertical-align: sub;
    }

    .arrowed-link:hover {
        color: #155c76;
    }

.owl-item .item h4 {
    font-size: 20px;
    padding: 0px 15px;
    color: #58575c;
}

    .owl-item .item h4 a {
        color: #58575c;
    }

.owl-item .item p {
    padding: 0 15px;
    color: #32383c;
}

footer {
    margin: 0 auto;
    max-width: 1600px;
}

.footer-top {
    background: #58575c none repeat scroll 0 0;
    float: left;
    padding: 30px 0;
    width: 100%;
}

footer .footer-top ul:first-of-type {
    width: 210px;
}

footer .footer-top ul li.frist {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: right;
}

footer .footer-top ul li a {
    color: #fff;
    font-size: 13px;
    text-align: right;
}

footer .footer-top ul {
    margin: 0;
    padding: 0;
    width: 210px;
}

    footer .footer-top ul li {
        display: block;
        line-height: 25px;
        text-align: right;
    }

.footerlist {
    float: right;
}

.footer-copyright {
    background: #155c76 none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

    .footer-copyright p {
        color: #FFF;
    }

footer .footer-copyright ul {
    margin: 0;
    padding: 0;
}

    footer .footer-copyright ul li {
        display: inline;
    }

        footer .footer-copyright ul li a {
            color: #fff;
            font-size: 13px;
            text-transform: capitalize;
        }

.social {
    margin: 0;
    padding: 0;
}

    .social li.frist {
        /*float: none;*/
        margin-bottom: 20px;
        text-transform: uppercase;
		width:100%;
    }

    .social li {
        float: right;
        list-style-type: none;
        padding: 0;
    }

        .social li a {
            padding-left: 20px;
        }

            .social li a i {
                font-size: 30px;
            }

.test-marign {
    background: #FFF;
    padding: 15px;
}

    .test-marign .col-lg-3 {
        padding: .5px;
    }

.test-marign1 {
    background: #FFF;
    padding: 0px;
    margin-bottom: 25px;
}

    .test-marign1 .container .row .col-lg-3 {
        padding: .5px;
    }

.content-section {
    position: relative;
    z-index: 6;
}

.inner-top-banner {
    display: block;
    height: 250px;
}
/*.inner-top-banner img{
    width:1597px;
}*/
.banner-img {
    height: 250px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 100%;
}

.inner-top-banner .inner {
    color: #fff;
    height: 310px;
    padding-top: 100px;
    position: relative;
    text-align: center;
    z-index: 3;
}

    .inner-top-banner .inner h4 {
        color: #fff;
        font-size: 26px;
        text-transform: uppercase;
    }

    .inner-top-banner .inner h2 {
        font-size: 40px;
        /*text-shadow: 0 3px 2px #0d63ad;*/
        text-transform: uppercase;
    }

.mainContent {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0px 8px #acacac;
    margin-top: -40px;
    padding: 0 20px 40px;
}

.min-breadcrumb {
    padding: 10px 0;
    direction: rtl;
}

    .min-breadcrumb > li {
        display: inline-block;
        text-transform: capitalize;
    }

        .min-breadcrumb > li span {
            color: #aeb4b7;
        }

        .min-breadcrumb > li a {
            color: #aeb4b7;
            padding-left: 5px;
        }

        .min-breadcrumb > li + li::before {
            content: "/ ";
            padding: 0 5px;
        }

        .min-breadcrumb > li + li::before {
            color: #ccc;
            content: "/ ";
            padding: 0 5px;
        }

    .min-breadcrumb > .active {
        color: #58575c;
        font-size: 13px;
        font-weight: bold;
    }

.left-menu {
    background: #58575c none repeat scroll 0 0;
    margin: 0 0 20px;
    padding: 0px;
}

    .left-menu h2 {
        background: #58575c none repeat scroll 0 0;
        color: #fff;
        font-size: 30px;
        margin: 0;
        padding: 20px;
        text-align: right;
        text-transform: uppercase;
    }

    .left-menu ul {
        margin: 0;
        padding: 0;
        direction: rtl;
    }

        .left-menu ul li.active {
            background: #155c76 none repeat scroll 0 0;
        }

        .left-menu ul li {
            border-bottom: 1px solid #008594;
            list-style-type: none;
            padding: 12px 0;
            display: flex;
        }

            .left-menu ul li a {
                color: #fff;
                font-size: 14px;
                padding-right: 10px;
                text-transform: uppercase;
            }

            .left-menu ul li span {
                color: #fff;
                padding-right: 20px;
            }

.left-menu-levels {
    direction: rtl;
}

    .left-menu-levels .panel-heading {
        border-bottom: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 12px 15px;
    }

    .left-menu-levels h2 {
        background: #58575c none repeat scroll 0 0;
        color: #fff;
        font-size: 30px;
        margin: 0;
        padding: 20px;
        text-transform: uppercase;
    }

    .left-menu-levels .panel-group .panel {
        border-radius: 0px;
        margin-bottom: 0;
    }

    .left-menu-levels .panel-body {
        padding: 0px;
    }

    .left-menu-levels .panel {
        background-color: #173c4a;
        border: 0px solid transparent;
        border-radius: 0px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        margin-bottom: 0px;
    }

    .left-menu-levels .panel-default > .panel-heading {
        background-color: #58575c;
        border-color: #008594;
        color: #333;
    }

        .left-menu-levels .panel-default > .panel-heading span {
            color: #FFF;
            margin-left: 5px;
        }

    .left-menu-levels .sub_menu {
        margin: 0px;
        padding: 0px;
    }

        .left-menu-levels .sub_menu li {
            border-bottom: 1px solid #094268;
            list-style-type: none;
            padding: 7px 0;
        }

            .left-menu-levels .sub_menu li.active {
                background: #58575c;
            }

                .left-menu-levels .sub_menu li.active a {
                    color: #FFF;
                    font-weight: 700;
                }

            .left-menu-levels .sub_menu li a {
                color: #fff;
                padding-right: 20px;
            }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
    text-transform: uppercase;
}

.left-menu-levels .panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 solid #ddd;
}

.left-contactus {
    background: #155c76 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}

    .left-contactus h2 {
        font-size: 22px;
        font-weight: 700;
        color: #FFF;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase;
    }

    .left-contactus p {
        color: #fff;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
        direction: rtl;
    }

    .left-contactus span {
        border: 2px solid #fff;
        border-radius: 50px;
        color: #fff;
        font-size: 50px;
        margin-right: 10px;
        padding: 10px 16px;
    }

    .left-contactus .call {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

.useful-links {
    border-bottom: 4px solid #ee3853;
    margin-bottom: 20px;
}

    .useful-links h2 {
        background: #4e4e4e none repeat scroll 0 0;
        color: #fff;
        font-size: 30px;
        margin: 0;
        padding: 20px;
        text-transform: uppercase;
        text-align: right;
    }

    .useful-links ul {
        direction: rtl;
        margin: 0;
        padding: 0;
    }

        .useful-links ul li.active {
            background: #00395f none repeat scroll 0 0;
        }

        .useful-links ul li {
            list-style-type: none;
            padding: 12px 0;
            background: #d7d7d7; /* Old browsers */
            background: -moz-linear-gradient(top, #d7d7d7 0%, #cacaca 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d7d7d7 0%,#cacaca 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d7d7d7 0%,#cacaca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
            border-bottom: 1px solid #f9f9f9;
        }

            .useful-links ul li a {
                color: #4e4e4e;
                font-size: 14px;
                padding-right: 10px;
                text-transform: uppercase;
            }

            .useful-links ul li span {
                color: #4e4e4e;
                padding-right: 20px;
            }

.contant-body {
    direction: rtl;
}

    .contant-body h1 {
        font-size: 22px;
    }

    .contant-body .headline {
        margin-bottom: 20px;
        direction: rtl;
    }

    .contant-body h3 {
        color: #58575c;
        font-size: 18px;
        margin: 0;
        padding-bottom: 5px;
        text-transform: uppercase;
        text-align: right;
    }

    .contant-body p span {
        color: #58575c;
        font-weight: 700;
    }

.bx-viewport {
    height: auto !important;
}

.contant-body p {
    direction: rtl;
    padding-bottom: 10px;
    text-align: right;
}

.contant-body .values-img {
    border-bottom: 4px solid #0d63ad;
    margin-bottom: 20px;
}

.contant-body .values-menu {
    margin: 0;
    text-align: center;
}

    .contant-body .values-menu li {
        display: inline-block;
        margin: 0 10px;
        text-transform: capitalize;
        vertical-align: top;
    }

        .contant-body .values-menu li .care {
            background: #4a63ad none repeat scroll 0 0;
            border-radius: 50%;
            height: 130px;
            line-height: 130px;
            width: 130px;
            margin-bottom: 10px;
        }

            .contant-body .values-menu li .care span {
                color: #fff;
                font-size: 20px;
                font-style: italic;
            }

        .contant-body .values-menu li .care-txt, .research-txt, .teach-txt, .community-txt, .Integrity-txt {
            width: 130px;
        }

        .contant-body .values-menu li .research {
            background: #f2a201 none repeat scroll 0 0;
            border-radius: 50%;
            height: 130px;
            line-height: 130px;
            width: 130px;
            margin-bottom: 10px;
        }

            .contant-body .values-menu li .research span {
                color: #fff;
                font-size: 20px;
                font-style: italic;
            }

        .contant-body .values-menu li .teach {
            background: #ee3853 none repeat scroll 0 0;
            border-radius: 50%;
            height: 130px;
            line-height: 130px;
            width: 130px;
            margin-bottom: 10px;
        }

            .contant-body .values-menu li .teach span {
                color: #fff;
                font-size: 20px;
                font-style: italic;
            }

        .contant-body .values-menu li .community {
            background: #7da903 none repeat scroll 0 0;
            border-radius: 50%;
            height: 130px;
            line-height: 130px;
            width: 130px;
            margin-bottom: 10px;
        }

            .contant-body .values-menu li .community span {
                color: #fff;
                font-size: 20px;
                font-style: italic;
            }

        .contant-body .values-menu li .Integrity {
            background: #795c8a none repeat scroll 0 0;
            border-radius: 50%;
            height: 130px;
            line-height: 130px;
            width: 130px;
            margin-bottom: 10px;
        }

            .contant-body .values-menu li .Integrity span {
                color: #fff;
                font-size: 20px;
                font-style: italic;
            }
/**********************************/

.bx-wrapper {
    background: #f1f1f1 none repeat scroll 0 0;
    max-width: 100% !important;
    padding: 20px 15px;
    position: relative;
}

.rightpanel {
    color: #6f6f6f;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
    direction: ltr;
}

.years-slider {
    /*float: right;*/
    margin-bottom: 10px;
}

[class^="list-"] {
    list-style: outside none none;
    padding: 0;
}

.list-directors-thumb > li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

    .list-directors-thumb > li.active a {
        color: #1d3463;
        font-weight: bold;
    }

    .list-directors-thumb > li a h1 {
        font-size: 14px;
    }

    .list-directors-thumb > li.active a h6 {
        color: #eea320;
    }

    .list-directors-thumb > li a {
        color: #999596;
        font-weight: bold;
    }

        .list-directors-thumb > li a h6 {
            color: #231f20;
        }

    .list-directors-thumb > li.active img {
        border: 3px solid #58575c;
    }

.list-directors-thumb img {
    border: 1px solid #d6d6d6;
    margin-bottom: 8px;
    padding: 3px;
    transition: all 0.5s ease 0s;
    width: 100px;
    height:100px;
}

.board-details {
}

    .board-details .img {
        /*border: 4px solid #eea320;
    float: right;
    margin-left: 17px;
    margin-right: 10px;
    padding: 5px;*/
    }

    .board-details .content {
        overflow: hidden;
        text-align: right;
    }

        .board-details .content .social-lnks {
            margin: 0;
            padding: 0;
        }

            .board-details .content .social-lnks li {
                display: inline-block;
                margin: 0;
                padding: 0;
            }

                .board-details .content .social-lnks li span {
                    color: #fff;
                    height: 35px;
                    line-height: 35px;
                    padding: 0;
                    text-align: center;
                    width: 28px;
                }

                .board-details .content .social-lnks li .facebbok {
                    background: #3b5998 none repeat scroll 0 0;
                }

                .board-details .content .social-lnks li .linkedin {
                    background: #007bb5 none repeat scroll 0 0;
                }

                .board-details .content .social-lnks li .twitter {
                    background: #55acee none repeat scroll 0 0;
                }

                .board-details .content .social-lnks li .instagram {
                    background: #125688 none repeat scroll 0 0;
                }

                .board-details .content .social-lnks li .youTube {
                    background: #e52d27 none repeat scroll 0 0;
                }

    .board-details h3, .board-details h2 {
        color: #58575c;
        direction: rtl;
        font-size: 24px;
        margin: 0 0 2px;
        text-align: right;
    }

.color-darkblue {
    color: #004989;
}

.fsize-13 {
    color: #173c4a !important;
    font-size: 18px !important;
}

.years-slider .bx-prev, .years-slider .bx-next {
    background: rgba(0, 0, 0, 0) url("../img/sprite-2.png") no-repeat scroll -68px -8px;
    height: 0;
    left: -15px;
    margin-top: -9px;
    overflow: hidden;
    padding-top: 17px;
    position: absolute;
    top: 50%;
    width: 11px;
}

    .years-slider .bx-prev.disabled {
        background-position: -108px -8px;
        cursor: default;
    }

.years-slider .bx-next {
    background-position: -87px -8px;
    left: auto;
    right: -15px;
}

    .years-slider .bx-next.disabled {
        background-position: -127px -8px;
        cursor: default;
    }

.directors-slider .bx-next, .directors-slider .bx-prev {
    top: 75px;
}

.board-details .img {
    border: 2px solid #173c4a;
    float: right;
    margin-left: 25px;
}
/**********************************/
/**********************************/
.treatments-list {
}

    .treatments-list .box {
        min-height: 410px;
    }

    .treatments-list .box {
        margin-left: 30px;
        width: 230px;
    }

    .treatments-list .box {
        float: right;
    }

    .treatments-list .pic {
        border: 5px solid #58575c;
        border-radius: 100%;
        display: inline-block;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        z-index: 10;
    }

        .treatments-list .pic span {
            /*background: rgba(0, 0, 0, 0) url("http://www.cmri.org.au/www_CMRI/Themes/Default/images/bg-hover.png") repeat scroll center center;*/
            height: 216px;
            position: absolute;
            width: 216px;
            z-index: 20;
        }

        .treatments-list .pic img {
            height: 216px;
            width: 216px;
        }

    .treatments-list h3 {
        color: #0046ad;
        font-size: 18px;
        font-weight: 700;
        line-height: inherit;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
        text-align: right;
    }

    .treatments-list p {
        margin-top: 0;
        padding: 0px;
        text-align: right;
    }

    .treatments-list .box-list {
        margin: 0px;
        padding: 0px;
        direction: rtl;
    }

        .treatments-list .box-list li {
            display: inline-block;
            width: 100%;
        }

            .treatments-list .box-list li a {
                color: #155c76;
                font-size: 16px;
                padding-right: 10px;
            }

            .treatments-list .box-list li span {
                color: #155c76;
            }

    .treatments-list hr {
        border-color: #c6c6c6;
    }

.treatments-details {
    direction: rtl;
}

    .treatments-details img {
        border-bottom: 4px solid #58575c;
        margin-bottom: 20px;
    }

    .treatments-details h2 {
        background: #ee3853 none repeat scroll 0 0;
        color: #fff;
        display: inline-block;
        font-size: 22px;
        margin: 0;
        padding: 10px 20px;
    }

.treatment-contact-info, .treatment-consultants {
    background: #eff0f2;
    padding: 20px;
    margin-bottom: 30px;
}

    .treatment-contact-info span {
        color: #7da903;
        font-size: 20px;
        font-weight: 700;
    }

    .treatment-consultants .consultants-list {
        margin: 0px;
        padding: 0px;
    }

        .treatment-consultants .consultants-list li {
            display: inline-block;
            margin-bottom: 20px;
            margin-right: 15px;
            text-align: center;
            vertical-align: top;
            width: 175px;
        }

            .treatment-consultants .consultants-list li a img {
                width: 175px;
                border: 0px;
                margin-bottom: 0px;
            }

            .treatment-consultants .consultants-list li a {
                color: #4e4e4e;
            }

                .treatment-consultants .consultants-list li a span {
                    color: #7da903;
                    font-size: 16px;
                }

.consultants-search {
    margin-bottom: 20px;
}

.az-letter-list {
    margin: 0 0 10px;
    padding: 0;
}

    .az-letter-list li {
        background: #0d63ad none repeat scroll 0 0;
        display: inline-block;
        margin-bottom: 5px;
        padding: 5px 10px;
        text-align: center;
    }

        .az-letter-list li a {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
        }

.search-input {
    direction: rtl;
    margin-bottom: 10px;
    text-align: right;
}

    .search-input .form-control {
        width: 60%;
        border-radius: 0px;
        height: 40px;
        display: inline-block;
    }

    .search-input button {
        background: #7da903 none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 8px 20px;
    }

.filter-depr .form-control {
    width: 60%;
    border-radius: 0px;
    height: 40px;
}

.during-tabs {
    background: #eff0f2;
    margin-bottom: 20px;
    direction: rtl;
}

    .during-tabs ul {
        margin: 0px;
        padding: 0px;
    }

    .during-tabs .tab-content {
        padding: 20px;
    }

    .during-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #ee3853;
        border-color: #ddd #ddd transparent;
        border-image: none;
        border-style: solid;
        border-width: 0px;
        color: #fff;
        cursor: default;
        font-size: 18px;
    }

    .during-tabs .nav-tabs > li > a {
        border: 0 solid transparent;
        border-radius: 0;
        color: #222;
        font-size: 18px;
    }

.during-features {
    padding: 15px;
}

    .during-features .features {
        margin: 0 0 10px;
        padding: 0px;
    }

        .during-features .features li {
            font-family: inherit;
            list-style-type: none;
        }

            .during-features .features li span {
                color: #7da903;
                padding-right: 10px;
            }

    .during-features span a {
        color: #7da903;
        font-size: 22px;
    }

#slider1_container {
    width: auto !important;
}

.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../img/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11rdn {
    background-position: -311px -41px;
}

.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 233px;
    height: 98px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 233px;
    height: 98px;
    border: 3px solid #000;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}

* html .jssort07 .o {
    /* ie quirks mode adjust */
    width /**/: 99px;
    height /**/: 66px;
}

.jssort07 .pav .o, .jssort07 .p:hover .o {
    border-color: #fff;
}

.jssort07 .pav:hover .o {
    border-color: #0099FF;
}

.jssort07 .p:hover .o {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.faq {
    direction: rtl;
}

.faq-category {
    background: #eff0f2 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .faq-category h3 {
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    .faq-category .accordion-group {
    }

    .faq-category .accordion-heading {
        border-bottom: 1px solid #d3d3d3;
        margin: 0 20px;
        padding: 5px 0;
    }

        .faq-category .accordion-heading a {
            color: #222;
            font-size: 16px;
        }

            .faq-category .accordion-heading a span {
                border: 2px solid;
                border-radius: 50%;
                color: #7da903;
                margin-left: 10px;
                padding: 5px 7px;
            }

    .faq-category .accordion-inner {
        padding: 10px 15px 10px 65px;
    }

.newsroom {
    direction: rtl;
}

.newsroom-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    display: inline-block;
    height: 400px;
    margin: 0 0px 20px 20px;
    position: relative;
    width: 47%;
}

    .newsroom-list .news-img {
        display: block;
        height: 180px;
        margin: 0 0 10px;
        opacity: 1;
        overflow: hidden;
        width: 100%;
    }

    .newsroom-list h3 {
        color: #173c4a;
        /*font-size: 24px;*/
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .newsroom-list p {
        color: #32383c;
        padding: 0 15px;
    }

    .newsroom-list .news-img img {
        height: 100%;
        transition: all 0.5s ease 0s;
        width: 100%;
    }

    .newsroom-list .news-img {
    }

        .newsroom-list .news-img img:hover {
            transform: scale(1.1, 1.1);
        }

    .newsroom-list .news-content {
        border-bottom: 0 solid #e5e5e5;
        height: 150px;
        margin-bottom: 2px;
        overflow: hidden;
        position: relative;
    }

        .newsroom-list .news-content::after {
            background: rgba(0, 0, 0, 0) url("../img/bg_fade_to_white_small.png") repeat-x scroll center bottom;
            bottom: 0;
            content: "";
            display: block;
            height: 46px;
            left: 0;
            position: absolute;
            width: 100%;
        }

    .newsroom-list span {
        padding-right: 15px;
        color: #58575c;
    }

    .newsroom-list .news-link {
        font-size: 16px;
        color: #58575c;
        text-transform: uppercase;
    }

    .newsroom-list .news-date {
        background: #58575c none repeat scroll 0 0;
        color: #fff;
        font-size: 20px;
        right: 0;
        padding: 2px 15px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0;
    }

        .newsroom-list .news-date .entry-date {
            color: #fff;
            display: block;
            font-size: 16px;
            font-weight: 500;
            padding: 0;
            text-align: center;
            text-transform: uppercase;
        }

            .newsroom-list .news-date .entry-date strong {
                display: block;
                font-size: 36px;
                font-weight: 800;
                line-height: 38px;
            }

        .newsroom-list .news-date span {
            color: #fff;
            display: block;
            font-size: 14px;
            padding: 0;
        }

.newsroom-details {
    direction: rtl;
}

    .newsroom-details .social-lnks {
        margin: 0;
        padding: 0;
    }

    .newsroom-details h5 {
        color: #155c76;
        font-size: 14px;
    }

    .newsroom-details img {
        margin-bottom: 10px;
    }

    .newsroom-details .social-lnks li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .newsroom-details .social-lnks li span {
            color: #fff;
            height: 35px;
            line-height: 35px;
            padding: 0;
            text-align: center;
            width: 28px;
        }

        .newsroom-details .social-lnks li .facebbok {
            background: #3b5998 none repeat scroll 0 0;
        }

        .newsroom-details .social-lnks li .linkedin {
            background: #007bb5 none repeat scroll 0 0;
        }

        .newsroom-details .social-lnks li .twitter {
            background: #55acee none repeat scroll 0 0;
        }

        .newsroom-details .social-lnks li .instagram {
            background: #125688 none repeat scroll 0 0;
        }

        .newsroom-details .social-lnks li .youTube {
            background: #e52d27 none repeat scroll 0 0;
        }

.find-doctor-criteria {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    box-shadow: 0 3px 8px #d8d8d8;
    direction: rtl;
    padding: 30px;
    margin-bottom: 30px;
}

    .find-doctor-criteria .left-search-criteria, .right-search-criteria {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

        .right-search-criteria input[type="submit"] {
            background: #58575c none repeat scroll 0 0;
            border: 0 none;
            color: #fff;
            display: block;
            font-size: 20px;
            font-weight: 700;
            padding: 10px 0;
            text-align: center;
            transition: all 0.4s linear 0s;
            width: 100%;
        }

            .right-search-criteria input[type="submit"]:hover {
                background: #155c76 none repeat scroll 0 0;
                text-decoration: none;
            }

.left-search-criteria input[type="checkbox"], input[type="radio"] {
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: top;
}

.left-search-criteria label {
    color: #656565;
    padding-right: 0px;
    font-size: 13px;
}

.right-search-criteria .button {
    background: #7da903 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 16px;
    margin: 0;
    transition: all 0.4s linear 0s;
    padding: 8px 20px;
}

    .right-search-criteria .button:hover {
        background: #0d63ad none repeat scroll 0 0;
        text-decoration: none;
    }

.right-search-criteria span {
    color: red;
    float: left;
    left: 0;
    visibility: hidden;
}

.right-search-criteria label {
    color: #656565;
    padding-left: 10px;
}

.right-search-criteria .form-control {
    border-radius: 0;
    height: 40px;
    margin-bottom: 10px;
}

.find-doctor-results {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c7c7c7;
    box-shadow: 0 3px 8px #d8d8d8;
    direction: rtl;
    padding: 30px;
    margin-bottom: 30px;
}

    .find-doctor-results .find-doctor-results-img {
        display: inline-block;
        width: 20%;
    }

        .find-doctor-results .find-doctor-results-img img {
            border: 1px solid #58575c;
            padding: 10px;
            margin-bottom: 10px;
        }

    .find-doctor-results .find-doctor-results-txt {
        display: inline-block;
        vertical-align: top;
        width: 68%;
    }

        .find-doctor-results .find-doctor-results-txt a {
            background: #82af3b none repeat scroll 0 0;
            color: #fff;
            margin-right: 10px;
            padding: 0 20px;
        }

        .find-doctor-results .find-doctor-results-txt .title {
            color: #222;
            font-size: 16px;
            padding-right: 10px;
        }

        .find-doctor-results .find-doctor-results-txt .results {
            color: #58575c;
            font-size: 16px;
        }

.home-contact-us {
    direction: rtl;
}

    .home-contact-us .left-contact-panel, .right-contact-panel {
        display: inline-block;
        margin-bottom: 20px;
        vertical-align: top;
        width: 100%;
    }

        .home-contact-us .left-contact-panel .phone {
            background: #58575c none repeat scroll 0 0;
            border-radius: 50%;
            color: #fff;
            float: right;
            font-size: 16px;
            margin-left: 10px;
            padding: 8px 10px;
        }

        .home-contact-us .left-contact-panel .envelope {
            background: #155c76;
            border-radius: 50%;
            color: #fff;
            float: right;
            font-size: 16px;
            margin-left: 10px;
            padding: 8px;
        }

        .home-contact-us .left-contact-panel p {
            padding-top: 7px;
        }

        .home-contact-us .left-contact-panel label {
            color: #656565;
            padding-right: 10px;
            text-transform: uppercase;
        }

        .home-contact-us .left-contact-panel .form-control {
            border-radius: 0;
            height: 40px;
            margin-bottom: 10px;
        }

        .home-contact-us .left-contact-panel textarea {
            min-height: 110px;
            resize: vertical;
        }

        .home-contact-us .left-contact-panel input[type="submit"] {
            background: #58575c none repeat scroll 0 0;
            border: 0 none;
            color: #fff;
            font-size: 16px;
            margin: 0;
            transition: all 0.4s linear 0s;
            padding: 8px 20px;
        }

            .home-contact-us .left-contact-panel input[type="submit"]:hover {
                background: #155c76 none repeat scroll 0 0;
                text-decoration: none;
            }

        .home-contact-us .left-contact-panel span {
            color: red;
            float: right;
            font-size: 16px;
            position: relative;
            /*visibility: hidden;*/
        }

.careers {
    direction: rtl;
}

.careers-category {
    /*background: #d1d1cc none repeat scroll 0 0;*/
    margin-bottom: 15px;
    padding: 15px;
}

    .careers-category .accordion-group {
        background: #f0f0f0 none repeat scroll 0 0;
        margin-bottom: 1px;
        padding: 10px;
    }

    .careers-category .accordion-heading {
        /*margin-bottom:10px;*/
    }

    .careers-category .accordion-group .accordion-inner {
        background: #fff none repeat scroll 0 0;
        padding: 15px;
    }

    .careers-category .accordion-heading .accordion-toggle span {
        border: 1px solid #0d63ad;
        margin-left: 10px;
        padding: 8px 10px;
    }

    .careers-category .accordion-inner ul {
        margin-bottom: 20px;
    }

    .careers-category .accordion-inner a {
        background: #58575c none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        font-size: 16px;
        margin: 0;
        transition: all 0.4s linear 0s;
        padding: 4px 10px;
    }

        .careers-category .accordion-inner a:hover {
            background: #155c76 none repeat scroll 0 0;
            text-decoration: none;
        }

.medical-articles {
}

    .medical-articles .writtens_top {
        float: left;
    }

    .medical-articles ul.writtens_bottom, ul.writtens_top {
        clear: left;
        display: block;
        margin: 10px auto 30px;
        padding: 0;
        width: 100%;
    }

    .medical-articles ul.writtens_top li:nth-child(2n+1), ul.writtens_bottom li:nth-child(2n+1) {
        border-bottom: medium none;
        border-left: medium none;
        clear: left;
        margin-left: -1px;
    }

    .medical-articles ul.writtens_top li, ul.writtens_bottom li {
        display: inline;
        float: left;
        overflow: hidden;
        width: 49.5%;
    }

        .medical-articles ul.writtens_top li:nth-child(2n+1) a, ul.writtens_bottom li:nth-child(2n+1) a {
            /*padding-left: 1px;*/
        }

    .medical-articles ul.writtens_bottom li a, ul.writtens_top li a {
        color: #222;
        display: block;
        list-style-type: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: left;
        text-decoration: none;
        transition: background-color 0.25s ease 0s;
    }

    .medical-articles ul.writtens_top li a img {
        transition: all 0.5s ease 0s;
    }

ul.listing li a img, ul.writtens_bottom li a img, ul.writtens_top li a img {
    border: 1px solid #ccc;
    display: block;
    float: left;
    height: auto;
    margin: 0 15px 3px 0;
    padding: 0;
    width: 80px;
}

.csr img {
    border-bottom: 4px solid #0d63ad;
    margin-bottom: 20px;
}

.diagnostics img {
    border-bottom: 4px solid #0d63ad;
    margin-bottom: 20px;
}

.downloads {
    direction: rtl;
}

.download-categories {
    background: #f0f0f0 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 15px;
}

    .download-categories h3 {
        padding: 10px;
    }

    .download-categories .download-list {
        margin: 0px;
        padding: 0px;
    }

        .download-categories .download-list li {
            border-bottom: 1px solid #ccc;
            list-style-type: none;
            margin: 0 10px;
            padding: 5px 0;
        }

            .download-categories .download-list li a {
                color: #58575c;
            }

            .download-categories .download-list li span {
                text-align: right;
                float: left;
                margin-left: 25px;
                color: #58575c;
                font-weight: bold;
            }

            .download-categories .download-list li img {
                position: absolute;
                left: 40px;
                width: 20px;
            }

            .download-categories .download-list li.last {
                border-bottom: 0px solid #ccc;
            }

.search-items {
    margin-bottom: 20px;
    padding: 0 0 20px;
}

    .search-items .search-link {
        text-transform: uppercase;
        color: #58575c;
        font-size: 16px;
    }

        .search-items .search-link span {
            font-size: 14px;
            padding-left: 5px;
        }

.search-result .grayrow {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 5px 15px;
}

.search-result .whitecolor {
    background: #fff none repeat scroll 0 0;
    padding: 0 15px;
}

.find-doctor-results-table table {
    border: 1px solid #ccc;
    width: 100%;
}

    .find-doctor-results-table table tr th {
        background: #58575c none repeat scroll 0 0;
        color: #fff;
        padding: 10px;
        text-align: right;
    }

    .find-doctor-results-table table tr td {
        border: 1px solid #ccc;
        padding: 6px 10px;
    }

.form-templete {
    direction: rtl;
}

    .form-templete input[type="submit"] {
        background: #58575c none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding: 5px 10px;
        text-align: center;
        transition: all 0.4s linear 0s;
    }

        .form-templete input[type="submit"]:hover {
            background: #155c76 none repeat scroll 0 0;
            text-decoration: none;
        }

    .form-templete .form-control {
        margin-bottom: 5px;
    }

    .form-templete span {
        color: red;
        float: left;
        font-size: 16px;
        visibility: hidden;
    }
/**********************************/
.pagination-sm > li > a.active {
    background: #0d63ad none repeat scroll 0 0 !important;
    color: #fff !important;
}

.home-certificates {
    background: #fff none repeat scroll 0 0;
}

    .home-certificates img {
        margin: 0 auto;
        width: 450px;
    }

.chglogo {
    COLOR: #FFF;
    FONT-SIZE: 16PX;
    LINE-HEIGHT: 35PX;
    FONT-WEIGHT: BOLD;
}

.panel-title {
    display: flex;
}
/*********9-8-2016*******/
.main-logos {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 5px #e3e3e3;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
}

    .main-logos ul {
        direction: rtl;
        margin: 0px;
        padding: 0px;
    }

        .main-logos ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0 auto;
        }

            .main-logos ul li img {
                width: 100%;
            }

@media screen and (max-width: 1199px) {
    .main-logos ul li {
        width: 24%;
    }
}

@media screen and (max-width: 992px) {
    .main-logos ul li {
        /*width: 17%;*/
    }
}

@media screen and (max-width: 767px) {
    .main-logos ul li {
        width: 50%;
    margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .main-logos ul li {
       /* width: 55%;
         height: 32px; 
        margin-bottom: 20px;
        border-bottom: 1px solid #8bd7db;
        padding-bottom: 20px;*/
    }
	.main-logos ul li img {
                width: 100%;
            }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-right: 0px;
}
/***********************/
.banner-overlay {
    position: absolute;
    width: 100%;
    /* min-height: 100%; */
    background: url(../img/dot-70.png);
    z-index: 1;
    height: 250px;
}
.contact-info {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 15px;
    margin-left: 10px;
}
.contact-info p {
    padding-bottom: 0px;
    line-height: 30px;
}
	.downloadimg{
	float:left;
	}
	@media screen and (max-width: 520px) {
	.download-categories .download-list li{
	height:60px;
	}
	.downloadimg{
	float:left;
	}
	}
		@media screen and (max-width: 1199px) {
.home-find-doctor {

    height: 30px;
    line-height: 30px;

}
}
	@media screen and (max-width: 767px) {
.home-find-doctor {

    height: 50px;
    line-height: 50px;

}
}
.mainhotLine{
font-size: 28px;
    font-weight: bold;
	padding-left: 20px;
}