/*
Theme Name: Art of Hope
Author: ReliablePSD
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.list ul,
.breadcrumbs ul,
.language ul,
.menu ul,
.main-logo ul,
.doctors-speak ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.advices:after,
.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation:after,
.navigation-comments:after,
.pagination:after,
.navigation-single:after,
.commentlist .comment-author:after,
.main-content > .container:after,
.obesity .container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4d4d4d;
	background: #fff;
	font: 15px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	color: inherit;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
	text-decoration: none;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #808080;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #808080;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #808080;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
	color: #808080;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	min-height: 100px;
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	-webkit-transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
	transition: color .2s ease, background .2s ease, opacity .2s ease , border-color .2s ease;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	background: #333;
	color: #fff;
	height: 45px;
	padding: 0 10px;
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	opacity: .8;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 45px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 45px;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #1da585;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #26B2E7;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation .al:hover,
.navigation .ar:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .al:hover,
.navigation-comments .ar:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .al:hover,
.pagination .ar:hover {
	opacity: .8;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	color: #fff;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.2em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.2em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 40px;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 96%;
}

/* Comments*/

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body,
html {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	color: #333;
}

* {
	outline: none;
}

textarea {
	width: 100%;
}

#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
	overflow: hidden;
}

.iframe-hold {
	height: 0;
	margin: 0 0 20px;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}

.iframe-hold iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn,
.jcf-button-content,
button,
input[type=button] {
	background: #26B2E7;
	color: #fff;
	padding: 10px 30px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.btn:hover,
.btn:visited,
.jcf-button-content:hover,
.jcf-button-content:visited,
button:hover,
button:visited,
input[type=button]:hover,
input[type=button]:visited {
	opacity: .8;
	-webkit-transition: .2s;
	transition: .2s;
	text-decoration: none;
	color: #fff;
}

.jcf-button-content {
	padding: 12px 12px 13px;
	height: 45px;
	cursor: pointer;
}

.jcf-button-content:hover {
	opacity: .8;
}

input[type=file] {
	left: 0;
}

h1 {
	font-size: 46px;
	margin-bottom: 0;
	line-height: 48px;
}

h2 {
	font-size: 40px;
}

.main-content {
	padding-top: 50px;
}

#content {
	width: 67%;
	float: left;
}

#sidebar {
	width: 30%;
	float: right;
}

input[type=checkbox],
input[type=radio] {
	position: static !important;
	opacity: 1 !important;
	width: auto !important;
	height: auto !important;
}

.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.logo {
	max-width: 185px;
}

.header {
	padding-top: 16px;
	font-size: 13px;
	background: #fff;
	z-index: 200;
}

.header > .container {
	overflow: hidden;
}

.header li .active {
	position: relative;
}

.header li .active:after {
	content: "";
	width: 0;
	height: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 10px #f2f2f2;
	display: block;
	bottom: -10px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.sticky-wrapper {
	position: absolute;
	width: 100%;
}

.header-sticky {
	opacity: 0;
	z-index: 1000 !important;
	-webkit-transition: .1s;
	transition: .1s;
}

.is-sticky .header-sticky {
	opacity: 1;
	-webkit-transition: .1s;
	transition: .1s;
}

.is-sticky {
	z-index: 1001 !important;
}

.language {
	float: right;
	margin-top: -25px;
}

.language ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.language ul li {
	padding: 0 3px;
}

.language ul li a {
	color: #4d4d4d;
	font-weight: 600;
	text-transform: uppercase;
}

.language ul li a:hover {
	text-decoration: underline;
}

/********** menu *************/

/* menu styles */

.menu-wrapper {
	background: #f2f2f2;
	margin-top: 10px;
	padding: 0 20px;
}

.lang-ar .menu ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.lang-ar.inner-page .top-banner .text-holder {
	padding-right: 200px;
}

.menu {
	line-height: 30px;
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
}

.menu .opener {
	display: none;
}

.menu ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu ul a {
	color: #4d4d4d;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 12px 0 9px;
	line-height: 30px;
}

.menu ul a:hover {
	color: #000;
}

.menu ul a.btn {
	padding: 12px 30px 9px;
	color: #fff;
	text-decoration: none;
}

/* burger menu style */

.opener {
	float: right;
	width: 31px;
	height: 31px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
}

.opener:after,
.opener:before,
.opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.opener:after,
.opener:before {
	content: "";
	top: 10px;
}

.opener:after {
	top: 22px;
}

/* close button transition */

.active .opener span {
	opacity: 0;
}

.active .opener:hover {
	opacity: .9;
}

.active .opener:after,
.active .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.active .close-btn span {
	opacity: 0;
}

.close-btn:after,
.close-btn:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/************* end menu *****************/

.top-banner {
	background-size: cover;
	background-position: center;
	min-height: 350px;
	padding-top: 80px;
	padding-bottom: 20px;
	position: relative;
}

.top-banner .text-holder {
	max-width: 835px;
	margin: 0 auto;
	position: relative;
	left: 37px;
	padding: 0 20px;
}

.top-banner h1 {
	font-size: 46px;
	margin-bottom: 0;
	line-height: 48px;
}

.top-banner h3 {
	font-size: 34px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 23px;
}

.top-banner .btn {
	font-size: 18px;
	color: #fff;
	padding: 15px 22px;
	margin-right: 9px;
	margin-bottom: 7px;
}

.top-banner .btn.more-info {
	background: #4d4d4d;
}

.no-obligation {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 45px;
}

.obesity {
	overflow: hidden;
	padding-top: 91px;
}

.obesity #sidebar {
	width: 31.7%;
	float: left;
	margin-top: 17px;
}

