/* ----- Global ------- */
*,
*:before,
*:after {
  
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.content {
  min-height: 90vh;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.page-header {
  font-size: 14px;
}

.cta-button {
  display: inline-block;
  padding: 13px 10px;
  text-decoration: none;
  background: #2985d8;
  color: #fff;
  line-height: 1;
}

.cta-button:hover {
  color: #fff;
  background: #1975c8;
}

.cta-button:active {
  background: #2985d8;
  color: #fff;
}

/* ---- Menus ----- */
.header-above .menu,
.header-main .menu,
.med-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.dropdown {
  position:relative;
}

.hovered-li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  
  display: none;
  position: absolute;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fafafa;
}

.hovered-li li {
  margin-top: 10px;
}

.dropdown:hover .hovered-li{
  display: block; 
}



.header-above .menu .menu-item {
  margin-left: 30px;
}

.header-main .menu .menu-item {
  margin-left: 35px;
}

.header-above .menu a,
.header-main .menu a, 
.med-menu .menu a {
  display: block;
  text-decoration: none;
  line-height: 1;
}

.header-above .menu a:not(.cta-button),
.header-main .menu a:not(.cta-button) {

  color: #434343;
}

.header-above .menu a:not(.cta-button):hover,
.header-main .menu a:not(.cta-button):hover {
  color: #2985d8;
}

.header-above .menu a:not(.cta-button):active,
.header-main .menu a:not(.cta-button):active {
  color: #434343;
}

/* ----- Header above ------- */
.header-above {
  background: #e6e6e6;
  height: 40px;
}

.header-above .menu {
  height: 40px;
}

.header-above .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-above .left {
  font-size: 12px;
  letter-spacing: 0.012em;
}

.header-above .left strong {
  font-size: 16px;
}

.header-above .menu-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header-above .menu-item-tel {
  background: url('../images/phone.png') no-repeat center left;
  padding-left: 20px;
}

/* ----- Header main -------- */
.header-main {
  padding: 30px 0;
}

.header-main .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.header-main .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
  letter-spacing: 0.024em;
}

.header-main .menu .cta-button {
  letter-spacing: 0.012em;
}

/* ------ Hero ------- */
.hero {
  padding-top: 150px;
  background: url('../images/hero_bg.jpg') no-repeat center center;
  height: 650px;
  position: relative;
}

.hero:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #dae4f2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #e9f0f9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.hero .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.big-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  height: 65px;
  width: 350px;
  margin-top: 45px;
}

.hero .inner {
  width: 570px;
}

.page-title {
  margin: 0;
  font-weight: normal;
  line-height: 1;
}

.page-title .small {
  font-size: 24px;
  color: #2985d8;
  text-transform: uppercase;
  margin-bottom: 26px;
  display: block;
  line-height: 1;
  letter-spacing: 0.09em;
}

.page-title .large {
  font-weight: bold;
  color: #434343;
  font-size: 49px;
  display: block;
  margin-bottom: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.hero p {
  color: #716f6f;
  font-size: 16px;
  letter-spacing: 0.012em;
  margin-bottom: 45px;
  line-height: 1.6;
}

.hero .cta-button {
  padding-left: 44px;
  padding-right: 44px;
}

/*------ Med-Menu-------*/
.form-title, .fill-form, .med-menu,
.med-menu .med-type,
.med-menu .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

}


.med-type .menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 780px;
  flex-wrap: wrap;
}

.med-type {
  width: 780px;
  padding-top: 60px;
}
.med-menu .cta-button:before {
  content: '';
  background-color: #91bfe9;
  display: block;
  position: relative;
  width: 37px;
  height: 2px;
  left:107px;
  top:140px;
  
  
}
.cta-button:hover:before {
  background-color: #85b3dd;
}
.med-menu .cta-button {
  padding:0px;
  margin:0px;
  background-color: #ffffff;
}

.med-menu .menu-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
  width:251px;
  color: #434343;
  padding-top: 151px ;
  padding-bottom: 68px;
  margin-right: 9px;
  margin-top: 10px;
  font-size: 16px;
}
.menu-box strong {
  letter-spacing: 0.012em;
}

