@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Button
04. Input
05. Home 1
06. Home 2
07. About Us 
08. Doctor
09. Doctor Details
10. Service
11. Service Details 
12. Pricing 
13. Blog 
14. Blog Single 
15. Gallery
16. Appointment
17. Contact Us 
18. FAQ 
19. Department
20. Testimonial 
21. Career
22. 404 Error 
23. Price 

/* =============== Colors Used=====================
  Blue: #03A3C7;
  Green: #47C93D;
  Light Gray: #E5F1F0;
 ===================================================*/

/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body{
font-family: 'Roboto', sans-serif;
	color: #676767; 
	font-size: 16px; 
	line-height: 1.6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	font-weight: 400;
}
html,
body {
  height: 100%;
}
h1,h2,h3,h4,h5,h6{
	color: #221223;
	margin-top: 0;
	font-weight: 500;
	margin-bottom: 20px;
}
h1{
	font-size:28px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
p{
	font-size: 15px;
	margin: 0 0 20px;
	line-height:26px;
}
ul,ol{
	margin-bottom: 20px;
}
ul li, ol li{}
a {  
	text-decoration: none; 
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.mb0 a{font-size: 18px;font-weight: 500;}
.listnone{
	list-style:none;
}
a:focus, a:hover { 
	text-decoration: none; color: #1D74CA;
}
::selection {
	background: #E5F1F0; color: #2d2f30;
}
::-moz-selection {
	background: #E5F1F0; 
	color: #2d2f30;
}
*, *::before, *::after { transition: all .3s ease-in-out; }
hr{
	color: #d3d9df;
}
::-webkit-scrollbar {
width: 8px;
height: 4px;
}
::-webkit-scrollbar-track-piece {
background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:vertical {
height: 4px;
background-color: #207fdc;
}
::-webkit-scrollbar-thumb:horizontal {
width: 10px;
background-color: #bbb;
}

#Go_Top {
position: fixed;
/* Положение кнопки */
z-index: 20;
bottom: 45px;
/* Расстояние снизу */

right: 32px;
/* Расстояние справа */

cursor: pointer;
opacity: 0.8;
}
#Go_Top img {
}

.mtb20{
margin: 20px 0 10px 0;
}


/* ================================= */
    /*===== General =====*/
/* ================================= */

.small-button-round{font-family: 'Roboto', sans-serif!important;}

.heading-title{
	/* text-transform:uppercase; */
        font-weight: bold;	
	color:#221223;
	margin-bottom:0;
	line-height:1.2;
}

.sub-title{
	color:#221223;
	font-weight:500;
	margin-bottom:40px;		
}
.sub-title-normal{
	color:#221223;
	font-weight:500;
	margin-bottom:30px;		
}
.listnone{
	list-style: none;
	padding: 0;
}
.lead{
	font-size: 21px;
	font-weight: 500;
	color: #313335;
	line-height: 1.6;
}
.highlight{
	color: #ec6b08;
}
.lightbg{ 
	background:#e5f1f0;
}
.bluebg{ 
	background:#207FDC;
	color:#fff;
}
.black{
	color:#221223;
}
.emergency-menu{float: right!important;}
.emergency-menu span{text-align:center;}

/* ================================= */
    /*===== AddComments =====*/
/* ================================= */
.conrtolscom{margin:0 auto;width:75%;}

/* ================================= */
    /*===== Button =====*/
/* ================================= */

.btn { 
	padding: 14px 50px; 
	border-radius: 4px; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 600;
 	letter-spacing: 1px; 
 	text-transform: uppercase;  
 	border:transparent;
 }
.btn-default { 
	background: #D4B98E; 
	color: #fff; 
	border:2px solid #D4B98E; 
}
.btn-default:hover { 
	background-color: #b98d46; 
	color: #FFF;
	border:2px solid #b98d46; 
}
.btn-default.focus, .btn-default:focus { 
	color: #FFF; 
	background-color: #b98d46;
	border:2px solid #b98d46;
}
.btn-more { 
	background: #FFF; 
	color: #b98d46; 
	border:2px solid #FFF; 
        margin-right: 10px;
}
.btn-more:hover { 
	background-color: #b98d46; 
	color: #FFF;
	border:2px solid #b98d46; 
}
.btn-more.focus, .btn-more:focus { 
	color: #FFF; 
	background-color: #b98d46;
	border:2px solid #b98d46;
}

.btn-services{
       border:2px solid #FFF; 
       color: #FFF;
       margin-left: 10px;
}
.btn-services:hover { 
	background-color: #b98d46; 
	color: #FFF;
	border:2px solid #b98d46; 
}
.btn-services.focus, .btn-services:focus { 
	color: #FFF; 
	background-color: #b98d46;
	border:2px solid #b98d46;
}
.btn-order{
        border:2px solid #b98d46; 
        color: #b98d46;
        background-color: #FFF;
}
.btn-order:hover { 
	background-color: #b98d46; 
	color: #FFF;
	border:2px solid #b98d46; 
}
.btn-order.focus, .btn-order:focus { 
	color: #FFF; 
	background-color: #b98d46;
	border:2px solid #b98d46;
}

.btnvote { 
        float: right;
        margin: -80px 0 0 0;
        background-color: #b98d46;
        padding: 14px 50px;
        border-radius: 5px;
        font-size: 13px;
        line-height: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: transparent; 
}
.btn-vote { 
        cursor: pointer;
	background: #D4B98E; 
	color: #fff;  
}
.btn-vote:hover { 
	background-color: #b98d46; 
	color: #fff;
}
.btn-vote.focus, .btn-vote:focus { 
	color: #fff; 
	background-color: #b98d46;
}

.btn-primary { 
	border:2px solid #c8d3dc; 
	background: #fff; 
	color: #221223;  
}
.btn-primary:hover { 
	border:2px solid #c8d3dc;
	background-color: #fff; 
	color: #221223; 
}
.btn-primary.focus, .btn-primary:focus { 
	color: #fff; 
	background-color: #196398;
	border:2px solid #c8d3dc;
}
.btn-secondary {
	background-color: #074571; 
	color: #fff; 
}
.btn-secondary:hover {
	background-color: #0b5386; 
	color: #fff; 
}
.btn-lg {
	font-size: 16px; 
	padding: 20px 34px;
	border-radius:33px;
}
.btn-sm  {
	font-size: 14px; 
	padding: 10px 14px;
}
.btn-xs {
	font-size: 12px;
	padding: 6px 8px;
}
.btn-link { 
	color: #ec6b08; 
	font-weight: 600; 
	font-size: 14px; 
	text-transform: uppercase;
	text-decoration: underline;
} 
.btn-mt{
        margin-top: 30px;
}
.btn-linegreen{
	color:#fff;
	border-bottom:4px solid #47c93d;
	border-radius:0px;
	padding:13px 1px; 
	margin-right:30px;
	font-size: 17px;
	font-weight: 500;
}
.btn-lineblue{
	color:#fff; 
	border-bottom:4px solid #2481dc;
	border-radius:0px;
	padding:13px 1px; 
	font-size: 17px;
	font-weight: 500; 
}
.btn:hover, .btn:focus {   
	box-shadow: 0.87px 0.096px 10px 0 rgba(0, 0, 0, 0.4); 
}
.btnvote:hover, .btnvote:focus {   
	box-shadow: 0.87px 0.096px 10px 0 rgba(0, 0, 0, 0.4); 
}

.btn-lineblue:hover,.btn-linegreen:hover{
	box-shadow:none;
	color: #f5f5f5;
}
/* -------------feedback-------------- */
.feedback-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .feedback-container {
        width: 750px
    }
}

@media (min-width:992px) {
    .feedback-container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .feedback-container {
        width: 1170px
    }
}