.title-section {
	font-size: 40px;
	padding-left: 67px;
	position: relative;
}

.title-section:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	position: absolute;
	background: url("../images/ico-title.png") no-repeat left 0;
}

.accordion-block {
	float: right;
	width: 65.8%;
	margin-top: 17px;
}

.open-btn {
	font-size: 19px;
	color: #333;
	background-color: #f2f2f2;
	display: block;
	line-height: 27px;
	padding: 14px 45px 10px 20px;
	margin-bottom: 2px;
	position: relative;
}

.open-btn:hover,
.open-btn:visited {
	color: #333;
	opacity: .8;
	-webkit-transition: .2s;
	transition: .2s;
}

.open-btn .plus-minus {
	background-image: url("../images/ico-plus-minus.png");
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	float: right;
	margin-right: -6px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}

.firefox .open-btn {
	padding: 12px 45px 12px 20px;
	color: #333;
}

.active .plus-minus {
	background-position: 0 -27px;
}

.toggle-block .slide {
	padding: 32px 15px 20px 20px;
}

.toggle-block .slide p {
	line-height: 22px;
}

.book-box img {
	display: block;
	margin-bottom: 20px;
}

.book-box .btn {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 10px;
	padding: 16px 15px;
	margin-bottom: 9px;
}

.book-box .no-obligation {
	text-align: right;
	padding-left: 0;
}

.options {
	padding-top: 86px;
}

.options-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 48px -25px 69px;
}

.options-box > div {
	width: 33.333%;
	padding: 0 25px;
}

.options-box > div .options-image {
	margin-bottom: 25px;
	position: relative;
}

.options-box > div h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.options-box > div p {
	line-height: 22px;
}

.options-box.add {
	margin-left: -15px;
	margin-right: -15px;
}

.options-box.add > div {
	width: 50%;
	padding: 0 15px;
}

.provide {
	margin-bottom: 100px;
	text-align: center;
}

.provide .container {
	background-color: #f2f2f2;
	background-image: url("../images/bg-provide.png");
	background-repeat: no-repeat;
	background-position: 18px center;
	overflow: hidden;
	padding: 39px 30px 29px 46px;
	max-width: 1200px;
}

.provide .container h3 {
	font-size: 28px;
	float: left;
	padding-top: 9px;
}

.provide .container h3 span {
	color: #26B2E7;
}

.provide .container .btn {
	font-size: 18px;
	float: right;
	color: #fff;
	padding: 15px 30px;
}

.specialists {
	background: #f7f7f7;
	padding-top: 90px;
}

.specialists .container {
	max-width: 1270px;
}

.specialists .specialists-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.specialists .specialists-box > div h4 {
	font-size: 24px;
	padding-top: 25px;
	margin-bottom: 2px;
}

.specialists .specialists-box > div .speciality {
	font-size: 13px;
	font-style: italic;
}

.specialists .specialists-box .slick-prev {
	position: absolute;
	left: 15px;
	display: block;
	font-size: 0;
	border: none;
	width: 41px;
	height: 41px;
	background: url("../images/ico-left-staff.png") no-repeat;
	z-index: 120;
	top: 179px;
	opacity: 1 !important;
}

.specialists .specialists-box .slick-next {
	position: absolute;
	right: 15px;
	display: block;
	font-size: 0;
	border: none;
	width: 41px;
	height: 41px;
	background: url("../images/ico-right-staff.png") no-repeat;
	z-index: 120;
	top: 179px;
	opacity: 1 !important;
}

.specialists .specialists-box .jcf-button-content {
	display: none;
}

.specialists .specialists-box .jcf-button.slick-slide {
	display: none !important;
}

.specialists .specialists-box .jcf-button {
	position: static !important;
}

.specialists .specialists-item {
	width: 200px;
}

.specialists .specialists-item-inner {
	max-width: 175px;
	margin: 0 auto;
}

.specialists .btn-holder {
	max-width: 382px;
	margin: 15px auto;
	position: relative;
	top: 46px;
}

.specialists .btn-holder .btn {
	font-size: 18px;
	color: #fff;
	padding: 15px 30px;
	margin-bottom: 5px;
}

.specialists .btn-holder .no-obligation {
	padding: 0;
	text-align: center;
}

