
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid;text-decoration: none;}
a{
  color: #000000;
}
a:active{
text-decoration: underline;
}
a:hover {
  color: #ed1c24 !important;
  text-decoration:none !important;
}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
h1, h2, h3, h4, h5, h6,p {margin:0 0 15px;}
a {transition: all 0.3s ease 0s;text-decoration:none}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
p{color:#7e7e7e}
body {font-family: 'Raleway', sans-serif;}
.slicknav_menu {display: none;}
/* font-face */
@font-face {
    font-family: 'NexaBold';
    src: url('fonts/NexaBold.eot');
    src: url('fonts/NexaBold.eot') format('embedded-opentype'),
         url('fonts/NexaBold.woff2') format('woff2'),
         url('fonts/NexaBold.woff') format('woff'),
         url('fonts/NexaBold.ttf') format('truetype'),
         url('fonts/NexaBold.svg#NexaBold') format('svg');
}
@font-face {
    font-family: 'NexaLight';
    src: url('fonts/NexaLight.eot');
    src: url('fonts/NexaLight.eot') format('embedded-opentype'),
         url('fonts/NexaLight.woff2') format('woff2'),
         url('fonts/NexaLight.woff') format('woff'),
         url('fonts/NexaLight.ttf') format('truetype'),
         url('fonts/NexaLight.svg#NexaLight') format('svg');
}
.navbar-default{
  margin-top: -15px;
}
.navbar-right{
  padding-top: 35px;
}
/*==========================
2. PRELOADER 
============================*/
#loader-wrapper .logo {
  left: 48.7%;
  position: absolute;
  top: 48%;
}
#loader-wrapper .logo a {
    font-weight: 700;
    color: #3498DB;
    font-size: 12px;
}
.logo span {
  color: #f85654;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background:#fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed0d16;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #252525;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed0d16;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
 
/*==========================
3.1 HEADER TOP AREA 
============================*/
.header_top_area {
  background: #252525 none repeat scroll 0 0;
  color: #b1b1b1;
  padding: 19px 0;
}
.phone_area, .mail_area {
  color: #fff;
  float: left;
  margin-right: 80px;
}

.header_top_left .fa {
  float: left;
  font-size: 13px;
  margin-right: 12px;
  margin-top: 1px;
}
.phone_area p,.mail_area > a  {
  color: #fff;
  float: left;
  font-family: Myriad Pro Regular;
  font-size: 12px;
  margin: 0;
  text-decoration: none;
}
.mail_area > a {
  font-family: Raleway;
  margin-top: -1px;
}
.header_top_right {
  float: right;
}
.multi_language {
  float: left;
  margin-left: 53px;
  color: #b1b1b1;
}
.social_area {
  float: left;
}
.social_area a .fa {
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}
.social_area a .fa:hover {
  color: #ed1c24;
}
.multi_language a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.multi_language .fa {
  font-size: 16px;
  padding-left: 7px;
}
.multi_language ul li {
  position: relative;
}



/*=========================
13.1 FOOTER TOP AREA
===========================*/
.footer_top_area {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  padding-top: 35px;
}
.footer_logo img {
  margin-bottom: 40px;
}
.footer_top_area p {
  color: #cfcfcf;
  font-size: 12px;
  line-height: 20px;
}
.footer_logo > h2 {
  margin-bottom: 13px;
  margin-top: 66px;
}
.office_time > p {
  margin: 0;
  text-transform: uppercase;
}
.footer_top_area h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_top_area ul li {
  border-bottom: 1px solid #464646;
  margin-top: 18px;
  padding-bottom: 18px;
}
.footer_top_area ul li:last-child {
  border: none;
}
.footer_top_area ul li a {
  color: #cfcfcf;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.qlink > h2 {
  margin-bottom: 4px;
}
.f_left {
  float: left;
  width: 100px;
}
.f_right {
  float: right;
  width: 100px;
}
.qlink {
  margin-top: 64px;
}
.f_top_right {
  margin-top: 64px;
}
.email {
  width: 130px;
  float: right;
}
.emergency {
  float: left;
  width: 166px;
  margin-left: 40px;
}
.address {
  float: left;
  width: 142px;
}
.emergency span {
  margin-right: 25px;
}
.email a {
  color: #cfcfcf;
}
.tweets {
  margin-top: 20px;
}
.left_twet {
  float: left;
  width: 235px;
}
.right_twet {
  width: 235px;
  float: right;
}
/*=========================
13.2 FOOTER AREA
===========================*/
.footer_area p {
  color: #fff;
  font-family: verdana;
  font-size: 14px;
  margin: 0;
}
.footer_area {
  background: rgba(0, 0, 0, 0) url("img/copy_bg.jpg") no-repeat scroll center center / cover ;
  padding: 30px 0;
  text-align: center;
}
.footer_area a {
  color: #fff;
}
.footer_area a:hover {
  color: #fff !important;
}
.footer_area span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 6px;
}
.backlink{
  color: #fff;
}