.feedback-background{
  width: 100%;
  height: 100%;
  background: url('../images/feedback-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.feedback-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  z-index: -1;
}

.feedback-heading{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

.feedback-item{
  display: flex;
  flex-direction: column;
  width: 250px;
  min-height: 250px;
  background: #FFF;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);
}

.feedback-icon{
  text-align: center;
  color: #676767;
  font-size: 4rem;
}

.feedback-icon_title{
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.feedback-icon_description{
  text-align: center;
  color: #676767;
  font-size: 1rem;
  line-height: 1.6;
}

.feedback-footer{
  display: flex;
  width: 100%;
  max-height: 550px;
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);
  -moz-box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(28, 84, 127, 0.1);

}

.feedback-footer_title{
  font-weight: 700;
  font-size: 3rem;
  margin: 0 auto 0 0;
  color: #ffffff;
}

.feedback-footer_form{
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #000;
  padding: 30px;
}

.feedback-footer_map{
  display: flex;
  width: 50%;
}

feedback-form_group{
  display: block;
}

.feedback-form_label{
  font-weight: 700;
  color: #FFF;
  margin: unset;
}

.feedback-form_control{
        padding: 10px 12px;
	background-color:transparent;
	border:none;
	border-bottom: solid 1px #afbdbc;
	box-shadow: none;
	font-size: 15px;
	color: #FFF;
	line-height: normal;
	border-radius: 0;
	height: 40px;
	font-weight: 400;
        cursor: text;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.feedback-form_control::-moz-placeholder{
  color: #868a8a;
}
.feedback-form_control::-moz-placeholder {
  color: #868a8a;
}
.feedback-form_control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #868a8a;
}
.feedback-form_control::-moz-placeholder { /* Firefox 19+ */
  color: #868a8a;
}
.feedback-form_control:-ms-input-placeholder { /* IE 10+ */
  color: #868a8a;
}
.feedback-form_control:-moz-placeholder { /* Firefox 18- */
  color: #868a8a;
}
textarea.feedback-form_control{
	height: 105px;
        resize: none;
}

.feedback-form_btn {
  background: #D4B98E;
  color: #fff;
  border: 2px solid #D4B98E;
  width: 100%;
}

.feedback-form_btn:hover { 
	background-color: #b98d46; 
	color: #FFF;
	border:2px solid #b98d46; 
}
.feedback-form_btn.focus, .feedback-form_btn:focus { 
	color: #FFF; 
	background-color: #b98d46;
	border:2px solid #b98d46;
}

@media(max-width: 767px) {
  .feedback-heading {
    grid-auto-columns: calc(50% - 10.5px);  }

  .feedback-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .feedback-footer {
    flex-direction: column;
    max-height: none;
  }

  .feedback-footer_title {
    font-size: 2rem;
    margin: 20px 0;
  }

  .feedback-footer_form,
  .feedback-footer_map {
    width: 100%;
    padding: 15px;
  }
}

@media(max-width: 992px){
  .feedback-heading{
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 10.5px));
  grid-gap: 21px;
  
}
 .feedback-item {
    width: unset;
    min-width: 250px;
    max-height: 250px;
  }
.feedback-icon {
  font-size: 3.5rem;
}
.feedback-icon_title {
  line-height: 1;
}
}
@media(max-width: 575px) {
  .feedback-heading {
    grid-template-columns: 100%;
    grid-auto-columns: calc(100% - 0px);
    grid-gap: 11px;
  }
}

/* -------------feedback-------------- */

/* ================================= */
    /*===== Price =====*/
/* ================================= */

ul.price { 
    color: #000;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.price li {
    border-bottom: 1px dotted #000; /* Необязателен. Здесь задается толщина, тип и цвет точек */
    position: relative;
    padding: 0;
    margin-bottom:0;/* Необязателен. Задается для установки расстояния между блоками li */
}
ul.price li span {
    background-color: #fff; /* Это необходимо, чтобы перекрыть точки фоном */
    margin: 0;
}
ul.price li span.price_description, ul.price li span.price_value {
    bottom: -5px; /* Смещаем значимые блоки, чтобы они перекрыли точки */
}
ul.price span.price_description {
    position :relative;
    margin-right:7em; /* Задается чтобы текст не заходил на номера страниц */
    padding-right:2px; /* Необязателен. Задается чтобы точки не подходили вплотную к концу текста */
}
ul.price span.price_value {
    position: absolute;
    right: 0;
    padding-left:2px; /* Необязателен. Задается чтобы точки не подходили вплотную к номерам страниц */ 
}
div.price_text {
    max-width: 80%;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,.60);
}
/* ================================= */
    /*===== Services =====*/
/* ================================= */
 .u-section-1 {
  background-repeat: no-repeat;
  background-image: url("../images/services-background.jpg");
}

.u-section-1 .u-sheet-1 {
  min-height: 661px;
}

.u-section-1 .u-text {
  margin: 55px auto 0;
  color: #3b3b3b;
}

.u-section-1 .u-list-1 {
  width: 983px;
  margin: 1px auto 0;
}

.u-section-1 .u-repeater-1 {
  grid-auto-columns: calc(25% - 18.75px);
  grid-template-columns: repeat(4, calc(25% - 18.75px));
  min-height: 539px;
  grid-gap: 25px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-shape-1 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-1 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
}

.u-section-1 .u-container-style:hover, .u-section-1 .u-container-style:focus {
  background-color: rgba(212, 185, 142, 0.3);
  box-shadow: 5px 5px 20px 0px rgba(30,36,40,0.21);
}
.u-section-1 .u-shape-2 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-2 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-3 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 30px;
}

.u-section-1 .u-shape-3 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-3 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-4 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-4 {
  padding: 30px;
}

.u-section-1 .u-shape-4 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-4 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-5 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-5 {
  padding: 30px;
}

.u-section-1 .u-shape-5 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-5 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-6 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-6 {
  padding: 30px;
}

.u-section-1 .u-shape-6 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-6 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-7 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-7 {
  padding: 30px;
}

.u-section-1 .u-shape-7 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-7 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-8 {
  margin: 55px 10px 0;
}

.u-section-1 .u-container-layout-8 {
  padding: 30px;
}

