﻿/*CREATION OF S.web*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type=button], input[type=submit] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type=button]:hover, input[type=submit]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

/*-- //Reset Code --*/
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 38px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
/* header */
/* top bar */
.top-bar {
    background: #ffffff;
    
    
}

/* social icons */
.top-right-info li i {
    color: #000000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li i:hover,
.top-w3layouts p a:hover {
    color: #f44336;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li {
    display: inline-block;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px; 
}

.header-top_w3layouts,
.header-w3layouts {
    border-left: 1px solid rgba(255,255,255,0.1);
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

/* //top bar */
/* header 2 */
/* navigation */
div#home {
    position: relative;
}

.main-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 16px;
    letter-spacing: 2px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #f44336;
}

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

/*helper*/
.isFixed {                                           /*the format of the menu bar when moves scroll*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 2px 5px 1px rgba(8, 8, 8, 0.35);
    z-index: 999;
    background: #000000;
    -webkit-transition: box-shadow .3s ease-in-out;
    -moz-transition: box-shadow .3s ease-in-out;
    -ms-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -ms-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
}

/* //fixed nav */
/* //navigation */
/* logo */
a.navbar-brand {
    color: #f44336;
    font-size: 50px;
    padding: 0;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.w3l-footer h2 a span {
    color: #f44336;
}

a.navbar-brand span {
    color: #fff;
}

a.navbar-brand i,
.w3l-footer h2 a i {
    color: #fff;
    font-size: 22px;
}

/* //logo */
/* login button */


.login-letters-button-appointment-section {
	background:#000000;
	color:#ffffff;
	letter-spacing:1px;
	font-size:16px;
	padding: 18px 15px;
	display: inline-block;
    height:60px;
    border-radius:8px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    
}

.login-letters-button-appointment-section:hover {
    color:#f44336;
}

.login-letters {
	color:#ffffff; 
	letter-spacing:1px; 
	font-size:16px; 
   
}

.login-letters:hover {
	 color:#f44336;
}



a.login-button {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 10px 15px;
    background: #000000;
    display: inline-block;
    
}

a.login-button:hover {
    background: #f44336;
}

/* //login button */
/* modal */
.modal-content {
    background:#fafafa;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding-bottom: 2em;
}

.modal-content.modal-content-2 {
    background-position: -18px -33px;
}

.modal-header {
    border-bottom: none; text-align:center;
}

.form-control {
    border-radius: 5px;       /* format of the labels of the contact us form not the modal form */
    
}


.form-control:hover {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}


.modal-body h1 {
    color: #f44336;
    font-size: 23px; font-weight:bold; 
    letter-spacing: 1px;
    margin-left:0px;
    margin-top:0px;
    
}


.form-group label {                /*the label text of the modal form*/
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 8px;
    text-align:left;
    display: block;
}

button.submit {
    background: #000000;
    color: #f44336;
    font-size: 15px; font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    width: 45%;
    margin-top: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button.submit:hover {
    color: #ffffff;
    letter-spacing: 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background-color:#000000;
}


.menu-modal-footer {
	text-align:left;  
	color:#000000; 
	font-size:14px;
}



/* //modal */
/* //header 2 */
/* banner */
.banner-top-a,
.banner-top1,
.banner-top2,
.banner-top3,
.banner-top4 {
    height: 50vw;
}

.banner-top-a {
    background: url('../images/PIXDrLAZARATOS/Covid19/menoumeasfaleisbannerwhite.png') no-repeat 0px 0px;
    background-color:white;
    background-position: center;
    background-size:auto;
    -webkit-background-size:auto;
    -moz-background-size:auto;
    -o-background-size: auto;
    -moz-background-size: auto;
}



.banner-top1 {
    background: url('../images/PIXDrLAZARATOS/banner011.jpg') no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}  

.banner-top2 {
    background: url('../images/PIXDrLAZARATOS/banner1.jpg') no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top3 {
    background: url('../images/PIXDrLAZARATOS/banner2ab.jpg') no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner-top4 {
    background: url('../images/PIXDrLAZARATOS/banner3b.jpg') no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height:50vw;
}


.banner-info_agile_w3ls {
    padding-top: 21em;
}

.banner-info_agile_w3ls h3 {
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left:-25px;
}


.banner-info_agile_w3ls h3.banner0 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 600;
    padding-top:0px;
    background:#000000;
    border-radius:5px;
    padding-left:15px;
    padding-bottom:5px;
    padding-top:5px;
    width:34%;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); 
}


.banner-info_agile_w3ls h3 span {
   /* background: #000000; */
    padding: 5px 15px 8px 15px;
    color:#ffffff;
    font-style:italic;
}

.banner-info_agile_w3ls p {
    max-width: 900px;
    color: #f3f3f3;
}

.banner-info_agile_w3ls a {
    color: #f44336 !important;
    padding: 9px 12px;
    letter-spacing: 1px;
    font-size: 14px;
    background:#000000;
    display: inline-block;
    border:1px solid #000000;
    margin-top:50px;
    font-weight:bold;
    border-radius:8px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); 
    margin-left:-25px;
}


.banner-info_agile_w3ls a:hover,
a.w3ls-button-agile:hover {
    letter-spacing: 3px;
    background: #f44336;
    color: #fff !important;
    border:1px solid #f44336;
    
}

/* //banner */
/* responsive slide */
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: 0;
}

.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: 0px;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 44%;
    right: 4%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: block;
    margin: 5px 0px;
}

/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #f44336;
}

/* //responsive slide */
/* banner bottom */

.banner-bottom.py-5 {
    background-color: #ffffff;
    background: url(../images/PIXDrLAZARATOS/appointment.jpg) no-repeat top;
     
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

a.w3ls-button-agile {
    color: #fff;
    padding: 14px 24px;
    letter-spacing: 1px;
    font-size: 14px;
    background: transparent;
    display: inline-block;
    border: 0px solid rgba(255, 255, 255, 0.56);
    box-shadow: 2px 0px 5px 0px rgba(255, 255, 255, 0.22);
    background-color:#000000;
}

.banner-left-bottom-w3ls {
    flex: 3;
    margin-bottom:10px;
    margin-top:-15px;
    margin-left:0px;
    
}

h6.text-white {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
}

.banner-left-bottom-w3ls h3 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 36px;
}