.specialists-banner {
	overflow: hidden;
	background: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 38px;
	position: relative;
	min-height: 327px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.specialists-banner .specialists-banner-image {
	position: relative;
	width: 65.8%;
}

.specialists-banner .specialists-banner-image .bg-stretch {
	z-index: 1;
}

.specialists-banner .specialists-banner-info {
	width: 100%;
	max-width: 405px;
	margin-top: 75px;
}

.specialists-banner .specialists-banner-info .logo {
	max-width: 258px;
	margin: 0 auto;
}

.specialists-banner .specialists-banner-info .logo img {
	width: 185px;
	margin: 0 auto 15px;
	display: block;
}

.specialists-banner .specialists-banner-info p {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
}

.recognition {
	padding-top: 103px;
	margin-bottom: 89px;
}

.slider {
	overflow: hidden;
	margin-top: 50px;
}

.slider .jcf-button-content {
	display: none;
}

.slider .jcf-button {
	position: absolute !important;
	top: 0;
	right: 0;
}

.slider .slick-arrow {
	border: none;
	box-shadow: none;
	background: url("../images/ico-left-right.png") no-repeat -51px 0;
	text-indent: -9999px;
	width: 51px;
	height: 51px;
	position: absolute;
	right: 0;
	top: 0;
	outline: none;
	opacity: 1 !important;
}

.slider .slick-arrow.slick-prev {
	background-position: 0 0;
	right: 51px;
	z-index: 20;
}

.slider .slick-arrow:hover {
	opacity: .9 !important;
	-webkit-transition: .2s;
	transition: .2s;
}

.slider .slider-item {
	background: #f7f7f7;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 581px;
}

.slider .slider-logo {
	margin-bottom: 50px;
}

.slider .slider-logo img {
	margin: 0 auto;
}

.slider .slider-image {
	width: 100%;
	max-width: 732px;
	position: relative;
}

.slider .slider-image .bg-stretch {
	z-index: 1;
	max-width: 732px;
}

.slider .slider-info {
	margin-top: 30px;
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
	padding: 106px 20px 10px;
}

.slider .slider-info p {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
}

.slider .slider-info p span {
	color: #ec2328;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.hospitals {
	background: #f7f7f7;
	padding-top: 91px;
	padding-bottom: 70px;
	margin-bottom: 90px;
}

.hospitals .options-box {
	margin-bottom: 0;
}

.questions {
	overflow: hidden;
	margin-bottom: 81px;
}

.questions .container {
	overflow: hidden;
}

.questions #sidebar {
	width: 31.7%;
	float: left;
	margin-top: 17px;
}

/******* select *******/

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: url("../images/ico-select.png") no-repeat;
	width: 53px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollable-wrapper {
	height: 300px !important;
}

/* select options styles */

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

/****** end select ****/

.obesity-assessment {
	background: #f7f7f7;
	padding-top: 85px;
	padding-bottom: 75px;
}

.obesity-assessment h2 {
	margin-bottom: 47px;
}

.obesity-assessment p {
	line-height: 22px;
}

.obesity-assessment .select-block .form-box {
	padding-top: 33px;
	border-bottom: solid 2px #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.obesity-assessment .select-block .form-box > .jcf-select,
.obesity-assessment .select-block .form-box > input {
	width: 23.2%;
	height: 54px;
	border: solid 1px #ececec;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
	font-style: italic;
	box-sizing: border-box;
	padding: 15px 57px 15px 20px;
	display: inline-block;
	margin-right: 2.4%;
	outline: none;
	text-indent: 1px;
}

.obesity-assessment .select-block .form-box > .jcf-select:nth-child(4),
.obesity-assessment .select-block .form-box > input:nth-child(4) {
	margin-right: 0;
}

.obesity-assessment .select-block .form-box > .jcf-select:nth-child(11),
.obesity-assessment .select-block .form-box > input:nth-child(11) {
	margin-right: 0;
}

.obesity-assessment .select-block .form-box .jcf-select-text span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.obesity-assessment .select-block .form-box > input:focus {
	border: solid 1px #39f;
}

.obesity-assessment .select-block .form-box .error {
	border: solid 1px #ec2328;
}

.obesity-assessment .select-block .form-box .jcf-select-drop {
	background: #fff;
	position: relative;
	left: -21px;
	margin-top: 36px;
	z-index: 50;
	border: solid 1px #ececec;
	cursor: pointer;
}

.obesity-assessment .select-block .form-box .jcf-select-drop ul {
	padding: 0;
	z-index: 10;
	list-style: none;
}

.obesity-assessment .select-block .form-box .jcf-select-drop ul li {
	margin: 5px 0;
	padding: 3px 20px;
}

.obesity-assessment .select-block .form-box .jcf-select-drop ul li span {
	color: #808080;
	display: block;
}

.obesity-assessment .select-block .form-box .jcf-select-drop ul li:hover {
	background: #f2f2f2;
}

.obesity-assessment .select-block .form-box .jcf-select {
	cursor: pointer;
}

.obesity-assessment .select-block .form-box .jcf-select span {
	color: #808080;
}

.submit-block {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.submit-block .submit-right {
	overflow: hidden;
	margin-top: 17px;
}

.submit-block .submit-right .norton-logo {
	float: left;
	margin-top: -5px;
}

.submit-block .submit-right .btn-holder {
	float: right;
	margin-left: 31px;
}

.submit-block .submit-right .btn-holder .btn {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 15px 46px;
	margin-bottom: 3px;
}

.submit-block .submit-right .btn-holder .no-obligation {
	padding: 0;
	text-align: right;
}

.map-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-opener {
  min-width: 132px;
  margin-top:5px;
}

.btn-opener .hide {
	display: none;
}

.expanded .btn-opener {
  background: #b3b3b3;
}

.expanded .btn-opener .hide {
	display: block;
}

.expanded .btn-opener .show {
	display: none;
}

#footer {
	background: #fff;
	position: relative;
	z-index: 10;
}

#footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 40px;
}

#footer .container .copy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	padding-left: 20px;
}

#footer .container .copy a {
	color: #26B2E7;
	text-decoration: underline;
}

#footer .container .copy a:hover {
	text-decoration: none;
}

#footer .container .copy p {
	margin: 0 0 0 23px;
}

.lang-ar #footer .copy {
	padding: 0 20px 0 0;
}

.lang-ar #footer .copy p {
	margin: 0 23px 0 0;
}

/***************************** inner page **************************************/

.inner-page .top-banner .text-holder {
	left: 220px;
}

