﻿@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('/fonts/droidKufiAR/DroidKufi-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('/fonts/droidKufiAR/DroidKufi-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3ï¿½5 */
}
.navbar
{
    background: white !important;
    padding: 0 1rem !important;
}

@media (min-width: 992px)
{
.navbar-expand-lg .navbar-collapse {
    margin-top: 14px;
}
.mmactive
{
    border-bottom: 4px solid #0FB8B5;
}
.nav-item
{
    transition: all linear 0.25s;
}
.Welcomecontainer {
    text-transform: uppercase;    
    color: white;   
}
.Welcomecontainer h2 {
    letter-spacing: 24px;
}
.Welcomecontainer h3 {
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.pubcontainer {
    height: 45px;
    font-size: 22px;
    background: rgba(25, 186, 226, 0.85);
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 5px;
    display: inline-block;
}
.arabic {
    font-family: "DroidKufi-Regular" !important;
    text-align: right !important;  
}

.p-4 h3
{
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}
.openinghours
{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.footer-main .footer-top {
color : white !important;
    padding: 20px 15px;
}
.dirrtl {
    direction: rtl;
}
    .arabic .float-label {
        left: unset !important;
        right: 10px !important;
    }

.simplecolumns {
    direction: rtl;
    padding-right: 0;
}

blockquote {
    color: white;
    background: rgb(89, 202, 202);
    font-family: "Ubuntu", sans-serif;
    position: relative;
    left: 38%;
    font-size: 17px;
    padding: 30px 50px !important;
    margin: 0 0 20px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, 0, 0);
    text-transform: uppercase;
    width: 500px;
    font-family: 'open sans';
    text-align: center;
}

    blockquote:before, blockquote:after {
        position: absolute;
        width: 60px;
        height: 60px;
        font-size: 90px;
        line-height: 1;
    }

    blockquote:before {
        top: 0;
        left: 10px;
        content: "\201C";
    }

    blockquote:after {
        bottom: 0;
        right: 10px;
        content: "\201D";
    }


.innerquote {
    max-width: 300px;
}
 
  
.servtable {
    width: 100%;
}

    .servtable ul {
        padding-left: 0 !important;
    }

    .servtable li {
        font-weight: bold;
        text-transform: uppercase;
        height: 27px;
        background: url(/images/bullet_red.png) no-repeat -3px -1px !important;
        padding-left: 15px !important;
    }
.clip-svg {
    width: 0;
    height: 0;
}
ul {
    list-style: none;
}

.simplecolumns li {
    background: url(/images/check.png) no-repeat right 5px;
    padding-right: 25px;
}
.ca-container{
	position:relative;
	margin:25px auto 20px auto;
	width:360px;
	height:270px;
  margin-top: 0 !important;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:180px;
	height:100%;
	text-align:center;
}

.ca-item-main{
	/*padding:20px;*/
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	/*-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}
.ca-icon{
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
  background:transparent url(/images/qsn/s2.jpg) no-repeat center center;
  background-size: contain;
}
.ca-item-2 .ca-icon{
	background-image:url(/images/qsn/s1.jpg);
}
.ca-item-3 .ca-icon{
	background-image:url(/images/qsn/s3.jpg);
}
.ca-item-4 .ca-icon{
	background-image:url(/images/qsn/s4.jpg);
}
.ca-item-5 .ca-icon{
	background-image:url(/images/qsn/s5.jpg);
}
.ca-item-6 .ca-icon{
	background-image:url(/images/animal6.png);
}
.ca-item-7 .ca-icon{
	background-image:url(/images/animal7.png);
}
.ca-item-8 .ca-icon{
	background-image:url(/images/animal8.png);
}

.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-content{
	width:660px;
	overflow:hidden;
}
 
 
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
  visibility: collapse;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

.mainbottomcontainerphone {
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center !important;
    color: #fff;
    font-size: 36px;
}

.mainadress {
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.mainbigtitle {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    /* border-bottom: solid 1px rgba(42, 147, 201,0.2); */
}

.arabic {
    text-align: right !important;
}

.default {
    text-align: left;
}

.Welcome {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2000;
}

    .Welcome .btn {
        background: #2f89fc;
        border: 1px solid #2f89fc;
        color: #fff;
        padding: 7px 20px !important;
        font-size: 16px;
    }

    .Welcome .btnpat {
        background: #fc892f;
        border: 1px solid #fc892f;
    }



.login__row {
    height: 5rem;
    /*padding-top: 1rem;*/
    padding: 0 !important;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.login__icon {
    margin-bottom: -0.4rem;
    margin-right: 0.5rem;
}

    .login__icon.name path {
        stroke-dasharray: 73.50196075439453;
        stroke-dashoffset: 73.50196075439453;
        -webkit-animation: animatePath 2s 0.5s forwards;
        animation: animatePath 2s 0.5s forwards;
    }

    .login__icon.pass path {
        stroke-dasharray: 92.10662841796875;
        stroke-dashoffset: 92.10662841796875;
        -webkit-animation: animatePath 2s 0.5s forwards;
        -moz-animation: animatePath 2s 0.5s forwards;
        -o-animation: animatePath 2s 0.5s forwards;
        animation: animatePath 2s 0.5s forwards;
    }

.login__input {
    display: inline-block;
    width: 22rem;
    height: 100%;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    background: transparent;
    color: #0D0C0D;
}

.login__submit {
    position: relative;
    width: 100px;
    height: 32px;
    /*margin: 5rem 0 2.2rem;*/
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.8);
    background: #F15a23;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    border: none;
    outline: none;
    -moz-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -o-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login__submitmed {
    background: #139eb1 !important;
}

.login__submit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px dotted #fff;
    border-radius: 50%;
    border-left: none;
    border-bottom: none;
    -webkit-animation: rotate 0.5s infinite linear;
    -moz-animation: rotate 0.5s infinite linear;
    -o-animation: rotate 0.5s infinite linear;
    animation: rotate 0.5s infinite linear;
    -webkit-transition: opacity 0.1s 0.4s;
    -moz-transition: opacity 0.1s 0.4s;
    -o-transition: opacity 0.1s 0.4s;
    transition: opacity 0.1s 0.4s;
    opacity: 0;
}

.login__submit.processing {
    width: 4rem;
    font-size: 0;
    margin-left: 85px !important;
}

    .login__submit.processing:after {
        opacity: 1;
    }

.login__submit.success {
    -webkit-transition: -webkit-transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -moz-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -o-transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    transition: transform 0.3s 0.1s ease-out, opacity 0.1s 0.3s, background-color 0.1s 0.3s;
    -webkit-transform: scale(30);
    -ms-transform: scale(30);
    -moz-transform: scale(30);
    -o-transform: scale(30);
    transform: scale(30);
    opacity: 0.9;
}

    .login__submit.success:after {
        -webkit-transition: opacity 0.1s 0s;
        -moz-transition: opacity 0.1s 0s;
        -o-transition: opacity 0.1s 0s;
        transition: opacity 0.1s 0s;
        opacity: 0;
    }


.ripple {
    position: absolute;
    /*width: 15rem;
        height: 15rem;
        margin-left: -7.5rem;
        margin-top: -7.5rem*/;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: animRipple 0.4s;
    animation: animRipple 0.4s;
    border-radius: 50%;
}

@-webkit-keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes animRipple {
    to {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animatePath {
    to {
        stroke-dashoffset: 0;
    }
}











/* -- Input styles ---------------------------------- */
.form-group {
    position: relative;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    width: 80%;
    margin-left: 25px;
}

.input-group {
    position: relative;
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.input-group .form-control {
    position: relative;
    z-index: inherit;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
}

.form-control:focus {
    border-color: #999;
    outline: none;
    box-shadow: none;
}

/* -- label styles ---------------------------------- */
label {
    position: absolute;
    top: -18px;
    color: #999;
    font-size: 12px;
    font-weight: 300;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
    position: relative;
    top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        font-size: 16px;
    }
}





.float-label {
    left: 20px;
    top: 7px;
    font-size: 12px;
    pointer-events: none;
}

/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 12px;
}


/* input colors ---- */

.form-control:focus {
    ~ label

{
    color: #03a9f4;
}

~ .form-bar:before, ~ .form-bar:after {
    background: #03a9f4;
}

}




.form-control:valid ~ .control-label {
}

/* help-block */
.form-group .help-block {
    position: absolute;
}

.help-block {
    color: #bdbdbd;
    // caption font-size: 12px;
    font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
    border: none;
    background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: inherit;
}

.input-group {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-top: 16px;
    }

    .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
        display: inline-block;
    }

    .input-group {
        width: auto;
    }
}

/* -- bar styles -------------------------------------- */
.form-bar {
    position: relative;
    display: block;
    width: 100%;
}

    .form-bar:before, .form-bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 0;
        position: absolute;
        transition: 0.3s ease all;
        -moz-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
    }

    .form-bar:before {
        left: 50%;
    }

    .form-bar:after {
        right: 50%;
    }

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
    width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*-- Checkbox --------------------------- */
