@font-face {
    font-family: 'Frutiger';
    src: url('/public/fonts/FrutigerLT-Light.eot'); /* IE9 Compat Modes */
    src: url('/public/fonts/FrutigerLT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/public/fonts/FrutigerLT-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('/public/fonts/FrutigerLT-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('/public/fonts/FrutigerLT-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
}
@font-face {
    font-family: 'FrutigerAr';
    src: url('/public/fonts/FrutigerLTArabic-45Light.eot'); /* IE9 Compat Modes */
    src: url('/public/fonts/FrutigerLTArabic-45Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/public/fonts/FrutigerLTArabic-45Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('/public/fonts/FrutigerLTArabic-45Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('/public/fonts/FrutigerLTArabic-45Light.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
}
@font-face {
    font-family: 'Frutiger';
    src: url('/public/fonts/FrutigerLTStd-Bold.eot'); /* IE9 Compat Modes */
    src: url('/public/fonts/FrutigerLTStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/public/fonts/FrutigerLTStd-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('/public/fonts/FrutigerLTStd-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('/public/fonts/FrutigerLTStd-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
}
@font-face {
    font-family: 'FrutigerAr';
    src: url('/public/fonts/FrutigerLTArabic-65Bold.eot'); /* IE9 Compat Modes */
    src: url('/public/fonts/FrutigerLTArabic-65Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/public/fonts/FrutigerLTArabic-65Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('/public/fonts/FrutigerLTArabic-65Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('/public/fonts/FrutigerLTArabic-65Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
}
body {
    font-family: "Frutiger";
}
/* Header */
.headerTop {
    height: 40px;
    background: url(/public/css/img/bg1.png) right top no-repeat;
}
.headerTop .contact {
    position: relative;
    display: inline-block;
    color:#fff;
    float: left;
    line-height: 23px;
    margin: 5px 15px;
    margin-left: 150px;
    text-decoration: none;
}
.headerTop .contact:before {
    content:"";
    position: absolute;
    width: 16px;
    height: 23px;
    left: -16px;
    background: url(/public/css/img/telephone.png) left center no-repeat;
}
.headerTop .map {
    position: relative;
    display: inline-block;
    color:#fff;
    float: right;
    line-height: 23px;
    margin: 5px 15px;
    margin-left: 25px;
    text-decoration: none;
}
.headerTop .map:before {
    content:"";
    position: absolute;
    width: 20px;
    height: 22px;
    left: -20px;
    background: url(/public/css/img/app.png) left center no-repeat;
}
.headerTop .langs {
    float: right;
    padding: 8px;
    color: #FFFFFF;
}
.headerTop .langs a{
    color: #FFFFFF;
    padding: 3px;
}
.headerTop .langs a:hover{
    color: #74b3da;
}


.navbar-header .logo{
    margin-top: -35px;
    width: 220px;
}
.navbar-default{
    border-top: 0;
    background: url(/public/css/img/pattern2.png);
}
.navbar-default .navbar-nav>li {
    padding: 0 12px;
}
.navbar-default .navbar-nav>li a {
    color: #74b3da;
    font-size: 16px;
}
.nav.navbar-nav li a{
    padding: 15px 5px;
}
.navbar-nav {
    float: right;
    margin: 0;
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav>li {
        padding: 0;
    }
    .navbar-default .navbar-nav>li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #f9c359;
    background-color: transparent;
}
.navbar-default .navbar-nav>li a:focus, .navbar-default .navbar-nav>li a:hover {
    color: #f9c359;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #f9c359;
    background-color: transparent;
}
/* Header ENDs*/
/* Footer */
.footerBand {
    background: #74b3da url(/public/css/img/pattern.png);
}
.footerBand .hoverImgCont {
    background: #74b3da;
    float: right;
    position: relative;
    text-align: center;
}
.footerBand .hoverImgCont.deactive img{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.footerBand .hoverImgCont .hoverCont {
    position: absolute;
    background: rgba(32,38,78,0.5);
    color: #f9c359;
    width: 100%;
    padding-top: 0;
    height: 0;
    transition: all 0.5s;
}
.footerBand .hoverImgCont:hover .hoverCont {
    padding-top: 70%;
    height: 100%;
}
.footerBand .hoverImgCont .hoverCont span {
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.footerBand .hoverImgCont:hover .hoverCont span {
    font-size: 14px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.upIcons {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition-duration: 0.3s; 
    transition-duration: 0.3s; 
    -webkit-transition-property: transform; 
    transition-property: transform; 
    -webkit-transform: translateZ(0); 
    transform: translateZ(0); 
}
.upIcons:hover {
    -webkit-transform: scale(1.2); 
    transform: scale(1.2);
}
.upIcons .spacer {
    visibility: hidden;
    position: relative;
    z-index: -1;
}
.upIcons .cont {
    position: absolute;
    margin-top: 39%;
    width: 100%;
    z-index: 0;
    top:0;
}
@media screen and (max-width: 991px) {
    .upIcons .cont {
        margin-top: 30%;
    }
}
.upIcons .cont img {
    height: 36px;
}
/* Footer ENDs*/
/* Footer Bottom */
.footerBottom {
    background: #f4f9fc;
    color: #81859b;
    padding-top: 75px;
}
@media screen and (max-width: 991px) {
    .footerBottom{
        padding-top: 0;
    }
}

.footerBottom .container{
    padding-top:25px; 
    padding-bottom:25px; 
}

.footerBottom .bottomLeftCont{
    padding-top:20px; 
    padding-bottom:20px; 
}

.footerBottom .bottomLeftCont a {
    font-size: 13px;
    color: #81859b;
    display: block;
}
.footerBottom .bottomLeftCont a:hover {
    color: #f9c359;
}

.footerBottom .bottomLeftCont a.head {
    font-size: 15px;
    color: #74b3da;
    margin-bottom: 25px;
}

.footerBottom .bottomLeftCont a.head1 {
    font-size: 15px;
    color: #74b3da;
}

.footerBottom .bottomLeftCont a.head2 {
    font-size: 13px;
    color: #74b3da;
}

.footerBottom .bottomLeftCont a.derma {
    position: relative;
    font-size: 15px;
    color: #74b3da;
}
.footerBottom .bottomLeftCont a.derma span{
    position: relative;
    z-index: 2;
    background: #f4f9fc;
    padding-right: 10px;
}
.footerBottom .bottomLeftCont a.derma:after {
    position: absolute;
    content:"";
    background: #74b3da;
    height: 1px;
    width: 100%;
    top:50%;
    left:0;
}
@media screen and (max-width: 991px) {
    .footerBottom .bottomLeftCont a.derma:after {
        content:none;
    }
}

.footerBottom .bottomRightCont {
    position: absolute;
    bottom: 0;
    right: 0;
}
.footerBottom .social {
    text-align: right;
    margin-bottom: 10px;
}
.footerBottom .social a {
    height: 17px;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    margin: 0 10px;
    text-decoration: none;
}
.footerBottom .social a:last-of-type {
    margin-right: 0;
}
.footerBottom .copy{
    font-size: 12px;
    color: #74b3da;
    text-align: right;
}
/* Footer Bottom ENDs*/

/* General Classes */
.shadowTrans {
    position: relative;
    margin-bottom: 22px;
    z-index: 1;
}
.shadowTrans:after {
    content:"";
    position: absolute;
    right: -15px;
    bottom: -22px;
    background: url(/public/css/img/shadow2.png);
    width: 269px;
    height: 211px;
    z-index: -1;
}

.picShadowTrans {
    position: relative;
    margin-bottom: 22px;
    z-index: 1;
    overflow: hidden;
    padding-right: 7px;
    padding-bottom: 10px;
    display: inline-block;
}
.picShadowTrans:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/public/css/img/shadow3.png);
    width: 133px;
    height: 105px;
    z-index: 0;
    background-repeat: no-repeat;
}
.picShadowTrans img {
    position: relative;
    z-index: 1;
}

.servicesPicShadowTrans {
    position: relative;
    margin-bottom: 22px;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    padding: 0 15px 15px 0;
}
.servicesPicShadowTrans:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px; 
    background: url(/public/css/img/shadow2.png) right;
    width: 100%;
    height: 211px;
    z-index: -1;
    background-repeat: no-repeat;
}


.servicesCategoriesShadowTrans {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 400px;
    width: 100%;
}
.servicesCategoriesShadowTrans::before{
    content: "";
    position: absolute;
    right: -5px;
    top: -5px;
    background: url(/public/css/img/servicesShadow.png);
    width: 447px;
    height: 362px;
    z-index: -1;
}

.bottomLeftRadius {
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-bottom-left-radius: 60px;
}

.topLeftRadius {
    -webkit-border-top-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    border-top-left-radius: 100px;
}
@media screen and (max-width: 991px) {
    .topLeftRadius {
        -webkit-border-top-left-radius: 40px;
        -moz-border-radius-topleft: 40px;
        border-top-left-radius: 40px;
    }
}

.defaulText{
    color: #20264e;
}

.topBlueTitle{
    color: #74b3da;
    font-size: 45px;
    margin-top: 25px;
    padding-bottom: 10px;
}

.topBlueSubTitle{
    color: #74b3da;
    font-size: 25px;
    margin-top: 5px;
    padding-bottom: 10px;
}

/* General Classes ENDs */
/* Index Page*/
.sliderCont {
    margin-bottom: 7px;
}
#mainSlider {
    margin-right: -21px;
    position: relative;
    z-index: 0;
    width: 100%;
}
#mainSlider .carousel-indicators li {
    background-color: #fff;
}
#mainSlider .carousel-indicators .active {
    background-color: #f9c359;
    border:none;
}
.sliderRight {
    position: absolute;
    z-index: 1;
    right: 0;
    top:0;
}
.sliderRight a{
    position: relative;
}
.sliderRight a span{
    position: absolute;
    color: #fff;
    font-size: 26px;
    padding: 15px;
    text-align: right;
    right: 0;
    margin-top: 52%;
}
.sliderRight a:first-of-type span{
    margin-top: 60%;
    width: 100%    
}
.mainPageAbout {
    color:#fff;
    font-size: 13px;
    background: #f9c359;
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-right: 30px;
}
.mainPageAbout a {
    color:#1e6ca4;
    font-size: 11px;
    letter-spacing: -1px;
}
.mainPageAbout .row div:first-of-type {
    text-align: right;
    font-size: 23px;
    line-height: 22px;
}
.welcome {
    color: #1f254d;
    font-size: 14px;
    padding-top: 35px; 
    padding-bottom: 15px; 
}
.welcome h1{
    color: #fff;
    font-size: 21px;
}
#newsCarousel {
    margin-bottom: 44px;
}
@media screen and (max-width: 991px) {
    #newsCarousel {
        margin-bottom: 0;
    }
}
#newsCarousel h1 {
    color:#f9c359;
    font-size: 17px;
    background: url(/public/css/img/line.png) bottom repeat-x;
    line-height: 40px;
}
#newsCarousel h1 a{
    text-decoration: none;
}
#newsCarousel h2{
    margin: 0;
    padding: 0;
    color:#74b3da;
    font-size: 17px;
}
#newsCarousel .item a{
    color:#f9c359;
    font-size: 13px;
    position: absolute;
    bottom: 0;

}