.u-section-1 .u-shape-8 {
  width: 134px;
  height: 134px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-image-8 {
  width: 91px;
  height: 91px;
  margin: -112px auto 0;
}

.u-section-1 .u-text-9 {
  margin: 55px 10px 0;
}

.u-section-1 .u-btn-1 {
  margin: 0 auto;
}

@media (max-width: 1199px) {
     .btn-mt{
        margin-top: -90px;
}

   .u-section-1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .u-section-1 .u-sheet-1 {
    min-height: 545px;
  }

  .u-section-1 .u-list-1 {
    width: 940px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 515px;
  }

  .u-section-1 .u-shape-1 {
    margin-top: 12px;
  }

  .u-section-1 .u-image-1 {
    margin-top: -113px;
  }

  .u-section-1 .u-text {
    margin-top: 24px;
  }

  .u-section-1 .u-shape-2 {
    margin-top: 12px;
  }

  .u-section-1 .u-image-2 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-3 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-3 {
    margin-top: 12px;
  }

  .u-section-1 .u-image-3 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-4 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-4 {
    margin-top: 12px;
  }

  .u-section-1 .u-image-4 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-5 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-5 {
    margin-top: -165px;
  }

  .u-section-1 .u-image-5 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-6 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-6 {
    margin-top: -165px;
  }

  .u-section-1 .u-image-6 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-7 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-7 {
    margin-top: -165px;
  }

  .u-section-1 .u-image-7 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-8 {
    margin-top: 148px;
  }

  .u-section-1 .u-shape-8 {
    margin-top: -165px;
  }

  .u-section-1 .u-image-8 {
    margin-top: -113px;
  }

  .u-section-1 .u-text-9 {
    margin-top: 148px;
  }
}

@media (max-width: 991px) {
.u-section-1 .u-shape-3 {
    margin-top: -165px;
  }
.u-section-1 .u-shape-4 {
    margin-top: -165px;
  }
.btn-mt {
    margin-top: -290px;
  }
  .u-section-1 .u-sheet-1 {
    min-height: 417px;
  }

  .u-section-1 .u-list-1 {
    width: 720px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(50% - 12.5px);
    grid-template-columns: repeat(2, calc(50% - 12.5px));
    min-height: 1650px;
  }
}

@media (max-width: 767px) {
.btn-mt {
    margin-top: -100px;
  }
  .u-section-1 .u-sheet-1 {
    min-height: 313px;
  }

  .u-section-1 .u-list-1 {
    width: 540px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-2 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-3 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-4 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-5 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-6 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-7 {
    margin-top: -161px;
  }

  .u-section-1 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-shape-8 {
    margin-top: -161px;
  }
}

@media (max-width: 575px) {

  .u-section-1 .u-sheet-1 {
    min-height: 197px;
  }

  .u-section-1 .u-list-1 {
    width: 340px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: 100%;
  }
}
/* ================================= */
    /*===== Input =====*/
/* ================================= */

.form-control{
	background-color:transparent;
	border:none;
	border-bottom: solid 1px #afbdbc;
	box-shadow: none;
	font-size: 15px;
	color: #221223;
	line-height: normal;
	border-radius: 0;
	height: 40px;
	font-weight: 400;
        cursor: pointer;
}
.form-control:hover{
	border-color: #afbdbc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(185, 141, 70);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(185, 141, 70);
} 
.form-control:focus{
	border-color: #afbdbc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(185, 141, 70);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(185, 141, 70);
}            
select.form-control{
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
        padding: 0 12px;
}
select:required:invalid {
  color: #999;
}
.home-contact-inner select:required:invalid{
  color: #616262;
}
option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

/* ================================= */
    /*===== Home 1 =====*/
/* ================================= */

.topbar {
  background-color: #eef2f6;
}
.topbar-contact {
  float: right;
  margin: 10px -20px 0 0;
}
.topbar-email{
	//border-right:1px solid #e3e3e3;
}
.topbar-info{
	padding:6px 20px;
	display:inline-block;
}
.topbar-info a{
	color:#5f7080;
	font-size:14px;
	text-transform:uppercase;
}
.topbar-info i{
	margin-right:10px;
	color:#b2c3d3;
}
p.wel-msg{
	text-transform:uppercase;
	padding-top:7px;
	font-size:14px;
	margin-bottom: 10px;
}

/*---------------- Header ------------------*/

.header{
	position: relative; 
}
.header:before {
    content: '';
    position: absolute;
    background-color: #207FDC;
    right: 0;
    left: 40%;
    margin-left: -15px;
    top: 0;
    bottom: 0;
}
.navbar-brand{
	padding:10px 0;
}

/*---------------------  Slider  ---------------------*/
.slider .item {
  width: 100%;
  height: 650px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  //position: relative;    
}
.overlay-home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20,20,20,0.5);  
}
.banner-section{
	position:relative;
}
.slide-captions{position: absolute; width: 100%; bottom: 25%;}
.slide-title{
	color:#fff;
	font-weight:300;
	font-size:29px;
	line-height:1;	
}
.slide-heading{
	color:#fff;
	font-weight:500;
	font-size:40px;
	letter-spacing:-1px;	
	line-height:1;	
}
.specialities-box{
	background:#fff;
	width:370px;
	position:absolute;
	top:80px;
	z-index:99;
	right:0;
	padding:48px 40px;
}
.specialities-title{
	margin-bottom:40px;
}
.specialities-box li{
	display:inline-block;
	border-bottom:1px solid rgba(138,143,148,0.25);
	margin-bottom:20px;
	padding-bottom:20px;
}
.specialities-content h3,.specialities-content p{
	letter-spacing: -0.1px;
}
.specialities-box li:last-child{
	border-bottom:none;
}
.banner-section .container.specialities-block {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.specialities-icon{
	float:left;
}
.specialities-icon i{
	font-size:54px;
	color:#207fdc;
	line-height:1.1;
	margin-left:0;
}
.specialities-content{
	margin-left:20px;
	float:left;
}

/*---------------------  testimonial  ---------------------*/
.testimonial-section{
	background:#e5f1f0;
	padding:60px 0;
}

.testimonial-box{
	width:60px;
	height:60px;
	margin:30px 5px 30px 5px;
}
.testimonial-text{
	font-size:17px;
	color:#676767;
	margin-bottom:25px;
}
.testimonial-name{
	color:#2f2f2f;
	text-transform:uppercase;
	letter-spacing:-1;
	font-size:14px;
	font-weight:bold;
}
/*.testimonial-name::before {
	background: #47c93d;
	content: "";
	display: block;
	height: 2px;
	margin: 0;
	width: 10px;
}*/
.testimonial-arrow-right {
	position: relative;
	border-right: 1px solid #d2e1e4;
}
.testimonial-arrow-right:after, .testimonial-arrow-right:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.testimonial-arrow-right:after {
	border-left-color: #E5F1F0;
	border-width: 10px;
	margin-top: -10px;
}
.testimonial-arrow-right:before {
	border-left-color: #d2e1e4;
	border-width: 11px;
	margin-top: -11px;
}
.testimonial-box.projectitem img{
	border:3px solid #E5F1F0;	
}
.testimonial-box.projectitem.active img{
	border:3px solid #fff;	
	box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.40); 
}

#testimonial-content .owl-item .projectitem{
	padding:0 90px;
}

#testimonial-content .projectitem {
	border: 0;
	position: relative;
}
#testimonial-content .projectitem:before{
	content: "“";
	display: inline-block;
	position: absolute;
	top: -10px;
	left:40px;
	font-size:48px;
	color:#47c93d;
}
#testimonial-content .projectitem:after {
	content: "”";
	display: inline-block;
	position: absolute;
	bottom: 0;
	font-size:48px;
	color:#47c93d;
	right:40px;
}

/*---------------------  about  ---------------------*/
.about-section{
	padding-top:30px;
	margin-bottom:-110px;
}
.about-whitebox{
	text-align:center;
	padding:70px ;
	box-shadow: 0 37px 218px 0 rgba(0, 0, 0, 0.1);
	z-index:99;
	background:#ffffff;
}
/* Формы на UL */

ul.ui-form {
list-style: none;
padding: 10px 0px 0px 0px;
margin: 0;
float: right;
width: 100%;
}
ul.ui-form > li {
margin-bottom: 20px;
}
ul.ui-form > li:last-child {
margin-bottom: 0;
}
.form-group {
margin-bottom: 20px;
}
.form-group > label {
display: block;
margin-bottom: .4em;
}
.form-group.imp > label:after {
content: "*";
margin: 0 0 0 10px;
color: #ff485b;
}
@media only screen and (min-width: 601px) {
.form-group.combo:after {
clear: both;
display: table;
content: "";
}
.form-group.combo > .combo_field {
width: 50%;
float: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.form-group.combo > .combo_field:last-child {
padding-left: 10px;
}
.form-group.combo > .combo_field:first-child {
padding-right: 10px;
}
}

.no_vis{
font-size: 18px;
}
/*---------------------  department  ---------------------*/
.department-section{
	padding:200px 0 60px 0;
	background:#207fdc;
}
.department-section .heading-title{
	color:#ffffff;
}
.department-section .sub-title{
	color:#bed5eb;
}
.department-section h2{
	color:#ffffff;
	font-weight:600;
	letter-spacing:-1;	
	margin-bottom: 15px;
}
.department-section p{
	color:#c8e1fa;	
}
.department-inner-icon{
	text-align: center;	
}

.department-icon{
	color:#fff;
	font-size:40px;
	line-height:1.2;
}
.department-section h2 a{
	color:#fff;
}

/*---------------------  doctor  ---------------------*/

.doctor-section{
	padding-top:60px;
}
.dr-tabs-box{
	margin:0;
	padding:0;
}
.dr-tabs-box ul li{
	border-bottom:1px solid #e5f1f0;
}
.dr-tabs-box ul li:last-child{
	border-bottom:none;
}
.dr-box{
	display:inline-block;
	padding-top:20px;
}
.dr-img{
	width:64px;
	height:64px;
	margin-right:20px;	
	float:left;
	margin-bottom:20px;
}
.dr-box img{
	border:2px solid #e5f1f0;
}
.dr-tabs-box .nav > li > a:focus,.dr-tabs-box .nav > li > a:hover{
	background:none;
}
.dr-tabs-box .nav > li > a{
	padding:0;
}
.dr-tabs-box li.active .dr-img img{
	border:2px solid #47c93d;
}
.dr-details{
	box-shadow: 0 21px 163px 0 rgba(0, 0, 0, 0.1);
	background:#fff;
	padding:40px 60px;
	display: table;
	position: relative;
}
.dr-details:after, .dr-details:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dr-details:after {
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}
.dr-detailst:before {
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}
.dr-social-box{
	float:right;
}

.dr-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.dr-social-box ul li{
	float:left;
	padding:10px 6px;
}
.dr-social-box ul li a i{
	color:#c8d3dc;
	font-size:22px;
}
.dr-social-box ul li a:hover i{
	color:#80888e;
}
.dt-bottom{
	border-bottom:1px solid #dddddd;
}
.dr-box-last{
	border-bottom:none;
}
/*---------------------  why-choose  ---------------------*/
.why-choose-section{
	padding:80px 0;
}
.why-choose-box{
	margin-top:40px;
}
.why-heading{
	font-weight:bold;
	font-size:34px;
	color:#20262e;
	line-height:1;
	text-transform:uppercase;
	letter-spacing: 0.25px;
}
.why-sub-heading{
	font-size:15px;
	letter-spacing:1px;
	color:#20262e;

	text-transform:uppercase;
}
.why-icon-box i{
	 color:#47c93d;
	 font-size:28px;
}
.why-icon-box{
	border-radius:50%;
	border:2px solid #ccc;
	float:left;
	text-align:center;
	width:60px;
	height:60px;
	margin:0 10px 0 20px;
	line-height:4;
}

/*---------------------  blog ---------------------*/
.blog-section{
	background:#fff;
	padding:80px 0;
}
.blog-section h2{
	margin-bottom:5px;
	letter-spacing:-1px;
	margin-top:10px;	
}
.blog-section-img{
	box-shadow: 0 37px 218px 0 rgba(0, 0, 0, 0.1);
}
.blog-section-img img {
  width: 100%;
}
.blog-section-day{
	font-size:83px;
	color:rgb(121, 121, 121);
	font-weight:bold;
	line-height:1;
}
.blog-section-month{
	font-weight:600;
	font-size:15px;
	color:rgb(121, 121, 121);
	line-height:1;
	text-transform:uppercase;
}
.blog-section-meta{
	color:#88a09e;
	font-size:17px;
	margin-bottom:20px;
}
.blog-section-meta a{
	color:#88a09e;
	font-size:17px;
}
.meta-box-tag span::after {
  color: #b0b0b0;
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
.meta-box-tag span:last-child::after {
  content: "";
  margin-left: 0;
  margin-right: 0;
}
.meta-box-tag a{
	color:#88a09e;
}
.meta-box-tag a:hover{
	color:#414653;
}

/*---------------------  footer ---------------------*/
.footer-section{
	background:#1d3349;
	color:#90a6bc;
}
.footer-widget{
	margin-top:80px;
}
.footer-section h2{
	color:#fff;
}
.footer-contact-box{
	background: #207fdc;
	margin-bottom: -84px;
	margin-right: -45px;
	padding: 80px 30px 74px;
	z-index: 1;
	display:inline-block;
}

.footer-contact-box p{
	color:#c4dcf4;
	font-size:17px;
	margin-bottom:15px;
}
.footer-contact-box i{
	color:#c4dcf4;
}
.contact-icon i{
	float:left;
	font-size:18px;
	padding:5px 20px 10px 0;
}
.footer-social-box
{
	margin-left:30px;
}

.footer-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer-social-box ul li{
	float:left;
	padding:10px 6px 0 6px;
}
.footer-social-box ul li a i{
	color:#569add;
	font-size:22px;
}
.footer-social-box ul li a:hover i{
	color:#a1d0ff;
}
.footer-menu li {
  padding-left:15px;
}
.footer-menu li:before {
	font-family: 'FontAwesome'; 
	display: block; 
	position: absolute; 
	left: 0; 
 	font-size: 15px; 
	color: #FFF; 
	content: "\f105";
        transition: all 0.3s;
}
.footer-menu li:hover:before {
	color:#b98d46;
        left: 5px;
}

.footer-ul{
	display: inline-block;
} 
.footer-ul li {
  float: left;
  line-height: 30px;
  text-align: left;
  width: 100%;
  position:relative;
  font-size:15px;
}
.footer-menu li a{
	color:#FFF;
	font-size:15px;
}
.footer-menu li a:hover{
	color:#b98d46;
}

.footer-section .newsletter .form-control{
	background:#1d3349;
	border:transparent;
	border-bottom:1px solid #3c5167;
	border-radius:0;
	color:#536980;
	box-shadow:none;
}
.newsletter .form-control::-moz-placeholder{
  color: #536980;
}
.newsletter  .form-control::-moz-placeholder {
  color: #536980;
}
.newsletter  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #536980;
}
.newsletter  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #536980;
}
.newsletter .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #536980;
}
.newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: #536980;
}
.footer-newsletter{
	color:transparent;
	border:transparent;
	background:transparent;
	font-size:18px;
}
.footer-newsletter i{
	color:#b98d46;
}