// fork from http://codepen.io/jasonmayes/pen/wxtFr
/* 
       * Core styles required for the checkboxes.
       * @author Jason Mayes 2014, www.jasonmayes.com
      */
.form-group.checkbox {
    margin-top: 20px;
}

.checkbox input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
}

.checkbox label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
}

.checkbox .chk-span {
    top: 0;
    border: 1px solid #5a5a5a;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 14px;
    margin: 0 14px 14px 1px;
    outline-color: #eaeaea;
    padding: 0;
    position: relative;
    width: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

    .checkbox .chk-span.checked {
        top: -2px;
        border-left: 2px solid #03a9f4;
        border-bottom: 4px solid #03a9f4;
        border-top: 1px solid rgba(0,0,0,0);
        border-right: 1px solid rgba(0,0,0,0);
        -webkit-transform: rotate(-45deg) scaleY(0.5);
        -moz-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
        -o-transform: rotate(-45deg) scaleY(0.5);
        transform: rotate(-45deg) scaleY(0.5);
    }

// Checkbox colors
.checkbox .chk-span.checked {
    border-left-color: #03a9f4;
    border-bottom-color: #03a9f4;
}




@media (min-width: 768px) {
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 5px;
    }
}





.form-control-static {
    font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}


#focusedInput {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    box-shadow: none;
}