.inner-page .specialists .specialists-box > div h4 {
	font-size: 16px;
	margin-bottom: 9px;
}

.inner-page .specialists .specialists-box > div .speciality {
	margin-bottom: 4px;
}

.inner-page .options {
	margin-bottom: 67px;
}

.inner-page .obesity {
	padding-top: 109px;
}

.cardiology-dept-banner {
	background: url("../images/bg-banner-dept.jpg");
	background-size: cover;
	margin: 43px 0 84px;
	padding: 92px 50px 55px;
}

.cardiology-dept-banner .text-holder {
	max-width: 628px;
}

.cardiology-dept-banner .text-holder h3 {
	margin-bottom: 22px;
}

.cardiology-dept-banner .text-holder p {
	line-height: 22px;
}

.cardiology-dept-list {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cardiology-dept-list .cardiology-dept-item {
	width: 100%;
}

.cardiology-dept-list .cardiology-dept-item h3 {
	margin-bottom: 30px;
}

.cardiology-dept-list .cardiology-dept-item li {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 20px;
	position: relative;
}

.cardiology-dept-list .cardiology-dept-item li:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: url("../images/ico-check.png") no-repeat;
	position: absolute;
	left: -40px;
}

.welcome {
	padding-top: 90px;
	margin-bottom: 100px;
}

.welcome-box-left {
	position: relative;
	width: 600px;
}

.welcome-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
}

.welcome-box h3 {
	margin-top: -5px;
	margin-bottom: 20px;
}

.welcome-box p {
	line-height: 22px;
	margin-bottom: 20px;
}

.welcome-box-right {
	max-width: 569px;
	margin-left: 30px;
}

.welcome-box-right p:last-child {
	margin-bottom: 0;
}

.process {
	background: #f2f2f2;
	padding-top: 91px;
	padding-bottom: 87px;
}

.process-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding-top: 27px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.process-item {
	max-width: 277px;
	margin: 20px 15px 24px;
}

.process-item .btn {
	padding: 14px 47px;
	font-size: 18px;
}

.process-item p {
	line-height: 22px;
}

.process-item span {
	color: #26B2E7;
}

.process-img-holder {
	margin-bottom: 15px;
}

.zulekha {
	background: #e6e6e6;
	padding: 102px 0 80px;
}

.zulekha-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -15px;
	padding-top: 28px;
}

.zulekha-item {
	max-width: 380px;
	margin: 20px 15px 5px;
}

.zulekha-item p {
	line-height: 22px;
}

.logo-img-holder {
	margin-bottom: 17px;
}

.sub-page-menu {
	margin-top: 40px;
}

.main-logo {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
}

.main-logo ul a {
	color: #4d4d4d;
	text-decoration: underline;
	font: bold 13px "Open Sans";
}

.main-logo ul a:hover {
	text-decoration: none;
}

.jcf-list-content ul li:nth-child(1) {
	display: none;
}

.thank-you-page .menu ul .btn {
	padding: 12px 44px 9px;
}

.thank-you-page .top-banner {
	padding-top: 55px;
}

.thank-you-page .top-banner h1 {
	margin-bottom: 11px;
}

.thank-you-page .top-banner h3 {
	margin-bottom: 18px;
}

.thank-you-page .top-banner .btn {
	padding: 16px 43px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.thank-you-page .top-banner .text-holder {
	left: 195px;
}

/* new styles */

.lang-ar {
	font-size: 18px;
}

.lang-ar .menu ul a {
	font-size: 17px;
}

.lang-ar .toggle-block .js-slide-hidden {
	left: 0 !important;
}

.lang-ar .top-banner .btn {
	margin-right: 0;
}

.lang-ar .cardiology-dept-list .cardiology-dept-item li:before {
	left: auto;
	right: -45px;
}

.lang-ar .cardiology-dept-banner {
	position: relative;
	z-index: 1;
}

.lang-ar .cardiology-dept-banner:after {
	display: none;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}

.lang-ar .provide .container {
	background-position: 98% center;
	background-size: 120px;
}

.lang-ar .provide .container h3 {
	float: right;
}

.lang-ar .provide .container .btn {
	float: left;
}

.lang-ar .welcome-box-right {
	margin-left: 10px;
	margin-right: 20px;
}

.lang-ar .header .menu .opener {
	right: auto;
	left: 20px;
}

.lang-ar .title-section {
	padding-right: 67px;
}

.lang-ar .title-section:before {
	left: auto;
	right: 0;
}

.lang-ar .open-btn {
	font-size: 24px;
}

.lang-ar .specialists .btn-holder {
	text-align: center;
}

.lang-ar .specialists .btn-holder .btn {
	display: inline-block;
}

.lang-ar .obesity-assessment .select-block .form-box input {
	text-align: right;
	padding-right: 20px;
}

.lang-ar .obesity-assessment .select-block .form-box .jcf-select-text span {
	right: 20px;
	text-align: right;
}

.lang-ar .jcf-select .jcf-select-opener {
	right: auto;
	left: 0;
}

.lang-ar .jcf-select-drop-content {
	text-align: right;
}

.lang-ar .submit-block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.lang-ar .submit-block .submit-right .norton-logo {
	float: right;
}

.lang-ar .submit-block .btn-holder {
	margin-left: 0;
	margin-right: 31px;
	float: left;
}

.lang-ar .submit-block .btn-holder .no-obligation {
	text-align: left;
}

.lang-ar #footer .container .copy {
	float: left;
}

.lang-ar #footer .container .logo-footer {
	float: right;
}