.button {
    flex: 1;
    margin-top: 3em;
}

.banner-left-bottom-w3ls p {
    color: #dadada;
    font-size: 14px;
}

.index-submit-button {

    color: #ffffff;  font-weight:700;                            /* format of submit button*/
    padding: 14px 24px;
    letter-spacing: 1px;
    font-size: 15px;
    background: transparent;
    display: inline-block;
    border: 1px solid ; border-color:#424242;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.15);
    background-color:#0B0B3B;
    width:100%;
    height:50%;
    margin-top:10px;
    margin-left:10px;

}

.index-submit-button:hover {
	background:#000000;
	color:#f44336;
}

/* //banner bottom */
/* middle */
.w3ls-welcome {
    background: url(../images/PIXDrLAZARATOS/waiting-room7060.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.welcome-left h3 {
    color: #4776be;
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 600;
}

.welcome-left h6 {
    color: #4776be;
    letter-spacing: 1px;
    font-size: 18px;
}


.welcome-left h4 {
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}

.readmore-w3-agileits a.w3ls-button-agile.text-dark {
    border-color: #f44336;
}

/****OPENING HOURS TABLE*****/ 



.opening_hours_table {
	background:#d8d8d8;
	list-style-type:none;
	border-radius:10px;
	margin-top:0px;
    margin-bottom:80px;
    margin-left:40px;
	width:80%;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    opacity:0.8;
	
}

.table_title, .opening_time, .monday_to_friday, .holidays, .urgent_call  {
	list-style-type:none;
	padding-left:15px;	
}

.table_title {
	text-align: center;
	font-weight:bold;
	font-size:22px;
    padding-top:18px;
	margin-bottom:22px;
}

.table_title_stomachpng {
	margin-top:10px;
}



.opening_time i {
	color:#f44336;
	padding-right:5px;
	margin-bottom:10px;
}

.opening_time li {
	font-weight:bold;
	font-size:19px;
}


.monday_to_friday {
	margin-bottom:5px;
}


.monday_to_friday .monday_to_friday_time {
	 text-align:right;
	 margin-right:15px;
	 font-style:italic;
}


.monday_to_friday .monday_to_friday_time2 {
    text-align:right;
    margin-right:15px;
    font-style:italic;	

}



.monday_to_friday_li {
	float:left;
	margin-right:40px;
}


.monday_to_friday_li i {
	color:#f44336;
	padding-right:5px;
}

.urgent_call {
	margin-top:30px;
    padding-bottom:25px;
}

.urgent_call .urgent_call_li {
	font-weight:bold;
	font-size:19px;
}

.urgent_call li i {
	color:#f44336;
	padding-right:5px;
}

.urgent_call li {
	font-weight:bold;
	margin-top:5px;
}

 .urgent_call li .fa-phone {
	padding-right:7px;
	
}

.holidays_li {
    margin-right:20px;   
}


.holidays_li {
	float:left;
}


.holidays .holidays_li_closed {
	text-align:right;
	margin-right:35px;
	font-style:italic;
}















	

/*.opening-hours-table {
 
	background-color:#1063cf;
	width:87%; 
	height:115%;
	margin-top:-50px;
	padding-top:20px;
	border:1px solid #1063cf;
	border-radius:8px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3), 0 6px 30px 0 rgba(0, 0, 0, 0.21);
	/* box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);*/
	
} */

/*
.opening-hours-table th {
	padding-left:17px; 
	padding-bottom:30px; 
	padding-top:10px;
	font-size:18px; 
	font-weight: normal; 
	color:#ffffff;
	width:80%;
	background-color:#1063cf;
	
}


.opening-hours-table th i {
	color:#ffffff;
	 
}


.opening-hours-table td {
	white-space:nowrap;
    column-width:auto;
	padding-left:17px; 	
	border-bottom:2px solid #2f88fd;
	padding-top:18px; 
	padding-bottom:12px;  
	font-size:16px;
	color:#ffffff;
	border-top:2px solid #2f88fd;
	width:500px%;
	background-color:#2f88fd;
	 
	
}

.opening-hours-table td:nth-child(2) {
	text-align: left;
	width:50%;
	background-color:#2f88fd;
	 
} 
*/



/****opening hours table*******/


/* //middle */
/* services */
/* heading title */


.title-thankyou-form {
	color: #000;
    font-size: 32px;
    padding-bottom:8px;
    
}

.title-thankyou-form i {
	padding-right:12px;
	padding-left:8px;
	
}



.thankyou-form-text {
	color:#585858;
	font-size:19px;
	margin-bottom:120px;
}


h3.title {
    color: #000;
    font-size: 48px;
    padding-bottom:8px;
}

/**cov-19 section index**/


.covid19 {
  width:100%;
  background-color:#fafafa;
  height:55px; 
  margin:auto;  
}



.cov19-index-button {
    margin-left:79px;
    height:55px;
    border-radius:7px;
    border:1px #ffffff solid; 
    
}  


.cov19-index-button:hover {
	cursor:pointer;
	transition-duration: 0.5s;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);	
	outline:0;	
}

.cov19-text-index-banner {
	display:inline-block; 
	margin-top:0px; 
	margin-bottom:0px;
	padding-left:15px;
	font-size:17px;
	font-weight: 600;
	letter-spacing:1px;
	font-style:italic;
	color:#6e6e6e;
	
}

.menoume-spiti-index-button {
  display:inline-block;	
  float:right;
  margin-top:-8px;
  margin-right:120px;
  margin-bottom:40px;
  height:85px;
  border-radius:8px; 
  border:1px #365F7F solid;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  width:130px; 
  height:112px;
}


/**cov-19 section index end**/




/**cov-19 accordion section**/

.cov19-faq {
  width:100%;
  height: auto;
  background-color:#ffffff;
  margin-bottom:80px;
 
}