.modalcloseimgbtn {
    float: right;
    margin-top: 0;
    margin-right: 10px;
    width: 20px;
    height: auto;
}

.login__form {
    margin-top: -10px !important;
    /* text-align: center; */
    width: 200px;
}

.labcontainer {
    position: fixed !important;
    max-width: 100%;
    height: 800px;
    width: 600px !important;
    left: calc(50% - 300px);
    top: calc(50% - 400px);
    /*background : green;*/
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 101;
    text-align: center !important;
}


    .labcontainer svg {
    }

svg {
    max-width: 100%;
    /* visibility: hidden;  */
}

.waitfading h4 {
    position: relative;
    top: 100px;
    text-transform: uppercase;
    color: #EA5924;
    font-size: 24px;
    text-align: center;
    -moz-animation: fadeIn 1s infinite alternate;
    -o-animation: fadeIn 1s infinite alternate;
    -webkit-animation: fadeIn 1s infinite alternate;
    animation: fadeIn 0.4s infinite alternate;
    margin-top: -300px;
}

@keyframes fadeIn {
    from {
        opacity: 0.35;
    }
}


.connectbutton {
    width: 194px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    transition: all linear 0.15s;
    cursor: pointer;
}

    .connectbutton:hover {
        -ms-transform: scale(1.05, 1.05); /* IE 9 */
        -webkit-transform: scale(1.05, 1.05); /* Safari */
        transform: scale(1.05, 1.05);
    }

.conpat {
    /*background: url(../images/Instrument-MicroscopeBG.png) center center no-repeat, url(../images/Instrument-Microscope.png) 10px center no-repeat, rgba(239, 65, 54,0.75);
          background-size: 300px, 24px;*/
    background: url(../images/respatientbutton.png) left top no-repeat;
}

.conmed {
    margin-left: 50px;
    background: url(../images/resmedecinbutton.png) left top no-repeat;
}




.loginwindow {
    height: 240px;
    width: 220px;
    overflow: hidden;
    background: white;
    position: absolute;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index: 100;
    top: -30px;
}

.loginwindow1 {
    left: 0;
}

.loginwindow2 {
    right: 0;
}