.tiny-footer-section{
	background:#132334;
}
.tiny-footer-copyright{
	font-size:15px;
	color:#90a6bc;
	text-align: center;
	padding:30px 0;
}
.deros{
color: #fff;
}
.deros a{color: #fff;}
.deros span{color: #fff;}

/* ================================= */
    /*===== Home 2 =====*/
/* ================================= */
.top--main{
        width:100%;
}
.top{
        position:fixed;
        width:100%;
        z-index:999;
}
/* -------------- topbar2 ----------------------- */ 
.topbar2{
	background: rgba(121, 121, 121, 0.9);
}
.topbar2 .wel-msg{
	color:#fff;
}
.topbar2 .topbar-info{
	padding:7px 21px;	
}
.topbar2 .topbar-info a{
	font-size:18px;
	font-weight:300;
	text-transform:none;
	color:#fff;
}
.topbar2 .topbar-info i{
	color:#ffffff;
	float:left;
	display:block;
	margin-top:6px;
	margin-right:12px;
}
/*.topbar2-email{
	border-right:1px solid #274058;
}*/

.topbar2 p.wel-msg{
	font-size:16px;
	text-transform:none;
	font-weight:300;
}

/* -------------- header2 ----------------------- */ 

.header2{
        background: rgba(121, 121, 121, 0.9);
}
/* -------------- slider2 ----------------------- */
.slider2 .slide-captions{
	bottom:auto;
	top:40%;
	text-align:left;
}
.slider2 .slide-title,.slider2 .slide-heading{
	text-transform:uppercase;
	margin-bottom: 40px;
        max-width: 50%;
}
.slider2 .btn-default:hover { 
	background-color: #FFF; 
	color: #D4B98E;
	border:2px solid #FFF; 
}
.slider2 .btn-default.focus, .slider2 .btn-default:focus { 
	color: #D4B98E; 
	background-color: #FFF;
	border:2px solid #FFF;
}
.home-contact{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 99;
	bottom: -15%;
}	
.home-contact-block{
	background: #FFF;
	padding: 0px 40px 25px;
        border-bottom: 6px solid #b98d46;
}
.home-contact-inner .form-control{
	color: #616262;
	border-bottom:1px solid #435d76;
}
.home-contact-inner .form-control::-moz-placeholder{
  color: #616262;
}
.home-contact-inner .form-control::-moz-placeholder {
  color: #616262;
}
.home-contact-inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #616262;
}
.home-contact-inner .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #616262;
}
.home-contact-inner .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #616262;
}
.home-contact-inner .form-control:-moz-placeholder { /* Firefox 18- */
  color: #616262;
}
.home-contact-inner textarea.form-control{
	height: 95px;
}
.home-contact-top{
	padding: 35px 10px 0 40px;
	background:#1d3349;
}
.home-contact-top:before {
	left: 100%;
	top: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(241, 241, 241, 0);
	border-left-color: #1d3349;
	border-width: 71px;
	margin-top: -71px;
}
.home-contact-title{
	font-size: 22px;
        font-weight: bold;
        color: #676767;
        text-transform: uppercase;
        margin: 15px;
}

/* -------------- Index Department ------------------- */
.department-box{
}
.department-nav{
	list-style:none;
	margin:0;
	padding:0;
}
.department-nav li{
	width:50%;
	float:left;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	padding:20px 0 20px 0;
        text-align:center;
}
.department-nav li.even{
	border-right:none;
	padding-left:20px;
}
.department-nav li.last{
	border-bottom:none;
}

.department-nav li a{
	font-size:19px;
	color:#221223;
	padding: 10px 15px 10px 0px;
	font-weight: 300;
}
.department-panel-content p{font-size: 15px;font-weight: 300;line-height: 20px;}
.department-nav li a:focus{
	outline:none;
	background: transparent;
}
.department-nav li.active a,.department-nav li a:hover{
	color:#207fdc;
	background: transparent;
}
.department-nav li a span{
	display:block;
}
.department-nav li a span i{
	font-size:34px;
	line-height:1.4;	
	// padding-left: 30px;
}
.department-panel-icon{
	text-align:center;
}
.department-panel-icon i{
	color:#1d3349;
	font-size:210px;
}
.department-panel-content{
	margin-top:30px;
}
.department-panel-content h1{
	font-size:30px;
}
.department-panel-content .btn{
	margin-bottom: 10px;
}
/* -------------- Spacer ------------------- */
.spacer{
        background: rgba(248, 244, 237, .4);
}
.spacer img{
        font-size: 24px; 
}
/* -------------- Spacer ------------------- */

/* -------------- Home 2 About ------------------- */
.about-container{
        max-width: 100%;
        width: 100%;
}
.about-style{
	background:#FFF;
}
.about-style-content{
	margin-top:0px;
}
.about-style-content ul:not([class]) > li::marker {
  content: "";
}
.about-style-content ul:not([class]) > li::before {
  position: relative;
  right: .5em;
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;  border: 3px solid #b98d46;
  border-radius: 50%;
}

.about-style-content .heading-title,.about-style-content h4,.about-style-content h3{
	color:#676767;
}
.about-style-content .sub-title{
	margin-bottom:30px;
}
.about-style-content p{
	color:#676767;
        line-height: 20px;
}
.about-style hr{
	border-color:#b98d46;
	margin-top:50px;
}