.cov19-header {
	color:#000000;
	text-align:center;
	font-size:34px;
	margin:45px 0px 55px 0px;
}


.panel-default > .panel-heading {
  background-color:#585858;
  color: inherit;
  padding-left:4px;
  position: relative;
  margin-left:35px;
  border-radius:2px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);

}

.panel-heading:hover {
   background-color:#424242;
}
    
.panel-heading .panel-title > a {
  background-color: #fafafa;
  border-bottom:1px #bdbdbd solid;
  border-top:1px #bdbdbd solid;
  color: #000000;
  display: block;
  font-family: Arial,Helvetica,Verdana, sans-serif;
  line-height: 10px;
  padding: 11px 65px 11px 15px;
  word-wrap: break-word;
  font-size:16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom:3px;
  margin-left:2px;
  border-radius:2px 0px 0px 2px;
  letter-spacing:1px;
  border-bottom:1px #e6e6e6 solid; 
  line-height:20px;   /* within paragraph */
  margin-bottom:7px; /* between paragraphs */
}

.panel-heading .panel-title > a:hover{
	background-color:#f44336;
	color:#ffffff;
	font-weight:600;
	font-style:italic;
}
    
.panel-heading .panel-title > a::after {
  bottom: 0;
  content: "▲";
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}  
.panel-heading .panel-title > a.collapsed::after {
  content: "▼";
}    
.panel-body{
  height:300px;
  overflow: auto;
  margin-left:35px;
  margin-bottom:10px;
  margin-top:-2px;
  border-left:1px #bdbdbd solid;
  border-right:1px #bdbdbd solid;
  border-bottom:1px #bdbdbd solid;
  border-top:0px;
  padding-left:10px;
  padding-top:5px;
  background-color: #fafafa;
  font-size:14px;
  letter-spacing:1px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);

}


.panel-body p {
  line-height:20px;   /* within paragraph */
  margin-bottom:7px; /* between paragraphs */
  margin-top:15px;
  margin-left:10px;
  margin-right:15px;
  color:#000000;
}


.text-cov19-faq {
	font-weight:bold;
}



/**cov-19 section accordion end**/




.w3ls-titles span {
    position: relative;
}

.w3ls-titles span:before {
    content: " ";
    background: #000000;
    width: 64px;
    height: 1px;
    position: absolute;
    top: 9px;
    left: -75px;
}

.w3ls-titles span:after {
    content: " ";
    background: #000000;
    width: 64px;
    height: 1px;
    position: absolute;
    top: 9px;
    right: -75px;
}

.w3ls-titles i {
    color: #f44336;
    font-size: 25px;
    margin-top: 25px;
}



/* //heading title */

.agile-why-text-2 {
    border: 1px solid #e6e6e6;
    padding: 25px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
    border-radius:8px;
    background:#f2f2f2;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;   
}


.agile-why-text-2:hover {
    border: 1px solid #bdbdbd;
    padding: 25px;
   box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
   
}


.agile-why-text-2 h4 {
    font-size: 21px;
    letter-spacing: 1px;
}

.agile-why-text-2 p {
    font-size: 15px; color:#848484;
}

.wthree_features_grid i {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 31px;
    color: #fff;
    line-height: 2.2;
    background: #f44336;
    margin-top: 1.2em;
    border-radius:40px;
}

.wthree_features_grid img {
	margin-top:1.6em;
	
}