.logintitle {
    background: url('../images/logoicon.png') no-repeat;
    height: 60px;
    background-size: 30px;
    background-position: left 15px;
    /* padding-left : 40px; */
    padding-top: 5px;
    /* margin-left : 30px; */
    color: #d9bd90;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

    .logintitle span {
        color: #948055;
    }

.logintitlecolor2 {
    color: #0fa2d5 !important;
}


    .logintitlecolor2 span {
        color: #0c6c8e !important;
    }

.boardholder {
    width: 100%;
    height: 100%;
    position: absolute;
}


.lginnerdivB {
    padding: 20px;
}


.loginwait {
    position: absolute;
    opacity: 0;
    visibility: collapse;
    left: 0;
    top: 50px;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: white;
    z-index: 500;
}

.loginwaitvisible {
    opacity: 1;
    visibility: visible;
}


@keyframes fadeIn {
    from {
        opacity: 0.35;
    }
}


.wait {
    position: absolute;
    top: 50%;
    left: 50%;
    color: red;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 501;
    text-align: center;
    -moz-animation: fadeIn 1s infinite alternate;
    -o-animation: fadeIn 1s infinite alternate;
    -webkit-animation: fadeIn 1s infinite alternate;
    animation: fadeIn 0.4s infinite alternate;
}


.serveur p {
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Lato';
    font-style: italic;
}

.mainbanner {
    position: absolute;
    top: 220px;
    width: 100%;
    z-index: 10;
}

.Welcomecontainer {
    position: absolute;
    /*left: 100px;*/
     top: calc(50% - 90px);  
    z-index: 100;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
 
}


.terguiContainer {
    position: absolute;
    right: -50px;
    background: rgba(0,0,0,.75);
    padding: 30px 50px;
    border-radius: 5px;
}

    .terguiContainer img {
        height: 100px;
    }

.logincontainer {
    /* position: absolute; */
    /* left: 50px; */
    /*top: calc(50% - 90px);*/
    z-index: 100;
}

.mainpagelogincontainer {
    background: rgba(0, 0, 0,0.25);
    /*background : rgba(255, 255, 255,0.65);*/
    border-radius: 3px;
    width: 450px;
    height: 180px;
    overflow: hidden;
    /* position : fixed;
    left : 20px;top : 250px; */
    /*color : #39c5de;*/
    color: white;
}

.mainpagelogincontainerinner {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

    .mainpagelogincontainerinner h4 {
        color: white !important;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 30px;
    }

    .mainpagelogincontainerinner button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -50px;
        outline: none !important;
        background: rgba(0,0,0, 0) !important;
        border: 1px solid white;
        border-radius: 20px;
        padding: 5px;
        font-size: 12px;
        width: 100px;
        color: white;
    }



.loginwindow {
    height: 260px;
    width: 240px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: -35px;
    left: 30;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 12px;
    z-index: 100;
    /*margin-left : 20px;*/
    transition: all linear 0.2s;
}

#logintitle {
    background: url('../images/logoicon.png') no-repeat;
    height: 60px;
    background-size: 30px;
    background-position: left 15px;
    padding-left: 40px;
    padding-top: 20px;
    margin-left: 30px;
    color: #d9bd90;
    text-transform: uppercase;
}

    #logintitle span {
        color: #948055;
    }

.logintitlecolor2 {
    color: #0fa2d5 !important;
}


    .logintitlecolor2 span {
        color: #0c6c8e !important;
    }


.toc-tab-box h2.acc-title {
    color: #002d5b;
    background: #FAFAFA;
    padding: 30px 0px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    float: left;
    display: none;
}

.toc-tab-box .acc-content {
    width: 100%;
    margin-bottom: 4px;
    float: left;
    position: relative;
    overflow: hidden;
}

.accordionItemHeading .circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    background: #122C5F;
    color: #fff;
    margin-right: 15px;
}

.accordionItemHeading .circle {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../images/Hexagon.png') no-repeat;
    background-size: 24px;
    font-weight: 300;
    float: left;
    display: block;
    margin: 6px 14px;
}

.accordionItemHeading h4 {
    color: #389AD8;
    font-size: 16px;
    transition: all 0.5s ease;
    line-height: 24px;
    font-weight: Bold;
    margin: 15px 0px;
    cursor: pointer;
    background: url(/images/bullet_red.png) no-repeat -3px 2px !important;
    padding-left: 15px !important;
}

.quest .answer {
    border-left: 1px solid #58ABDF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px 10px 36px;
}

.section-title {
    margin-top: 0;
    /* position: relative; */
    /* position: absolute; */
    line-height: 1;
    border-left: 3px solid #6ebbbb !important;
    color: #555555;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.ftco-section {
    padding: 2em 0 !important;
}


#paramul {
    width: 100%;
}

    #paramul li {
        float: left;
        width: 25%;
        margin-right: 10px;
        transition: all linear 0.15s;
    }

#paramulhidden {
    height: 0;
    opacity: 0;
}

.alphainnerliGroup {
    font-weight: Bold;
    color: #ff2700;
    width: 100% !important;
    font-size: 26px;
}


    .alphainnerliGroup:not(:first-of-type) {
        margin-top: 50px;
    }

.letter {
    float: left;
    height: 30px;
    width: 25px;
    padding: 5px;
    border-left: solid 1px #ececec;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    text-align: center;
    cursor: pointer;
}