/* -------------- Home 2 doctor ------------------- */
.doctor-style-box{
	border:1px solid #f1f1f1;
	margin-bottom:30px;	
}
.doctor-style-img{
	margin:0 auto;
	display: table;
	margin-top: 20px;
}
.doctor-style-box:hover{
	box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.08);
}
.doctor-style-box img{
	border:1px solid #f1f1f1;
	box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.08);
}
.doctor-style-sub{
	font-size:17px;
	color:#676767;
}
.doctor-style-social ul{
	list-style:none;
	margin:0;
	padding:0;
}
.doctor-style-social ul li{
	padding:20px 6px 0 6px;
	display:inline-block;
}
.doctor-style-social ul li a i{
	color:#c8d3dc;
	font-size:24px;
}

/* ------------------- Testimonial ------------------- */
.testimonial-blur{
        background: #fff;
}
.testimonial-style{
	background-image:url(../images/home2-testimonial.png);
	background-repeat:no-repeat;
	background-position: calc(100% - 0) calc(100% - 1); 
}
.quote-container{
        width:100%;
}
.quote-container h1, .quote-container h4{
        text-align:center;
}

.left-quote{
	font-size:140px;
	color:#207fdc;
	font-weight:600;
}
.testimonial-style-box{
        width:65%;
        padding: 50px 70px 60px 70px;
        background-color: rgba(255,255,255,0.8);
}
.testimonial-style-box .testimonial-name::before{
	margin:0 0 20px;
	width: 20px;
}
.testimonial-text2{
	/*margin-bottom:40px;*/
	font-size:16px;
        font-style: italic;
	color:#676767;
}

.testimonial-style-box .testimonial-name{
	font-size:16px;
	line-height: 1.3;
}
.testimonial-name span{
	display:block;
	text-transform:none;
	color:#676767;
	font-weight:500;
}
.testimonial-style-box .owl-controls{
        display:none;
}
.testimonial-style-box .owl-item{
        padding-left: 5px;
}

/* ------------------- footer-cta ------------------- */
.footer-cta{
	background:rgba(248, 244, 237, .4);
        padding: 70px 25px;
}
.footer-cta h1{
	color:rgb(121, 121, 121);
	font-size:30px;
	margin-bottom:10px;
}
.footer-cta p{
	color:#676767;
}

/* ------------------- footer-section ------------------- */
.footer-widget2{
	margin-bottom: 20px;
}
.footer2-section{
	background:#616262;
	color:#FFF;
	font-size:16px;
	padding:80px 0;	
}
.footer-logo-box{
	margin-top:90px; 
}
.footer2-menu{
	display: inline-block;
}

.footer2-menu li{
	width:100%;
	float: left;
	display: inline-block;
}
.footer2-social-box {
  display: block;
  margin-bottom: 30px;
}
.footer2-social-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer2-section .footer-menu li a,.footer2-section .footer-ul li{
	font-size: 16px;
}
.footer2-social-box ul li{
	display:inline-block;
	padding:5px 15px 5px 0;
}
.footer2-social-box ul li a i{
	color:#FFF;
	font-size:26px;
}
.footer2-social-box ul li a:hover i{
	color:#b98d46;
}
.newsletter2 .form-control{
	background:#616262;
	border:1px solid #FFF;
	padding:5px 26px;
	height:46px;	
	color:#FFF;
	border-radius:0;
	font-size:16px;
}	
.newsletter2-box{
	position:relative;
}
.newsletter2 span{
	bottom: 8px;
	color: #fff;
	margin: 0;
	position: absolute;
	right: 32px;
}	
.footer2-section .form-control::-moz-placeholder {
  color: #FFF;
}
.footer2-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
.footer2-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
.footer2-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
.footer2-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.footer2-info i{
	color:#fff;
	font-size:18px;
}
.footer2-info span{
	margin-left:15px;
	color:#FFF;
	font-size:22px;
	font-weight:300;
}

/* ================================= */
    /*===== About Us =====*/
/* ================================= */


/*---------------- Page Header ------------------------*/

.page-header {background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), rgba(0, 0, 0, 0.50) url(../images/page-header.jpg) no-repeat center; 
	background-size: cover; color: #fff; margin: 0; border: none; position: relative; padding: 0;}
.page-section{
	padding:100px 0;
}
.page-header h1{
	font-size:47px;
	font-weight:bold;
	color:#fff;
}
.page-header h4{
	color:#fff;
	font-weight:300;
	margin-bottom:0;
	line-height:1;
}
.kls{font-size: 17px;font-weight: 400;}
.dop_blocks{
padding: 10px 30px; width: 50%;float: left; border: none !important;
}
.tagcloud span a{background: #f1f1f1;color: #111;border-radius: 10px;margin-right: 5px;float: left;
	margin-top: 5px;padding: 6px 9px;font-weight: 300;}
.navigation {
width: 100%;
display: table;
padding: 25px 10px 40px 40px;
vertical-align: top;
}
.navigation a,
.navigation span {
vertical-align: top;
}
.navigation-left {
display: inline-block;
vertical-align: top;
}
.navigation-left a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #207fdc;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-left a:hover {
background: #ff6b6b;
color: #fff !important;
}
.navigation-left span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #207fdc;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-right {
display: inline-block;
vertical-align: top;
}
.navigation-right a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #207fdc;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-right a:hover {
background: #bbb;
color: #fff;
}
.navigation-right span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #207fdc;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-center {
display: inline-block;
vertical-align: top;
}
.navigation-center a {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background:#207fdc;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.navigation-center a:hover {
background: #47c93d;
color: #fff !important;
}
.navigation-center span {
display: inline-block;
padding: 14px 18px;
border-radius: 2px;
background: #47c93d;
color: #fff !important;
font-size: 15px;
margin: 0 3px 5px 3px;
}
.line_navigation {
float: left;
width: 100%;
background:#47c93d;
height: 52px;
z-index: 100;
position: relative;
}

.line_news{float: left;width: 100%;margin: 20px 0px;padding-left: 30px;font-size: 40px;}
/* --------------------- About US  ------------------- */
.blockquote{
	position:relative;
	margin-left:75px;
}
.blockquote p{
	margin-bottom:30px;
	font-size:22px;
	color:#221223;
	font-weight:300;
	line-height: 30px;
}
/* --- Информация об ошибках --- */
.alert {
float: left;
width: 100%;
margin: 0px;
background: #fcf6d2;
padding: 40px;
font-size: 15px;
margin-top: 20px;
font-weight: 300;
border-radius: 2px;
}
.blockquote:before{
	content: "*";
	display: none;
	position: absolute;
	top: -25px;
	left:-55px;
	font-size:60px;
	color:#47c93d;
	font-weight:bold;
}