/* //services */
/* blog */
.blog-w3ls {
    background: url('../images/PIXDrLAZARATOS/packagebackground.jpg') no-repeat center; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.pricing {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.price-top {
    position: relative;
}

.price-top h3 {
    font-size: 26px;
    color: #fff;
    position: absolute;
    background: #f44336;
    padding: 10px 25px;
    bottom: 0;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
}

.price-top h3 span {
    display: block;
    font-weight: 100;
    font-size: 16px;
}

.price-bottom {
    background: #fff;
}

.price-bottom h4 {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.price-bottom i {
    color: #f44336;
}

.price-bottom a {
    color: #999;
    letter-spacing: 1px;
    font-size: 15px;
}

.price-bottom a:Hover {
    color: #000;
}

/* //blog */
/* treatments */

.screen-agile i {
    background: #f44336;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    line-height: 2.2;
}

.screen-agile i:hover {
	color:#ffffff;
	background:#000000;
	
}

.screen-agile-2 h5 {
    font-size: 22px;
    color:#000000;
}

.screen-agile-2 h5 a:link, a:visited {
  color:#000000;
}


.screen-agile-2 h5 a:hover, a:active {
	color:#f44336;
}


/* //treatments */
/* footer */
footer {
    background: url('../images/PIXDrLAZARATOS/footerbackground35.jpg') no-repeat fixed center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.w3l-footer h2 a {
    font-size: 40px;
    letter-spacing: 1px;
}

.w3l-footer h3 {
    font-size: 26px; padding-top:20px;
}

.w3l-footer p,
.w3l-footer p a,
.w3l-footer ul li a {
    font-size: 16px;
    color: #000000;
    letter-spacing: 1px; 
}

p.footer-prevention-header{

   font-weight:bold; 
   color:#f44336;
}

.w3l-footer ul li i {
    color: #f44336;
    line-height: 2;
}


.w3l-footer ul li .facebook-footer i {
	color:#3c5a99;
}



.w3l-footer ul li .facebook-footer i:hover {
	color:#f44336;
}



.w3l-footer ul li .twitter-footer i {
	color:#2aa9e0;
    margin-left:20px;
}

.w3l-footer ul li .twitter-footer i:hover {
	color:#f44336;
}



.w3l-footer ul li .instagram-footer i {
	color:#754AC6;
    margin-left:20px;
}

.w3l-footer ul li .instagram-footer i:hover {
	color:#f44336;
}


/* copyright */
p.copy-right-grids {
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
}

p.copy-right-grids a {
    color: #f44336;
}

p.copy-right-grids a:hover {
    color: #fff;
}

/* //copyright */
/* social-icons */
.agileits_social_list li {
    display: inline-block;
}

.agileits_social_list li a {
    width: 35px;
    height: 35px;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    line-height: 2.3;
    border: 1px solid #e6e6e6;
}

.agileits_social_list li a:hover {
    color: #fff;
}

a.w3_agile_facebook:hover {
    background: #3b5998;
    border-color: #3b5998;
}

a.agile_twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

a.w3_agile_dribble:hover {
    background: #ea4c89;
    border-color: #ea4c89;
}

a.w3_agile_google:hover {
    background: #F44336;
    border-color: #F44336;
}

/* //social-icons */
/* //footer */
/* inner pages */
/* about page */
.inner-banner-w3ls { 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 20vw;
}

/* page details */
.breadcrumb li a {
    color: #f44336;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
}

/* //page details */
/* about */
.about p.aboutpara {
    font-size: 16px;
    max-width: 900px;
}

.about_grids h3 {
    font-size: 24px;
    letter-spacing: 1px;
}

.about_grids a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #f44336;
}

.about_grids a:hover {
    color: #4575bd;
}

/* about */
/* team */
.team-grids {
    position: relative;
    overflow: hidden;
}

.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.team-grids h6 {
    font-size: 1em;
    color: #03cce6;
    letter-spacing: 2px;
}

.social-icons-section a {
    color: #ccc;
}

.social-icons-section a:hover {
    color: #fff;
}

.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgba(0, 0, 0, 0.8);
    border-top: 3px solid #fff;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 92%;
    text-align: center;
}

.team-grids:hover div.team-info {
    bottom: 0px;
}

.team-grids:hover {
    border-color: #76daff;
}

.social-icons-section,
.team-grids h6 {
    margin-top: 0.5em;
}

.caption {
    padding: 0px;
}

.team-info .social-icons-section a {
    margin: 0em .5em;
}

/* //team */
/* team responsive */
@media(max-width:1080px) {
    .team-grids h4 {
        font-size: 1em;
    }

    .about_grids h3 {
        font-size: 22px;
    }
}

@media(max-width:1024px) {
    .team-info {
        width: 91%;
    }
}

@media(max-width:991px) {
    .team-info {
        width: 88%;
    }
}

@media(max-width:736px) {
    .team-info {
        width: 65%;
        left: 95px;
    }
}

@media(max-width:480px) {
    .team-info {
        width: 76%;
        left: 56px;
    }
}

@media(max-width:440px) {
    .team-info {
        width: 83%;
        left: 36px;
    }
}

@media(max-width:414px) {
    .team-info {
        width: 89%;
        left: 24px;
    }
}

@media(max-width:384px) {
    .team-info {
        width: 92%;
        left: 14px;
    }
}

@media(max-width:320px) {
    .team-info {
        width: 90%;
        left: 15px;
    }
}

/* //team responsive */
/* //about page */
/* single page */
h6.blog-first {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
}

h6.blog-first i {
    color: #f44336;
}

ul.blog_list li {
    display: inline-block;
    color: #777;
}

ul.blog_list.my-3 li a,
.wthree_blog_events_list li i {
    color: #4575bd;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
    color: #f44336 !important;
}

ul.blog_list.my-3 li {
    font-size: 15px;
}

.single-left1 p i {
    color: #4575bd;
    display: block;
}


.publication-list {
	
	font-size:15px; 
	color:#6e6e6e; 
	letter-spacing:2px;  
	padding-bottom:30px;
}

.publication-list ul {
	list-style-type:none;
}




.publication-list ul li i {
	color:#f44336;
	font-size:12px;
}

.publication-list ul li{
	line-height:2;
}



.work-experience-list {
	
	font-size:15px; 
	color:#6e6e6e; 
	letter-spacing:2px;  
	padding-bottom:30px;
} 
   
.work-experience-list ul {
	
	list-style-type:none;
}


.work-experience-list ul li {
	 line-height:2;
}


.work-experience-list ul li i{
	
	color:#f44336;
	font-size:14px;
	font-weight:bold;
	
}

.cv-text {
	padding-bottom:15px;
}


.cv-text p.services-head-titles {
   font-weight:bold; color:#f44336;
}

.cv-text p {
	color:#000000;
	font-size:15px;
	letter-spacing:1px;
	
}



.cv-text ul.hp-list1 li {
    list-style-type:none;
	font-size:15px;
	letter-spacing:1px;
	color:#000000;
}


.cv-text ul.hp-list1 li i {
	color:#f44336;
}


.cv-text ul.hp-list2 li {
    list-style-type:none;
	font-size:15px;
	letter-spacing:1px;
	color:#000000;
	font-style:italic;
}

.cv-text ul.hp-list2 li i {
	color:#f44336;
}

.client-name {
	background:#424040;    
    color:#f44336;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:400;
    padding-top:10px; 
    text-align: left;
    padding-bottom:10px;
    margin-bottom:-10px;
    margin-top:0px;
}

/* Video Section Yphresies*/


.video-box {
    display:block;
	height:27%;
	margin-top:30px;
	margin-bottom:40px;	
}

.video-box-section {
	list-style:none;
}

#vid {	
	width:100%;
	height: auto;
}

.services-video-label {
	background:#000000;    
    color:#ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:400;
    padding-top:10px; 
    text-align: center;
    padding-bottom:10px;  
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19); 
    border-radius:0px 0px 8px 8px;
    margin-top:-10px;
    
}

.services-video-label a i {
	color:#f44336;
}


.video-gastro {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);	
}