/*=========================
14. SCROLLUP
===========================*/
#scrollUp {
  background: #000 none repeat scroll 0 0;
  bottom: 20px;
  color: #fff;
  font-size: 30px;
  height: 46px;
  line-height: 52px;
  opacity: 0.7;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 45px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;
}
#scrollUp i {
  display: block;
  font-weight: bold;
  padding-top: 5px;
}

.backlink{
  margin-top: 15px;
}
#navbar-main{
  background-color: #fff;
  width: auto;
}
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: rgba(255, 255, 255);
    display: block;
    left: 0;
    padding: 20px 40px !important;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
  border-radius: 0px;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}





.header_style_01 .navbar-brand {
    padding: 2px;
  height: auto;
}
.header_style_01 .navbar-brand2 {
  padding: 2px;
height: auto;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
  color: #333333;
  padding: 15px 15px;
}

.header_style_01 .navbar-default .navbar-nav > li a.active{
  color: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
  border-radius: 25px 0px 25px 0px;
  background: #fd6802;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    color: #ffffff;
    font-size: medium;


}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.navbar-nav li {
    position: relative;
  margin: 0px 10px;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}
#title{
  margin-top: 60px;
  margin-bottom: 60px;
}
#title2{
  margin-top: 60px;
}
.testi-quote{
  margin-bottom: 50px;
}

#first-box{
  margin-top: 60px;
  margin-bottom: 60px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-top: 30px;
}
.about-description{
  color: #fff;
  line-height: 29px;
  text-align: justify;
  padding-top: 15px;
}
.about-contoura{
  color: #000;
  line-height: 29px;
  text-align: justify;
  padding-top: 15px;
}
.about-side{
  margin-top: 20px;
  margin-bottom: 50px;
}

.treatment-title{
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
  color: #ed1c24;
}
.description-treatment{
  line-height: 30px;
text-align: center;
color: #7e7e7e;
padding-top: 20px;
}
.treatment-icon{
  color: #7e7e7e;
}
.treatment-icon a:hover{
  color: #ed1c24;
}
#treatment{
  margin-top: 60px;
  margin-bottom: 60px;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
    z-index: 5;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url('''https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
/* Global */
 

img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; 
  }
    
a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}





.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}


    


ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

#doctors-list{
  margin-top: 60px;
  margin-bottom: 60px;
}
#testimonial{
  margin-top: 10px;
  margin-bottom: 60px;


/*=========================
15. OUR-DOCTORS 
===========================*/
.pages_title {
  color: #fff;
  padding-bottom: 76px;
  text-align: center;
}
.doctor_banner {
  background: rgba(0, 0, 0, 0) url("img/our_doctors/doctors-bannar.jpg") no-repeat scroll center center / cover ;
}
.pages_title h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 2px;
  text-transform: uppercase;
}
.pages_title p {
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  width: 650px;
}

.dr_info .doctor_info h3 {
  color: #343535;
  font-size: 24px;
  margin-bottom: 6px;
}
.info_title_left > p {
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
}
.dr_info .doctor_info h5 {
  margin-bottom: 18px;
}
.dr_info .doctor_info h4 {
  margin-bottom: 26px;
}
.info_titles {
  overflow: hidden;
}
.dr_info .doctor_info {
  margin-top: 32px;
  width: 100%;
}
.info_title_left {
  float: left;
  width: 100%;
}
.info_title_left p span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  width: 246px;
}
.info_title_right {
  float: right;
  width: 299px;
}
.dr_info .doctor_info .social_area {
  margin: 0 0 17px;
}
.info_titles p {
  clear: both;
  margin-bottom: 22px;
}
.info_title_right .social_area .fa {
  margin-right: 0 !important;
  transition: all 0.3s ease 0s;
}
.info_title_right .social_area .fa:hover {
  color: #00AEEF;
}
.info_title_right .social_area > span .fa {
  margin-right: 7px !important;
}
.info_title_right .social_area > span {
  letter-spacing: 1px;
  margin-left: 15px;
}
.dr_info .doctor_info .all_buttons {
  margin-top: 33px;
  width: 215px;
}
.full_doctor {
  margin-bottom: 142px;
  overflow: hidden;
}
.navbar-fixed-top{
  width: auto;
}