.outterUpIcons .upIcons .cont {
    color:#74b3da;
}
/* Index Page ENDs*/



/* about */
.aboutBackground{
    background: url(/public/img/aboutBG.png) no-repeat center;
    min-height: 466px;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .aboutBackground{
        background: #f4f9fc;
    }
}

/* END about */


/* Ceo Message */
.ceoBackground{
    background-color: #f4f9fc;
    min-height: 650px;
    width: 100%;
}

.photoTextRight{
    color: #74b3da;
    font-size: 12px;
    text-align: right;
}

.photoTextLeft{
    color: #74b3da;
    font-size: 12px;
}



/* END Ceo Message */

/* ourBeauticianc */
.ourBeauticiancBackground{
    background: url(/public/img/flower.png) no-repeat;
    min-height: 466px;
    background-position: right;
    background-color: #f4f9fc;
}
@media screen and (max-width: 991px) {
    .ourBeauticiancBackground{
        background: #f4f9fc;
    }
}

/* END ourBeauticianc */


.insuranceBackground{
    background-color: #f4f9fc;
    min-height: 500px;
}

.insuranceLogo{
    margin-left: auto;
    margin-right: auto;
}

.doctorsBackground{
    background-color: #f4f9fc; 
    height: 100%;
    width: 100%; 
}