.pill{
  background: #fafafa 104px 68px url(../images/pill.svg) no-repeat;
  z-index: -1;
}
.pill:hover {
  color: #ffffff;
  background: #2985d8 104px 68px url(../images/pillhover.svg) no-repeat;
}
.heart{
  background: #fafafa 102px 70px url(../images/heart.svg) no-repeat;
}
.heart:hover {
  color: #ffffff;
  background: #2985d8 102px 70px url(../images/hearthover.svg) no-repeat;
}
.syr {
  background: #fafafa 104px 66px url(../images/syr.svg) no-repeat;
}
.syr:hover {
  color: #ffffff;
  background: #2985d8 104px 66px url(../images/syrhover.svg) no-repeat;
}
.tooth{
  background: #fafafa 104px 72px url(../images/tooth.svg) no-repeat;
}
.tooth:hover {
  color: #ffffff;
  background: #2985d8 104px 72px url(../images/toothhover.svg) no-repeat;
}
.styth{
  background: #fafafa 101px 68px url(../images/styth.svg) no-repeat;
}
.styth:hover {
  color: #ffffff;
  background: #2985d8 101px 68px url(../images/stythhover.svg) no-repeat;
}


.med-menu .menu-box:active {
  color: #434343;
  background-color: #fafafa;
}


/* --------form apoint----------*/

.appoint .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 554px;
  width: 370px;
  margin-top: 0px;
  background-color: #2985d8;
  margin-left: 20px;
}

.form-title {
  padding-top: 59px;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.012em;
  line-height: 1;
}

.fill-form {
  padding-top: 14px;
  color: #e3e3e3;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.012em;
}

.form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 14px;
}

.option {
  width: 310px;
  height: 44px;
  margin-top: 10px;
}

.all-fields {
  padding-top: 20px;
  font-size: 14px;
  color: #e3e3e3;
  line-height: 1;
  width: 100%;
}

.sub-but {
  background-color: transparent;
  letter-spacing: 0.012em;
  width: 308px;
  color: #ffffff;
  font-style: 14px;
  padding: 17px ;
  border: 1px solid white;
  cursor: pointer;
  margin-top: 17px;
}
.sub-but:hover{
  color: #2985d8;
  background-color: #ffff;
}

/*---------- Photos -----------*/

.fasa-photos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  width: 100%;
  height: 932px;
  background: url(../images/bigpic.jpg) no-repeat center center;
  position: relative;
}
.health-title .container {
  padding-top: 65px;
}
.fasa-photos:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #28363e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.fasa-photos:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #16262f;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.health {
  color: #2985d8;
  letter-spacing: 0.012em;
}
.careprojects:before {
  content: '';
  background-color: #90bfe9;
  display: block;
  position: relative;
  width: 44px;
  height: 2px;
  left:47%;
  top:60px;
  line-height: 1;
  
}
.careprojects {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.012em;
  line-height: 1;
}
.proj-nav {
  justify-content: space-between;
}
.proj-item .cta-button:hover {
  color: #fff;
  background: #1975c8;
}

.proj-item .cta-button:active {
  background: #2985d8;
  color: #fff;
}
.proj-item .cta-button {
  background: transparent;
}
.proj-item {
  margin-right: 18px;
  margin-top: 55px;
}
.projs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
}
.photos {
  max-width:1920px;
  height: 520px;
}
.photos {
  width: 100%;
}
.fasa-photos .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.li-photos {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding:0;
}
.overlay {
  display: none;


  
}

.photo-item {
  border-width: 0;
  width:380px;
  height: 260px;
  position: relative;
}