/* --------------------- Doctor  ------------------- */
.dc-box{
	margin-bottom: 30px;
}
.dc-box img{
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s; 
	transition: all 0.3s;	
	margin-bottom: 30px;
	width: 100%;
}
.dc-box img:hover{
	box-shadow: 0.57px 0.96px 20px 0 rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.dc-box h4{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:0;	
}
.dc-box h4 a{ color:#2f2f2f; }

.dc-box-sub{
	font-size:17px;
}
/* --------------------- Department  ------------------- */
.department-right-box{
	margin: 0 36px;

}
.department-right-box-content{
	text-align: center;
}
.department-right-box-icon{
	text-align: center;
	margin-bottom: 30px;
}
.department-right-box-icon i{
	font-size: 140px
}

.department-right-box-content h1{
	font-size: 38px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;	
}
/* --------------------- CAT white  ------------------- */
.cta-white h1{
	color: #1e2833;
	font-size: 30px;
	letter-spacing: -0.25px;	
}
.cta-white p{
	color: #393e44;
}
/* --------------------- Doctor style box  ------------------- */
.dc-style-box{
	margin-bottom: 50px;
}
.dc-style-box img{
	border:1px solid #dce8f1;
	width: 100%;
}
.dc-style-inner{
	text-align: center;
	padding: 20px 0;
	border-bottom: 2px solid #e0e0e0;
}
.dc-style-inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
} 

.dc-style-inner ul li{
	display: inline-block;
	padding: 0 5px;
} 
.dc-style-inner ul li a{
	color: #bbc6ce;
}
.dc-style-inner i{
	font-size: 14px;
}
.dc-style-box h5{
	margin-bottom: 0;
	font-weight: bold;
}

.dc-style-box h5 a{
	color: #221223;
}
.dc-style-inner span{
	color: #4c6880;
}
.dc-style-inner:hover{
	background: #47c93d;
	color: #fff;
}
.dc-style-inner:hover a,.dc-style-inner:hover span{
	color: #fff;
	-webkit-transition: none;
 	-moz-transition: none; 
	transition: none;	
}

/* ================================= */
    /*===== Doctor Details =====*/
/* ================================= */


/* --------------------- Doctor Single box  ------------------- */
.dr-single-tile{
	text-transform: uppercase;	
	font-weight: bold;
	margin-bottom: 0;
}
.dr-single-box .sub-tile{
	font-weight: 300;
	color: #364d61;
	margin-bottom: 20px;
	font-size: 26px
}
.dc-img{
	box-shadow: 0 35px 43px 0 rgba(0, 0, 0, 0.11);	
}
.dc-single-social{

}
.dc-single-social .facebook{
	background: #3b5999;	
}
.dc-single-social .twitter{
	background: #00abf1;		
}
.dc-single-social .googleplus{
	background: #e12f2f;	
}
.dc-single-social{
	margin-bottom: 20px;
}
.dc-single-social ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.dc-single-social ul li{
	display: inline-block;
	margin-right: 5px;
}
.dc-single-social ul li a{
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	display: table-cell;
	border-radius: 50%;
	vertical-align: middle;
}
ul.dc-single-timetable
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dc-single-timetable li{
	width: 95%;
	margin-right: 5%;
	float: left;
}
.dc-single-timetable li span{
	float: right;
}

/* ================================= */
    /*===== Service =====*/
/* ================================= */

.service-style-box{
	margin-bottom: 60px;
}
.service-style-box h2{
	font-weight: 600;
	letter-spacing: -0.25px;
	margin-bottom: 15px;
}
/* ================================= */
    /*===== Service Details=====*/
/* ================================= */

.service-details-inner img{
	display: inline-block;
	margin:0 18px 18px 0;
}

/* ================================= */
    /*===== Pricing Table=====*/
/* ================================= */
.pricing-table{
	margin-bottom: 70px;
}
.price-heading{
	font-weight: 600;
	letter-spacing: -0.25px;
	margin-bottom: 10px;
}
.pricing-table ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pricing-table ul li{
	font-weight: 600;
	text-transform: uppercase;
	line-height: 33px;
	font-size: 14px;
}
.pricing-table ul li span{
	color:#207fdc; 
}
.price-dtl{
	margin-bottom: 30px;
}

.pricing-table .price-amt li{
	color: #221223;
	font-size: 20px;
}

/* ================================= */
    /*===== Blog-Promo =====*/
/* ================================= */
/*------------------------Blog-Promo-Short------------------------*/
.promo-blocks{
  padding: 10px 30px;
  margin-bottom: 10px;
  width: 33.33333%;
  float: left;
  border: none !important;
  transition: .3s;
}
.promo-blocks:hover{
  box-shadow: 0 0 3px rgba(29, 51, 73, .3);
}

.blog-promo{
  margin-bottom:5px;
}
.blog-promo-img{
  position: relative;
  margin-bottom: 15px;
}
.blog-promo-img img{
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.blog-promo-img span{
  font-size: 13px;
  color: #fff;
  background: rgba(29, 51, 73, 0.7);
  padding: 1px 5px;
  position: absolute;
  left: -15px;
  top: 5%;  
  border-radius: 4px;
}
.promo-meta{
  position: absolute;
  width: 100%;
  bottom: -7%;
}
.promo-meta h1{
  font-size: 13px;
  color: #1d3349;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px;
  margin-bottom: 5px; 
  max-width: 23%;
}
.promo-meta h2{
  margin: 0;
}
.promo-meta a{
  font-size: 18px;
  color: #1d3349;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px;
  transition: .3s;
}
.promo-meta a:hover{
  color: #1d74ca;
}
.promo-btn { 
	padding: 10px 15px; 
	border-radius: 24px; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: 600;
 	letter-spacing: 1px; 
 	text-transform: uppercase;  
 	border:transparent;
 }
.promo-btn:hover, .promo-btn:focus {   
	box-shadow: 0.87px 0.096px 10px 0 rgba(0, 0, 0, 0.4); 
}
.promo-btn-def { 
	background: #47c93d; 
	color: #fff; 
	border:1px solid #47c93d; 
}
.promo-btn-def:hover { 
	background-color: #42c339; 
	color: #fff;
	border:2px solid #42c339; 
}
.promo-btn-def.focus, .promo-btn-def:focus { 
	color: #fff; 
	background-color: #42c339;
	border:2px solid #42c339;
}
/*------------------------Blog-Promo-Short------------------------*/

/*------------------------Blog-Promo-Full-------------------------*/
.promo-single{
  margin-bottom: 60px;
}
.promo-date {
  background-color: #207fdc;
  color: #fff;
  height: 70px;
  margin-right: 15px;
  text-align: center;
  width: 70px;
  display: inline-block;  
  margin-bottom: 15px;
}
.promo-date .promo-day {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding-top: 5px;

}
.promo-date span{
  color: #fff;
  font-size: 16px;
}
.promo-page-heading {
  display: inline-block;
  margin: 0;
}
.promo-title{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 19px;
	letter-spacing: -1px;
}

.promo-content{
	margin-left: 85px;
        position: relative;
}
.promo-content img{
  display: block;
  width: 100%;
  max-height: 350px;
}
.promo-fmeta{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 90%;
  bottom: 1%;
  left: 50%;
  margin-left: -45%;
  text-align: center;
  text-transform: uppercase;
}
.promo-fmeta span{
  font-size: 14px;
  color: #eee;
  font-weight: 600;
}
.promo-fmeta h1{
  font-size: 14px;
  color: #eee;
  font-weight: 600;
  margin-left: 20px;
}

.promo-fmeta h2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-family: sans-serif;
  margin: 0;
}
.bullhorn:before{
  content: 'Объявление';
}
.percent:before{
  content: 'Акция';
}
.promo-fmeta i{
  font-size: 14px;
  color: #eee;
  margin: 0 5px 0 20px;
}
.promo-fmeta-meta {
  display: block;
  width: 60%;
  margin: 0 20px 20px 0;
}
.promo-fmeta-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.promo-banner{
  position:relative;
}
.promo-foverlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}
.promo-full{
  margin-top: 40px;
  color: #555;
}
.promo-full i{
  font-weight: unset;
  font-style: italic;
}
.promo-full b{
  font-weight: 700;
}
.promo-full p{
  margin-top: 20px;
  margin-bottom: unset;
}
.promo-full img{
  display: none;
}
/*------------------------Blog-Promo-Full-------------------------*/

/*-------------Blog-Promo-Akcii------------------*/
.blogs-section{
  background:#fafafa;
  padding:35px;
}

.blog{
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: pointer;
  max-height: 320px;
}

.blog img{
  width: 100%;
  height: 100%;
}

.blog-description{
  position: absolute;
  bottom: -60px;
  background: #ffffffc9;
  width: 100%;
  padding: 20px;
  transition: .3s linear;
}

@media(min-width:992px) {
  .blog:hover .blog-description{
    bottom: 0;
  }
}

.categorie{
  display: inline-block;
  color: #1d3349;
  font-size: 18px;
  position: relative;
  padding: 0 15px;
}

.categorie::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1d3349;
  left: 0;
  top: 13px;
}

.categorie::after{
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #1d3349;
  right: 0;
  top: 13px;
}

.title{
  color: #1d3349;
  font-weight: 500;
  margin: 5px 0;
}

.date{
  font-style: italic;
  color: #1d3349;
  margin-bottom: 20px;
}

.blog-btn{
  display: inline-block;
  color: #1d3349;
  text-decoration: none;
  border: 1px solid #1d3349;
  border-radius: 24px;
  padding: 6px 20px;
  opacity: 0;
  transition: .3s linear;
}

.blog:hover .blog-btn{
  opacity: 1;
}

.blog-btn:hover{
  color: #fff;
  background: #1d3349;
}

.blog-more-btn{
  display: inline-block;
  color: #fff;
  border: 1px solid #207fdc;
  background: #207fdc;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 24px;
  padding: 6px 20px;
  transition: .3s linear;
}

.blog-more-btn:hover{
  color:#fff;
  box-shadow: 0.87px 0.096px 10px 0 rgba(0, 0, 0, 0.4);}