.lang-ar .top-banner .text-holder {
	left: 0;
}

.lang-ar .obesity-assessment .select-block .form-box input {
	padding-right: 20px !important;
}

.doctors-speak {
	padding-bottom: 13px;
	padding-top: 40px;
}

.doctors-speak ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -33px;
	padding-top: 21px;
}

.doctors-speak ul li {
	width: 33.333%;
	padding: 0 33px 66px;
}

.fluid-video {
	position: relative;
	padding-bottom: 56.2%;
}

.fluid-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

.fluid-video.active .bg-video,
.fluid-video.active .btn-play-video .btn {
	opacity: 0;
	visibility: hidden;
}

.bg-video {
	position: absolute;
	z-index: 9990;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: opacity .2s linear, visibility .2s linear;
	transition: opacity .2s linear, visibility .2s linear;
}

.btn-play-video:hover .btn {
	background: #f12b24;
}

.btn-play-video .btn {
	opacity: .8;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	width: 2.6em;
	height: 2em;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50% / 10%;
	background: #000;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 1.4em;
}

.btn-play-video .btn:before {
	content: "";
	position: absolute;
	top: 9%;
	left: -5%;
	right: -5%;
	bottom: 9%;
	background: inherit;
	border-radius: 5% / 50%;
}

.btn-play-video .btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 3px;
	border-style: solid;
	border-width: .6em 0 .6em 1.2em;
	border-color: transparent transparent transparent #fff;
	font-size: .75em;
}

.section-main .section-area,
.section-main .area {
	overflow: hidden;
}

.section-main .section-area {
	padding-top: 11px;
}

.info-section #sidebar {
	float: left;
	width: 31.7%;
	margin-right: 30px;
}

.toggle-block.visible .slide {
	position: static;
}