.video-helico {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.video-hemo {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.video-colon {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.video-otherservices {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.video-polyps {
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}







/* Video Section Yphresies-END*/



.admin {
    background: #424040;
}

.admin p {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 2.4;
}

.admin p i {
    font-size: 28px;
    vertical-align: middle;
    color:#f44336;
}




/* comments */

.comments-grid-right ul li {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    font-style:italic;
}

.comments-grid-right ul li a {
    color: #4575bd;
}

.comments-grid-right ul li a:hover {
    color: #555;
}

.comments-grid-right p {
    font-size: 14px;
}

/* //comments */
.leave-coment-form input[type=text], .leave-coment-form input[type=email], .leave-coment-form textarea {
    outline: none;
    border: 1px solid #000;
    background: none;
    padding: 12px;
    font-size: 15px;
    color: #212121;
    width: 48.6%;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form input[type=email] {
    margin-left: 1em;
}

.leave-coment-form textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0 0.8em;
}

.mm_single_submit {
    text-align: right;
}

.leave-coment-form input[type=submit] {
    outline: none;
    border: none;
    background: #4575bd;
    padding: 14px 36px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.leave-coment-form input[type=submit]:hover {
    background: #212121;
}

/* right side */


.prevention-packages-form {
  display:block;
  border-radius: 12px;
  background-color: #e6e6e6;
  padding: 20px;
  margin-top:70px;
  margin-bottom:30px;
  letter-spacing:1px;
  border:1px solid #e6e6e6;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


.prevention-packages-form i {
    text-align:right;
	color:#f44336;
    margin-top:10px;
	
}

h1.prevention-packages-form-title {
	font-size:18px;
	text-align:center;
	padding-bottom:25px;
	padding-top:10px;
	color:#f44336;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;	
}

.form-control-packages {
  display: block;
  width:100%;
  padding: 0.375rem 0.75rem;
  font-size:14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius:7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 
    
}


.form-control-packages:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


.form-group-packages-prevention {
	 margin-bottom:18px;

}

.prevention-form-labels {
	font-size:16px;
	margin-bottom:8px;
	letter-spacing:1px;
		
}

.prevention-form-labels-packs{
	margin-top:15px;
	margin-bottom:5px;
}

button.submit1 {
    background: #f44336;
    color: #ffffff;
    font-size: 15px; font-weight: 700;
    letter-spacing: 2px;
    padding: 10px;
    width: 38%;
    margin-top: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

button.submit1:hover {
    color: #ffffff;
    letter-spacing: 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background-color:#585858;
}



.menu-modal-footer-prevention-form {
	text-align:left;  
	color:#000000; 
	font-size:12px;
	letter-spacing:1px;
}


/* Checkbox on prevention packages form */

.checkbox-list {
   list-style-type:none;
   background:##e6e6e6;
   border-radius:7px;
   display:block;
   border: px solid #ced4da;
   margin-bottom:30px;
}
   
.checkbox-list:hover {   
   box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
   border:1px solid #e6e6e6;
   background:#d8d8d8;

}

.checkbox-list-style {
	padding-left:8px;
	padding-top:5px;
   
} 


.checkbox-list-style-first {
	padding-left:8px;
	padding-top:11px;
   
} 


.checkbox-list-style-last {
	padding-left:8px;
	padding-top:5px;
	padding-bottom:9px;
   
} 

input.checkbox-box {
	width:16px;
	height:16px;
	cursor:pointer;
	opacity:1;
}


.checkbox-label-text {
	font-size:14px;
	color:#000000;
	font-style: normal;
	padding-left:4px;
    
}

input.checkbox-box:before {
    position:relative;
    display:block;
    width:19px;
    height:19px;
	content:"test";
	font-size:12px;
	font-weight:bold;
    content:"";
    border:1px solid #a4a4a4;
    background:#ffffff;
    border-radius:100px;
    top:-1px;
    left:-2px;
}


input.checkbox-box:checked:after {
    position:relative;
    display:block;
    width:15px;
    height:15px;
    border-radius:100px;
    background:#f44336;
    border:2px solid #f2f2f2;
	content:"";
	font-size:12px;
	font-weight:bold;
	background-position:center;
	background-repeat:no-repeat;
	top:-18px;
	left:0px;	
}


input.checkbox-box:checked + .checkbox-label-text {
	color:#f44336;
	font-weight:bold;
	font-style:italic;
}


/* Checkbox on prevention packages form END */



/* search */
.event-right input[type=search] {
    padding: 12px;
    width: 100%;
    letter-spacing: 1px;
    margin-right: 0 !important;
}

.event-right button {
    width: 100%;
}

/* //search */
/* blog right title */
h3.blog-title {
    font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
    padding-top:50px;
    padding-bottom:10px;
}

h3.blog-title-side {
	font-size: 25px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
    padding-top:0px;
    padding-bottom:10px;

}

/* //blog right title */
/* Categories */

.categories {
	margin-top:35px !important; 
	margin-bottom:45px !important;

}

.categories ul li,
.single-left2-left ul li {
    list-style-type: none;
    font-size: 14px; text-align: left;
}


.categories ul li i,
.single-left2-left ul li i {
    color: #f44336; 
}

.categories ul li a,
.single-left2-left ul li a {
    color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
    color: #f44336 !important; 
}




/* //Categories */
/* event */
.posts-grid-right h4 a {
    font-size: 15px;
    letter-spacing: 1px;
}

.posts-grid-right h4 a:hover {
    color: #999;
}

.wthree_blog_events_list li {
    display: inline-block;
    font-size: 13px;
}

/* //event */
/* tags */
.tags ul li {
    display: inline-block;
}

.tags ul li a {
    padding: 7px 10px;
    margin: 0 .5em 0.5em 0em;
    display: block;
}

.tags ul li a:hover {
    background: #f44336;
    border: 1px solid #f44336;
    color: #fff;
}

/* //tags */
/* //right side */
/* tabs */
ul#myTab {
    margin-bottom: 4em;
}

.menu-text-right h4,
.menu-text-right1 h4 {
    font-size: 25px;
    color: #0a0a0a;
    display: inline;
}

h4.price-clr {
    color: #00abff;
}

.menu-text-right p,
.menu-text-right1 p {
    margin-top: 10px;
}

.menu-title {
    float: left;
}

.agileinfo-tab-content1 {
    padding: 2em;
}

.menu-price {
    float: right;
}

.nav-tabs .nav-link {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 0;
    text-align: center;
    color: #f44336;
}

.nav-tabs li.nav-item {
    width: 33.3%;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff; 
    font-weight:bold;  
    background:#000000; 
}

.agileinfo-tab-content1:nth-child(1),
.agileinfo-tab-content1:nth-child(2) {
    padding-top: 4em;
}

/* //tabs */
/* //single page */
/* contact page */
/* contact */

.contact {
    background: #d8dadc;
}

.w3_agileits-contact-left {
    background: url(../images/1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 533px;
}

h5.title-w3 {
    font-size: 34px;
}

.contact-right-w3l input[type=text], .contact-right-w3l input[type=email], .contact-right-w3l textarea, .contact-right-w3l select.form-control {
    font-size: 15px;
    border: 1px  solid #f2f2f2;
    border-bottom: 0px solid #4575bd;
    background: #ffffff;   
    outline: none;
    margin-bottom: 1.5em;
    padding: 14px;
    letter-spacing: 1px;
    color: #000;
    box-sizing: border-box;
}


select.form-control:not([size]):not([multiple]) {
    height: inherit;
}

.contact-right-w3l textarea {
    outline: none;
    resize: none;
    height: 180px;
}

.contact-right-w3l input[type=submit] {
    background: #000000;
    color: #f44336;
    padding: 13px 26px;
    margin-top: 0.8em;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight:700;
    border-radius:5px;
}

.contact-right-w3l input[type=submit]:hover {
    background: #000000; color:#ffffff;
}

.contact-right-w3l {
    padding: 3em 5em; 
    margin:auto;
    background-color: #e6e6e6;
    border:1px solid #e6e6e6;
    border-radius: 14px;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


.space-d-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-group.grid-inputs {
    flex-basis: 48%;
    margin-bottom: 0;
}

/*  form diatrofh packages */



.form-diatrofh-packs {   
  border-radius: 14px;
  background-color: #e6e6e6;
  padding: 25px;
  margin-top:0px;
  letter-spacing:1px;
  border:1px solid #e6e6e6;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.07), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 1px 14px 0 rgba(0, 0, 0, 0.04);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; 
   
 
  
 }


h1.form-diatrofh-packs-title {
    font-size:18px;
	text-align:center;
	padding-bottom:30px;
	padding-top:5px;
	color:#f44336;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}	
	
.form-group-packages-prevention-diatrofh {
  display: inline-block;
  width:100%;
  margin-top:18px;
  margin-left:7px;
}

.prevention-form-labels-diatrofh {
	font-size:14px;
	margin-left:5px;
	margin-bottom:4px;
}






/*  form diatrofh packages END */

/* //contact */
/* map */
.map iframe {
    width: 100%;
    height: 400px;
    border: none;
}

/* //map */
/* //contact page */
/* gallery */



.fonts-awsome-polymesa-photo i {
      margin-top:20px;
	  margin-left:7px;
	  color:#f44336;
	  margin-bottom:-20px;
}


.fonts-awsome-polymesa-photo p {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	margin-left:7px;
	color:#000000;
}


.fonts-awsome-polymesa-video i {
      margin-top:10px;
	  margin-left:7px;
	  color:#f44336;
	  margin-bottom:-20px;
}


.fonts-awsome-polymesa-video p {
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	margin-left:7px;
	color:#000000;
}


.photo-section {
	margin-top:15px;
	margin-bottom:55px;
}

/*video section polymesa*/

.video-section {
	display:block;
	margin-top:10px;
	margin-bottom:45px;
}
   

.videos-layout {
 list-style:none;
 
   
}

.video-section-position1 {
	display:block;
	float:left;
	margin-right:15px;
	
}

.video-section-position2 {
	display:block;
	float:left;
	margin-right:14px;
}

.video-section-position3 {
	display:block;
	
}


.video-section-position1 .polymesa-video-label1 a.video-label-text {
   color:#6e6e6e;
   font-size:14px;
   padding-left:0px;
   letter-spacing:1px;
   text-align: left;
    
 }

.video-section-position2 .polymesa-video-label2 a.video-label-text {
   color:#6e6e6e;
   font-size:14px;
   padding-left:0px;
   letter-spacing:1px;
   text-align: left;  
 }


.video-section-position3 .polymesa-video-label3 a.video-label-text {
   color:#6e6e6e;
   font-size:14px;
   padding-left:0px;
   letter-spacing:1px;
   text-align: left;  
 }


.video-label-text i {
  margin-top:10px;
}



.videos-layout li a i {
     color:#f44336;	
}

.video-box-formatting {
	border-radius:10px; 
	border:0px;
	outline:white;
}

/* video section polymesa END*/


.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.da-thumbs li {
    margin: 10px;
    width: 30.5%;
    display: inline-block;
    
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}

.da-thumbs li a {
    overflow: hidden;
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(244, 67, 54, 0.82);
    width: 100%;
    height: 100%;
}

.da-thumbs li a div span {
    display: block;
    color: #eee;
    text-align: center;
    font-size: 15px;
    margin: 16px 20px 0;
    letter-spacing: 1px;
}

.da-thumbs li a div h5 {
    color: #FFF;
    font-size: 36px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    margin-top: 1.5em;
}

.da-thumbs li a div img {
	 padding-top:45px; padding-left:70px;
}

/*--//gallery--*/
/* appointment */
.appoint-img {
    background: url(../images/bg6.jpg) no-repeat left bottom fixed;
    float: left;
    width: 44%;
}

.contact-right-w3l.appoint-form {
    float: right;
    width: 56%;
}

label.col-form-label {
    color: #000;
    text-align: left;
}

/* //appointment */
/* responsive */
@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {}

@media(max-width: 1366px) {
    .banner-info_agile_w3ls {
        padding-top: 16em;
    }
}

@media(max-width: 1280px) {
    .banner-info_agile_w3ls h3 {
        font-size: 52px;
    }

    .banner-info_agile_w3ls {
        padding-top: 14em;
    }
}

@media(max-width: 1080px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    a.navbar-brand {
        font-size: 46px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 48px;
    }

    .banner-info_agile_w3ls {
        padding-top: 13em;
    }

    .welcome-left h3 {
        font-size: 34px;
    }

    .welcome-left h4 {
        font-size: 18px;
    }

    .welcome-left h6 {
        font-size: 17px;
    }

    .agile-why-text-2 h4 {
        font-size: 21px;
    }

    .price-bottom h4 {
        font-size: 21px
    }

    .price-bottom a {
        font-size: 14px;
    }

    .agileits-w3layouts-grid {
        margin-bottom: 3em;
    }

    .banner-info_agile_w3ls p {
        max-width: 900px;
    }

    .da-thumbs li a div h5 {
        margin-top: 1em;
    }

    .da-thumbs li {
        width: 30%;
    }

    .contact-right-w3l {
        padding: 3em 3em;
    }

    .leave-coment-form input[type=email] {
        margin-left: 0.8em;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .admin p {
        font-size: 13px;
    }

    .admin a {
        font-size: 16px;
    }
}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {
    .banner-info_agile_w3ls h3 {
        font-size: 44px;
    }

    .banner-info_agile_w3ls p {
        font-size: 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 12em;
    }

    .map iframe {
        height: 300px;
    }
}

@media(max-width: 991px) {
    .navbar-light .navbar-toggler {
        background: #fff;
    }

    div#navbarSupportedContent {
        background: rgba(69, 117, 189, 0.8);
    }

    a.w3ls-button-agile {
        padding: 14px 18px;
    }

    h6.text-white {
        font-size: 18px;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 33px;
    }

    .banner-left-bottom-w3ls p {
        font-size: 13px;
    }

    .banner-info_agile_w3ls {
        padding-top: 11em;
    }

    .banner-info_agile_w3ls a:hover,
    a.w3ls-button-agile:hover {
        letter-spacing: 2px;
    }

    .agile-why-text-2 {
        padding: 35px;
    }

    .agileits-w3layouts-grid img {
        width: 50%;
    }

    .price-bottom a {
        font-size: 13px;
    }

    .w3ls-wthree-screen img {
        width: 70%;
    }

    .da-thumbs li {
        width: 29.4%;
    }

    .da-thumbs li a div h5 {
        font-size: 28px;
    }

    .da-thumbs li a div span {
        font-size: 12px;
        margin: 12px 18px 0;
    }

    .agileits-contact .d-flex,
    .appointment .d-flex {
        display: inherit !important;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 320px;
    }

    .appoint-img,
    .contact-right-w3l.appoint-form {
        float: none;
        width: 100%;
    }

    .posts-grid-left {
        text-align: center;
    }

    .callbacks_tabs {
        top: 41%;
    }
}

@media(max-width: 900px) {
    .banner-info_agile_w3ls h3 {
        font-size: 40px;
    }

    .banner-info_agile_w3ls {
        padding-top: 10em;
    }
}

@media(max-width: 800px) {
    .banner-info_agile_w3ls p {
        font-size: 13px;
    }

    .banner-info_agile_w3ls {
        padding-top: 9em;
    }

    .about p.aboutpara {
        font-size: 15px;
    }
}

@media(max-width: 768px) {
    a.navbar-brand {
        font-size: 43px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 35px;
    }

    .banner-info_agile_w3ls a {
        padding: 12px 17px;
        font-size: 13px;
    }

    a.navbar-brand {
        font-size: 38px;
    }

    .banner-info_agile_w3ls {
        padding-top: 7.5em;
        margin: 0 2em;
    }

    .callbacks_tabs {
        top: 38%;
        right: 6%;
    }
}

@media(max-width: 736px) {
    .banner-info_agile_w3ls h3 {
        font-size: 31px;
    }

    h6.text-white {
        font-size: 16px;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 28px;
    }

    .banner-left-bottom-w3ls {
        flex: 2;
    }

    h3.title {
        font-size: 36px;
    }

    .w3ls-titles p {
        font-size: 13px;
    }

    .da-thumbs li {
        width: 45%;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 270px;
    }

    .contact-right-w3l {
        padding: 3em 3em 0;
    }

    .leave-coment-form input[type=email] {
        margin-left: 0;
        margin-top: 1em;
    }

    .leave-coment-form input[type=text], .leave-coment-form input[type=email], .leave-coment-form textarea {
        width: 100%;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media(max-width: 667px) {
    .welcome-left h3 {
        font-size: 28px;
    }

    .welcome-left h6 {
        font-size: 16px;
    }

    .welcome-left h4 {
        font-size: 16px;
    }
}

@media(max-width: 640px) {
    .navbar-light .navbar-toggler {
        padding: 3px 7px;
        font-size: 20px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi.isFixed {
        padding: 8px 0;
    }

    .banner-info_agile_w3ls {
        padding-top: 6.5em;
    }

    .callbacks_tabs {
        top: 35%;
    }
}

@media(max-width: 600px) {
    .col-md-4.pricing {
        width: 90%;
        margin: 0 auto;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 60vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 7.5em;
    }

    .contact-right-w3l input[type=submit] {
        font-size: 15px;
    }

    .comments-grid-right {
        margin: 0 !important;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 30px;
    }

    .banner-info_agile_w3ls {
        margin: 0 2em 0 1.5em;
    }
}

@media(max-width: 568px) {
    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0 12px;
    }

    nav.navbar.navbar-expand-lg.navbar-light.fixed-navi.isFixed {
        padding: 8px 10px;
    }

    .comments-grid-right h4 {
        font-size: 22px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 28px;
    }
}

@media(max-width: 480px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 24px;
    }

    .banner-info_agile_w3ls h3 span {
        padding: 0 10px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 74vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 6.5em;
    }

    .banner-left-bottom-w3ls h3 {
        font-size: 24px;
    }

    .welcome-right img {
        width: 80%;
    }

    .agile-why-text-2 p {
        font-size: 13px;
    }

    .agile-why-text-2 {
        padding: 28px;
    }

    .agileits-w3layouts-grid img {
        width: 60%;
    }

    .agileits-w3layouts-grid {
        margin-bottom: 2em;
        
    }

    a.w3ls-button-agile {
        padding: 14px 11px;
    }

    .w3ls-titles p {
        font-size: 12px;
    }

    h3.title {
        font-size: 34px;
    }

    .w3ls-titles i {
        font-size: 22px;
    }

    .inner-banner-w3ls {
        height: 30vw;
    }

    .da-thumbs li {
        width: 44.3%;
    }

    .da-thumbs li a div h5 {
        font-size: 25px;
    }

    .da-thumbs li a div h5 {
        margin-top: .8em;
    }

    .nav-tabs .nav-link {
        font-size: 15px;
    }

    .callbacks_tabs {
        top: 82%;
        right: 80%;
    }

    .callbacks_tabs li {
        display: inline-block;
    }

    .banner-info_agile_w3ls {
        margin: 0 1.2em;
    }
}

@media(max-width: 440px) {
    .header-top_w3layouts {
        padding-left: 9px !important;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 11px;
    }

    .banner-info_agile_w3ls p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 24px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 80vw;
    }

    .banner-info_agile_w3ls {
        padding-top: 7em;
    }

    .d-flex.container {
        display: inherit !important;
    }

    .button {
        margin-top: 2em;
    }

    a.w3ls-button-agile {
        padding: 14px 15px;
    }

    .welcome-left h3 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
    }

    .w3l-footer h2 a {
        font-size: 36px;
    }

    .about p.aboutpara {
        font-size: 14px;
    }

    .da-thumbs li {
        width: 43.9%;
    }

    .da-thumbs li a div span {
        margin: 5px 10px 0;
    }

    .da-thumbs li a div h5 {
        margin-top: .5em;
    }

    h5.title-w3 {
        font-size: 30px;
    }

    .nav-tabs .nav-link {
        font-size: 14px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 21px;
    }

    a.navbar-brand {
        font-size: 34px;
    }
}

@media(max-width: 414px) {

    ul.top-right-info,
    .header-top_w3layouts {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-right-info li i {
        font-size: 14px;
    }

    .top-social-agile:nth-child(2) {
        margin-top: 8px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 28px;
        line-height: 1.5;
    }

    .banner-info_agile_w3ls {
        padding-top: 5.5em;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 90vw;
    }

    .da-thumbs li {
        width: 95%;
    }

    .da-thumbs li a div h5 {
        margin-top: 2em;
        font-size: 30px;
    }

    .da-thumbs li a div span {
        margin: 19px 34px 0;
        font-size: 13px;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 250px;
    }

    h5.title-w3 {
        font-size: 30px;
    }

    .contact-right-w3l {
        padding: 3em 2em 0;
    }

    .contact-right-w3l input[type=text], .contact-right-w3l input[type=email], .contact-right-w3l textarea, .contact-right-w3l select.form-control {
        font-size: 14px;
    }

    .contact-right-w3l textarea {
        height: 150px;
    }

    .comments-grid-left {
        padding-right: 0;
    }

    .leave-coment-form textarea {
        min-height: 180px;
    }

    .posts-grid-right {
        margin-top: 0 !important;
    }

    .callbacks_tabs {
        top: 85%;
        right: 78%;
    }

    .modal-body h5 {
        margin-left: 1em;
    }
}

@media(max-width: 384px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }

    .tags ul li a {
        font-size: 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    .callbacks_tabs {
        top: 86%;
        right: 75%;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 96vw;
    }

    p.copy-right-grids {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .login.px-4.mx-auto {
        padding: 0 !important;
    }
}

@media(max-width: 375px) {
    .banner-info_agile_w3ls {
        padding-top: 5em;
    }

    .welcome-right img {
        width: 100%;
    }

    .comments-grid-left,
    .comments-grid-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .comments-grid-right {
        margin-top: 1em !important;
    }
}

@media(max-width: 320px) {
    .top-w3layouts {
        padding: 0 6px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 11px;
    }

    a.navbar-brand {
        font-size: 32px;
    }

    .navbar-light .navbar-toggler {
        padding: 2px 6px;
        font-size: 19px;
    }

    .banner-info_agile_w3ls h3 {
        font-size: 23px;
    }

    .banner-top1,
    .banner-top2,
    .banner-top3 {
        height: 114vw;
    }

    .banner-info_agile_w3ls a {
        padding: 11px 14px;
        font-size: 12px;
    }

    .banner-info_agile_w3ls a {
        padding: 11px 14px;
    }

    .banner-info_agile_w3ls {
        padding-top: 4.5em;
    }

    .welcome-left h3 {
        font-size: 21px;
    }

    .welcome-left h6 {
        font-size: 12px;
    }

    .welcome-left h4 {
        font-size: 14px;
        margin: 18px 0 !important;
    }

    p {
        font-size: 13px;
    }

    .agile-why-text-2 h4 {
        font-size: 19px;
    }

    .wthree_features_grid i {
        width: 60px;
        height: 60px;
        font-size: 26px;
    }

    .agile-why-text-2 {
        padding: 20px;
    }

    .screen-agile-2 h5 {
        font-size: 22px;
    }

    .screen-agile i {
        width: 60px;
        height: 60px;
        font-size: 24px;
        line-height: 2.4;
    }

    .w3l-footer p,
    .w3l-footer p a,
    .w3l-footer ul li a {
        font-size: 13px;
    }

    .about p.aboutpara {
        font-size: 13px;
    }

    .da-thumbs li a div h5 {
        margin-top: 1.5em;
    }

    .da-thumbs li a div span {
        margin: 12px 22px 0;
    }

    .w3_agileits-contact-left,
    .appoint-img {
        min-height: 200px;
    }

    .contact-right-w3l textarea {
        height: 120px;
    }

    .contact-right-w3l input[type=submit] {
        font-size: 14px;
        padding: 13px 18px;
        margin-top: 1.5em;
    }

    .map iframe {
        height: 250px;
    }

    .posts-grid-left,
    .posts-grid-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .posts-grid-right {
        margin-top: 10px;
    }

    .nav-tabs .nav-link {
        font-size: 11px;
        letter-spacing: 0px;
    }

    .callbacks_tabs {
        right: 71%;
    }

    .modal-body h5 {
        font-size: 25px;
        margin-left: 0em;
    }
}

/* //responsive */