/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: none;
  height: 36px;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #f5f5f5;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  width: auto;
  max-width: 100%;
}
.story .wp-caption p.wp-caption-text {
  background: #f5f5f5;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #f5f5f5;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
  overflow: auto;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  background: #f34c70;
}
h1 b {
  font-size: 40px;
}
.font,
textarea,
input {
  font-family: Raleway;
}
.line img {
  margin-top: -8px;
  padding-bottom: 20px;
}
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body {
  font-weight: 400;
  width: 100%;
}
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.header {
  width: 100%;
  /*min-height: 160px;*/
  background: #64baa9;
  padding-bottom: 0;
}
.header .logo {
  width: 246px;
  height: 66px;
  /*min-height: 110px;*/
  display: inline-block;
  float: left;
}
.header .logo a {
  line-height: 66px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.header .mobile-menu {
  display: none;
}
.menu-line {
  width: 100%;
  height: 30px;
  font-family: Arial;
  background: #f7fcfc;
}
.menu-line .left-list {
  line-height: 50px;
  font-size: 11px;
  float: left;
}
.menu-line .left-list ul li {
  display: inline-block;
  float: left;
  max-height: 50px;
  margin: 0 5px 0 5px;
  color: #afb2b2;
}
.menu-line .left-list ul li:first-child {
  margin-left: 0;
}
.menu-line .left-list ul li:first-child:before {
  content: "";
  margin-right: 0;
}
.menu-line .left-list ul li a {
  color: #afb2b2;
  text-decoration-line: underline;
}
.menu-line .left-list ul li a:hover {
  text-decoration: underline;
}
.menu-line .left-list ul li:before {
  content: " • ";
  margin-right: 10px;
}
.menu-line .right-list {
  float: right;
  line-height: 30px;
  max-height: 30px;
}
.menu-line .right-list ul li {
  display: inline;
  color: #646565;
  font-size: 11px;
}
.menu-line .right-list ul li a {
  color: #64baa9;
}
.menu-line .right-list ul li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-line .right-list .phone {
  background: url(images/cellphone.png) left 50% no-repeat;
  font-size: 14px;
  padding-left: 15px;
  font-weight: 700;
}
.menu-line .right-list .vertical-line2 {
  border-left: 2px solid #d2d4d4;
  margin-left: 7px;
  margin-right: 7px;
}
.header .menu2 {
  position: relative;
  float: right;
  padding-top: 27px;
  font-size: 14px;
  z-index: 9999;
}
.header .menu2 ul ul {
  margin-top: 5px;
  display: none;
  width: 200px;
  background: #51a191;
  padding: 10px;
  position: absolute;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  top: 100%;
}
.header .menu2 ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -10px;
  padding-left: 20px;
}
.header .menu2 ul ul .current-menu-item a {
  padding: 5px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
}
.header .menu2 ul ul li {
  display: block;
}
.header .menu2 ul ul li a {
  padding: 5px;
  display: block;
  border: 0;
}
.header .menu2 ul ul li a:hover {
  border: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.header .menu2 ul li:hover > ul {
  display: block;
}
.header .menu2 ul li {
  position: relative;
  display: inline;
}
.header .menu2 ul li a {
  color: #ffffff;
  padding: 12px;
}
.header .menu2 ul li a:hover,
.header .menu2 ul li a.active {
  background: #51a191;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 12px 6px 12px;
  border-top: 2px solid #499182;
}
.header .menu2 ul .current-menu-item a {
  background: #51a191;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 12px 6px 12px;
  border-top: 2px solid #499182;
}
.header .menu2 .search-box {
  display: block;
  width: 17px;
  height: 17px;
  float: right;
  position: relative;
}
.header .menu2 .search-box .button_s {
  background: url(images/search.png) 50% 50% no-repeat;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.header .menu2 .search-box .button_s:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.header .menu2 .search-box .form_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -182px;
  margin-top: -18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99999;
  background: #FFF;
  padding: 10px;
}
.header .menu2 .search-box .form_box input {
  height: 30px;
  width: 150px;
  background: #eaf4f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.header .menu2 ul:after {
  content: "";
  clear: both;
  display: block;
}
.header .menu2 .vertical-line3 {
  border-right: 2px solid #d2d4d4;
  margin-right: 12px;
  padding-right: 5px;
  float: right;
}
.top-slider ul.slides {
  position: relative;
  width: 100%;
}
.top-slider ul.slides li {
  position: relative;
  float: left;
  display: none;
}
.top-slider ul.slides li .contry {
  visibility: hidden;
  position: absolute;
  left: 20%;
  margin-top: 9%;
  top: 0;
}
.top-slider ul.slides li .contry p {
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 30px;
}
.top-slider ul.slides img {
  width: 100%;
  height: auto;
}
.slides2 {
  position: relative;
  width: 100%;
}
.col-5 {
  margin-top: 142px;
}
.col-5 p {
  font-family: seif;
  font-size: 30px;
}
.button1 {
  color: #FFFFFF;
  background: #f34c70;
  border-radius: 3px;
  padding: 10px 16px 10px 16px;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 2px solid #D13D5D;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button1:hover {
  background: #de5270;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type="submit"].button_red {
  color: #FFFFFF;
  border-radius: 3px;
  background: #f34c70;
  padding: 2px 21px ;
  margin-top: 13px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 12px;
  vertical-align: top;
  border-bottom: 2px solid #D13D5D;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type="submit"].button_red:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background: #de5270;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button2 {
  color: #FFFFFF;
  border-radius: 3px;
  background: #f34c70;
  padding: 2px 21px ;
  margin-top: 13px;
  font-weight: 700;
  font-size: 12px;
  border-bottom: 2px solid #D13D5D;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button2:hover {
  background: #de5270;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pricingbutton {
  text-align: center;
}
.button3 {
  color: #FFFFFF;
  background: #f34c70;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 35px 10px 35px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #D13D5D;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button3:hover {
  background: #de5270;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button4 {
  border-radius: 3px;
  border: 2px solid #64baa9;
  position: absolute;
  color: #64baa9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 10px;
  line-height: 0;
  margin-left: 20px;
  margin-top: 9px;
  padding: 13px 14px 13px 14px;
  font-weight: 600;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button4:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-color: #de5270;
  color: #de5270;
}
.button5 {
  color: #FFFFFF;
  background: #f34c70;
  border-radius: 3px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 2px solid #D13D5D;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button5:hover {
  background: #de5270;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_homeform {
  width: 100%;
  background: url(images/content.png) no-repeat center center;
  min-height: 690px;
  position: relative;
}
.box_homeform .linepngbox {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
  background: url(images/line.png) 50% 0 no-repeat;
  margin-bottom: 14px;
}
.text-center {
  text-align: center;
}
.text-center .ultra_bold {
  font-weight: 800;
}
.text-center p {
  text-align: center;
  padding-top: 12px;
  color: #646565;
  font-size: 13px;
}
.text-center h1 {
  font-size: 40px;
  padding-top: 40px;
  text-transform: none;
  font-weight: 300;
}
.grup {
  width: 100%;
  min-height: 290px;
  position: relative;
  margin-top: 116px ;
}
.grup .img1 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/settings.png) 50% 50% no-repeat;
}
.grup .img2 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/camera.png) 50% 50% no-repeat;
}
.grup .img3 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/tag.png) 50% 50% no-repeat;
}
.grup .img4 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lock.png) 50% 50% no-repeat;
}
.list-left {
  float: left;
  width: 200px;
}
.list-left p {
  text-align: center;
  margin-top: 12px;
}
.list-left b {
  font-size: 14px;
  font-weight: 700;
}
.list-left li {
  margin-top: 41px;
  margin-bottom: 70px;
}
.list-right {
  float: right;
  width: 200px;
}
.list-right p {
  text-align: center;
  margin-top: 6px;
}
.list-right b {
  font-size: 14px;
  font-weight: 700;
}
.list-right li {
  margin-top: 41px;
  margin-bottom: 70px;
}
.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.blok {
  margin: -8px auto 8px 69px;
}
/*Grid1*/
.grid1 {
  -webkit-box-shadow: 1px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 20px 35px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 20px 35px -20px rgba(0, 0, 0, 0.4);
  width: 460px;
  height: 415px;
  position: relative;
  margin: 0 auto;
  margin-top: -90px;
  color: #FFFFFF;
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: -moz-linear-gradient(left, #77cca7, #50a699);
  /* For Firefox 3.6 to 15 */
  background: -webkit-linear-gradient(left, #77cca7, #50a699);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #77cca7, #50a699);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #77cca7, #50a699);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #77cca7, #50a699);
  /* Standard syntax (must be last) */
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.grid1 p.success {
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
}
.grid1 ul,
.grid1 .submitsec {
  margin-left: 40px;
}
.grid1 ul .comment,
.grid1 .submitsec .comment {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.grid1 ul .comment .vertical-line1,
.grid1 .submitsec .comment .vertical-line1 {
  border-left: 2px solid #bde0da;
  margin-top: 6px;
  padding-left: 25px;
}
.grid1 ul .comment .vertical-line1 p,
.grid1 .submitsec .comment .vertical-line1 p {
  color: #bde0da;
}
.grid1 li {
  margin-bottom: 20px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.grid2 {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  width: 100%;
  height: 7px;
  background: -webkit-linear-gradient(left, #98eba4, #257975);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #98eba4, #257975);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #98eba4, #257975);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #98eba4, #257975);
  /* Standard syntax (must be last) */
}
input.default_field {
  width: 167px;
  border-radius: 2px;
  box-shadow: 0px 1px 0px #9e9e9e;
  border: 3px solid transparent;
}
input.default_field:focus {
  border: 3px solid rgba(0, 0, 0, 0.2);
}
label {
  display: block;
  cursor: pointer;
  padding-bottom: 6px;
}
textarea {
  width: 354px;
  height: 80px;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  box-shadow: 0 1px 0 #9E9E9E;
}
textarea:focus {
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.cild {
  margin-top: 50px;
}
/******about-as*******/
.about-as {
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  min-height: 420px;
}
.about-as .about {
  width: 48%;
  float: right;
  margin-top: 60px;
}
.about-as .about .icon {
  height: 85px;
  max-width: 480px;
}
.about-as .about .icon p {
  text-align: center;
  margin-top: 7px;
  line-height: 22px;
}
.about-as .about .icon b {
  font-size: 54px;
  color: #000000;
  font-weight: 700;
  display: block;
}
.about-as .about .text2 {
  color: #000000;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 300;
}
.about-as .about .text2 .ultra_bold {
  font-weight: 800;
}
.about-as .about p {
  line-height: 24px;
}
.about-as .photo {
  width: 48%;
  margin-top: -1px;
  margin-bottom: -1px;
  overflow: hidden;
  height: 420px;
  background-position: 50% 50%;
  background-size: cover;
  float: left;
}
.about-as .photo img {
  height: 100%;
}
.about-as div.text-color {
  color: #646565;
  font-size: 12px;
  max-width: 480px;
  margin-bottom: 55px;
}
.about-as div.text-color p {
  margin-bottom: 0;
}
.about-as .icon1 {
  min-width: 50px;
  width: 32%;
  float: left;
  display: inline-block;
}
.about-as .icon1 .col-icon {
  margin-right: 10px;
  padding-left: 50px;
  vertical-align: top;
  background: url(images/user.png) top left no-repeat;
}
.about-as .icon1 .col-icon .text_icons {
  margin-top: -12px;
}
.about-as .icon1 .col-icon .about_doctor {
  color: #646565;
}
.about-as .icon2 {
  display: inline-block;
  width: 32%;
  float: left;
}
.about-as .icon2 .col-icon {
  margin-right: 10px;
  padding-left: 50px;
  background: url(images/shop.png) top left no-repeat;
}
.about-as .icon2 .col-icon .text_icons {
  margin-top: -12px;
}
.about-as .icon2 .col-icon .about_clinic {
  color: #646565;
}
.about-as .icon3 {
  display: inline-block;
  width: 32%;
  float: left;
}
.about-as .icon3 .col-icon {
  background: url(images/truck.png) top left no-repeat;
  padding-left: 50px;
}
.about-as .icon3 .col-icon .text_icons {
  margin-top: -12px;
}
.about-as .icon3 .col-icon .about_place {
  color: #646565;
}
.price {
  background: #f1faf9;
  height: 935px;
  width: 100%;
}
.price ul li {
  background: url(images/plus.png) 0 24% no-repeat;
  padding-left: 22px !important;
}
.text-center {
  text-align: center;
}
.ale_table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #e6f2ef;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ale_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.ale_table table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ale_table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ale_table table tr:first-child td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:nth-child(odd) {
  background-color: #f1faf9;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:nth-child(even) {
  background-color: #ffffff;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child td {
  vertical-align: middle;
  border: 1px solid #e6f2ef;
  border-width: 0px 1px 1px 0px;
  padding: 15px;
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  color: #000000;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:last-child td {
  border-width: 0px 1px 0px 0px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr td:last-child {
  border-width: 0px 0px 1px 0px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:last-child td:last-child {
  border-width: 0px 0px 0px 0px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:first-child td {
  background: -o-linear-gradient(bottom, #64baa9 5%, #64baa9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #64baa9), color-stop(1, #64baa9));
  background: -moz-linear-gradient(center top, #64baa9 5%, #64baa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64baa9", endColorstr="#64baa9");
  background: -o-linear-gradient(top, #64baa9, 64baa 9);
  background-color: #64baa9;
  border: 0px solid #e6f2ef;
  text-align: center;
  border-width: 0px 0px 1px 1px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #64baa9 5%, #64baa9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #64baa9), color-stop(1, #64baa9));
  background: -moz-linear-gradient(center top, #64baa9 5%, #64baa9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64baa9", endColorstr="#64baa9");
  background: -o-linear-gradient(top, #64baa9, 64baa 9);
  background-color: #64baa9;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:first-child td:first-child {
  border-width: 0px 0px 1px 0px;
}
.ale_table table tr:first-child td:last-child tr:last-child td:first-child tr:first-child td:last-child {
  border-width: 0px 0px 1px 1px;
}
.physicians_list {
  width: 100%;
  margin-bottom: 100px;
}
.physicians_list .physicians_table {
  margin-top: 30px;
}
.physicians_list .physicians_table table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #e6f2ef;
  border-radius: 6px;
  border-spacing: 0;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.physicians_list .physicians_table table thead {
  background-color: #64baa9;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.physicians_list .physicians_table table thead th {
  padding: 15px;
  border: 1px solid #e6f2ef;
}
.physicians_list .physicians_table table tbody {
  font-size: 14px;
}
.physicians_list .physicians_table table tbody td {
  padding: 15px;
  border: 1px solid #e6f2ef;
  text-align: center;
}
.physicians_list .physicians_table table tbody tr:nth-child(even) {
  background-color: #f1faf9;
}
.physicians_list .line10 {
  margin-top: 64px;
  letter-spacing: -2px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.physicians_list .line10 .doctor_specialites {
  margin-left: 18px;
}
.physicians_list .line10 .line-style2 {
  width: 80%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0;
}
.physicians_list .line10 .line-style2 hr {
  width: 100%;
  right: 0;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.physicians_list .line11 {
  display: none;
}
.physicians_list .line12 {
  display: none;
}
.physicians_list .line13 {
  display: none;
}
.physicians_list .line14 {
  display: none;
}
.physicians_list .doctor_specialites {
  font-size: 24px;
  font-weight: 700;
}
.physicians_list .line-style2 {
  color: #E5E5E5;
  font-size: 16px;
  letter-spacing: -2px;
  margin-left: 31px;
  padding-top: 50px;
  position: relative;
  vertical-align: text-bottom;
}
.price-name {
  padding-top: 56px;
}
.price-name p {
  font-size: 30px;
  text-align: center;
}
.price-name h3 {
  text-align: center;
}
.minimum {
  background: #FFFFFF;
  padding-bottom: 40px;
  margin-top: 113px;
  width: 31.2%;
  float: left;
  -webkit-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.premium {
  background: #FFFFFF;
  padding-bottom: 40px;
  margin-top: 76px;
  width: 31.2%;
  position: relative;
  float: left;
  margin-left: 30px;
  -webkit-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.medium {
  background: #FFFFFF;
  padding-bottom: 40px;
  margin-top: 113px;
  width: 31.2%;
  float: right;
  -webkit-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 35px -20px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
h1.greenline1 {
  border-bottom: 1px solid #c6e6e0;
  height: 20px;
  width: 85%;
  margin: 0 auto;
}
span.value1 {
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  color: #000;
  background: #f1faf9;
  padding: 0 40px 0 40px;
  font-size: 40px;
  text-transform: none;
  font-weight: 300;
}
span.value1 .ultra_bold {
  font-weight: 800;
}
.by-new p {
  text-align: center;
  padding-top: 27px;
}
.by {
  color: #64baa9;
  font-size: 30px;
}
.by p {
  font-size: 40px;
}
.new {
  color: #646565;
}
.price1 {
  background: #64baa9;
  border-radius: 50%;
  width: 138px;
  height: 138px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.price2 {
  background: #64baa9;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 20px;
}
.price2 p {
  color: #FFFFFF;
  font-size: 40px;
  padding-top: 37px;
  font-weight: 700;
}
.price3 {
  background: #64baa9;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.price3 p {
  color: #FFFFFF;
  font-size: 40px;
  padding-top: 37px;
  font-weight: 700;
}
.price1 p {
  padding-top: 37px;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
}
.price img {
  vertical-align: baseline;
  padding-right: 10px;
}
.price ul {
  padding-bottom: 25px;
  padding-top: 30px ;
  padding-left: 35px ;
  border-top: 1px solid  #eeeeee;
  border-bottom: 1px solid  #eeeeee;
  margin-bottom: 50px;
}
.price ul li {
  padding: 5px ;
  color: #646565;
  font-size: 12px;
}
.bypremium {
  font-size: 40px;
  color: #64baa9;
  padding-top: 50px;
}
.description1 .button {
  margin-top: 20px;
}
span.blog1 {
  line-height: 20px;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
h1.greenline2 {
  border-bottom: 1px solid #c6e6e0;
  height: 80px;
  width: 85%;
  margin: 0 auto;
  padding-top: 55px;
  margin-bottom: 90px ;
  text-transform: none;
}
span.value2 {
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  color: #000;
  background: #FFFFFF;
  padding: 0 20% 0 5%;
  font-size: 40px;
  font-weight: 300;
}
span.value2 .ultra_bold {
  font-weight: 800 ;
}
.blogonhome {
  width: 100%;
  min-height: 340px;
  background: #FFFFFF;
}
.blogonhome .blogitem {
  min-height: 140px;
}
.blogonhome a b {
  font-size: 14px;
  color: #64baa9;
}
.ease {
  width: 100%;
  min-height: 390px;
  background: #f1faf9;
}
.ease-align {
  margin-top: 84px;
  position: relative;
}
.ease-title {
  font-size: 40px;
  line-height: 67px;
  font-weight: 300;
}
.ease-title .ultra_bold {
  font-weight: 800;
}
.ease-content {
  color: #646565 ;
  line-height: 27px;
  max-width: 80%;
}
.iphone {
  background: url(images/iphone.png) no-repeat;
  width: 380px;
  height: 312px;
  margin-top: 77px;
  position: relative;
  z-index: 10;
}
.iphone .imgin {
  width: 333px;
  position: absolute;
  bottom: 0;
  margin-left: 24px;
  height: 263px;
  overflow: hidden;
}
.iphone .imgin img {
  height: auto;
}
.imgin2 {
  min-width: 288px;
  height: 151px;
  margin-left: 11px;
  margin-top: -430px;
  position: absolute;
}
.doctor {
  width: 100%;
  min-height: 300px;
  background: #FFFFFF;
}
.doctor li {
  margin-top: 82px;
}
.doctor li img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100% !important;
}
.our-doctors {
  font-size: 40px;
  float: left;
  margin-top: 80px;
  text-align: right;
}
.blogitem .blog1 a {
  color: #64baa9;
}
.blogitem .blog2 {
  color: #c3c3c3;
  font-size: 10px;
  margin-top: 10px;
  font-family: Arial;
  margin-bottom: 7px;
  font-weight: 500;
}
.blogitem .blog3 {
  color: #646565;
  text-size: 12px;
  margin-right: 25px;
  line-height: 18px;
}
.blogitem .blog1 a:hover {
  text-decoration: underline;
}
.col-3 p {
  text-align: center;
}
.col-3 .doctor-name a {
  font-size: 16px;
  color: #000000;
}
.col-3 .about-him {
  color: #646565;
}
.col-3 .doctor-name a:hover {
  text-decoration: underline;
  color: #64baa9;
}
.col-3 .how {
  color: #c3c3c3;
}
.footer {
  width: 100%;
  /*min-height: 378px ;*/
}
.bloc1 {
  background: #64baa9;
  width: 100%;
  min-height: 142px;
}
.twitterwidget {
  padding: 55px 0 40px 0;
}
.twitterwidget .tp_recent_tweets {
  display: none;
}
.twitterwidget .col-3 {
  width: 20%;
}
.twitterwidget .col-3 .twit {
  margin-left: 45px;
  color: #FFFFFF;
  font-size: 14px;
}
.twitterwidget .col-3 .about-twit {
  color: #acddd3;
  margin-left: 64px;
  font-size: 10px;
}
.twitterwidget .col-9 {
  width: 80%;
  background: url(images/twitter.png) left 50% no-repeat;
  padding-left: 65px;
}
.twitterwidget .col-9 .text-color {
  color: #FFFFFF;
  font-size: 12px;
  float: left;
  margin-left: -7px;
}
.twitterwidget .col-9 .text-color a {
  color: #ffffff;
}
.bloc2 {
  background: #f1faf9;
  width: 100%;
  min-height: 236px;
}
.bloc2 ul li {
  line-height: 23px;
}
.bloc2 a:hover {
  text-decoration: underline;
}
.bloc2 ul li a {
  color: #646565;
  font-size: 12px;
}
.content-footer {
  padding-top: 57px;
}
.content-footer a {
  color: #646565;
}
.name-contact b {
  line-height: 2.7em;
  font-size: 16px;
  font-weight: 700;
}
.about-contact {
  line-height: 22px;
  color: #6D6F6F;
  font-size: 14px;
}
.about-contact strong {
  font-weight: 700;
}
.mail {
  font-size: 12px;
  color: #646565;
  line-height: 24px;
}
.street {
  font-size: 12px;
  color: #646565;
  line-height: 24px;
}
.information b {
  line-height: 2.7em;
  font-size: 16px;
  font-weight: 700;
}
.vertical-line {
  border-left: 2px solid #ccc;
  margin-left: -15px;
  padding-left: 25px;
  height: 100px;
}
.information2 p {
  color: #afb2b2;
  margin-top: 12px;
  padding-right: 10px;
  font-size: 11px;
}
.information3 p {
  color: #c3c3c3;
  margin-top: 28px;
}
.information3-icon {
  margin-top: -5px;
}
.information3-icon ul li {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
}
.information3-icon ul li:nth-child(2) a {
  background: url(images/facebook.png);
}
.information3-icon ul li:nth-child(3) a {
  background: url(images/twitter2.png);
}
.information3-icon ul li:nth-child(4) a {
  background: url(images/media.png);
}
.information3-icon ul li:nth-child(5) a {
  background: url(images/ins.png);
}
.information3-icon ul li a {
  margin-left: 10px;
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}
.information3-icon ul li a:hover {
  position: relative;
  top: -5px;
}
.information3-icon * {
  color: #c3c3c3;
}
.flex-next {
  font-size: 0;
}
.flex-prev {
  font-size: 0;
}
.slider-wrapper {
  overflow: hidden;
}
.slider-wrapper .top-slider {
  width: 100%;
  max-width: 1590px;
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .top-slider .flex-direction-nav a.flex-prev {
  position: absolute;
  top: 0;
  left: -100%;
  background: #000000 url(images/lefthover.png) 95% 50% no-repeat;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-wrapper .top-slider .flex-direction-nav a.flex-prev:hover {
  background: #000000 url(images/left.png) 95% 50% no-repeat;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slider-wrapper .top-slider .flex-direction-nav a.flex-next {
  position: absolute;
  top: 0;
  right: -100%;
  background: #000000 url(images/righthover.png) 5% 50% no-repeat;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}
.slider-wrapper .top-slider .flex-direction-nav a.flex-next:hover {
  background: #000000 url(images/right.png) 5% 50% no-repeat;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
ol.flex-control-paging {
  list-style-type: none;
}
.flex-control-paging {
  text-align: center;
  margin-left: 48%;
  margin-top: -40px;
  position: absolute;
}
.flex-control-paging li {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0px;
  border: 2px solid transparent;
  background: #e6e5e5;
}
.flex-control-paging li a.flex-active {
  border: 2px solid #fdfdfd;
  background: none;
}
/* Services Page
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1.title-content-services {
  position: absolute;
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
  height: 36px;
  margin: 51px auto 0 324px;
}
.title-main {
  width: 100%;
  min-height: 167px;
  overflow: hidden;
  position: relative;
}
.title-main .services {
  z-index: 2;
  position: relative;
}
.title-main .services .breadcrumbs {
  color: #ffffff;
}
.title-main .services .breadcrumbs a {
  color: #ffffff;
}
.price_ale {
  min-height: 947px;
  padding-bottom: 30px;
  width: 100%;
  background: #f1faf9;
}
.price_ale img {
  vertical-align: baseline;
  padding-right: 10px;
}
.price_ale ul {
  padding-bottom: 25px;
  padding-top: 30px;
  padding-left: 35px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px;
}
.price_ale ul li {
  color: #646565;
  padding: 5px;
  background: url(images/plus.png) 0 24% no-repeat;
  padding-left: 22px !important;
  font-size: 12px;
}
.price_ale .price-name {
  padding-top: 56px;
}
.price_ale .price-name p {
  font-size: 30px;
  text-align: center;
}
.price_ale .price-name h3 {
  text-align: center;
}
/*line*/
h1.title-content {
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 51px;
}
span.value4 {
  height: 40px;
  line-height: 40px;
  padding: 27px;
  font-size: 50px;
  text-transform: none;
  font-weight: 700;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.title-hover {
  width: 100%;
  height: 100%;
  background: rgba(41, 81, 73, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.line-style {
  font-size: 16px;
  letter-spacing: -6px;
  position: relative;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.3);
}
.serv {
  width: 100%;
  background: #f1faf9;
  padding-bottom: 45px;
}
.serv a {
  color: black;
}
.serv img {
  margin-top: 20px;
  margin-left: 30px ;
  float: left;
}
.serv span {
  float: left;
  font-size: 24px;
  font-weight: 700;
  margin-left: 129px;
  margin-top: -45px;
}
.serv .pediactrics {
  width: 100%;
  max-width: 295px;
  height: 110px;
  box-shadow: 0 3px 0px 0 #d5efec;
  margin: 0 auto;
  margin-top: 50px;
  background: #FFF;
  border-radius: 2px;
}
.serv .obstetrics {
  width: 100%;
  max-width: 295px;
  height: 110px;
  box-shadow: 0 3px 0px 0 #d5efec;
  margin: 0 auto;
  margin-top: 50px;
  background: #FFF;
  border-radius: 2px;
}
.serv .dentistry {
  width: 100%;
  max-width: 295px;
  height: 110px;
  box-shadow: 0 3px 0px 0 #d5efec;
  margin: 0 auto;
  margin-top: 50px;
  background: #FFF;
  border-radius: 2px;
}
.tabs {
  width: 100%;
  margin-bottom: 44px;
}
.tabs2 {
  width: 100% ;
  padding: 5px;
  background: #64baa9;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 42px;
}
.tabs2 #tabs .ui-tabs-nav {
  height: 45px;
  width: 100%;
  display: block;
}
.tabs2 #tabs .ui-tabs-nav li {
  display: inline-block;
  height: 35px;
  margin-right: 2px;
  background: #f1faf9;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  vertical-align: bottom;
  border-bottom: 2px solid #e3f3f1;
}
.tabs2 #tabs .ui-tabs-nav li.ui-tabs-active {
  height: 45px;
  border-bottom: 0px;
  background: #fff;
}
.tabs2 #tabs .ui-tabs-nav li.ui-tabs-active a {
  line-height: 45px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.tabs2 #tabs .ui-tabs-nav li a {
  line-height: 35px;
  padding: 0 40px;
  color: #64baa9;
  font-size: 13px;
  display: block;
}
.tabs2 #tabs .ui-tabs-nav::after,
.tabs2 #tabs .ui-tabs-nav::before {
  content: "";
  display: block;
  clear: both;
}
.tabs2 #tabs .ui-tabs-panel {
  display: block;
  background: #fff;
  padding: 17px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs2 #tabs .ui-tabs-panel .col-7,
.tabs2 #tabs .ui-tabs-panel .col-12 {
  font-size: 13px;
  color: #646565;
  line-height: 24px;
}
.tabs2 #tabs .ui-tabs-panel .col-7 p,
.tabs2 #tabs .ui-tabs-panel .col-12 p {
  margin-bottom: 30px;
}
.tabs2 #tabs .ui-tabs-panel .col-5 {
  margin-top: 0;
}
.tabs2 #tabs .ui-tabs-panel .col-5 img {
  max-width: 94%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*menu css*/
.container1 {
  padding: 5px;
}
.button6 {
  color: #FFFFFF;
  background: #f34c70;
  border-radius: 2px;
  padding: 10px 23px;
  font-weight: 700;
  border-bottom: 2px solid #D13D5D;
}
/*Doctors*/
.team-slider .avatar {
  overflow: hidden;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  width: 78px;
  height: 78px;
}
.line_nurses {
  margin-top: 50px;
}
.line_nurses .ale_nurses {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.line_nurses .line-style6 {
  color: #E5E5E5;
  font-size: 16px;
  letter-spacing: -2px;
  margin-left: 18px;
  position: absolute;
  vertical-align: text-bottom;
  width: 100%;
}
.line_nurses .line-style6 hr {
  width: 85%;
  right: 0;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.line_nurses2 {
  display: none;
}
.line_nurses3 {
  display: none;
}
.line_nurses4 {
  display: none;
}
.line_nurses5 {
  display: none;
}
.grupes {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.grupes .grup1 {
  margin-top: 55px;
  margin-bottom: 40px;
}
.grupes .grup2 {
  margin-bottom: 40px;
}
.grupes .nurses {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 50px;
}
.grupes p {
  display: block;
  text-align: left;
  color: #c3c3c3;
  font-size: 12px;
  margin-bottom: -2px;
  line-height: 24px;
}
.grupes a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.grupes .col-3 {
  min-height: 220px;
}
.grupes .col-3 .description {
  padding-right: 10px;
  line-height: 20px;
  color: #646565;
  margin-bottom: 25px;
}
.grupes .col-3 .avatar {
  width: 78px;
  height: 78px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 13px;
}
.grupes .col-3 .avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*********Gallery*************/
.image-row {
  width: 97.9%;
  margin: 50px auto 50px;
}
.image-row .margb {
  margin-bottom: 50px;
}
.image-row .paginator {
  margin: 0 !important;
}
.image-row .paginator .shadow {
  box-shadow: 0 25px 35px -20px #9cbfbc;
  background: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 50px;
  height: 1px;
}
.image-row ul li {
  float: left;
  width: 33.3%;
}
.image-row ul li img {
  max-width: 100%;
  height: auto;
}
.image-row ul .post {
  padding-right: 0;
  margin-bottom: 0;
  width: auto;
}
.image-row .container_mask {
  position: relative;
}
.image-row .container_mask .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background: url(images/hover.png) bottom center repeat-x;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.image-row .container_mask .mask span.ale_title {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.image-row .container_mask .mask span.ale_title2 {
  bottom: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #c3c3c3;
  font-size: 10px;
}
.image-row .container_mask .mask a {
  width: 100%;
  height: 100%;
  display: block;
}
.image-row .container_mask:hover .mask {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/******************Blog***************/
h1.title-content-blog {
  font-size: 50px;
  color: #FFF;
  font-weight: 700;
  height: 36px;
  margin: 0 auto;
  margin-top: 51px;
}
.content2 {
  width: 100%;
  margin-top: 36px;
  /* ---- isotope ---- */
}
.content2 .blocs2 p {
  color: #000;
  line-height: 24px;
}
.content2 .left_bar {
  width: 70%;
  float: left;
}
.content2 .isotope:after {
  content: '';
  display: block;
  clear: both;
}
.content2 .post {
  position: relative;
  float: left;
  width: 50%;
  max-width: 320px;
  margin-left: 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 23px;
  color: #262524;
  overflow: hidden;
}
.content2 .post .blocs1 {
  margin-bottom: 24px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.content2 .post .blocs1:hover a.mask {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content2 .post .blocs1 a.mask {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 186, 169, 0.6);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  display: block;
}
.content2 .post .blocs1 a.mask span {
  font-size: 60px;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.content2 .post .blocs1 a.link {
  display: block;
}
.content2 .post .blocs1 a.link img {
  max-width: 100%;
  height: auto;
}
.content2 .post .blocs2 h2 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  font-weight: 600;
}
.content2 .post .blocs2 h2 a {
  color: #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content2 .post .blocs2 h2 a:hover {
  color: #499182;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content2 .post .blocs3 p {
  line-height: 20px;
  font-size: 12px;
  color: #646565;
}
.content2 .post .blocs4 ul li {
  display: inline-block;
  font-size: 11px;
  margin-right: 20px;
  font-family: "Arial";
  color: #c3c3c3;
}
.content2 .post .blocs4 ul li.comments {
  background: url(images/Comments.png) left 50% no-repeat;
  padding-left: 23px;
  line-height: 16px;
}
.content2 .post .blocs4 ul li.categ a {
  text-decoration: underline;
}
.content2 .post .blocs4 ul li.categ a:hover {
  color: #a0a0a0;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.content2 .post .blocs4 ul li a {
  color: #c3c3c3;
}
.content2 .element-item > * {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact .sidebar {
  width: 65%;
  float: right;
  position: relative;
}
.sidebar {
  width: 30%;
  float: right;
  position: relative;
}
.sidebar .widget {
  margin-bottom: 35px;
}
.sidebar .caption {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 26px;
  color: #000000;
}
.sidebar img {
  width: 100%;
  height: auto;
}
.sidebar p {
  color: #646565;
}
.sidebar a {
  color: #52a89d;
  font-weight: 700;
}
.sidebar a:hover {
  opacity: 0.6;
  transition: all 300ms ease;
}
.sidebar ul {
  margin-left: 28px;
  list-style-image: url(images/shape2.png);
}
.sidebar ul li {
  list-style-image: url(images/shape2.png);
  padding-left: 10px;
}
.sidebar ul li a {
  font-size: 14px;
  line-height: 36px;
}
.sidebar h4 {
  margin-bottom: 0;
}
.sidebar .entry-meta {
  margin-bottom: 0.8em;
  margin-top: 0.2em;
  display: block;
  font-size: 10px;
  color: #c3c3c3;
}
.sidebar .aletheme-about-widget img {
  margin-bottom: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar .most-commented a {
  font-size: 14px;
}
.sidebar .most-commented .entry-meta {
  margin-top: 0.8em;
}
.sidebar #wp-calendar {
  width: 100%;
}
.sidebar #wp-calendar caption {
  text-align: center;
  color: #64baa9;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar #wp-calendar thead {
  color: #64baa9;
  font-size: 13px;
}
.sidebar #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.sidebar #wp-calendar tbody {
  color: #aaa;
}
.sidebar #wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
.sidebar #wp-calendar tbody td a {
  color: #fff;
}
.sidebar #wp-calendar tbody #today {
  background: #64baa9;
  color: #ffffff;
}
.sidebar #wp-calendar tbody td:hover {
  background: #fff;
}
.sidebar #wp-calendar tbody .pad {
  background: none;
}
.sidebar #wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
.sidebar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.sidebar .aletheme-flickr-widget .picture {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sidebar .aletheme-flickr-widget .picture:nth-child(3n+3) {
  margin-right: 0;
}
.paginator {
  width: 100%;
  height: 180px;
  margin-top: 50px;
  text-align: center;
}
.paginator .img {
  background: url(images/loading.png);
  width: 38px;
  height: 38px;
  margin: 33px 33px 0 auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.paginator .shadow {
  width: 623px;
  height: 35px;
  background: url(images/shadow3.png);
  margin-left: 5%;
}
.button7 {
  border: 2px solid #64BAA9;
  border-radius: 7px;
  color: #64BAA9;
  font-size: 16px;
  line-height: 0;
  padding: 9px 20px;
  margin: 0 auto;
  width: 148px;
  display: block;
  height: 47px;
}
.button7 a {
  color: #64BAA9;
  line-height: 27px;
}
.button8 {
  border: 2px solid #64BAA9;
  border-radius: 7px;
  color: #64BAA9;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
  padding: 9px 20px;
  margin: 0 auto;
  width: 148px;
  display: block;
  height: 47px;
}
.button8 a {
  color: #64BAA9;
  line-height: 27px;
}
.paginator2 {
  width: 100%;
  min-height: 180px;
  margin-top: 50px;
  text-align: center;
}
.paginator2 img {
  margin-top: 30px;
}
/***********Contact*********/
.all_contact {
  min-height: 350px;
  width: 100%;
  margin-top: 60px;
}
.left-side-contact {
  color: #767676;
  width: 64%;
  min-height: 300px;
  float: left;
}
.left-side-contact p {
  font-size: 12px;
  line-height: 24px;
}
.left-side-contact hr {
  border-bottom: 0px;
  border-color: #eaeef1;
}
.contact_form {
  margin-top: 23px;
}
.right-side-contact {
  width: 32%;
  height: 300px;
  float: right;
}
.right-side-contact .contact_name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 23px;
}
.right-side-contact .e-mail {
  border: 1px solid #e5e5e5;
  width: 187px;
  height: 37px;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #C7C7C7;
}
.right-side-contact .name {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 187px;
  height: 37px;
  margin-bottom: 10px;
  color: #C7C7C7;
}
.right-side-contact .mesages_contact .textare2 {
  width: 100%;
  height: 104px;
  border: 1px solid #e5e5e5;
  color: #C7C7C7;
  box-shadow: none;
  margin-bottom: 10px;
}
.right-side-contact .mesages_contact .button_contact_comment {
  box-shadow: 0 2px 0px 0 #D13D5D;
  background: #F34C70;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px 22px;
}
.google_maps {
  margin-bottom: -3px;
  position: relative;
}
.google_maps .topshadow {
  height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.4);
  border-top: 1px solid #aaa7a0;
}
.isotope3 {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 40px;
}
.isotope3 .symbol {
  font-size: 13px;
  font-weight: 700;
  margin-top: -10px;
  color: #000000;
}
.isotope3 .phone_le {
  width: 25%;
  height: 50px;
  display: block;
  margin-right: 10px;
  float: left;
}
.isotope3 .phone_le .symbol2 {
  font-size: 13px;
  margin-top: -10px;
  font-weight: 700;
  color: #000000;
}
.isotope3 .phone_le .name_le {
  color: #767676;
  font-size: 12px;
  background: url(images/cellphone.png) 0 50% no-repeat;
  padding-left: 14px;
}
.isotope3 .street_le {
  width: 32%;
  height: 50px;
  display: block;
  margin-right: 46px;
  float: left;
}
.isotope3 .street_le .name_le {
  color: #767676;
  font-size: 12px;
  background: url(images/world.png) 0 50% no-repeat;
  padding-left: 18px;
}
.isotope3 .email_le {
  width: 32%;
  height: 50px;
  display: block;
  margin-right: 10px;
  float: left;
}
.isotope3 .email_le .name_le {
  color: #767676;
  font-size: 12px;
  background: url(images/Email.png) 0 50% no-repeat;
  padding-left: 24px;
}
.google_maps .ale_map_canvas {
  margin-bottom: 0;
}
/****About-us****/
.wrapper .content_le {
  width: 100%;
  min-height: 600px;
  text-align: center;
  margin-top: 45px;
  line-height: 24px;
  color: #646565;
  font-size: 12px;
  line-height: 1.9;
}
.wrapper .content_le p {
  line-height: 1.9;
  text-align: center;
}
.wrapper .line_le hr {
  max-width: 340px;
  margin: 0 auto;
  border: 2px solid #64baa9;
  margin-bottom: 20px;
}
.wrapper .numbers_le {
  width: 625px;
  height: 130px;
  margin: 0 auto;
}
.wrapper .icon_le {
  margin-top: 50px;
  margin-left: 64px;
}
.wrapper .icon_le p {
  text-align: center;
  margin-top: 12px;
  line-height: 22px;
  margin-left: 30px;
}
.wrapper .icon_le b {
  font-size: 54px;
  color: #000000;
}
.wrapper .icon_le .icon2_le .about_as_clinic {
  color: #646565;
}
.wrapper .icon_le .icon3_le .about_as_place {
  color: #646565;
}
.wrapper .icon1_le {
  min-width: 50px;
}
.wrapper .icon1_le .about_as_doctor {
  color: #646565;
}
.wrapper .icon1_le .col-3 {
  margin-right: 48px;
  height: 50px;
  vertical-align: top;
  background: url(images/user.png) no-repeat left;
}
.wrapper .icon2_le .col-3 {
  margin-right: 48px;
  height: 50px;
  background: url(images/shop.png) no-repeat left;
}
.wrapper .icon3_le .col-3 {
  background: url(images/truck.png) no-repeat left;
  height: 50px;
}
.video_le {
  width: 100%;
  height: 420px;
  background: #f1faf9;
}
.wrapper .video_inside {
  margin: 0 auto;
  margin-top: 54px;
  box-shadow: 0 19px 32px -17px #000000;
  width: 700px;
  height: 320px;
  overflow: hidden;
}
.wrapper .video_inside iframe {
  width: 100%;
  height: 100%;
}
.wrapper .fasilites_le {
  width: 100%;
  min-height: 200px;
}
.wrapper .fasilites_le .grup2 {
  position: relative;
}
.wrapper .fasilites_le .list-left2 p {
  text-align: center;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}
.wrapper .fasilites_le .list-left2 b {
  font-size: 14px;
  font-weight: 700;
}
.wrapper .fasilites_le .list-left2 li {
  float: left;
  padding: 39px;
}
.wrapper .fasilites_le .list-left2 li p {
  margin-top: 12px;
}
.wrapper .fasilites_le .list-left2 li .img1 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/settings.png) 50% 50% no-repeat;
}
.wrapper .fasilites_le .list-left2 li .img2 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/camera.png) 50% 50% no-repeat;
}
.wrapper .fasilites_le .list-left2 li .img3 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/tag.png) 50% 50% no-repeat;
}
.wrapper .fasilites_le .list-left2 li .img4 {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/lock.png) 50% 50% no-repeat;
}
.wrapper .gallery_tab {
  width: 100%;
  min-height: 400px;
}
.wrapper .gallery_tab .gallery_le {
  width: 390px;
  float: left;
  padding-top: 5px;
}
.wrapper .gallery_tab .gallery_le section.slider {
  position: relative;
}
.wrapper .gallery_tab .gallery_le section.slider .felxslider .flexslider .flexslider ul,
.wrapper .gallery_tab .gallery_le section.slider .felxslider .flexslider .flexslider ol {
  background: url(images/flexslider_opacity.png);
  height: 106px;
  width: 100%;
}
.wrapper .gallery_tab .tab_slide {
  width: 545px;
  min-height: 333px;
  float: right;
}
/*****doctor_inside******/
.sub_menu_title_doctor_inside {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.sub_menu_title_doctor_inside li {
  display: inline;
  margin-right: 4px;
}
.sub_menu_title_doctor_inside li a {
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.sub_menu_title_doctor_inside li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.about_doctors {
  width: 100%;
  padding-bottom: 30px;
}
.about_doctors .doctors_photo {
  width: 300px;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.about_doctors .doctors_photo .photo_ale {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.about_doctors .doctors_photo .information3_doctors_icon {
  width: 240px;
  text-align: center;
  margin-top: 20px;
}
.about_doctors .doctors_photo .information3_doctors_icon ul li {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
}
.about_doctors .doctors_photo .information3_doctors_icon ul li:nth-child(1) a {
  background: url(images/facebook.png);
}
.about_doctors .doctors_photo .information3_doctors_icon ul li:nth-child(2) a {
  background: url(images/twitter2.png);
}
.about_doctors .doctors_photo .information3_doctors_icon ul li:nth-child(3) a {
  background: url(images/media.png);
}
.about_doctors .doctors_photo .information3_doctors_icon ul li:nth-child(4) a {
  background: url(images/ins.png);
}
.about_doctors .doctors_photo .information3_doctors_icon ul li a {
  margin-left: 10px;
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.3s ease-in-out;
}
.about_doctors .doctors_information {
  margin-left: 300px;
  overflow: hidden;
  margin-top: 70px;
}
.about_doctors .doctors_information .phone_email {
  margin-top: 25px;
  margin-bottom: 38px;
  font-size: 14px;
  font-family: Arial;
  line-height: 24px;
}
.about_doctors .doctors_information .phone_email .phone_number {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
.about_doctors .doctors_information .phone_email span {
  color: #C3C3C3;
}
.about_doctors .doctors_information p {
  line-height: 24px;
  font-size: 13px;
  color: #646565;
}
.about_doctors .doctors_information .name_doctors {
  text-align: left;
}
.about_doctors .doctors_information .name_doctors h1 {
  text-transform: none;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left;
}
.about_doctors .doctors_information .line10 {
  margin-left: 18px;
  position: relative;
  width: 100%;
}
.about_doctors .doctors_information .line10 .line-style2 {
  right: 0;
  top: 8px;
  position: absolute;
  width: 75%;
}
.about_doctors .doctors_information .line10 .line-style2 hr {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.about_doctors .doctors_information .ratio li {
  color: #c3c3c3;
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
}
.about_doctors .doctors_information .ratio li #spr_container {
  margin: 0 !important;
}
.about_doctors .doctors_information .ratio li #spr_container .spr_visual_container {
  margin-bottom: -4px;
}
.about_doctors .doctors_information .ratio li #spr_container .spr_visual_container .spr_rh_empty {
  cursor: pointer;
}
.about_doctors .doctors_information .ratio li #spr_container .spr_visual_container span {
  margin-right: 10px;
}
.about_doctors .doctors_information .line-style2 {
  color: #e5e5e5;
  font-size: 16px;
  letter-spacing: -2px;
  position: relative;
  vertical-align: text-bottom;
}
.about_doctors .doctors_information .doctor_specialites {
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
}
.about_doctors .doctors_information .specilites_list ul {
  margin-left: 40px;
}
.about_doctors .doctors_information .specilites_list ul li {
  list-style-image: url(images/shape2.png);
  padding-left: 10px;
  font-size: 12px;
  line-height: 34px;
}
/************end doctor indside********************/
/********Blog Inside***********/
.sub_menu_title_blog_inside {
  width: 240px;
  height: 20px;
  position: absolute;
  margin-left: 416px;
  margin-top: 118px;
}
.sub_menu_title_blog_inside li {
  display: inline;
  margin-right: 4px;
}
.sub_menu_title_blog_inside li a {
  color: #FFF;
}
.content3 {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 35px;
}
.content3 .leftbar {
  width: 65%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.contact .content3 .leftbar {
  width: 32%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.content3 .leftbar embed {
  width: 100%;
  height: 300px;
  box-shadow: 0 19px 32px -17px #000000;
}
.content3 .leftbar iframe {
  width: 100%;
  height: 300px;
  box-shadow: 0 19px 32px -17px #000000;
}
.content3 .leftbar img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content3 .leftbar h1 {
  font-size: 30px;
  text-transform: none;
  margin-top: 45px;
}
.content3 .leftbar .h2 {
  text-align: center;
  font-size: 34px;
  color: #52a89d;
}
.content3 .leftbar .errorh1 a {
  color: #52a89d;
  font-weight: 600;
}
.content3 .leftbar .line10 {
  margin-top: 50px;
  clear: both;
  width: 100%;
  display: block;
}
.content3 .leftbar .line10 .doctor_specialites {
  font-size: 20px;
  font-weight: 700;
}
.content3 .leftbar .line10 .line-style2 {
  color: #E5E5E5;
  font-size: 16px;
  letter-spacing: -2px;
  margin-left: 18px;
  position: absolute;
  vertical-align: text-bottom;
  width: 100%;
}
.content3 .leftbar .line10 .line-style2 hr {
  width: 85%;
  right: 0;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.content3 .leftbar .comments-header {
  margin-bottom: 44px;
}
.content3 .leftbar .comments_about_us {
  margin-top: -15px;
  margin-bottom: 41px;
}
.content3 .leftbar .comments_about_us .doctor_1_comments {
  margin-top: 33px;
}
.content3 .leftbar .comments_about_us p {
  line-height: 24px;
  padding-top: 20px;
  margin-left: 15px;
  color: #767676;
}
.content3 .leftbar .comments_about_us .about-doctor {
  background: #f9f9f9;
  position: relative;
  margin-left: 67px;
  padding-bottom: 10px;
}
.content3 .leftbar .comments_about_us .about-doctor:before {
  content: "";
  display: block;
  background: url(images/about_as_commentssmall.png) no-repeat;
  width: 11px;
  height: 10px;
  position: absolute;
  margin-top: -10px;
  margin-left: 18px;
}
.content3 .leftbar .comments_about_us .doctor_2_comments {
  margin-top: 27px;
}
.content3 .leftbar .comments_about_us .photo_name_date .date {
  font-size: 10px ;
  font-weight: none;
  color: #c3c3c3;
  font-family: 'open-sans';
}
.content3 .leftbar .comments_about_us .photo_name_date li {
  display: inline;
  font-weight: 700;
  font-size: 14px;
  color: #646565;
  text-transform: capitalize;
}
.content3 .leftbar .comments_about_us .photo_name_date li a {
  color: #646565;
}
.content3 .leftbar .comments_about_us .photo_name_date img {
  vertical-align: middle;
  margin-right: 20px;
  border-radius: 100%;
}
.content3 .leftbar .blog_inside_description1 {
  margin-top: 20px;
  text-align: center;
}
.content3 .leftbar .blog_inside_description1 em {
  font-size: 16px;
  line-height: 24px;
  color: #646565;
}
.content3 .leftbar .ale_line hr {
  width: 362px;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 35px;
  color: #dbdbdb;
}
.content3 .leftbar .blog_inside_description2 {
  margin-bottom: 40px;
  margin-top: 30px;
  overflow: hidden;
}
.content3 .leftbar .blog_inside_description2 p {
  color: #646565;
  line-height: 24px;
}
.content3 .leftbar .blog_inside_description2 a {
  color: #52a89d;
}
.content3 .leftbar .blog_inside_description2 ul {
  margin-left: 28px;
}
.content3 .leftbar .blog_inside_description2 ul li {
  list-style-image: url(images/shape2.png);
  padding-left: 10px;
  font-size: 14px;
  line-height: 36px;
}
.content3 .leftbar .blog_inside_description2 ol {
  list-style: decimal;
  margin-left: 30px;
}
.content3 .leftbar .blog_inside_description2 ol li {
  list-style: decimal;
  color: #646565;
  padding-left: 10px;
  font-size: 14px;
  line-height: 36px;
}
.content3 .leftbar .blog_inside_description2 table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: 1px solid #e6f2ef;
  box-shadow: 3px 45px 59px -54px #000000;
  border-radius: 6px;
  border-spacing: 0;
  overflow: hidden;
}
.content3 .leftbar .blog_inside_description2 table thead {
  background-color: #64baa9;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.content3 .leftbar .blog_inside_description2 table thead th {
  padding: 15px;
  border: 1px solid #e6f2ef;
}
.content3 .leftbar .blog_inside_description2 table tbody {
  font-size: 14px;
}
.content3 .leftbar .blog_inside_description2 table tbody td {
  padding: 15px;
  border: 1px solid #e6f2ef;
}
.content3 .leftbar .blog_inside_description2 table tbody tr:nth-child(even) {
  background-color: #f1faf9;
}
.content3 .leftbar .blocs5 {
  margin: 0 auto;
  width: 100%;
  margin-top: -11px;
  margin-bottom: 37px;
}
.content3 .leftbar .blocs5 ul {
  width: 100%;
  text-align: center;
}
.content3 .leftbar .blocs5 ul li {
  display: inline-block;
  margin: 0 8px 0 8px;
  color: #c3c3c3;
}
.content3 .leftbar .blocs5 ul li a {
  color: #c3c3c3;
}
.content3 .leftbar .blocs5 ul li a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
.content3 .leftbar .blocs5 ul li.comments {
  background: url(images/Comments.png) left 50% no-repeat;
  line-height: 16px;
  padding-left: 27px;
}
.content3 .leftbar span em {
  margin-top: 20px;
}
.content3 .leftbar .bloc_indiside_blog {
  width: 100%;
  background: #f1faf9;
}
.content3 .leftbar .bloc_indiside_blog .em {
  color: #646565;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.content3 .leftbar .bloc_indiside_blog .em p {
  padding: 20px 60px;
  box-sizing: border-box;
  position: relative;
}
.content3 .leftbar .bloc_indiside_blog .em p:before {
  display: block;
  content: "";
  width: 37px;
  height: 27px;
  background: url(images/gil.png);
  position: absolute;
  margin-left: -45px;
}
.content3 .leftbar .bloc_indiside_blog .em p:after {
  display: block;
  content: "";
  width: 37px;
  height: 27px;
  background: url(images/gil2.png);
  position: absolute;
  right: 0;
  margin-top: -26px;
  margin-right: 16px;
}
.content3 .leftbar .line-style3 {
  color: #e5e5e5;
  font-size: 16px;
  position: relative;
  vertical-align: text-bottom;
}
.content3 .leftbar .line-style4 {
  display: none;
}
.content3 .leave_a_comment {
  height: 172px;
  margin-bottom: 30px;
}
.content3 .leave_a_comment a {
  color: #64baa9;
  font-weight: 600;
}
.content3 .leave_a_comment .left_forms {
  width: 30%;
  height: 100px;
  float: left;
}
.content3 .leave_a_comment .left_forms .email {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  color: #c7c7c7;
  margin-right: 20px;
}
.content3 .leave_a_comment .left_forms .email:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .leave_a_comment .left_forms .name {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  color: #c7c7c7;
  margin-right: 20px;
}
.content3 .leave_a_comment .left_forms .name:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .leave_a_comment .right_forms {
  width: 66%;
  height: 100px;
  float: right;
  margin-top: 18px;
}
.content3 .leave_a_comment .right_forms .submit {
  color: #FFFFFF;
  background: #f34c70;
  border-radius: 2px;
  float: right;
  padding: 10px 22px;
  font-weight: 700;
  box-shadow: 0 3px 1px 0 #D13D5D;
}
.content3 .leave_a_comment .right_forms textarea {
  border: 1px solid #c7c7c7;
  box-shadow: none;
  width: 100%;
  height: 93px;
  color: #c7c7c7;
}
.content3 .leave_a_comment .right_forms textarea:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .ale_ratio {
  margin-top: 30px;
}
.content3 .ale_ratio form input {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.content3 .ale_ratio2 {
  margin-top: 20px;
}
.content3 .ale_ratio2 form input {
  margin-right: 3px;
  vertical-align: sub;
}
.content3 .normal {
  border: 1px solid ;
  border-radius: 3px;
  width: 186px;
  margin-top: 20px;
  margin-right: 20px;
  color: #c7c7c7;
}
.content3 .normal:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .hover {
  border: 1px solid ;
  border-radius: 3px;
  width: 186px;
  margin-top: 20px;
  color: #c7c7c7;
  margin-right: 20px;
}
.content3 .hover:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .active {
  border: 1px solid ;
  border-radius: 3px;
  width: 186px;
  margin-top: 20px;
  color: #c7c7c7;
}
.content3 .active:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
.content3 .disable {
  border: 1px solid ;
  border-radius: 3px;
  width: 186px;
  margin-top: 20px;
  color: #c7c7c7;
}
.content3 .disable:focus {
  outline: none !important;
  border-color: #8bcbbf;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
}
.flex-direction-nav .flex-prev {
  background: url(images/flex_direction_left.png) no-repeat left;
  top: 32%;
  left: 15px;
  width: 14px;
}
.flex-direction-nav .flex-next {
  background: url(images/flex_direction_right.png) no-repeat left;
  top: 32%;
  right: 15px;
  width: 14px;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  margin-top: 18px;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.akordeon {
  width: 545px;
  color: #646565;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-height: 333px;
}
.akordeon-item {
  position: relative;
  margin-top: 5px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.akordeon-item .akordeon-item-head {
  height: 50px;
  background: #FFF;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
  /*position:relative;*/
  padding-top: 9px;
}
.akordeon-item .akordeon-item-body {
  background: #FFF;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#303030', GradientType=0);
  /* IE6-9 */
  /* min-height: 100px;     padding: 10px;*/
  border-bottom: none;
  overflow: hidden;
}
.akordeon-icon {
  width: 34px;
  height: 30px;
  background: #64baa9;
  /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9f055', endColorstr='#95e21a', GradientType=0);
  /* IE6-9 */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /* position: absolute;     left: -8px;       top:14px;*/
  padding: 0;
  margin: 0;
  float: left;
  cursor: pointer;
}
.akordeon-heading {
  float: left;
  padding-left: 10px;
  padding-top: 8px;
  font-weight: 700;
  color: #646565;
  font-size: 13px;
}
.akordeon-icon span {
  color: #FFFFFF;
  font-size: 44px;
  left: 8px;
  position: absolute;
  text-align: center;
  top: -11px;
}
.akordeon-item.expanded .akordeon-icon span {
  color: #FFF;
  top: -14px;
  left: 5px;
}
.akordeon-item-head-container {
  width: 100%;
  position: absolute;
  left: 10px;
  cursor: pointer;
}
.akordeon-item.expanded .akordeon-heading {
  color: #FFF;
}
.akordeon-item.expanded .akordeon-item-head {
  background: #64baa9 !important;
  /* Old browsers */
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: -1px -1px 0 -1px;
}
.akordeon-item-content {
  line-height: 24px;
  margin-top: 12px;
  overflow: auto;
  padding-left: 55px;
  padding-right: 20px;
  min-height: 118px;
  color: #646565;
}
/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  top: 200px!important;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 7%;
  height: 8%;
  margin-left: 3%;
  margin-top: 70%;
  float: left;
  display: block!important;
  background: url(images/lightbox/prev2.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next {
  display: block!important;
  width: 7%;
  height: 8%;
  float: right;
  margin-right: 3%;
  margin-top: 70%;
  background: url(images/lightbox/next2.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  filter: alpha(opacity=80);
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  opacity: 0.7;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:hover {
  opacity: 8;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  margin-left: 20px;
  margin-top: 30px;
}
.lb-data .lb-close {
  display: block;
  margin-left: 48%;
  margin-top: -80%;
  width: 30px;
  height: 30px;
  background: url(images/lightbox/close2.png) top right no-repeat;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  color: red;
  opacity: 8;
}
.col-10 {
  height: 300px;
}
.description {
  font-size: 12px;
  line-height: 18px;
  color: #646565;
}
.slides {
  background: none;
}
.doctor li {
  margin-top: 0!important;
}
.team-slider ul li p {
  color: #c3c3c3;
  font-size: 12px;
}
.team-slider ul li h1 {
  color: #000000;
}
.teamgrid {
  margin-top: 40px!important;
  margin-bottom: 70px;
}
.teamgrid .team-slider .col-3 {
  margin-bottom: 20px;
}
section.team .col-2 {
  position: relative;
  margin-top: 21px;
}
section.team span.prev,
section.team span.next {
  display: block;
  position: absolute;
  width: 11px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.team span.prev.prev,
section.team span.next.prev {
  background: url(images/arrow-left.png) no-repeat center;
  right: 40px;
  top: 180px;
  margin-top: -15px;
}
section.team span.prev.prev:hover,
section.team span.next.prev:hover {
  background: url(images/arrow-left2.png) no-repeat center;
}
section.team span.prev.next,
section.team span.next.next {
  background: url(images/arrow-right.png) no-repeat center;
  right: 10px;
  top: 180px;
  margin-top: -15px;
}
section.team span.prev.next:hover,
section.team span.next.next:hover {
  background: url(images/arrow-right2.png) no-repeat center;
}
section.team .our {
  margin-top: 55px;
  display: block;
  text-align: right;
  font-size: 40px;
  color: #353535;
  padding-right: 10px;
  font-weight: 300;
}
section.team .team {
  display: block;
  text-align: right;
  font-size: 40px;
  font-weight: 300;
  padding-right: 10px;
}
section.team .ultra_bold {
  font-weight: 800;
}
section.team .team-slider {
  max-width: 738px;
  width: 100%;
  float: right;
  padding-top: 60px;
}
section.team .team-slider li {
  opacity: 0;
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 {
  display: block;
  position: relative;
  padding: 0 10px;
  width: 32%;
}
section.team .team-slider .col-3 img {
  height: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  /* Firefox 10+, Firefox on Android */
  transition: all 0.3s ease;
}
section.team .team-slider .col-3 a {
  text-align: center;
  font-size: 14px;
  color: #000000;
  text-transform: none;
  transition: all 0.3s ease;
  line-height: 40px;
  font-weight: 700;
}
section.team .team-slider .col-3 a:hover {
  text-decoration: underline;
  color: #52a89d;
}
section.team .team-slider .col-3 p {
  text-align: left;
  font-size: 11px;
  color: #a3a3a3;
  margin-bottom: 5px;
  margin-top: -9px;
}
section.team .team-slider .col-3 .hover {
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -50%;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
section.team .team-slider .col-3 .hover:before {
  display: block;
  position: absolute;
  content: "";
  top: -8px;
  background: url(../images/left.png) no-repeat center;
  width: 14px;
  height: 8px;
  left: 50%;
  margin-left: -7px;
}
section.team .team-slider .col-3 .hover a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 22px 7px 0;
  transition: all 0.3s ease;
}
.custombg {
  background: url(images/blog_us_hover.jpg) top center fixed;
}
.twitterwidget .col-9 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.information2 p,
.twitterwidget .col-9 .text-color,
.information3-icon p,
.blogitem .blog3,
.list-left,
.list-right,
.about-as div.text-color {
  font-size: 13px;
}
.twitterwidget .col-3 .twit {
  font-size: 14px;
}
.twitterwidget .col-3 .about-twit {
  font-size: 11px;
}
.description {
  font-size: 13px;
}
section.team .team-slider .col-3 a,
.blogonhome a b {
  font-size: 15px;
}
.blogitem .blog2,
.button4 {
  font-size: 11px;
}
label,
.grid1 ul .comment .vertical-line1,
.grid1 .submitsec .comment .vertical-line1 {
  font-size: 10px;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@media (max-width: 1800px) {
  .slider-wrapper .top-slider .flex-direction-nav a.flex-prev {
    left: 0;
    width: 10%;
    background-position: 50% 50%;
  }
  .slider-wrapper .top-slider .flex-direction-nav a.flex-prev:hover {
    background-position: 50% 50%;
  }
  .slider-wrapper .top-slider .flex-direction-nav a.flex-next {
    right: 0;
    width: 10%;
    background-position: 50% 50%;
  }
  .slider-wrapper .top-slider .flex-direction-nav a.flex-next:hover {
    background-position: 50% 50%;
  }
}
/* Laptop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Tablets
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 980px) {
  .wrapper .gallery_tab .gallery_le {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .wrapper .gallery_tab .gallery_le #main {
    margin: 0 auto;
  }
  .wrapper .gallery_tab .tab_slide {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .wrapper .gallery_tab .tab_slide .akordeon {
    width: 100%;
  }
  .wrapper .gallery_tab .tab_slide .akordeon-heading {
    font-size: 12px;
    word-wrap: break-word;
  }
  .wrapper .gallery_tab .tab_slide .akordeon-icon {
    display: none;
  }
  .wrapper {
    width: 95%;
  }
  .header .menu2 .vertical-line3 {
    display: none;
  }
  .header .mobile-menu {
    display: block;
    float: right;
    margin-right: 30px;
    margin-top: -10px;
  }
  .header .mobile-menu select {
    padding: 5px 10px;
    background: #e7f4f1;
    border-color: #64baa9;
    color: #64baa9;
    width: 150px;
  }
  .top-slider ul.slides li .contry p {
    font-size: 28px;
    line-height: 30px;
  }
  .header .menu2 .search-box .form_box input[type=submit] {
    top: 40%;
  }
}
@media (max-width: 860px) {
  .servcats .col-4 {
    width: 80%;
    margin: 0 auto;
    float: none;
    margin-bottom: 30px;
  }
  .twitterwidget .col-3 {
    width: 100%;
    text-align: center;
    float: none;
  }
  .twitterwidget .col-3 .float-left {
    float: none!important;
  }
  .twitterwidget .col-9 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    float: none;
    text-align: center;
    background: none;
    padding-left: 0;
  }
  .list-left,
  .list-right {
    width: 100%;
    float: none;
  }
  .list-left ul li,
  .list-right ul li {
    width: 50%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .list-left ul li::before,
  .list-right ul li::before,
  .list-left ul li::after,
  .list-right ul li::after {
    content: "";
    display: block;
    clear: both;
  }
  .list-left::before,
  .list-right::before,
  .list-left::after,
  .list-right::after {
    content: "";
    display: block;
    clear: both;
  }
  .grid1 {
    float: none;
    margin-top: 10px;
  }
  .list-left ul li,
  .list-right ul li {
    text-align: center;
  }
  .blok {
    margin: 0;
  }
  .about-as {
    margin-top: 50px;
  }
  .about-as .photo,
  .about-as .about {
    width: 100%;
    float: none;
    height: auto;
  }
  .about-as .photo img,
  .about-as .about img {
    width: 100%;
    height: auto;
  }
  .about-as .about .text2 {
    text-align: center;
  }
  .about-as div.text-color {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 90%;
    text-align: center;
  }
  .about-as div.text-color p {
    width: 100%;
    text-align: center;
  }
  .about-as .about .icon {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .ease .col-6 {
    width: 100%;
    float: none;
  }
  .ease .col-6 .ease-align {
    margin-top: 45px;
    text-align: center;
  }
  .ease .col-6 .ease-align .ease-content {
    max-width: 100%;
  }
  .ease .col-6 .iphone {
    margin: 0 auto;
    margin-top: 80px;
  }
  section.team .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  section.team .col-10 {
    width: 100%;
    float: none;
  }
  section.team .our,
  section.team .team {
    display: inline-block !important;
    float: none!important;
    text-align: center!important;
    padding: 0!important;
    margin: 0!important;
  }
  section.team span.prev.prev,
  section.team span.next.prev {
    top: 70px!important;
    right: auto!important;
    left: 10px!important;
  }
  section.team span.prev.next,
  section.team span.next.next {
    top: 70px!important;
    right: 10px!important;
  }
  .wrapper .fasilites_le .list-left2 li {
    width: 50%;
  }
  .about_doctors .doctors_information .line10 .line-style2 {
    width: 65%;
  }
}
/* Landskape Phone to Small Desktop & Portrait Tablet
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 767px) {
  .bloc2 .col-3 {
    width: 50%;
    margin-bottom: 20px;
  }
  .bloc2 .col-6 {
    width: 100%;
  }
  .bloc2 .col-6 .vertical-line {
    border-left: 0px;
  }
  .menu-line {
    height: 100px;
  }
  .top-slider ul.slides li .contry p {
    font-size: 18px;
    line-height: 20px;
  }
  .menu-line .left-list {
    width: 100%;
    text-align: center;
  }
  .menu-line .left-list ul li {
    float: none;
  }
  .menu-line .right-list {
    width: 100%;
    text-align: center;
  }
  .wrapper .numbers_le {
    width: 90%;
    margin: 0 auto;
  }
  .wrapper .video_inside {
    width: 90%;
    height: 250px;
  }
  .wrapper .video_inside iframe {
    width: 100%;
    height: 250px;
  }
  .isotope3 .phone_le,
  .isotope3 .street_le,
  .isotope3 .email_le {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .grupes .col-3 {
    width: 49%;
  }
  .grup {
    margin-top: 30px;
  }
  .physicians_list .line10 .line-style2 {
    width: 60%;
  }
}
@media (max-width: 680px) {
  .content3 .leftbar {
    width: 100%;
    float: none;
  }
  .content3 .sidebar {
    width: 100%;
    float: none;
  }
  .content2 .left_bar {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .sidebar {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .about_doctors .doctors_photo {
    width: 100%;
    float: none;
  }
  .about_doctors .doctors_photo .photo_ale {
    margin: 0 auto;
    margin-top: 50px;
  }
  .about_doctors .doctors_photo .information3_doctors_icon {
    margin: 0 auto;
    margin-top: 20px;
  }
  .about_doctors .doctors_information {
    width: 100%;
    margin-left: 0;
    overflow: visible;
  }
  .left-side-contact {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .right-side-contact {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .top-slider ul.slides li .contry .button1 {
    display: none;
  }
  .price {
    height: auto;
    padding-bottom: 40px;
  }
  .minimum {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 100px;
    float: none;
  }
  .premium,
  .medium {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .blogonhome .col-3 {
    width: 50%;
    margin-bottom: 30px;
  }
  .wrapper .icon_le {
    margin-left: 0;
  }
  #comment-form .left_forms,
  #comment-form .right_forms {
    width: 100%;
    float: none;
  }
}
/* Up to Landskape Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 480px) {
  .header .menu2 .search-box .form_box input[type=submit] {
    top: 4px;
  }
  .image-set ul li {
    width: 100%;
    float: none;
  }
  .image-set ul li img {
    width: 100%;
    height: auto;
  }
  .wrapper .gallery_tab .gallery_le #main {
    width: 100%;
  }
  .wrapper .gallery_tab .gallery_le #main img {
    max-width: 100%;
    height: auto;
  }
  .wrapper .fasilites_le .list-left2 li {
    width: 100%;
  }
  .header .logo {
    width: 100%;
    text-align: center;
  }
  .header .menu2 {
    width: 50%;
    margin: 0 auto;
    float: none;
    padding-top: 5px;
  }
  .header {
    padding-bottom: 20px;
  }
  .list-left ul li,
  .list-right ul li {
    width: 100%;
  }
  .grid1 {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .grid1 ul li {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .grid1 ul li.child {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .grid1 ul li input,
  .grid1 ul li textarea {
    width: 80%;
  }
  section.team .team-slider .col-3 {
    width: 90%!important;
    margin: 0 auto!important;
    margin-bottom: 20px!important;
    float: none!important;
    text-align: center!important;
  }
  section.team .team-slider .col-3 p {
    text-align: center!important;
  }
  span.value4 {
    font-size: 30px;
  }
  .wrapper .icon1_le .col-3,
  .wrapper .icon2_le .col-3,
  .wrapper .icon3_le .col-3 {
    margin-right: 20px;
    background: none;
    padding-left: 0;
  }
}
/* Up to Portrait Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 400px) {
  .header .menu2 .search-box {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .header .menu2 .search-box .form_box {
    margin-left: -80px;
    margin-top: 20px;
  }
  .servcats .col-4 {
    width: 100%;
  }
  .grupes .col-3 {
    width: 100%;
  }
  .element-item {
    width: 100%;
    float: none;
  }
  .header .menu2 {
    width: 80%;
  }
  .blogonhome .col-3 {
    width: 100%;
  }
  .about-as .icon1 .col-icon,
  .about-as .icon2 .col-icon,
  .about-as .icon3 .col-icon {
    background: none;
    padding-left: 10px;
  }
  .ease .col-6:last-child {
    display: none;
  }
  .bloc2 .col-3 {
    width: 100%;
  }
  .bloc2 .vertical-line {
    height: auto;
  }
}