.doctorsTopLine{
    border-top: 1px #000 solid;
}

.sevicesDiv{
    min-height: 450px;
}

@media screen and (min-width: 991px) {
    .paddingRight_0{
        padding-right: 4px;
    }
    .paddingLeft_0{
        padding-left: 0px;
    }
}

.servicesTitleBG{
    height: 90px;
    width: 100%;
    background-color: #f9c359;
    text-align: right;
}

.servicesTitleBG font{
    padding: 5px 0 5px 0;
    float: right;
    color: #fff;
    font-size: 28px;
    padding-right: 20px;
}

.servicesCategoriesBG{
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-color: #f4f9fc;
    padding-left: 50px;
}

/*bootstrap*/

.carousel-indicators {
    margin-left: -22%;
}

.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FDFDFD; 
    background-image: none;
    border: 1px solid #f4f9fc;
    border-radius: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #74b3da;
    border-color: #74b3da;
}

.btn{
    border-radius: 0px;
}

.btn-reset{
    color: #fff;
    background-color: #89B8E0;
    border-color: #89B8E0;
}

.btn-reset:hover{
    color: #fff;
    background-color: #2A6FAA;
    border-color: #2A6FAA;
}

label{
    font-size: 13px;
}

a:focus, a:hover{
    text-decoration: none;
}
.panel-default{
    border: none !important;
}

