/* BASE - Base styles, variables, mixins, etc */
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
.page-header {
  margin-top: 30px;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  color: #646669;
  background-color: #f7f7f7;
}
a {
  color: #004284;
}
ul,
li {
  list-style: none;
}
input,
textarea,
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea {
  resize: vertical;
}
/*tab navigation from profile-clinic*/
.reviews{
  margin-top:   30px;
}
.reviews-rate{

}
.reviews-info{
  color: #004284;
  font-weight: 700;
}
.photo-block{
  margin-top: 30px;
  position: relative;
}
.photo-block:hover .photo-block__overlay{
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(193, 227, 244, 0.5);
  transition: .4s all ease;
  height: 100%;
  width: 100%;
  cursor: url('../img/profille-clinic/cursor.png'), pointer;
}
.con-btn{
  max-width: 100%;
  white-space: pre-wrap;
  margin: 0 !important;
}
.med-turizm__add button{
  border: none;
  background: transparent;
}
.med-turizm-head{
  margin-top: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #0288d1;
  border-top: 1px solid #0288d1;
}
.med-turizm__add i{
  font-size: 1.5em;
}
.med-turizm__add{
  color:  #0288d1 !important;
}
.med-turizm__add span{
  border-bottom: 1px dashed #0288d1;
}
.med-turizm__text{
  margin-top: 2.25em  ;  
}
.doctors,.insurance{
  margin-top: 2.25em; 
}
.insurance-block{  
  float: left;
  margin-top: 20px; 
  margin-right: 15px;
}

.insurance-block a span{
  padding-top: 15px;
}
.promo-block{
  position: relative;
  margin-top: 20px;
}
.doctor_name{
  color: #0288d1;
  font-weight: 700;
}

/* MODULES - Individual site components */
.registration-showcase {
  margin-top: 15px;
  background-color: #f7f7f7;
}
.registration-showcase .col-lg-12 > h1 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 35px;
  color: #004284;
}
.registration-showcase .col-lg-12 > hr {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #004284;
}
.registration-showcase .info {
  background-image: url("../img/interface-list-info.png");
  background-repeat: no-repeat;
  padding: 25px 50px;
  background-size: cover;
}
.call-to-action {
  padding: 75px 0;
  position: relative;
  background: url("../img/registration_bg.jpg") no-repeat center center;
}
.call-to-action .container {
  padding: 50px 50px;
  position: relative;
  display: block;
  background-color: #f7f7f7;
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
}
.call-to-action .container .text-center {
  color: #004284;
  margin-bottom: 50px;
}
.col-md-6:nth-child(2) {
  margin-bottom: 0px;
}
.form-group p {
  margin-top: 7px;
  margin-bottom: 0px;
}
.form-group {
  margin-bottom: 17.5px;
}
.send-call {
  padding: 10px 200px;
  width: 100%;
}
.submit-btn {
  margin-top: 25px;
}
.validation-star {
  color: #f00;
}
/* LAYOUTS - Page layout styles */
.navbar {
  background-color: #f7f7f7;
  box-shadow: 0 0 4px rgba(0,0,0,0.14), 0 4px 8px rgba(0,0,0,0.28);
  width: 100%;
  margin: auto;
  min-height: 60px;
}


  .navbar .navbar-nav > li > a {
  color: #004284;
  letter-spacing: -0.5px;
}
.navbar-nav {
    margin-top: 3px;
    width: calc(100% - 305px);
    display: flex;
    justify-content: center;
}
.navbar-inverse .navbar-nav > li > a {
  text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #004284;
  text-decoration: underline;
}
.navbar-inverse {
  border-color: #f7f7f7;
}
.fa-user:before {
  color: #004284;
  margin-right: 10px;
}
.btn-group > .btn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.btn-default {
  color: #004284;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding-left:0;
}
.btn-default:hover {
  color: #004284;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.footer {
  padding: 75px 0px;
  border-bottom: 15px solid #2cc0ff;
  background: url("../img/footer-bg.png") no-repeat center center;
  color: #fff;
}
.footer .footer-list li > h4 {
  padding-bottom: 5px;
  border-bottom: 3px solid #2cc0ff;
}
.footer .footer-list > li {
  margin-bottom: 10px;
}
.footer .footer-list > li a {
  color: #fff;
}

/* start doctors.css*/
.left-sidebar-menu {
    border-top: 10px solid #0288d1 !important;
}

.clinic-checks .sub-item label:before{
    content: '\f0da';
    font-family: FontAwesome;
    padding: 0 10px 0 15px;
}

ul.left-menu li.accord{
    padding-top: 0;
    padding-bottom:  0;
}

ul.left-menu li.accord label > span > input[type="checkbox"] + label::before{
  content: '\f107';
  font-family: FontAwesome;
  border: 0px;
  color: #b4b5b5;
  font-size: 26px;
  font-weight: 600;
}
ul.left-menu li.accord label > span > input[type="checkbox"] + label{
  height: 20px;
  margin-bottom: 0;
}

ul.left-menu li.accord .parent-check{
    padding-top: 15px;
    padding-bottom: 15px;
}
/* end doctors.css*/

/*MEDIA*/
@media only screen and (max-width : 768px) {
ul.nav.navbar-nav {
    display: block;
    width: 100%;
	padding-left: 30px;
}
}

#tab_promo {
  padding-bottom: 60px;
}

.geo-confirm {
  position: fixed;
  background-color: #fff;
  border-radius: .5em;
  padding: 1em 1.5em;
  top: 20px;
  left: 50%;
  width: 364px;
  transform: translateX(-50%);
  z-index: 10000;
  box-shadow: 6px 4px 22px rgba(0, 0, 0, 0.21);
  display: none;
}

.geo-confirm.is-open {
  display: block;
}

.geo-confirm__text {
  margin-bottom: .5em;
}

.geo-confirm__btns {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .geo-confirm {
    font-size: 14px;
    padding: .5em 1em;
  }

}