/* personal-page */
.personal-page #footer .container{
	padding-top:20px;
	padding-bottom: 20px;
}
.personal-page .menu ul {
	display: block;
	margin: 0 -20px;
}
.personal-page .menu ul li {
	display: inline-block;
	padding:0 20px;
}
.personal-page .header li .active:after {
	border-left: solid 19px transparent;
	border-right: solid 19px transparent;
	border-top: solid 19px #f2f2f2;
	bottom: -19px;
	margin-left: -19px;
}
.personal-page .menu {max-width: 1250px;}
.personal-page .container {max-width: 1290px;}
.personal-page #wrapper {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 12%, #f3f3f2 51%, #e8e8e6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 12%,#f3f3f2 51%,#e8e8e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 12%,#f3f3f2 51%,#e8e8e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e6',GradientType=0 );
}
.section-advice {
	width: 100%;
	position: relative;	
}
.watermark {
	position: absolute;
	top: 190px;
	right: 0;
}
.tel {color:#000;}
.tel:hover {text-decoration: underline;}
.slides {
	width: 100%;
	position: relative;
	z-index: 10;
}
.breadcrumbs {
	text-align: right;
	padding: 13px 0;
}
.breadcrumbs ul {font-size: 0;}
.lang-ar .breadcrumbs {text-align: left;}
.breadcrumbs li {
	display: inline-block;
	font-size: 11.45px;
	font-weight: 600;
	color: #4d4d4d;
}
.breadcrumbs li:before {
	content:'»';
	display: inline-block;
	font-weight: 600;
	color: #999;
	font-size: 16px;
	padding: 0 3px;
}
.breadcrumbs li:first-child:before {display: none;}
.breadcrumbs a {
	text-transform: uppercase;
	color: #4d4d4d;
}
.breadcrumbs a:hover {text-decoration: underline;}
.advices .images {
	float: right;
	width: 56%;
	margin: -70px -100px -91px 0;
	background: url(../images/shadow.png) no-repeat 50% 100%;
	padding-bottom: 31px;
}
.lang-ar .advices .images {
	float: left;
	margin: -70px 0 -91px -100px;
}
.advices .description {
	overflow: hidden;
	padding: 0 30px 0 0;
}
.lang-ar .advices .description {padding: 0 0 0 30px;}
.lang-ar .section-appointment .btn-holder {text-align: right;}
.btn-slide {
	width: 41px;
	height: 40px;
	background: url(../images/ico-slide.png) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}
.btn-slide:hover {opacity: 0.8;}
.btn-slide.next {background-position: -41px 0;}
.lang-ar .btn-slide.next {background-position: 0 0;}
.lang-ar .btn-slide.prev {background-position: -41px 0;}
.control-panel {
	margin: 0 0 28px;
}
.control-panel .btns {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}
.control-panel .btns:nth-child(3) {margin-right: 7px;}
.control-panel .show-mobile {display: none;}
.control-panel .btn.off {background:#ccc;}
.control-panel .btns h4 {
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
	color: #666;
	margin: 0;
	text-transform: uppercase;
}
.control-panel .btn {
	padding: 11px 21px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
}
.control-panel .btns h3 {
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	color: #4d4d4d;
	text-transform: uppercase;
	margin: 0;
}
.control-panel .btns-ttl {padding: 3px 3px 0;}
.personal-info {
	border-bottom: 1px solid #e1e1e0;
	padding-bottom: 20px;
	margin-bottom: 40px;
	max-width: 575px;
}
.personal-info.add {
	border:none;
	padding: 0;
	margin:0;
}
.personal-info .head {
	padding-bottom:35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e1e0;
}
.personal-info .head h2 {
	font-size: 48px;
	line-height: 1.2em;
	margin: 0;
	color: #333;
}
.personal-info .head h3 {
	font-size: 30px;
	line-height: 1.2em;
	margin:0;
	color: #4d4d4d;
	font-weight: normal;
}
.personal-info .head h5,
.personal-info .head h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.2em;
	color: #666;
	font-weight: normal;
}
.personal-info .head h4 {margin-top: 10px;}
.personal-info .head h5 {color: #999;}
.personal-info .entry {
	line-height: 23px;
	font-size: 16px;
}
.list {
	padding: 0 0 40px;
	margin: 0 0 40px;
	border-bottom: 1px solid #e0e0e0;
}
.list:last-child {
	border:none;
	padding: 0;
	margin: 0;
}
.list h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 0 30px;
}
.list ul li {
	position: relative;
	padding: 4px 0 4px 55px;
	margin-bottom: 10px;
	font-size: 18px;
}
.list.add ul li {
	font-size: 16px;
	margin-bottom: 20px;
}
.list ul li:before {
	content:'';
	width: 31px;
	height: 31px;
	background: url(../images/ico-checkmark.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.lang-ar .list ul li:before {
	right: 0;
	left: inherit;
}
.lang-ar .list ul li {padding: 4px 55px 4px 0;}
.section-appointment .select-block .form-box,
.section-appointment {
	padding: 0;
	background: none;
	display: block;
	margin: 0;
}
.section-appointment .select-block .form-box {
	padding: 0 0 20px;
	margin: 0 0 40px;
}
.section-appointment .wpcf7 span.wpcf7-form-control-wrap {
	width: 100% !important;
	display: block;
	margin-bottom: 17px;
	padding: 0 !important;
}
.captcha {margin-bottom: 30px;}
.section-appointment .btn-holder .btn {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 15px 42px;
}
/* end personal-page */
@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}
@media (max-width: 1280px) {
	.control-panel .btn {font-size: 12px;}
	.control-panel .btns h3 {font-size: 20px;}
	.advices .images {width: 50%;}
	.watermark {width: 30%;}
}
@media (max-width: 1199px) {
	.menu ul a {
		font-size: 12px;
		line-height: 24px;
		display: inline-block;
	}

	.provide .container h3 {
		float: none;
	}

	.provide .container .btn {
		float: none;
	}

	.specialists .specialists-box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 60px auto 0;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.specialists .specialists-box .slick-prev {
		left: 0;
	}

	.specialists .specialists-box .slick-next {
		right: 0;
	}

	.specialists-banner .specialists-banner-info {
		margin-top: 60px;
	}

	.slider .slider-info {
		padding-top: 53px;
	}

	.obesity-assessment .select-block .form-box > .jcf-select,
	.obesity-assessment .select-block .form-box > input {
		padding: 16px 53px 16px 12px;
	}

	.obesity-assessment .select-block .form-box .jcf-select-drop {
		left: -13px;
	}

	.lang-ar .provide .container h3 {
		float: none;
	}

	.lang-ar .provide .container .btn {
		float: none;
	}
}

@media (max-width: 1023px) {
	.header li .active:after {
		display: none;
	}
	.sticky-wrapper {top:0;}
	.is-sticky .language {
		margin-right: 40px;
	}

	.lang-ar.medical-tourism .top-banner .text-holder,
	.lang-ar.thank-you-page .top-banner .text-holder {
		left: 0;
		right: 0;
		padding: 0 160px;
	}

	.header .menu {
		width: 100%;
		float: right;
	}
	.personal-page .menu ul li,
	.personal-page .menu ul li:first-child {padding: 0;}

	.header .menu .opener {
		display: block;
		z-index: 1000;
		top: 20px;
		right: 20px;
		position: absolute;
	}
	.personal-page .menu ul li {display: block;}
	.header .menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden;
		background: #ccc;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		text-align: center;
	}

	.header .menu ul .btn {
		display: inline-block;
	}

	/* fade animation */

	.wrapper .menu ul {
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
		padding-bottom: 20px;
	}

	.wrapper.active ul {
		opacity: 1;
		visibility: visible;
		height: auto;
	}

	.personal-page .wrapper .menu-wrapper ul {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.top-banner {
		padding-top: 50px;
	}

	.top-banner .text-holder {
		left: auto;
		top: 50%;
		position: absolute;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.obesity {
		padding-top: 40px;
	}

	.title-section {
		margin-bottom: 7px;
	}

	.accordion-block {
		margin-bottom: 25px;
	}

	.book-box .btn {
		font-size: 15px;
	}

	.options {
		padding-top: 24px;
	}

	.options-box {
		margin: 24px -15px 69px;
	}

	.options-box > div {
		padding: 0 15px;
	}

	.provide {
		margin-bottom: 50px;
	}

	.specialists {
		padding-top: 38px;
	}

	.specialists .specialists-box {
		margin-top: 47px;
	}

	.specialists-banner .specialists-banner-info {
		max-width: 280px;
	}

	.recognition {
		padding-top: 66px;
	}

	.slider {
		margin-top: 25px;
	}

	.hospitals {
		padding-top: 40px;
		margin-bottom: 39px;
	}

	.obesity-assessment {
		padding-top: 40px;
	}

	.section-appointment {padding-top: 0;}

	.obesity-assessment h2 {
		margin-bottom: 16px;
	}

	.obesity-assessment .select-block .form-box {
		padding-top: 12px;
	}

	.obesity-assessment .select-block .form-box > .jcf-select,
	.obesity-assessment .select-block .form-box > input {
		font-size: 14px;
	}

	.obesity-assessment .select-block .form-box .jcf-select-text span {
		width: 65%;
	}

	.submit-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.submit-block .submit-left {
		margin-bottom: 10px;
	}

	#footer .container .copy {
		display: block;
		text-align: center;
	}

	#footer .container .copy p {
		margin: 20px 0 0;
	}

	.lang-ar #footer .copy p {
		margin: 20px 0 0;
	}

	.inner-page .top-banner .text-holder {
		left: 70px;
	}

	.inner-page .options {
		margin-bottom: 30px;
	}

	.inner-page .obesity {
		padding-top: 40px;
	}

	.cardiology-dept-banner {
		margin: 20px 0 40px;
		padding: 45px 20px 25px;
	}

	.welcome {
		padding-top: 45px;
		margin-bottom: 50px;
	}

	.process {
		padding-top: 45px;
		padding-bottom: 30px;
	}

	.zulekha {
		padding: 50px 0 40px;
	}

	.zulekha-item {
		max-width: 345px;
	}

	.lang-ar .cardiology-dept-banner .text-holder {
		max-width: 320px;
	}

	.lang-ar .is-sticky .language {
		margin-left: 45px;
	}

	.lang-ar .obesity-assessment .select-block .form-box .jcf-select-text span {
		right: 10px;
	}

	.lang-ar .submit-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.lang-ar .submit-block .wpcf7-form-control-wrap {
		display: inline-block;
	}

	.lang-ar .submit-block .btn-holder {
		float: none;
		margin: 0;
	}

	.lang-ar .submit-block .btn-holder .no-obligation {
		text-align: center;
	}

	.lang-ar .obesity-assessment .select-block .form-box input {
		padding-right: 10px !important;
	}

	.doctors-speak {
		padding-bottom: 30px;
	}

	.doctors-speak ul {
		margin: 0 -15px;
	}

	.doctors-speak ul li {
		padding: 0 15px 30px;
	}
	.advices .images {
		width: 100%;
		display: none;
		float: none;
		margin: 0 0 20px;
	}
	.personal-info {max-width: 100%;}
	.head,
	.control-panel {
		text-align: center;
	}
	.lang-ar .advices .description,
	.advices .description {padding: 0;}
	.control-panel .btns-ttl {
		display: block;
		padding: 10px 0;
	}
	.control-panel .btns:nth-child(3) {margin: 0;}

}