.owl-stage{
  display: flex !important;
}
.owl-theme .owl-dots{
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot{
  padding:unset;
}
.owl-theme .owl-dots .owl-dot span{
  width: 50px;
  height: 1px;
  display: block;
  background: #869791;
  padding: 2px;
  border-radius: 0;
  opacity: 0.5;
  transition: .5s ease-in;
}
.owl-theme .owl-dots .owl-dot:hover span{
  background:#467b74;
}
.owl-theme .owl-dots .owl-dot.active span{
  background: rgb(29, 51, 73);
}
/*-------------Blog-Promo-Akcii------------------*/
/* ================================= */
    /*===== Blog-Promo =====*/
/* ================================= */


/* ================================= */
    /*===== Blog =====*/
/* ================================= */
/* --------------------- Blog List  ------------------- */
.blog-block{
	padding-bottom:60px;
	margin-bottom:50px;
	border-bottom: 1px solid #d5d5d5;
}
.blog-banner-img{
	margin-bottom: 30px;
}
.blog-date {
  background-color: rgb(121, 121, 121);
  color: #fff;
  margin-right: 15px;
  text-align: center;
  display: inline-block;  
  margin-bottom: 15px;
  padding: 5px 15px;
}
.blog-date .blog-day {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  padding-top: 5px;

}
.blog-date span{
  color: #fff;
  font-size: 16px;
}
.blog-page-heading {
  display: inline-block;
  margin: 0;
}
ul.meta-tag{
	margin: 0;
	padding: 0;
}
.meta-tag a{
	color: #8c8c8c;
}
.meta-tag a:hover{
	color: #414653;
}
.meta-tag li {
  display: inline-block;
  margin:0 6px 20px 0;
}
.blog-title{
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 19px;
	letter-spacing: -1px;
}

.blog-content{
	margin-left: 85px;
}
.blog-content img{max-width: 100%;}
.blog-content iframe{max-width: 100%;}
.blog-content ul:not([class]) > li::marker {
  content: "";
}
.blog-content ul:not([class]) > li::before {
  position: relative;
  right: .5em;
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;  border: 3px solid #b98d46;
  border-radius: 50%;
}

.btn-video-play {
  background-color: transparent;
  color: #ff5e43;
  font-size: 80px;
  left: 50%;
  line-height: 95px;
  margin-right: -50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-block .video-item .video-preview, .blog-block .video-item .video-preview iframe {
  height: 100%;
  width: 100%;
}
.video-device {
  position: relative;
}
.video-item {
  text-align: center;
}
.video-device .bg_img {
  background-size: cover;
  width: 100%;
}
.video-preview {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}
.jp-audio{
	margin-bottom: 30px;
}
.blog-link{
	background:#42c538;
	padding: 80px 60px; 
}
.blog-link a{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
}
.blog-link-icon{
	padding:20px 40px 20px 20px;
	border-right: 1px solid #64db5b;
	float: left;
	margin-right: 40px;
}
.blog-link-icon i{
	color: #fff;
	font-size: 36px;
}
.pagination{
	float: right;
}
.pagination li {
  margin-right: 8px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.pagination li a{
  border: 2px solid #8e99a4;
  border-radius: 50% !important;
  color: #251626;
  display: block;
  font-size: 20px;
  font-weight: 800;
  transition: all 0.3s ease 0s;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 1.3 !important;
}
.pagination li.active a:hover,.pagination li.active a,.pagination li a:hover{
	background: transparent;
	color: #251626;	
	border: 2px solid #42c538;	
}	
.widget{
	margin-bottom: 50px;
}
.widget-title{
	font-weight: 600;
	letter-spacing: -0.25px;
	line-height: 1.2;
}
.widget_categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_categories ul li{
	position: relative;
	padding-left: 20px;
	line-height: 2;
}
.widget_categories ul li a{
	color: #676767;
	font-size: 16px;	
}	
.widget_categories ul li::after{
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  left: 0;
  position: absolute;
  bottom: 2px;
  color: #251626;
}
.recent-post-img img{
	width: 100%;
}
.popular-widget-box{
	margin-bottom: 30px;
}
.popular-widget-box p{
	margin-bottom: 0;
}	
.tag-link{
	background:#ebebeb;
	color: #5b515c; 
	padding: 12px 25px;
	border-radius: 30px;
	margin:0 10px 15px 0;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.10px;
}
.tag-link:hover{
	background:#207FDC;
	color: #fff;
}

/* ================================= */
    /*===== Blog Single =====*/
/* ================================= */
/* --------------------- Blog Single  ------------------- */
.blog-single{
	margin-bottom: 60px;
}
.comments-title{
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.comment-meta {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-list {
  
}
.comment-body {
	margin-bottom: 60px;
}
.comment-author img {
	float: left;
	width: 70px;
}
.comment-info {
	padding-left: 100px;
}
.childern {
	padding-left: 140px;
}
.user-title{
	color:#2d1f2e;
	margin-bottom: 10px;
}
.blog-next-pre{
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	margin-bottom: 50px;
	padding: 15px 0;
}
.blog-next-pre-left{
	line-height: 1;
}
.blog-next-pre-left .prev-link{
	border-right: 1px solid #d5d5d5;
}
.blog-next-pre-left a{
	font-size: 14px;
	color: #414653;
	font-weight: 800;
	letter-spacing: 1px;
}
.blog-next-pre-right{
	line-height: 1;
	text-align: right;
}
.blog-social{
	margin: 0;
	padding: 0;
}
.blog-social li{ 
	display: inline-block;
	margin-right: 10px;
	color: #414653;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}
.blog-social li a i {
	font-size: 14px;
	color: #a5a9b2;
} 
.blog-social a i:hover{
	color: #414653;
}	
/* ================================= */
    /*===== Gallery =====*/
/* ================================= */
.gallery-box{
	position: relative;
	margin-bottom: 30px;
}
.gallery-box img{
	z-index: 999;
	background: #ccc;
	width: 100%;
}
.gallery-title{
	color: #fff;
	position: absolute;
	bottom: 0;
	z-index: 99;
	margin-left: 30px;
}
.overlay-gallery-box {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 100% !important;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 1;
}
.video-gallery .video-item .video-preview, .video-gallery .video-item .video-preview iframe {
  height: 100%;
  width: 100%;
}
.video-gallery .video-play{
	left: 50%;
	line-height: 95px;
	margin-right: -50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	background: #ff6868;
	border-radius:50%;
	color: #fff;
	width:64px;
	height: 64px;
}
.video-play i{
	display: block;
	margin-top: 23px;
}
/* ================================= */
    /*===== Appointment =====*/
/* ================================= */

.testimonial-bg{
	background: #e5f1f0;
}
#testimonial-box2, #testimonial-box1{
	margin-right: auto;
        margin-left: auto;
}
.appointment-form{
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 20px;
}
.appointment-form .form-control{
	text-transform: uppercase;
}
.appointment-form .form-control::-moz-placeholder{
  color: #221223;
}
.appointment-form  .form-control::-moz-placeholder {
  color: #221223;
}
.appointment-form  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #221223;
}
.appointment-form  .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #221223;
}
.appointment-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #221223;
}
.appointment-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #221223;
}

/* ================================= */
    /*===== Contact US =====*/
/* ================================= */

.contact-box-content span{
	text-transform: uppercase;
	margin-bottom: 0;
	color: #221223;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.75px;
}
.contact-box-content a{
	display: block;
	font-size: 22px;
	color: #6b6f72;
       margin-left: 50px;
}
.contact-box .contact-icon i{
	line-height: 1.6;
	padding: 5px 25px 10px 0;
	color: #45c43d;
	font-size: 24px;
}
.contact-box p{
	color: #6b6f72;
	margin: 0 0 0 50px;
} 
#googleMap{
	height: 500px;
}

/* ================================= */
    /*===== FAQs =====*/
/* ================================= */

.faq-section .panel-heading,.faq-section .panel-default{
	background: transparent;
	border: none;
	box-shadow: none;
}
.faq-section .panel{
	margin-bottom: 10px;
}
.faq-section .panel-title{
	font-size: 17px;
	color: #000000;
}
.faq-cat{
	text-transform: uppercase;
	font-weight:900;
}
.faq-btn {
	color: #000000;
	background-color: transparent; 
	border: none;
	position: absolute;
	right: 30px; 
}
.faq-btn:hover,
.faq-btn:focus,
.faq-btn:active {
	background-color: transparent;
	border: none;
	outline: 0 auto -webkit-focus-ring-color;
	box-shadow: none;
}
.faq-btn-minus {
	display: none;
}
.collapsed .faq-btn-minus {
	display: inherit;
}
.faq-btn-plus {
	display: inherit;
	color:#ff462d;  
}
.collapsed .faq-btn-plus {
 	display: none;
}
.question-heading strong{
	margin-right: 25px;
}
.searchbar-box{
	background: #207fdc;
	padding: 20px;
	margin-bottom: 50px;
}
.searchbar-box .form-control{
	font-size: 18px;
	font-weight: 500;
	height: 54px;
	padding-left: 20px;
	background:#fff;
}	
.btn-search{
	border-radius: 0;
	background: #47c93d; 
	padding: 18px 18px;
}
.btn-search i{
	color: #fff;
	font-size: 18px;
}

/* ================================= */
    /*===== Department =====*/
/* ================================= */