.panel-default>.panel-heading{
    color: #74b3da !important;
    background-color:#f4f9fc;
    border:none;
}

.panel-title {
    font-size: 45px;
    margin-left: -32px;
}

.panel-titleActive {
    font-size: 45px;
    margin-left: -32px;
    color: #f9c359 !important;
}

.panel{
    background-color: #f4f9fc;
    border-radius: 0px;
    -webkit-box-shadow:0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
    padding:0px 15px 15px 15px;
}

#menu1.dropdown-menu{
    background-color: #20264e;
    min-width: 400px;
    color: #f9c359;
    opacity: 0.9;
    height: 80px;
    text-align: center;
    /*display: block;*/
}

#menu1.dropdown-menu div{
    width: 197px;
    height: 55px;
    float: left;
    margin-top:10px;
    text-align: center;
}

#menu1.dropdown-menu a{
    font-size: 18px;
    color: #fff;
    opacity: 1;
    text-align: left;
    font-weight: bold;
    float: left;
    margin-left: 15px;
    padding: 0;
}

.menuIcon{
    float: left;
    margin-left: 15px;
    margin-top: 15px
}

#menu1.dropdown-menu a:hover{
    color: #f9c359;
    text-decoration: none;
}

/* sm size navbar */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
        margin-top: 40px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/**/
.panel-group-selectCont {
    margin-bottom: 20px;
}
.servicesUl {
    margin-top: 0;
    margin-left: -39px;
    list-style-type: none;
}

.servicesUl li{
    color: #20264e;
    font-size: 13px;
    cursor: pointer;
    float: left;
    width: 100%;
    height: auto;
}
.servicesUl li i{
    float: left;
    padding-right: 5px;
    font-size: 18px;
    height: 23px;
}

.servicesUl li:hover,
.servicesUl li.active{
    color: #74b3da;
    text-decoration: none;
}

.dropdown:hover #menu1.dropdown-menu {
    display: block;
}



/*Serices Menu*/

.sidebar-nav {
    padding: 9px 0;
}

#menu1.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: visible;
    margin-top: -1px;
}

#menu1.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover #menu1.dropdown-menu {
    display: block;
}

.nav-tabs #menu1.dropdown-menu, .nav-pills #menu1.dropdown-menu, .navbar #menu1.dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/**/
.appointementBackground{
    background-color: #f4f9fc;
    min-height: 500px;
}

.homeLinksSpacing{
    padding-top: 15px;
}

input, textarea, select {
    -webkit-appearance: none;
}

/********--QuestionAndAnswer--**********/
.questionAndAnswer{
    width: 100%;
    height: auto;
    float: left;
    padding: 0px 50px;
}
a.question{
    font-size: 18px;
}

/********--QuestionAndAnswer--**********/

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .navbar-default .navbar-nav>li a {
        padding-left: 5px;
        padding-right: 5px;
    }

}