@media (max-width: 1023px) and (max-width: 767px) {
	.wrapper.active ul {
		overflow: auto;
		min-height: 280px;
	}
	.personal-page .wrapper.active ul {min-height: auto;}
}

@media (max-width: 767px) {
	.navigation,
	.navigation-comments,
	.pagination {
		padding: 0 5px;
		font-size: 12px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation .al,
	.navigation .ar,
	.navigation-comments .next,
	.navigation-comments .prev,
	.navigation-comments .al,
	.navigation-comments .ar,
	.pagination .next,
	.pagination .prev,
	.pagination .al,
	.pagination .ar {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	#content {
		width: 100%;
	}

	#sidebar {
		width: 100%;
		float: none;
	}

	.lang-ar.inner-page .top-banner .text-holder {
		padding-right: 20px;
	}

	.lang-ar.medical-tourism .top-banner .text-holder,
	.lang-ar.thank-you-page .top-banner .text-holder {
		padding: 0 20px;
	}

	.top-banner .text-holder {
		text-align: center;
		left: 0;
		width: 100%;
		padding: 30px 20px;
	}

	.top-banner h1 {
		font-size: 40px;
	}

	.top-banner h3 {
		font-size: 28px;
	}

	.no-obligation {
		padding-left: 0;
	}

	.obesity #sidebar {
		float: none;
		width: 100%;
	}

	.title-section {
		font-size: 36px;
	}

	.accordion-block {
		width: 100%;
		margin-bottom: 15px;
	}

	.book-box {
		text-align: center;
	}

	.book-box img {
		display: inline-block;
	}

	.book-box .no-obligation {
		text-align: center;
	}

	.options-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 24px 0 20px;
	}

	.options-box > div {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 35px;
	}

	.options-box > div:last-child {margin-bottom:0;}

	.options-box > div img {
		display: inline-block;
	}

	.options-box > div h4 {
		margin-bottom: 10px;
	}

	.options-box > div p {
		text-align: left;
	}

	.options-box.add {
		margin-left: 0;
		margin-right: 0;
	}

	.options-box.add > div {
		width: 100%;
		padding: 0;
	}

	.provide .container {
		padding-left: 30px;
	}

	.specialists .specialists-box {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.specialists .specialists-box > div {
		margin: 0 5px;
	}

	.specialists-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.specialists-banner .specialists-banner-image {
		width: 100%;
		height: 170px;
	}

	.specialists-banner .specialists-banner-info {
		max-width: 100%;
		margin-top: 20px;
	}

	.slider .slider-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slider .slider-image {
		height: 480px;
	}

	.slider .slider-info {
		padding-top: 20px;
	}

	.questions #sidebar {
		float: none;
		width: 100%;
	}

	.obesity-assessment .select-block .form-box > .jcf-select,
	.obesity-assessment .select-block .form-box > input {
		width: 48.7%;
	}

	.obesity-assessment .select-block .form-box > .jcf-select:nth-child(15),
	.obesity-assessment .select-block .form-box > input:nth-child(15) {
		margin-right: 0;
	}

	.obesity-assessment .select-block .form-box > .jcf-select:nth-child(7),
	.obesity-assessment .select-block .form-box > input:nth-child(7) {
		margin-right: 0;
	}

	.obesity-assessment .select-block .form-box > .jcf-select:nth-child(2),
	.obesity-assessment .select-block .form-box > input:nth-child(2) {
		margin-right: 0;
	}

	.submit-block .submit-right .norton-logo {
		float: none;
		margin-bottom: 28px;
	}

	.submit-block .submit-right .btn-holder {
		margin-left: 0;
		float: none;
	}

	.submit-block .submit-right .btn-holder .no-obligation {
		text-align: center;
	}

	#footer .container {
		display: block;
		text-align: center;
	}

	#footer .container .logo-footer {
		margin-bottom: 20px;
	}
	.lang-ar #footer .container .copy,
	.lang-ar #footer .container .logo-footer {float: none;}

	#footer .container .copy {
		padding: 0;
	}

	.lang-ar #footer .copy {
		padding: 0;
	}

	.inner-page .top-banner .text-holder {
		left: 0;
	}

	.inner-page .options {
		margin-bottom: 10px;
	}

	.cardiology-dept-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cardiology-dept-list .cardiology-dept-item {
		margin-bottom: 30px;
	}

	.welcome-box-left {
		height: 399px;
		width: 100%;
		margin-bottom: 20px;
	}

	.welcome-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.welcome-box-right {
		max-width: 100%;
		margin-left: 0;
	}

	.zulekha-item {
		max-width: 380px;
	}

	.thank-you-page .top-banner .text-holder {
		left: 0;
	}

	.lang-ar .cardiology-dept-banner:after {
		display: block;
	}

	.lang-ar .cardiology-dept-banner .text-holder {
		max-width: 100%;
	}

	.lang-ar .welcome-box-right {
		margin-left: 0;
		margin-right: 0;
	}

	.lang-ar .is-sticky .language {
		margin-top: -31px;
	}

	.lang-ar .obesity-assessment .select-block .form-box .jcf-select-text span {
		right: 20px;
	}

	.lang-ar .submit-block .submit-right .norton-logo {
		float: none;
	}

	.lang-ar .obesity-assessment .select-block .form-box input {
		padding-right: 20px !important;
	}

	.doctors-speak {
		padding-bottom: 50px;
	}

	.doctors-speak ul {
		display: block;
		margin: 0;
	}

	.doctors-speak ul li {
		width: 100%;
		padding: 0 0 30px;
	}

	.info-section #sidebar {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.personal-info .head h2 {
		font-size: 30px;
	}
	.personal-info .head h3 {
		font-size: 21px;
	}
	.advices .description {padding: 0;}
	.list ul li {
		padding: 4px 0 4px 40px;
	}
	.breadcrumbs {text-align: left;}
	.section-main {border-top: 1px solid #ebebeb;}
}