.image1 {
  background: url(../images/1.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image2 {
  background: url(../images/2.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image3 {
  background: url(../images/3.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image4 {
  background: url(../images/4.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image5 {
  background: url(../images/5.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image6 {
  background: url(../images/6.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image7 {
  background: url(../images/7.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image8 {
  background: url(../images/8.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image9 {
  background: url(../images/9.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.image0 {
  background: url(../images/0.jpg) no-repeat center center;
  height:260px;
  width: 100%;
  left: 0;
  top:0;
  border-style: none;
}
.a-p-butt {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.012em;
  padding-top: 19px;
  padding-bottom: 18px;
  padding-right: 48px;
  padding-left: 48px;
  margin-top: 70px;
  line-height: 1;
  width: 193px;
}


.photo-item:hover .overlay {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  display: block;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  padding-left: 117px;
  padding-top: 123px;
  background-color: rgba(0,0,0,0.5);
}
.photo-item:hover:before {
  content: '';
  display: block;
  background: url(../images/anchor.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 177px;
  top:74px;
}
.photo-item:hover:after {
  content: '';
  display: block;
  background: #2b80ce;
  width: 41px;
  height: 1px;
  position: absolute;
  left: 172px;
  top:155px;
}
.proj-num {
  padding-left: 6px;
  padding-top: 40px;
  font-size: 14px;
}

/* ----- fasa-video ----*/

 
.fasa-videos .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fasa-videos {
  background-color: #fafafa;
  height: 557px;
}
.fasa-videos:before {
  background-color: #fafafa;
}

.video .container,
.latest .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
width: 585px;
}

.video-intr span,
.new-title span {
  color: #2985d8;
  font-size: 26px;
  letter-spacing: 0.012em;
}

.video-intr,
.new-title {
  padding-top: 70px;
  font-size: 26px;
  padding-bottom: 32px;
  letter-spacing: 0.012em;
}
.new span:after {
  content: '';
  background-color: #2985d8;
  display: block;
  position: relative;
  width: 35px;
  height: 2px;
  top:14px; 
}

.new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 570px;
  height: 166px;
  margin-bottom: 20px;
  line-height: 1;
  background-color: #ffffff;
}

.new article {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}

.new p {
  font-size: 14;
  letter-spacing: 0.012em;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.012em;
  margin-top: 40px;
  margin-bottom: 45px;
  line-height: 1.6;
}

.new span {
  font-size: 16px;
  padding-top: 27px;
  letter-spacing: 0.012em;
}

.video {
  margin-left: 16px;
}

.logos-dis {
  padding: 47px 0px;
}

.logos:after {
  content: '';
  display: block;
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #2985d8;
}

.video-photo:hover {
  opacity: 0.8;
}
/*------------footer------------*/
.page-footer {
  list-style: none;
  background-color: #0d1c26;
}
.page-footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 391px;
}
.footer-ul-title {

  font-weight: bold;
  line-height: 1;
}
.footer-ul-item p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.6;
  margin: 0;
  flex-wrap: wrap;
  font-size: 14px;
}
.page-footer ul a{
  line-height: 1;
}
.page-footer ul {
  width: 25%;
  padding-left: 0;
  list-style: none;
}
.footer-ul-title {
  letter-spacing: 0.012em;
  font-size: 20px;
  color: #ffffff;
}
.medical {
  padding-top: 60px;
  padding-bottom: 30px;
  font-size: 36px;
  color: #ffffff;
}
.medical:before {
  color: #2985d8;
  content: "M";
}
.medical:after {
  color: #2985d8;
  content: "+";
}
.quick-links:before {
  color: #2985d8;
  content: "Υπερσύνδεσμοι";
}
.contact:before {
  color: #2985d8;
  content: "Επικοινωνία";
}
.quick-links, .contact, 
.hours {
  padding-top: 61px;
  padding-bottom: 38px;
}
.hours:before {
  color: #2985d8;
  content: "Διαθέσημες";
}
.signature {
  padding-top: 35px;
  font-size: 40px;
  color: #e9eaea;
  font-family: "Mrs Saint Delafield" , Lato;
}

.page-footer ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.footer-ul-links a{
  padding-left: 7px;
  padding-bottom: 24px;
}
.footer-ul-links a:hover{
  color : #277ecc;
}
.footer-ul-item,
.footer-ul-item a{
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  color: #e9eaea;
  line-height: 1;
  letter-spacing: 0.012em;
  margin-right: 15px;
}

.footer-ul-contact .footer-ul-item {
  
  padding-bottom: 30px;
}
.footer-ul-hours .footer-ul-item {
  padding-bottom: 18px;
}

.footer-ul-hours .footer-ul-item{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
line-height: 1;

}

.footer-ul-hours div:before {
  content: '';
  display: block;
  position: relative;
  top: 10px;
  left: 100px;
  height: 1px;
  width: 50px;
  background-color: #3c4850;
  line-height: 1;
}

.footer-ul-links .footer-ul-item:before {
  content: '';
  display: block;
  background-image: url(../images/arrow.png);
  width: 5px;
  height: 9px;
  top: 2px;
  position: relative;
}
.location:before {
  content: '';
  display: block;
  background-image: url(../images/gps.png);
  width: 9px;
  height: 14px;
  top: 2px;
  position: relative;
  margin-right: 15px;
}
.mail:before {
  content: '';
  display: block;
  background-image: url(../images/mail.png);
  width: 14px;
  height: 11px;

  margin-right: 10px;
  top: 2px;
  position: relative;
}
.tel:before {
  content: '';
  display: block;
  background-image: url(../images/headphones.png);
  width: 14px;
  height: 11px;
  top: 2px;
  margin-right: 10px;
  position: relative;
}

.footer-ul-contact {
  padding-left: 20px;
}
.social-media-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  width: 185px;
  padding-top:  15px;
}

.social-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 25px;
  width:   25px;
  background-color: #ffffff;
}

.facebook {
  background: #ffffff url(../images/facebook.svg) no-repeat center center ;
}
.twitter {
  background: #ffffff url(../images/twitter.svg) no-repeat center center ;

}
.google {
  background: #ffffff url(../images/google.svg) no-repeat center center ;
}
.facebook:hover {
  background: #2985d8 url(../images/facebook-hover.svg) no-repeat center center ;
}
.twitter:hover {
  background: #2985d8 url(../images/twitter-hover.svg) no-repeat center center ;

}
.google:hover {
  background: #2985d8 url(../images/google-hover.svg) no-repeat center center ;
}


/*--------footer 2 -----------*/

.rights {
  background-color: #10222d;
}
.rights .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
    height: 39px;

}

.rights div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #8c8d8e;
}
.right-d {
  width: 215px;
}

.rights div a {
  color: #8c8d8e;
  text-decoration: none;
}

/*------ Register Login Panels ---------*/

.main-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 650px;
  background-color: #dae4f2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 400px;
  width: 50%;
  background-color: #2985d8;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}

.card-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #ffffff;
  font-size: 24px;
  height: 100px;
  width: 50%;
  align-items: center;

  justify-content: center;
  background-color: #1667b0;
}


 .remember-me {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 15px;

}

.card-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  color: #ffff;
  font-size: 18px;
  width: 100%;
  align-items: center;
}

.card-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding-right: 10px;
}

.card form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.input {
  margin-left: 12px;
  height: 30px;
  width: 165px;

}

.auth-but {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.login-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 65%;
  justify-content: space-between;
}

.card a {
  color: #ffffff;
  text-decoration: none;
}

.card a:hover {
  color: #1667b0;
}

.pointer {
  cursor: pointer;
}

.check-box {
  margin-top: 5px;
}


/*-------- services/offices page ------------*/


.title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #dae4f2;
  height: 100px;
  position: relative;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.title .container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title a {
    text-decoration: none;
}


.title:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #dae4f2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.title:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #e9f0f9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.load .container ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.load .menu-box {
  margin-top: 25px;
  margin-right: 0;
}

.title .cta-button {
  font-size: 16px;
}


/*---------------Edit form----------------*/


.update {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/*---------------Appointment page----------------*/

.show {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.description {
  margin-top: 25px;
}

.office-nav {
  margin-top: 25px;
  width: 50%;
}

.profile-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 25px;
  flex-direction: column;
  background-color: #dae4f2;
}

.profile-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 50%;  
  margin-left: 25px;
  margin-top: 10px;
}

.profile-input {
  align-self: flex-end;
  margin-left: 15px;
  width: 200px;
}

.profile-submit {
  margin-top: 15px;
  align-self: center;
  width: 50%;
}
/*--------------------offices---------------*/


.office-radio {
  display: none;
}



.office-radio:checked + label {
  color: #fff;
  background: #0b5190;
}

.appointment-radio:checked + label {
  color: #fff;
  background: #0b5190;
}

.date-time {
  font-size: 10px;
}

.available-offices .cta-button {
  margin-top: 10px;
  padding: 10px 7px;
}

.available-offices {
  margin-top: 25px;
}

.available-appointments {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}



.appointment-radio {
  display: none;
}

.thank .card-row {
  width: 375px;
}

.sex {
  margin-left: 15px;
}

.please-login .main-panel {
  height: 150px;
}

.please-login {
  margin-top: 25px;
}

.hovered-li li:hover {
  background: #1975c8;
}




.hovered-li a {
  padding: 5px;
}

/*
.display-things {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  list-style: none;
}

.display-things li {
  width: 50%;
}

.display-things a {
  margin-right: 15px;
  color: black;
  text-decoration: none;

}

.display-things li:hover {
  background-color: #1975c8;
}

.display-things li a:hover {
  color: #fff;
}
*/
.room-link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.our-titles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}



.left-about {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.right-about {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.about-inner {
  font-size: 20px;
  text-align: center;  
}

.perifereies {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.perifereies-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}

.perifereies-inner a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 20px;
  width: 350px;
  height: 65px;
  margin-top: 25px;
  align-items: center;
  justify-content: center;
}

.inner p {
  font-size: 20px;
}

.dropdowns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.grey-buttons {
  margin-top: 25px;
  font-size: 20px;
  background-color: #e6e6e6;
  height: 65px;
  width: 350px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items:  center;
}

.kentra-ul-right {
  width: 350px;
  margin-top: 530px;
  border: 1px groove #dae4f2;
}

.kentra-ul-left {
  width: 350px;
  margin-top: 112px;
  border: 1px groove #dae4f2;
}

.kentra-ul-left li {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
}

.kentra-ul-right li {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 25px;
  margin-top: 0;
}

.kentra-ul-left li:hover {
  color: white;
}

.kentra-ul-right li:hover {
  color: white;
}

.exot-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.exot {
  align-self: center;
}

.exot-ul {
  width: 350px;
  margin-top: 233px;
  border: 1px groove #dae4f2;
}

.exot-ul li {
  padding-left: 25px;
  padding-top: 10px; 
  padding-bottom: 10px; 
  margin-top: 0;
}

.exot-ul li:hover {
  color: white;
}