.letterlast {
    border-right: solid 1px #ececec;
}

.alph-searchbar {
    margin-top: 20px;
    margin-bottom: 10px;
    background: #ececec;
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    position: relative;
    top: 50px;
    left: 0;
    z-index: 1;
}


#paramscroll {
    margin-top: 60px !important;
}

#paramsearch {
    border-radius: 15px;
    border: solid 1px #ccc;
    padding: 3px 3px 3px 10px;
}


.block-23 ul li .icon {
    text-align: left !important;
}

.login__submit {
    position: absolute !important;
    left: calc(50% - 50px) !important;
}

.coordheader {
    padding-left: 40px;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #ffffff55;
}

.ch1 {
    background: url("/images/HomeBig.png");
    background-size: 22px;
    background-position: 5px 2px;
}

.ch2 {
    background: url("/images/Alarm-02-WF.png");
    background-size: 22px;
    background-position: 5px 2px;
}

.ch3 {
    background: url("/images/homephone.png");
    background-size: 22px;
    background-position: 5px 2px;
}



.contactch1 {
    background: url("/images/homeyellow.png");
    background-size: 30px;
    background-position: 5px 2px;
    padding-left: 50px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.contactch2 {
    background: url("/images/clockyellow.png");
    background-size: 30px;
    background-position: 5px 2px;
    padding-left: 50px;
    padding-top: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.contactch3 {
    background: url("/images/Phoneyellow.png");
    background-size: 30px;
    background-position: 5px 2px;
    padding-left: 50px;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.trheader {
    height: 70px;
}

.dashed {
    border-bottom: 1px dashed #c0c0c0;
    padding: 5px 0 10px;
    height: 30px;
}
.color-1 {
    background: #2cbcbc;
}
.color-2 {
    background: #21aac4;
}
.color-3 {
    background: #2f90f4;
}

.mainpatbutton {
    background: url(/images/microscope.png) 15px center no-repeat rgba(243, 90, 5,.9);
    background-size: 14px;
    margin-bottom : 40px;
}

.mainmedbutton {
    background: url(/images/Doctorprofileblanc.png) 15px center no-repeat #24a6a5;
    background-size: 14px;
}

.mainbutton {
    width: 90%;
    height: 45px;
    overflow: hidden;
    color: white;
    /* font-family: 'open sans'; */
    font-weight: bold;
    border: none;
   
    text-transform: uppercase;
    padding-left: 25px;
    text-align: left;
    border-radius: 25px;
    font-size: 12px;
    text-align: center;
    /* padding-top: 40px; */
}
.ftco-intro p
{
    color : white !important;
}


.mobilewelcomecontianer {
   display : none;
}
.topcoord {
    height: 50px;
    background-size: 30px !important;
    padding-left: 50px;
    font-size: 14px;
}

    .topcoord span {
        color: rgba(68,68,68,.4);
    }

.tophours {
    background: url('/images/tophours.png') no-repeat;
    background-position: 5px center;
}

.topphone {
    background: url('/images/topphone.png') no-repeat;
    background-position: 5px center;
}

.toplocation {
    direction: rtl;
    background: url('/images/toplocation.png') no-repeat;
    background-position: 5px center;
}
#moblogo {
    display: none;
}

.hero-slider .slider-item:before {
    background: rgba(0, 0, 0, 0.25) !important;
}

.navbar .navbar-nav li > .nav-link {
    font-size: 14px !important;
    color: black;
    font-weight: bold;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: black !important;
}
@media (max-width: 991px) {
    .mobilewelcomecontianer {
        display: block;
    }
    .header-uper {
      
        display: none !important;
    }
    .navbar {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }

        .navbar .navbar-nav li > .nav-link {
            /*font-size : 16px !important;*/
        }
            .navbar .navbar-nav {
        padding: 15px 0;
        position: relative;
        background: white;
        z-index: 200;
    }

    .nav-link {
        color: black !important;
    }
    .navbarcontainer
    {
        height : 40px;
    }
    .navbar-toggler {
        position: absolute;
        right: 8px;
        top: 6px;
        border-color: #24a6a5 !important;
      
        border-radius: 8px !important;
    }
        .navbar-toggler span {
            color: #24a6a5 !important;
        }
    #moblogo {
        position: absolute;
        left: 8px;
        top: 6px;
        height: 40px;
        display : block;
    }
    .navbar {
        background: white;
    }
    .Welcomecontainer {
        display: none;
    }
}