@media (max-width: 479px) {
	.search-form input[type="search"] {
		width: 100%;
	}

	.post-password-form input[type="password"] {
		width: 100%;
	}

	.search-form input[type="search"],
	.search-form input[type="text"],
	.post-password-form input[type="search"],
	.post-password-form input[type="text"],
	#search_block input[type="search"],
	#search_block input[type="text"] {
		width: 100%;
		margin-bottom: 5px;
	}

	.search-form input[type="password"],
	.post-password-form input[type="password"],
	#search_block input[type="password"] {
		width: 100%;
		margin-bottom: 5px;
	}

	#commentform p textarea {
		width: 100%;
	}

	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.logo {
		margin: 0 auto;
	}

	.is-sticky .language {
		margin-right: 0;
	}

	.language {
		float: none;
		margin-top: 0;
		text-align: center;
		margin: 7px auto;
		width: 110px;
	}

	.top-banner h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.top-banner h3 {
		font-size: 22px;
	}

	.top-banner .btn {
		margin-left: 9px;
		padding: 10px 18px;
		font-size: 14px;
	}

	.title-section {
		font-size: 30px;
		padding-top: 7px;
	}

	.recognition {
		margin-bottom: 45px;
	}

	.slider .slider-image {
		height: 330px;
	}

	.hospitals {
		padding-bottom: 20px;
	}

	.questions {
		margin-bottom: 40px;
	}

	.questions h2 {
		margin-bottom: 25px;
	}

	.obesity-assessment {
		padding-bottom: 35px;
	}

	.obesity-assessment .select-block .form-box > .jcf-select,
	.obesity-assessment .select-block .form-box > input {
		width: 100%;
		margin-right: 0;
	}

	.welcome-box-left {
		height: 300px;
	}

	.title-section:before {
		display: none;
	}

	.lang-ar .is-sticky .language {
		margin-left: 0;
		float: left;
		margin-top: 0;
	}

	.lang-ar .language {
		float: none;
	}

	.lang-ar .title-section {
		padding-right: 0;
		padding-left: 0;
	}

	.lang-ar .submit-block .submit-left {
		margin-left: -3px;
	}

	.lang-ar #footer .container .copy {
		float: none;
	}

	.lang-ar #footer .container .logo-footer {
		float: none;
	}
	.section-appointment .btn-holder .btn {
		width: 100%;
		padding:10px;
	}
	.control-panel .btn {height: auto;}
	.control-panel .show-mobile {display: block;}
	.control-panel .hidden-mobile {display: none;}
	.breadcrumbs {display: none;}
}

.language {
	display: none;
}