ul.department-list{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.department-list li{
	border-bottom: 1px solid #e6eff5;
	padding:10px 0;
}
ul.department-list a:hover, ul.department-list a:focus, ul.department-list a:active{
	margin-left: 10px;
}

ul.department-list li:last-child{
	border-bottom:none;	
}
ul.department-list li a{
	color: #2f2f2f;
	font-size: 22px;
	font-weight: 300;	
}
ul.department-list li a:focus{
	outline: 0;
}
ul.department-list li a:hover{
	color: #207FDC;
}
ul.department-list li i{
	font-size: 26px;
	display: inline-block;
	width: 65px;	
}
ul.department-list li.active a i{
	color:#207fdc;
}
.department-list-panel{
	margin: 0;
}
.department-title{
	font-size: 36px;
	margin-bottom: 0px;
        padding: 10px;
        background: rgba(121, 121, 121, 0.9);
        color: #fff;
}
.department-body{
        padding: 30px 40px;
        border: 1px solid rgba(121, 121, 121, 0.9);
}
.department-body ul:not([class]) > li::marker {
  content: "";
}
.department-body ul:not([class]) > li::before {
  position: relative;
  right: .5em;
  content: "";
  display: inline-block;
  width: .7em;
  height: .7em;  border: 3px solid #b98d46;
  border-radius: 50%;
}
.department-list-panel i{
	font-size: 60px;
	color:#207fdc;
	margin-right: 30px; 
}
/* ================================= */
    /*===== testimonial =====*/
/* ================================= */
.testimonial-section-box{margin-bottom: 0px;}
.clearfix{clear: both; display:inline-block;}
.client-title{color: #384a50;font-size: 16px;margin-bottom: 25px;display: block;}
.client-date{font-size: 12px;text-align: center;font-weight: 600;color: #000;line-height: 15px;}
.client-name{font-size: 15px;font-weight: 600;color: #000;}
.client-text{font-size: 14px;margin-top: 17px;line-height: 21px;}
/* --------------------- career  ------------------- */
.career-section .panel-heading, .career-section .panel-default{
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;	
}
.career-section .panel-default{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-top: 15px;	
}
.career-section .panel-body{
	padding:10px 0;

}
.career-heading{
	font-size: 20px;
	color: #221223;
	font-weight: 600;
}
.career-heading:focus{
	outline: 0;
}
.career-heading span{
	color: #676767;
	font-size:16px;
	display: block;
	font-weight: 500;
	margin-bottom: 15px;
}
.btn-career{
	float: right;
}
.chevron-right li::before {
  color: #47c93d;
  content: "\f054";
  font-family: FontAwesome;
  left: 0;
  margin-right: 20px;
  top: 0;
  font-size: 14px;
}
.chevron-right li {
	line-height: 2;
	font-size: 16px;
}
.career-slider{
	margin-bottom: 70px;
}
#career-slider .owl-next, #career-slider .owl-prev {
  background-color: transparent !important;
  color: #FFF;
  transition: all 0.3s ease 0s;
  font-size: 80px;
}

.career-slider .owl-next {
  position: absolute;
  right: 100px;
  top: 40%;
}
.career-slider .owl-prev {
  left: 100px;
  position: absolute;
  top: 40%;
}

/* ================================= */
    /*===== 404 Error =====*/
/* ================================= */

.error-heading{
	font-size: 200px;
	color: #207fdc;	
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
}
.error-section p{
	text-transform: uppercase;
	color: #1d3349;
	font-weight: bold;
}
.error-section p span{
	font-size: 22px;
	color: #bfc6ce;
	margin-right: 10px;
	font-weight: bold;
	margin-left: 35px;
}
.error-title{
	position: relative;
}
.error-section .fa{
	bottom: -15px;
	color: #bfc6ce;
	font-size: 100px;
	left: -55px;
	position: absolute;
    transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
}

/*---------------------- Go Top--------------------------*/
.toTop{
  background-color: rgba(121, 121, 121, 0.9);
  padding: 15px;
  cursor: pointer;
  z-index: 9999;
  bottom: 100px;
  right: 0;
  position: fixed;
}
.toTop i{
  margin: auto;
  color: #FFF;
  font-size: 30px;
}
.toTop:hover{
  background-color: #D4B98E;
  padding-bottom: 20px;
  padding-top: 10px;
}

/* --------------------- Mobile CSS  ------------------- */

@media(max-width:768px) { 
.header::before{
	background: none;
}
.navbar-brand > img {
  max-width: 50%;
  margin: 0 auto;
}
.slider2 .slide-heading{
  max-width: 100%;
  text-align: center;
}
.testimonial-style-box {
  padding: 50px 20px 60px 20px;
}
.home-contact-block {
  border-bottom: none;
}
.ptb100 {
  display: none;
}
.pb80 {
  padding-bottom: 35px !important;
}
.pt150 {
    padding-top: 35px !important;
  }
.about-container {
  margin: 0;
}
.top {
  position: sticky;
  z-index: 1;
}
.topbar-info {
   display: block;
}
.topbar2 .topbar-info i {
  float: none;
  display: inline;
}
.btnvote {margin: -80px 20px 0 0;}
.department-nav li a{text-align: center;font-size: 26px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {margin-left: 0px;}
.department-nav li a span {    margin-left: -25px;}
.specialities-box{
	display: none;
}
.slider .item{height: 570px;}
.dr-social-box{
	float: none;
}
.dr-details a{
	margin-bottom: 10px;
}
.footer-widget{
	margin-top:30px;
}
.footer-contact-box{
	margin-bottom:0;
	margin-right:0;
	display: block;
}
.testimonial-arrow-right::after, .testimonial-arrow-right::before{
	left: auto;
}
#testimonial-content .owl-item .projectitem{
	padding: 0 70px;
}
.footer-logo-box{
	text-align: center;
	margin: 10px 0  30px 0;
}

.dr-details{
	padding: 30px 45px;
}
.department-inner-icon{
	text-align: left;
	margin-bottom: 10px;
}
.department-right-box{
	margin-top: 20px;
}
.video-device{
	margin-bottom: 30px;
}
.contact-box-content {
	margin-bottom: 20px;
}
.about-whitebox{
	padding: 60px 40px;
}
.blog-link{
	padding: 50px 40px;
}
.blog-link a{
	font-size: 20px;
}
.dop_blocks{width: 100%;padding: 20px !important;}
.blog-content, .promo-content{margin-left: 0px;}
.btnvote {float:left;margin-top: -30px;}
}	

@media(max-width:508px) {  
.button__mobile{text-align: center; display:flex; justify-content: center;}
.btn {padding: 14px 30px;}
.slide-heading{font-size: 28px;}
.slider .item{height: 370px;}
.department-nav li a{font-size: 18px;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{margin-left: 0px;}
.tn-default{margin-top: 0px;}
.diters{width: 100%;float: left;margin-top: 5px;}
.department-body {padding: 10px 20px;}
.department-title {font-size: 26px;}
.department-list-panel i {font-size: 30px;margin-right: 10px;}
.client-date{display: none;}
.promo-fmeta-meta {width: 100%;}
.promo-fmeta span {font-size: 12px;}
.promo-fmeta h2 {font-size: 20px;}
.promo-fmeta h1 {font-size: 12px; margin-bottom: 0;}
.page-header{display: none;}
.promo-banner{margin: 0 -30px;}
.container-promo>.ptb20{padding: unset;}
  .testimonial-style-box {
    padding: 20px;
  }
}

@media(max-width:992px) {
.testimonial-style-box{width: 100%;}
  .top {
  position: sticky;
  z-index: 1;
}
.navbar-brand > img {
  max-width: 70%;
  margin: 0 auto;
}
.mobile{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  float: left;
}
.topbar-contact {
  float: none;
  margin-top: 30px;
}
.menu-box{
	float: left;
	width: 100%;
}
#navmenu {
    background: #676767;color: #fff;
}

#navmenu > ul > li > a{color: #fff;}
#navmenu.small-screen #menu-button{color: #fff;}

.conrtolscom {margin: 0 auto;width: 100%;}
.left-quote{
	display: none;
}
.home-contact{
	position: relative;

}
.home-contact-top:before {
	border:none;
	margin:0; 
}

.promo-blocks{width: 50%;}

}
@media(max-width:699px) {
.promo-blocks{width: 100%;}
/*.blog-promo .img-responsive{height: 100%; width: 100%;}*/
} 

@media(max-width:720px) {
.blog-promo p{margin-top: 20px};
}
}


}
@media(max-width:1280px) {
.testimonial-style{
	background-position: calc(52% - 0) calc(100% - 1px);}
}
@media(max-width:1300px) { 
	.specialities-box{
		display: none;
	}
}
@media(min-width:992px) {.testimonial-section-box{margin-bottom: 15px;height: 260px;}}
@media(min-width:1200px) {.testimonial-section-box{height: 215px;}}
