@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,500i,600,600i,700,700i,800,900);
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.grecaptcha-badge {
	z-index: 9999;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
	z-index: -4;
}
.owl-theme .owl-nav[class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	/*background: #d6d6d6;*/
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav[class*="owl-"]:hover {
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.intl-tel-input {
	position: relative;
}
.intl-tel-input .hide {
	display: none;
}
.intl-tel-input .flag-dropdown {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 5px;
	left: 3px;
}
.intl-tel-input .flag-dropdown .selected-flag {
	margin: 1px;
	padding: 9px 16px 6px 6px;
}
.intl-tel-input .flag-dropdown .selected-flag:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown .selected-flag .down-arrow {
	top: 6px;
	position: relative;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
}
.intl-tel-input .flag-dropdown .country-list {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
	overflow-y: scroll;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	background-color: white;
	border: 1px solid #ccc;
	position: absolute;
	top: 29px;
	width: 330px;
	max-height: 200px;
}
.intl-tel-input .flag-dropdown .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.intl-tel-input .flag-dropdown .country-list .country {
	line-height: 16px;
	padding: 4px 10px;
}
.intl-tel-input .flag-dropdown .country-list .country .dial-code {
	color: #999;
}
.intl-tel-input .flag-dropdown .country-list .country.highlight {
	background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .flag-dropdown .country-list .flag {
	display: inline-block;
	vertical-align: bottom;
}
.intl-tel-input .flag-dropdown .country-list .flag,
.intl-tel-input .flag-dropdown .country-list .country-name {
	margin-right: 6px;
}
.intl-tel-input input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	padding-left: 47px;
	position: relative;
	z-index: 0;
}
.f16 .flag {
	width: 16px;
	height: 16px;
	background: url(../images/flags16.png) no-repeat;
}
.f16 ._African_Union {
	background-position: 0 -16px;
}
.f16 ._Arab_League {
	background-position: 0 -32px;
}
.f16 ._ASEAN {
	background-position: 0 -48px;
}
.f16 ._CARICOM {
	background-position: 0 -64px;
}
.f16 ._CIS {
	background-position: 0 -80px;
}
.f16 ._Commonwealth {
	background-position: 0 -96px;
}
.f16 ._England {
	background-position: 0 -112px;
}
.f16 ._European_Union {
	background-position: 0 -128px;
}
.f16 ._Islamic_Conference {
	background-position: 0 -144px;
}
.f16 ._Kosovo {
	background-position: 0 -160px;
}
.f16 ._NATO {
	background-position: 0 -176px;
}
.f16 ._Northern_Cyprus {
	background-position: 0 -192px;
}
.f16 ._Northern_Ireland {
	background-position: 0 -208px;
}
.f16 ._Olimpic_Movement {
	background-position: 0 -224px;
}
.f16 ._OPEC {
	background-position: 0 -240px;
}
.f16 ._Red_Cross {
	background-position: 0 -256px;
}
.f16 ._Scotland {
	background-position: 0 -272px;
}
.f16 ._Somaliland {
	background-position: 0 -288px;
}
.f16 ._Tibet {
	background-position: 0 -304px;
}
.f16 ._United_Nations {
	background-position: 0 -320px;
}
.f16 ._Wales {
	background-position: 0 -336px;
}
.f16 .ad {
	background-position: 0 -352px;
}
.f16 .ae {
	background-position: 0 -368px;
}
.f16 .af {
	background-position: 0 -384px;
}
.f16 .ag {
	background-position: 0 -400px;
}
.f16 .ai {
	background-position: 0 -416px;
}
.f16 .al {
	background-position: 0 -432px;
}
.f16 .am {
	background-position: 0 -448px;
}
.f16 .an {
	background-position: 0 -464px;
}
.f16 .ao {
	background-position: 0 -480px;
}
.f16 .aq {
	background-position: 0 -496px;
}
.f16 .ar {
	background-position: 0 -512px;
}
.f16 .as {
	background-position: 0 -528px;
}
.f16 .at {
	background-position: 0 -544px;
}
.f16 .au {
	background-position: 0 -560px;
}
.f16 .aw {
	background-position: 0 -576px;
}
.f16 .az {
	background-position: 0 -592px;
}
.f16 .ba {
	background-position: 0 -608px;
}
.f16 .bb {
	background-position: 0 -624px;
}
.f16 .bd {
	background-position: 0 -640px;
}
.f16 .be {
	background-position: 0 -656px;
}
.f16 .bf {
	background-position: 0 -672px;
}
.f16 .bg {
	background-position: 0 -688px;
}
.f16 .bh {
	background-position: 0 -704px;
}
.f16 .bi {
	background-position: 0 -720px;
}
.f16 .bj {
	background-position: 0 -736px;
}
.f16 .bm {
	background-position: 0 -752px;
}
.f16 .bn {
	background-position: 0 -768px;
}
.f16 .bo {
	background-position: 0 -784px;
}
.f16 .br {
	background-position: 0 -800px;
}
.f16 .bs {
	background-position: 0 -816px;
}
.f16 .bt {
	background-position: 0 -832px;
}
.f16 .bw {
	background-position: 0 -848px;
}
.f16 .by {
	background-position: 0 -864px;
}
.f16 .bz {
	background-position: 0 -880px;
}
.f16 .ca {
	background-position: 0 -896px;
}
.f16 .cg {
	background-position: 0 -912px;
}
.f16 .cf {
	background-position: 0 -928px;
}
.f16 .cd {
	background-position: 0 -944px;
}
.f16 .ch {
	background-position: 0 -960px;
}
.f16 .ci {
	background-position: 0 -976px;
}
.f16 .ck {
	background-position: 0 -992px;
}
.f16 .cl {
	background-position: 0 -1008px;
}
.f16 .cm {
	background-position: 0 -1024px;
}
.f16 .cn {
	background-position: 0 -1040px;
}
.f16 .co {
	background-position: 0 -1056px;
}
.f16 .cr {
	background-position: 0 -1072px;
}
.f16 .cu {
	background-position: 0 -1088px;
}
.f16 .cv {
	background-position: 0 -1104px;
}
.f16 .cy {
	background-position: 0 -1120px;
}
.f16 .cz {
	background-position: 0 -1136px;
}
.f16 .de {
	background-position: 0 -1152px;
}
.f16 .dj {
	background-position: 0 -1168px;
}
.f16 .dk {
	background-position: 0 -1184px;
}
.f16 .dm {
	background-position: 0 -1200px;
}
.f16 .do {
	background-position: 0 -1216px;
}
.f16 .dz {
	background-position: 0 -1232px;
}
.f16 .ec {
	background-position: 0 -1248px;
}
.f16 .ee {
	background-position: 0 -1264px;
}
.f16 .eg {
	background-position: 0 -1280px;
}
.f16 .eh {
	background-position: 0 -1296px;
}
.f16 .er {
	background-position: 0 -1312px;
}
.f16 .es {
	background-position: 0 -1328px;
}
.f16 .et {
	background-position: 0 -1344px;
}
.f16 .fi {
	background-position: 0 -1360px;
}
.f16 .fj {
	background-position: 0 -1376px;
}
.f16 .fm {
	background-position: 0 -1392px;
}
.f16 .fo {
	background-position: 0 -1408px;
}
.f16 .fr {
	background-position: 0 -1424px;
}
.f16 .ga {
	background-position: 0 -1440px;
}
.f16 .gb {
	background-position: 0 -1456px;
}
.f16 .gd {
	background-position: 0 -1472px;
}
.f16 .ge {
	background-position: 0 -1488px;
}
.f16 .gg {
	background-position: 0 -1504px;
}
.f16 .gh {
	background-position: 0 -1520px;
}
.f16 .gi {
	background-position: 0 -1536px;
}
.f16 .gl {
	background-position: 0 -1552px;
}
.f16 .gm {
	background-position: 0 -1568px;
}
.f16 .gn {
	background-position: 0 -1584px;
}
.f16 .gp {
	background-position: 0 -1600px;
}
.f16 .gq {
	background-position: 0 -1616px;
}
.f16 .gr {
	background-position: 0 -1632px;
}
.f16 .gt {
	background-position: 0 -1648px;
}
.f16 .gu {
	background-position: 0 -1664px;
}
.f16 .gw {
	background-position: 0 -1680px;
}
.f16 .gy {
	background-position: 0 -1696px;
}
.f16 .hk {
	background-position: 0 -1712px;
}
.f16 .hn {
	background-position: 0 -1728px;
}
.f16 .hr {
	background-position: 0 -1744px;
}
.f16 .ht {
	background-position: 0 -1760px;
}
.f16 .hu {
	background-position: 0 -1776px;
}
.f16 .id {
	background-position: 0 -1792px;
}
.f16 .mc {
	background-position: 0 -1792px;
}
.f16 .ie {
	background-position: 0 -1808px;
}
.f16 .il {
	background-position: 0 -1824px;
}
.f16 .im {
	background-position: 0 -1840px;
}
.f16 .in {
	background-position: 0 -1856px;
}
.f16 .iq {
	background-position: 0 -1872px;
}
.f16 .ir {
	background-position: 0 -1888px;
}
.f16 .is {
	background-position: 0 -1904px;
}
.f16 .it {
	background-position: 0 -1920px;
}
.f16 .je {
	background-position: 0 -1936px;
}
.f16 .jm {
	background-position: 0 -1952px;
}
.f16 .jo {
	background-position: 0 -1968px;
}
.f16 .jp {
	background-position: 0 -1984px;
}
.f16 .ke {
	background-position: 0 -2000px;
}
.f16 .kg {
	background-position: 0 -2016px;
}
.f16 .kh {
	background-position: 0 -2032px;
}
.f16 .ki {
	background-position: 0 -2048px;
}
.f16 .km {
	background-position: 0 -2064px;
}
.f16 .kn {
	background-position: 0 -2080px;
}
.f16 .kp {
	background-position: 0 -2096px;
}
.f16 .kr {
	background-position: 0 -2112px;
}
.f16 .kw {
	background-position: 0 -2128px;
}
.f16 .ky {
	background-position: 0 -2144px;
}
.f16 .kz {
	background-position: 0 -2160px;
}
.f16 .la {
	background-position: 0 -2176px;
}
.f16 .lb {
	background-position: 0 -2192px;
}
.f16 .lc {
	background-position: 0 -2208px;
}
.f16 .li {
	background-position: 0 -2224px;
}
.f16 .lk {
	background-position: 0 -2240px;
}
.f16 .lr {
	background-position: 0 -2256px;
}
.f16 .ls {
	background-position: 0 -2272px;
}
.f16 .lt {
	background-position: 0 -2288px;
}
.f16 .lu {
	background-position: 0 -2304px;
}
.f16 .lv {
	background-position: 0 -2320px;
}
.f16 .ly {
	background-position: 0 -2336px;
}
.f16 .ma {
	background-position: 0 -2352px;
}
.f16 .md {
	background-position: 0 -2368px;
}
.f16 .me {
	background-position: 0 -2384px;
}
.f16 .mg {
	background-position: 0 -2400px;
}
.f16 .mh {
	background-position: 0 -2416px;
}
.f16 .mk {
	background-position: 0 -2432px;
}
.f16 .ml {
	background-position: 0 -2448px;
}
.f16 .mm {
	background-position: 0 -2464px;
}
.f16 .mn {
	background-position: 0 -2480px;
}
.f16 .mo {
	background-position: 0 -2496px;
}
.f16 .mq {
	background-position: 0 -2512px;
}
.f16 .mr {
	background-position: 0 -2528px;
}
.f16 .ms {
	background-position: 0 -2544px;
}
.f16 .mt {
	background-position: 0 -2560px;
}
.f16 .mu {
	background-position: 0 -2576px;
}
.f16 .mv {
	background-position: 0 -2592px;
}
.f16 .mw {
	background-position: 0 -2608px;
}
.f16 .mx {
	background-position: 0 -2624px;
}
.f16 .my {
	background-position: 0 -2640px;
}
.f16 .mz {
	background-position: 0 -2656px;
}
.f16 .na {
	background-position: 0 -2672px;
}
.f16 .nc {
	background-position: 0 -2688px;
}
.f16 .ne {
	background-position: 0 -2704px;
}
.f16 .ng {
	background-position: 0 -2720px;
}
.f16 .ni {
	background-position: 0 -2736px;
}
.f16 .nl {
	background-position: 0 -2752px;
}
.f16 .no {
	background-position: 0 -2768px;
}
.f16 .np {
	background-position: 0 -2784px;
}
.f16 .nr {
	background-position: 0 -2800px;
}
.f16 .nz {
	background-position: 0 -2816px;
}
.f16 .om {
	background-position: 0 -2832px;
}
.f16 .pa {
	background-position: 0 -2848px;
}
.f16 .pe {
	background-position: 0 -2864px;
}
.f16 .pf {
	background-position: 0 -2880px;
}
.f16 .pg {
	background-position: 0 -2896px;
}
.f16 .ph {
	background-position: 0 -2912px;
}
.f16 .pk {
	background-position: 0 -2928px;
}
.f16 .pl {
	background-position: 0 -2944px;
}
.f16 .pr {
	background-position: 0 -2960px;
}
.f16 .ps {
	background-position: 0 -2976px;
}
.f16 .pt {
	background-position: 0 -2992px;
}
.f16 .pw {
	background-position: 0 -3008px;
}
.f16 .py {
	background-position: 0 -3024px;
}
.f16 .qa {
	background-position: 0 -3040px;
}
.f16 .re {
	background-position: 0 -3056px;
}
.f16 .ro {
	background-position: 0 -3072px;
}
.f16 .rs {
	background-position: 0 -3088px;
}
.f16 .ru {
	background-position: 0 -3104px;
}
.f16 .rw {
	background-position: 0 -3120px;
}
.f16 .sa {
	background-position: 0 -3136px;
}
.f16 .sb {
	background-position: 0 -3152px;
}
.f16 .sc {
	background-position: 0 -3168px;
}
.f16 .sd {
	background-position: 0 -3184px;
}
.f16 .se {
	background-position: 0 -3200px;
}
.f16 .sg {
	background-position: 0 -3216px;
}
.f16 .si {
	background-position: 0 -3232px;
}
.f16 .sk {
	background-position: 0 -3248px;
}
.f16 .sl {
	background-position: 0 -3264px;
}
.f16 .sm {
	background-position: 0 -3280px;
}
.f16 .sn {
	background-position: 0 -3296px;
}
.f16 .so {
	background-position: 0 -3312px;
}
.f16 .sr {
	background-position: 0 -3328px;
}
.f16 .st {
	background-position: 0 -3344px;
}
.f16 .sv {
	background-position: 0 -3360px;
}
.f16 .sy {
	background-position: 0 -3376px;
}
.f16 .sz {
	background-position: 0 -3392px;
}
.f16 .tc {
	background-position: 0 -3408px;
}
.f16 .td {
	background-position: 0 -3424px;
}
.f16 .tg {
	background-position: 0 -3440px;
}
.f16 .th {
	background-position: 0 -3456px;
}
.f16 .tj {
	background-position: 0 -3472px;
}
.f16 .tl {
	background-position: 0 -3488px;
}
.f16 .tm {
	background-position: 0 -3504px;
}
.f16 .tn {
	background-position: 0 -3520px;
}
.f16 .to {
	background-position: 0 -3536px;
}
.f16 .tr {
	background-position: 0 -3552px;
}
.f16 .tt {
	background-position: 0 -3568px;
}
.f16 .tv {
	background-position: 0 -3584px;
}
.f16 .tw {
	background-position: 0 -3600px;
}
.f16 .tz {
	background-position: 0 -3616px;
}
.f16 .ua {
	background-position: 0 -3632px;
}
.f16 .ug {
	background-position: 0 -3648px;
}
.f16 .us {
	background-position: 0 -3664px;
}
.f16 .uy {
	background-position: 0 -3680px;
}
.f16 .uz {
	background-position: 0 -3696px;
}
.f16 .va {
	background-position: 0 -3712px;
}
.f16 .vc {
	background-position: 0 -3728px;
}
.f16 .ve {
	background-position: 0 -3744px;
}
.f16 .vg {
	background-position: 0 -3760px;
}
.f16 .vi {
	background-position: 0 -3776px;
}
.f16 .vn {
	background-position: 0 -3792px;
}
.f16 .vu {
	background-position: 0 -3808px;
}
.f16 .ws {
	background-position: 0 -3824px;
}
.f16 .ye {
	background-position: 0 -3840px;
}
.f16 .za {
	background-position: 0 -3856px;
}
.f16 .zm {
	background-position: 0 -3872px;
}
.new-top-header {
	display: none;
}
.f16 .zw {
	background-position: 0 -3888px;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid silver;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td,
th {
	padding: 0;
}
@media print {
	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important;
	}
}
@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%;
}
.h1,
h1 {
	font-size: 36px;
}
.h2,
h2 {
	font-size: 30px;
}
.h3,
h3 {
	font-size: 24px;
}
.h4,
h4 {
	font-size: 18px;
}
.h5,
h5 {
	font-size: 14px;
}
.h6,
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
.small,
small {
	font-size: 85%;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dd,
dt {
	line-height: 1.42857143;
}
dt {
	font-weight: 700;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1300px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
	background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
	background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
	background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
	background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
	background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
	background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
	background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > td,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > thead > tr > th {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > thead > tr > th:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > thead > tr > th:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
	}
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999;
}
.form-control::-webkit-input-placeholder {
	color: #999;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"],
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm {
		line-height: 30px;
	}
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"],
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 10px;
}
.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
	margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
	margin-top: 0;
	margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
	cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed;
}
.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 42.5px;
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
	top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0;
	}
	.form-inline .checkbox input[type="checkbox"],
	.form-inline .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	color: #fff;
	background-color: #333;
}
.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
	width: 100%;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown,
.dropup {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
/*.dropdown-menu {*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  z-index: 1000;*/
/*  display: none;*/
/*  float: left;*/
/*  min-width: 160px;*/
/*  padding: 5px 0;*/
/*  margin: 2px 0 0;*/
/*  font-size: 14px;*/
/*  text-align: left;*/
/*  list-style: none;*/
/*  background-color: #fff;*/
/*  -webkit-background-clip: padding-box;*/
/*  background-clip: padding-box;*/
/*  border: 1px solid #ccc;*/
/*  border: 1px solid rgba(0,0,0,.15);*/
/*  border-radius: 4px;*/
/*  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*  box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*}*/
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: -53px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pd-lang-arabic .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 12px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
	position: relative;
	float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
	z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group .form-control:focus {
	z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
	margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0;
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
	z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.nav > li.disabled > a {
	color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs-justified > .active > a:hover {
		border-bottom-color: #fff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	height: 50px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	/* margin-top: 8px; */
	/* margin-right: 15px; */
	/* margin-bottom: 8px; */
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-nav .open .dropdown-menu > li > a:hover {
		background-image: none;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0;
	}
	.navbar-form .checkbox input[type="checkbox"],
	.navbar-form .radio input[type="radio"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #00539f;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	/* background-color: #ddd; */
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #00539f;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background-color: #e7e7e7;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #555;
		background-color: #e7e7e7;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #ccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #080808;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
		color: #444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 13px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb > .active {
	color: #777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090;
}
.label-success {
	background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44;
}
.label-info {
	background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5;
}
.label-warning {
	background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f;
}
.label-danger {
	background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #337ab7;
	background-color: #fff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
	color: inherit;
}
.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: 700;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.media-object.img-thumbnail {
	max-width: none;
}
.media-right,
.media > .pull-right {
	padding-left: 10px;
}
.media-left,
.media > .pull-left {
	padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-middle {
	vertical-align: middle;
}
.media-bottom {
	vertical-align: bottom;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
	color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}
button.list-group-item {
	width: 100%;
	text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
	padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
	color: inherit;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.list-group + .panel-footer {
	border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
	padding-right: 15px;
	padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	margin-bottom: 0;
	border: 0;
}
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}
.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}
.panel-primary {
	border-color: #337ab7;
}
.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}
.panel-success {
	border-color: #d6e9c6;
}
.panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}
.panel-info {
	border-color: #bce8f1;
}
.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}
.panel-warning {
	border-color: #faebcc;
}
.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
	padding: 24px;
	border-radius: 6px;
}
.well-sm {
	padding: 9px;
	border-radius: 3px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0;
	border: 0;
}
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	line-break: auto;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0;
}
.popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0;
}
.popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.active.right,
	.carousel-inner > .item.next {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	.carousel-inner > .item.active.left,
	.carousel-inner > .item.prev {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.carousel-inner > .item.active,
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}
.carousel-control .icon-prev:before {
	content: "\2039";
}
.carousel-control .icon-next:before {
	content: "\203a";
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}
@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	td.visible-print,
	th.visible-print {
		display: table-cell !important;
	}
}
.visible-print-block {
	display: none !important;
}
@media print {
	.visible-print-block {
		display: block !important;
	}
}
.visible-print-inline {
	display: none !important;
}
@media print {
	.visible-print-inline {
		display: inline !important;
	}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 99%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
	from {
		opacity: 1;
	}
	to {
		opacity: 1;
	}
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
iframe {
	border: 0;
}
html,
body {
	/* height: 100%; */
}
html,
hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: 0;
	color: #5e5e5e;
}
a img {
	border: 0;
}
a > img {
	vertical-align: middle;
}
.gray-bg {
	background: #cdcbcb;
}
.gray-text {
	color: #cdcbcb;
}
.lgray-bg {
	background: #f9f8f5;
}
.dgray-bg {
	background: #454545;
}
img {
	max-width: 100%;
}
img,
object,
embed,
audio,
video {
	max-width: 100%;
}
img {
	height: auto;
}
strong,
.strong {
	font-weight: 500;
}
p {
	margin: 0 0 20px;
}
p a {
	color: #00539f;
}
p span {
	color: #8e8e8e;
	font-size: 12px;
}
i,
em,
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.align-left {
	float: left;
	margin: 0 25px 0 0 !important;
}
.align-right {
	float: right;
	margin: 0 0 0 25px !important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-text {
	color: #fff;
}
.through {
	text-decoration: line-through;
}
.border-radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
iframe {
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px 0;
	color: #000;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif !important;
}
h1 {
	font-size: 26px;
	font-weight: 600;
}
h2 {
	font-size: 24px;
}
h2 small {
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 45%;
}
h3 {
	font-size: 20px;
}
h3 span {
	font-size: 15px;
	display: block;
	color: #888;
	line-height: 1.2em;
}
h3 strong {
	font-size: 13px;
	color: #8e8e8e;
	font-weight: 400;
}
h4 {
	font-size: 18px;
	color: #5a9bc5;
}
h5 {
	font-size: 16px;
	font-weight: 500;
}
h6 {
	font-size: 14px;
}
h1.short,
h2.short,
h3.short,
h4.short,
h5.short,
h6.short,
p.short {
	margin-bottom: 5px;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #333;
	text-decoration: none;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
	font-family: "Poppins", sans-serif !important;
}
.huge {
	font-size: 10em;
}
blockquote {
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 3px solid #222;
}
blockquote p {
	margin-bottom: 0;
	white-space: 1px;
	line-height: 1.8em;
	font-style: italic;
	color: #999;
	font-family: "Poppins", sans-serif !important;
}
blockquote cite {
	font-weight: 700;
}
blockquote cite:before {
	content: "- ";
}
p.lead {
	font-size: 20px;
	line-height: 28px;
}
p.md {
	font-size: 16px;
}
p.lg {
	font-size: 30px;
}
.lighter p {
	color: #ccc;
}
p.small {
	color: #999;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
.big {
	font-size: 200%;
	line-height: 1.5em;
}
.thin {
	font-weight: 300;
}
p.drop-caps:first-child:first-letter {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 4px;
	font-size: 75px;
	line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
	margin-right: 10px;
	padding: 6px 12px;
	border-radius: 4px;
	color: #fff;
}
hr {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #e8e8e8;
}
hr.sm {
	display: inline-block;
	margin: 0 0 15px 0;
	width: 40px;
	height: 2px;
	border: 0;
}
hr.md {
	display: inline-block;
	margin: 15px 0;
	width: 100px;
	height: 2px;
	border: 0;
}
hr.fw {
	display: block;
	clear: both;
	margin-top: 50px;
	margin-bottom: 43px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #eee;
}
hr.fw.cont {
	margin: 20px 0;
}
ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}
ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul,
ol ul {
	margin: 10px 0 10px 20px;
}
ul ul {
	list-style-type: circle;
}
dl {
	margin: 10px 0;
}
dl dt {
	font-weight: 700;
}
address.ico i {
	display: inline-block;
	float: left;
	clear: both;
	padding-top: 3px;
}
address.ico p {
	margin: 0;
	padding-bottom: 10px;
}
address.ico span {
	display: inline-block;
	padding-left: 20px;
}
.cursive {
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #999;
}
/*#pd_enquiry_submit {
	background: 0;
	color: #0b559b;
	border: 1px solid #0b559b;
	font-weight: 500;
	height: 40px;
	display: inline-block;
	width: auto;
	padding: 0 15px;
	line-height: 38px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/
/*#pd_enquiry_submit:hover,
#pd_enquiry_submit:focus {
	background: #0b559b;
	color: #fff !important;
}*/
.margin-0 {
	margin-bottom: 0 !important;
}
.margin-5 {
	margin-bottom: 5px !important;
}
.margin-10 {
	margin-bottom: 10px !important;
}
.margin-15 {
	margin-bottom: 15px !important;
}
.margin-20 {
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-bottom: 60px !important;
}
.margin-70 {
	margin-bottom: 70px !important;
}
.margin-80 {
	margin-bottom: 80px !important;
}
.push-top-10 {
	margin-top: 10px;
}
.push-top-20 {
	margin-top: 20px;
}
.push-top-30 {
	margin-top: 30px;
}
.push-top-40 {
	margin-top: 40px;
}
.push-top-50 {
	margin-top: 50px;
}
.push-top-60 {
	margin-top: 60px;
}
.padding-b0 {
	padding-bottom: 0 !important;
}
.padding-tb0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.padding-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-tb45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-tb75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-tb125 {
	padding-top: 125px;
	padding-bottom: 125px;
}
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-75,
.spacer-100 {
	clear: both;
	width: 100%;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}
.spacer-50 {
	height: 50px;
}
.spacer-60 {
	height: 60px;
}
.spacer-75 {
	height: 75px;
}
.spacer-100 {
	height: 100px;
}
.overlay-transparent {
	background: rgba(0, 0, 0, 0.7);
}
.overlay-white {
	background: rgba(255, 255, 255, 0.9);
}
.checkers-overlay {
	background: url(../images/checkers.png) repeat;
}
.pattern-overlay {
	background: url(../images/pattern.png) repeat;
}
.next-prev-nav {
	display: inline-block;
}
.next-prev-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}
.next-prev-nav a:hover {
	color: #fff;
}
.meta-data {
	color: #cdcbcb;
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-weight: 400;
}
.meta-data strong {
	color: #999;
}
.meta-data a {
	color: #cdcbcb;
}
.meta-data a:hover {
	text-decoration: none;
}
.meta-data > span {
	display: inline-block;
}
.meta-data i {
	margin-right: 4px;
}
.meta-data > span:last-child {
	margin-right: 0;
}
.meta-data.alt {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}
.meta-data.alt > div {
	padding: 0 5px;
	display: inline-block;
}
.meta-data.alt > div:first-child {
	padding-left: 0;
}
.meta-data.alt > div:after {
	content: "/";
	margin-left: 10px;
}
.meta-data.alt > div:last-child:after {
	content: "";
}
p.meta-data {
	font-size: 16px;
	line-height: 1.7em;
}
.btn-rounded {
	border-radius: 30px;
}
.light-title {
	color: #fff;
}
.lang-icon {
	width: 26px;
}
body {
	background-color: #fff;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: "Poppins", sans-serif !important;
	line-height: 1.5em;
	background-attachment: fixed;
	overflow-x: clip;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	color: #0a559b;
	margin-top: 8px;
}
.main-mega-menu {
	background: #fff;
}
#mainHomepageCarousel {
	margin-bottom: 30px;
}
#mainHomepageCarousel .item img {
	width: 100%;
}
#mainHomepageCarousel .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}
#mainHomepageCarousel .carousel-control {
	width: 5%;
}
.main-mega-menu .navbar {
	margin-bottom: 0;
	z-index: 11;
	position: relative;
	border: transparent;
}
.social-handles {
	text-align: left;
}
.lang-navbar {
	padding-right: 0;
}
.lang-navbar .language_ajax {
	text-align: left;
}
.top-contact-strip {
	background: #00539f;
	padding: 5px 0;
}
.top-contact-content,
.top-main-contact {
	text-align: left;
}
.top-contact-strip ul {
	margin: 0;
}
.social-handles li,
.top-main-contact ul li {
	list-style-type: none;
	display: inline-block;
}
.social-handles li a,
.top-main-contact ul li {
	font-size: 18px;
	color: #fff;
	padding: 0 1px;
	display: block;
}
.navbar-default.top-lang-bar {
	background: 0;
	border: 0;
	min-height: normal;
}
.navbar-default.top-lang-bar > .container-fluid {
	padding: 0;
}
#lang-navbar {
	padding: 0;
}
.navbar-nav.top-lang-bar > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar.top-lang-bar {
	margin-bottom: 0;
	color: #fff;
	min-height: auto;
	margin-top: 0;
}
#lang-navbar .dropdown-menu li a {
	border-bottom: 1px solid#ccc;
	padding: 2px;
}
.navbar.top-lang-bar li a,
.top-main-contact ul li a {
	color: #fff;
	padding: 0 3px;
}
.top-contact-content ul li svg {
	margin-right: 10px;
}
.top-main-contact ul li {
	font-size: 15px;
	display: inline-block;
	color: #666; /* float: left; */
}
.top-main-contact .dropdown-menu {
	min-width: 250px;
}
.top-main-contact .dropdown-menu li {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
#lang-navbar li {
	text-align: left;
}
#lang-navbar li a:hover,
#lang-navbar li a:focus {
	color: #fff;
}
#lang-navbar .dropdown-menu {
	min-width: 110px;
	padding: 0px;
	border: transparent;
}
#lang-navbar .dropdown-menu li a {
	line-height: 30px;
	color: #333;
}
#lang-navbar .dropdown-menu li a:hover {
	color: #000;
}
.top-lang-bar .navbar-default .navbar-nav > .open > a,
.top-lang-bar .navbar-default .navbar-nav > .open > a:focus,
.top-lang-bar .navbar-default .navbar-nav > .open > a:hover {
	background: 0;
	color: #fff;
}
.top-lang-bar .nav .open > a {
	background: 0;
	color: #fff;
}
.doctors-speak * {
	/* position: relative; */
	z-index: 1;
}
.top-main-contact .header-skype-icon {
	width: 42px;
}
.hospital-page td,
.hospital-page th {
	padding: 5px 10px;
}
#pinBoot-gallery {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0 1px 2px #0000004d;
	padding: 10px;
	border: 1px solid #0000004d;
}
.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #a92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filters-wrapper .panel-heading {
	padding: 0;
	border: 0;
}
.filters-wrapper .panel-title > a,
.filters-wrapper .panel-title > a:active {
	display: block;
	padding: 5px 15px 5px 5px !important;
	color: #111 !important;
	text-decoration: none;
	background: none !important;
	font-weight: 500 !important;
}
.filters-wrapper .panel-heading a:before {
	font-family: "Glyphicons Halflings";
	content: "\e114";
	float: right;
	transition: all 0.5s;
}
.filters-wrapper .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filters-wrapper .panel-body .form-check {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.filters-wrapper .panel-body {
	max-height: 170px;
	overflow-y: auto;
	margin-bottom: 10px !important;
}
.filters-wrapper .panel-body .form-check .form-check-label {
	font-weight: 400;
	font-size: 14px;
	color: #666;
	display: block;
}
.filters-wrapper .panel-body .form-check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 2px;
}
.filter-addon-group {
	margin-bottom: 10px;
	border-bottom: 2px solid #eee;
}
.filter-addon-group .filter-addon {
	border: 0;
	background: 0;
}
.filter .form-control {
	border-bottom: none !important;
}
.navbar-medical {
	margin: 0 auto;
}
.navbar-medical li {
	font-size: 14px;
	color: #000;
	padding: 10px 18px;
	list-style: none;
	display: inline-block;
	font-weight: 500;
	cursor: pointer;
}
.nav_options_sub {
	width: 100%;
	padding: 15px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	margin: 0;
}
.nav_options_sub:before {
	content: "";
	background: #f8f8f8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.nav_options_sub a {
	font-size: 17px;
	color: #00539f;
	font-weight: 500;
}
.menu-left {
	width: 72%;
	float: left;
	padding: 10px 20px 10px 30px;
}
.advertise {
	width: 25%;
	float: right;
	border-left: 1px solid #afafaf;
	position: relative;
	padding-left: 20px;
	max-width: 280px;
}
ul.sub-hints {
	margin: 20px 0 0 0;
	padding-left: 5px;
}
ul.sub-hints li .btn-text {
	margin-top: 20px;
	display: block;
}
ul.sub-hints li {
	margin-bottom: 10px;
	padding: 0;
	height: auto;
	width: 100%;
}
ul.sub-hints li img {
	max-width: 30px;
	max-height: 30px;
	float: left;
	margin-right: 10px;
}
ul.sub-hints a.btn-text,
a.btn-text {
	font-size: 14px;
	color: #00539f;
	font-weight: 600;
}
ul.sub-hints a {
	color: #454545;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.4px;
	display: block;
}
ul.sub-hints a:hover {
	color: #00539f;
	text-decoration: underline;
}
.navbar-brand {
	height: auto;
	padding-top: 0;
	margin: 4px 0px;
}
.ad_img {
	position: relative;
}
.ad_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.ads p {
	font-size: 17px;
	color: #fff;
	line-height: 1.6em;
}
.content-area-ads {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 90%;
	text-align: center;
}
.btn-ads {
	background: #fff;
	font-size: 20px;
	color: #00539f;
	border-radius: 0;
}
.menu-advert-img {
	position: relative;
}
.menu-advert-img::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	left: 0;
	top: 0;
}
.ads {
	position: relative;
	text-align: center;
}
.ads p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6em;
	position: absolute;
	z-index: 99;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 15px 10px 15px;
	top: 20px;
	width: 100%;
}
.ads.menu-ads .btn-ads {
	font-size: 13px;
	color: #fff;
	padding: 6px 5px;
	text-transform: uppercase;
	z-index: 1;
	border: 1px solid #fff;
	background-color: transparent;
	background-image: none;
	left: 10px;
	right: 10px;
	bottom: 15px;
}
.slider-search-bar {
	margin: auto;
	background: rgb(255 255 255);
	z-index: 2;
	width: 1170px;
	padding: 5px 0px;
	position: relative;
	border-radius: 6px;
	box-shadow: rgb(0 0 0 / 9%) 0px 3px 8px;
}
.slider-search-bar .container {
	width: 100%;
}
.slider-search-bar label {
	color: #02427c;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}
.slider-search-bar .form-control {
	padding: 5px;
	line-height: 2.1em;
	height: auto;
	border: 1px solid rgb(0 83 159);
	background: 0;
	color: #000000;
	border-radius: 4px;
	background: #fff;
}
.slider-search-bar .form-control:focus {
	box-shadow: none;
}
.most-popular-searches a {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	color: #ef8106;
	text-decoration: underline;
}
.most-popular-searches a:hover {
	text-decoration: none;
}
.slider-search-bar .form-control::-webkit-input-placeholder {
	color: #3c90de;
	font-size: 13px;
}
.slider-search-bar .form-control:-moz-placeholder {
	color: #3c90de;
	font-size: 13px;
}
.slider-search-bar .form-control::-moz-placeholder {
	color: #3c90de;
	font-size: 13px;
}
.slider-search-bar .form-control:-ms-input-placeholder {
	color: #3c90de;
	font-size: 13px;
}
.slider-search-bar .form-control::-ms-input-placeholder {
	color: #3c90de;
	font-size: 13px;
}
.main-search-btn {
	width: 100%;
	padding: 5px 20px;
	background: #2c80cf;
	border-radius: 0;
	margin-top: 30px;
	border: 0;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.blog-item {
	margin-bottom: 50px;
}
.blog-item .bar {
	padding: 10px 5px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}
.blog-item .bar span {
	padding: 0 10px;
	margin-right: 20px;
}
.blog-item .bar span svg {
	margin-right: 10px;
	display: inline-block;
	color: #454545;
}
.specialities-block {
	text-align: center;
	margin-bottom: 100px;
}
.specialities-block,
.specialities-single,
.procedures-single {
	text-align: center;
}
.specialities-block .item {
	border-right: 1px solid #e5e5e5;
	padding-right: 15px;
	min-height: 190px;
}
.specialities-block .item img,
.procedures-single .item img {
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
}
.specialities-block p,
.procedures-single p {
	margin-bottom: 10px;
	color: #111;
	font-size: 14px;
}
.specialities-block a,
.procedures-single a {
	display: block;
	color: #0a559b;
	padding-bottom: 5px;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 15px;
}
.specialities-block a:hover {
	text-decoration: underline;
}
.procedures-single {
	display: inline-block;
}
.procedures-single p {
	margin-top: 20px;
	font-size: 1.3em;
}
.specialities-block .owl-theme .owl-nav,
.hospitals-procedures-block .owl-theme .owl-nav,
.patients-speak .owl-theme .owl-nav {
	position: absolute;
	top: -70px;
	bottom: auto;
	right: 0;
	left: auto;
	margin-top: 33px;
}
.specialities-block .owl-theme .owl-nav [class*="owl-"],
.hospitals-procedures-block .owl-theme .owl-nav [class*="owl-"],
.patients-speak .owl-theme .owl-nav [class*="owl-"],
.doctors-speak .owl-theme .owl-nav [class*="owl-"] {
	background: 0;
}
.specialities-block .owl-dots,
.hospitals-procedures-block .owl-dots,
.patients-speak .owl-dots,
.doctors-speak .owl-dots {
	display: none;
}
.hospitals-procedures-block .owl-theme .owl-nav {
	top: 20px;
	right: 30px;
}
.others-common .hospitals-procedures-block .owl-theme .owl-nav {
	top: -47px;
	right: -6px;
}
.main-homepage-slider.owl-theme .owl-nav {
	top: 30%;
	right: 0;
	width: 100%;
	position: absolute;
}
.patients-speak .owl-theme .owl-nav,
.doctors-speak .owl-theme .owl-nav {
	top: 90%;
	right: 49%;
	width: auto;
	position: absolute;
	z-index: 9999999;
}
.doctors-speak a.global-read-more-btn,
.patients-speak a.global-read-more-btn {
	margin-top: 2%;
}
.patients-speak .owl-theme .owl-nav .owl-prev,
.doctors-speak .owl-theme .owl-nav .owl-prev {
	left: -40px;
	right: auto;
	position: absolute;
	top: 0;
}
.patients-speak .owl-theme .owl-nav .owl-next,
.doctors-speak .owl-theme .owl-nav .owl-next {
	left: auto;
	right: -40px;
	position: absolute;
	top: 0;
}
.main-homepage-slider.owl-theme .owl-nav {
	top: 45%;
	z-index: 0;
}
.main-homepage-slider.owl-theme .owl-nav .owl-prev {
	left: 4px;
	right: auto;
	position: absolute;
	top: 0;
	background: #fff;
	padding: 20px 15px;
	border-radius: 0;
}
.main-homepage-slider.owl-theme .owl-nav .owl-next {
	right: -6px;
	left: auto;
	position: absolute;
	top: 0;
	background: #fff;
	padding: 20px 15px;
	border-radius: 0;
}
.main-homepage-slider-wrapper {
	position: relative;
	overflow: hidden;
}
.main-homepage-slider .owl-caption {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.main-homepage-slider .owl-caption .container {
	text-align: center;
	padding-top: 80px;
}
.main-homepage-slider .owl-caption .container h3,
.main-homepage-slider .owl-caption .container p,
.main-homepage-slider .owl-caption .container a,
.main-homepage-slider .owl-caption .container span {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-homepage-slider .owl-caption .container h3 {
	font-size: 26px;
}
.main-homepage-slider .owl-caption .container p {
	font-size: 17px;
	padding: 0 10%;
	line-height: 30px;
}
.main-homepage-slider .owl-caption .container .owl-caption-btn {
	font-size: 18px;
	padding: 10px 25px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main-homepage-slider .owl-caption .container .owl-caption-btn:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: #fff;
}
.send-enq-hosp {
	margin-top: 15px;
}
.hospital-single .hospital-imgb,
.hospital-single .hospital-txtb {
	float: left;
	width: 44%;
}
.hospital-single .hospital-imgb {
	border: 6px solid #fff;
	position: relative;
}
.hospital-single .hospital-imgb .hospital-reviews + img {
	min-height: 500px;
}
.hospital-single .hospital-txtb {
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 30px;
}
.hospital-single p {
	color: #454545;
	line-height: 25px;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.hospital-features {
	margin-bottom: 30px;
}
.hospital-features ul,
.hospital-reviews ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.hospital-features ul li,
.hospital-reviews ul li {
	display: inline-block;
	text-align: center !important;
	color: #0a559b;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 15px 0px 0px;
}
.hospital-features ul li img,
.hospital-reviews ul li img {
	display: block;
	width: auto !important;
	margin: 0 auto;
}
.hospital-reviews {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 15px 8px 15px;
	width: 100%;
}
.hospital-reviews ul {
	overflow: hidden;
}
.hospital-reviews ul li {
	width: 30%;
	text-align: left !important;
	float: left;
	margin: 0 3% 0 0;
}
.hospital-reviews ul li img {
	float: left;
	margin-right: 10px;
	width: auto;
	height: auto;
	min-height: auto;
}
.hospital-reviews ul li p {
	color: #fff;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0;
	padding-top: 10px;
}
.conditional-padding {
	/* padding: 0 10%; */
}
.global-read-more-btn,
.global-read-more-btn-small {
	background: url(../images/read-more-btn-bg.png) no-repeat right center #fff;
	border: 2px solid #0a559b;
	border-right: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 9px 70px 8px 10px;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
	margin-bottom: 10px;
}
.global-read-more-btn-small {
	font-size: 12px;
	padding: 7px 70px 6px 10px;
}
.global-read-more-btn:hover,
.global-read-more-btn-small:hover {
	color: #0a559b;
	padding: 9px 60px 8px 20px;
}
.global-read-more-btn-small:hover {
	color: #0a559b;
	padding: 7px 60px 6px 20px;
}
.global-sub-read-more-btn {
	background: url(../images/arrow-right-blue.png) no-repeat right center;
	color: #0a559b;
	font-size: 14px;
	padding: 0 15px 0 0;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 10px 0;
	float: left;
}
.global-sub-read-more-btn:hover {
	color: #111;
	padding: 0 20px 0 0;
}
.global-reset-btn {
	border: 1px solid #ccc;
	color: #0a559b;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 25px;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	clear: both;
}
.global-reset-btn:hover {
	border-color: #0a559b;
}
.call-support-menu li span {
	float: right;
}
.top-main-contact .dropdown-menu.call-support-menu li {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	vertical-align: middle;
}
.call-support-menu a {
	padding: 0 !important;
}
.call-support-menu a img {
	margin-left: 3px !important;
}
.call-support-menu a {
	padding: 0 !important;
	display: inline-block !important;
	color: #666 !important;
}
.dropdown-menu.call-support-menu {
	width: 335px !important;
}
.call-support-menu a img {
	width: 22px;
}
.top-contact-content ul li .call-supprt-icon {
	margin-right: 2px;
}
.hospitals-procedures-block {
	background: url(../images/hospitals-procedures-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0;
}
.hospitals-tab.tab .nav-tabs {
	position: absolute;
	top: -105px;
	background: transparent;
}
.patients-speak,
.doctors-speak {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	/* padding: 3% 5%; */
	position: relative;
}
.patients-single,
.doctors-single {
	float: left;
	/* margin-right: 30px; */
	margin-bottom: 40px;
}
.patients-single:nth-child(2n + 1) {
	width: 100%;
	margin-right: 0;
	padding: 15px;
}
.patients-single:nth-child(2n) {
	width: 50%;
	margin-right: 0;
	padding: 0 5% 0 1%;
}
.pd-lang-arabic .patients-single:nth-child(2n) {
	padding: 0 1% 0 5%;
}
.pd-lang-arabic .patients-single:nth-child(2n + 1) {
	/* padding: 0 5% 0 1%; */
}
.doctors-single {
	/* margin-right: 20px; */
	float: none;
}
.patients-speak .patients-imgb {
	float: left;
	margin-right: 20px;
	width: 100%;
}
.patients-imgb > div {
	width: 100% !important;
}
.patients-speak .patients-txtb {
	overflow: hidden;
	float: left;
	width: 100%;
}
.patients-speak .patients-txtb p,
.doctors-speak .doctors-txtb p {
	margin-bottom: 0;
}
.patients-speak .patients-txtb .visiting-for {
	color: #111;
	font-size: 1.2em;
	padding-left: 0;
}
a.footer-whatsapp {
	display: block;
	position: fixed;
	z-index: 99999 !important;
	right: 1.6%;
	bottom: 25px;
}
a.footer-whatsapp img {
	width: 220px;
}
.patients-speak .patients-txtb .patient-location {
	color: #111;
}
.patients-speak .patients-txtb p:last-child {
	margin-bottom: 0px;
}
.patients-speak .patients-txtb p {
	position: relative;
	padding-left: 0px;
	font-size: 14px !important;
	/* font-weight: 600; */
	margin-bottom: 4px;
}
.patients-speak .patients-txtb p.visiting-for {
  font-weight: 600;
  font-size: 16px !important;
}
.patients-speak .patients-txtb .svg-inline--fa {
	color: #666;
	margin-right: 10px;
	font-size: 16px;
	/* position: absolute; */
	left: 0;
	top: 4px;
}
.patients-speak .patients-single:nth-child(2n + 1) {
	clear: both;
}
.doctors-speak {
	background: url(../images/doctors-speak-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.doctors-single {
	background: #fff;
	/* border-bottom: 4px solid #999; */
	overflow: visible;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 448px;
	min-height: 448px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.doctors-single:hover {
	border-bottom-color: #0a559b;
}
.doctors-speak p,
.patients-speak p {
	line-height: 1.6em;
	color: #333;
	font-size: 14px;
}
.doctors-single p {
	line-height: 1.8em;
}
.doctors-speak .doctors-imgb {
	/* float: left; */
	/* margin-top: -30px; */
	/* margin-right: 20px; */
	/* margin-left: -30px; */
	/* box-shadow: 0 4px 14px rgba(0,0,0,.2); */
	z-index: 2;
}
.others-common .doctors-speak .doctors-imgb {
	/* width: 316px; */
}
.doctors-txtb .doctor-name {
	color: #000;
	font-size: 1.2em;
	margin-top: 10px;
}
.doctors-single:nth-child(3) {
	clear: both;
}
.doctors-txtb .doctor-location span {
	color: #666;
	font-size: 100%;
	display: block;
	letter-spacing: 0.3px;
}
.tab {
	position: relative;
}
.tab .nav-tabs {
	border: 0;
	margin-bottom: 10px;
	position: absolute;
	/* top: -111px; */
	text-align: center;
	width: 100%;
}
.tab .nav-tabs li {
	display: inline-block;
	float: none;
}
.tab .nav-tabs li a {
	padding: 10px 20px;
	margin-right: 15px;
	background: #dbdbdb;
	font-size: 17px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
	text-align: left;
	min-width: 300px;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
	border: 0;
	background: #0a559b;
	color: #fff;
}
.tab .tab-content h3 {
	font-size: 24px;
	margin-top: 0;
}
.tab .nav-tabs li a span {
	font-size: 12px;
	display: block;
	overflow: hidden;
	color: #0a559b;
}
.tab .nav-tabs li.active a span,
.tab .nav-tabs li a:hover span {
	color: #fff;
}
.tab .nav-tabs li.partner-hospitals a,
.tab .nav-tabs li.hospital-procedures a {
	background: url(../images/hospitals-icon-grey.png) no-repeat 15px 13px #dbdbdb;
	padding-left: 60px;
	border: 0;
	color: #333;
}
.tab .nav-tabs li.partner-hospitals.active a,
.tab .nav-tabs li.partner-hospitals a:hover {
	background: url(../images/hospitals-icon-white.png) no-repeat 15px 13px #0a559b;
	color: #fff;
}
.tab .nav-tabs li.hospital-procedures a {
	background: url(../images/procedures-icon-grey.png) no-repeat 15px 13px #dbdbdb;
}
.tab .nav-tabs li.hospital-procedures.active a,
.tab .nav-tabs li.hospital-procedures a:hover {
	background: url(../images/procedures-icon-white.png) no-repeat 15px 13px #0a559b;
	color: #fff;
}
.tab .nav-tabs li a img {
	float: left;
	margin-right: 10px;
}
@media only screen and (max-width: 479px) {
	.tab .nav-tabs li {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}
.how-it-works-news {
	padding: 20px 0;
	margin-bottom: 60px;
}
.hiw-imgb {
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	padding: 20px;
	margin-bottom: 30px;
}
.hiw-imgb img {
	width: 100%;
}
.how-it-works-news h2,
.news-wrapper h2 {
	margin-bottom: 0;
	font-size: 40px;
	font-weight: bold;
}
.how-it-works-news p,
.news-wrapper p {
	color: #454545;
	font-size: 14px;
}
.news-block img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.news-block ul,
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.news-block ul li {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.news-block a {
	display: block;
	overflow: hidden;
	color: #5c5c5c;
	font-size: 14px;
}
.news-block span {
	overflow: hidden;
}
.news-block .news-date {
	overflow: hidden;
	display: block;
	font-size: 12px;
	color: #999;
	right: 0;
	left: auto;
	bottom: 0;
	top: auto;
	background: 0;
}
.news-block .news-date img {
	border: 0;
	position: relative;
	top: 4px;
}
.footer {
	padding: 90px 0 20px 0;
	position: relative;
	background: #00539f;
}
.footer .online-consultation {
	position: absolute;
	left: 0;
	top: -30px;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer .online-consultation .skype-consult,
.footer .online-consultation .whatsapp-consult {
	display: block;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
}
.footer .online-consultation .skype-consult:hover,
.footer .online-consultation .whatsapp-consult:hover {
	background: #111;
}
.footer .online-consultation .skype-consult {
	background: #00adef;
}
.footer .online-consultation .whatsapp-consult {
	background: #0fa368;
}
.footer-company {
	padding-right: 40px;
}
.footer-company p {
	color: #fffbfb;
	line-height: 2em;
}
.footer h5 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 17px;
}
.footer ul li a {
	color: #fffbfb;
	font-size: 13px;
	padding: 0 0 6px 0;
	display: block;
}
.footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
.copyright-text {
	text-align: right;
}
.footer-copyright {
	background: #004483;
	padding: 10px 0;
}
.footer-copyright a {
	color: #fff;
}
.footer-copyright p {
	margin-bottom: 0;
	color: #fff;
}
.doctor-brief-bio {
	margin: 0;
	padding: 0;
}
.doctor-brief-bio li {
	list-style-type: none;
	padding-bottom: 5px;
	margin: 0 !important;
	font-weight: 400 !important;
}
.all-search-bar {
	background: url(../images/inner-banner.jpg) no-repeat;
	height: auto;
	background-size: cover;
	padding: 10px 0;
}
.search-bar h6 {
	font-size: 18px;
	color: #e3e3e3;
	text-align: right;
	padding-top: 30px;
	margin-bottom: 0;
}
.search-bar label {
	font-size: 12px;
	color: #e3e3e3;
	margin: 4px 0 2px;
}
.most-popular-searches a {
	font-size: 14px;
}
.breadcrumb {
	border-bottom: 1px solid #e2e2e2;
	background: 0;
	padding: 4px 0px;
}
.breadcrumb ul li:first-child a {
	padding-left: 0px;
}
.breadcrumb ul {
	margin: 0;
}
.breadcrumb ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.breadcrumb ul li:first-child {
	padding-left: 0;
}
.breadcrumb ul li:last-child {
	padding: 0 10px;
}
.breadcrumb ul li a {
	color: #00539f;
	padding: 0 10px;
}
.breadcrumb ul li a:after {
	content: ">";
	font-size: 14px;
	position: absolute;
	right: -3px;
}
.breadcrumb ul li a:hover {
	color: #111;
	text-decoration: underline;
}
.common-container {
	padding: 0 0 80px 0;
	position: relative;
}
.common-container.gallery {
	padding-bottom: 150px;
}
.common-container p {
	line-height: 25px;
	font-size: 14px;
}
.common-page-wrapper {
	padding: 0 0 80px 0;
	position: relative;
}
.common-page-wrapper ul {
	margin: 20px 20px 20px 30px;
	padding: 0;
}
.common-page-wrapper ul li,
.common-page-wrapper p {
	padding: 0;
	color: #454545;
	line-height: 1.9em;
}
.common-page-wrapper ul li strong,
.common-page-wrapper p strong {
	color: #111;
}
p.likes {
	background: #fff;
	box-shadow: -2px 2px 6px #bbb;
	-moz-box-shadow: -2px 2px 6px #bbb;
	height: 30px;
	margin: 0;
}
p.likes a {
	padding-left: 2px;
}
p.likes svg {
	color: #000;
	font-size: 20px;
}
p.likes span {
	background: #197b30;
	color: #fff;
	font-weight: 600;
	padding: 4px 5px 0;
	margin-left: 3px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
}
p.likes span em {
	font-weight: 300;
	font-style: normal;
	font-size: 11px;
}
.hospital-logo {
	width: 130px;
	height: 130px;
	border: 1px solid #bbb;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
	background: #fff;
}
.hospital-logo img {
	width: auto;
	padding: 5px;
	border-radius: 100%;
	height: 100%;
}
.filter-leftside,
.list-center,
.ads-rightside {
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.filter-leftside {
	width: 30%;
	padding-left: 0;
}
.list-center {
	width: 70%;
}
.ads-rightside {
	width: 20%;
	padding-right: 0;
}
.list-center.speciality {
	width: 80%;
}
.medicine-ad .content-area-ads {
	text-align: right !important;
	padding: 0 10px 15px 0;
}
.action .btn-border {
	width: auto;
	margin: 0 5px 15px 0;
	float: left;
}
.points {
	margin: 0 0 10px;
}
.points li {
	list-style: none;
	padding-bottom: 5px;
}
.clear {
	clear: both;
}
.top-doctor .hospital-list .thumb {
	width: 26%;
}
.top-doctor.doctor-results .hospital-list .hospital-brief {
	width: 70%;
}
.top-doctor.doctor-results .hospital-list .hospital-brief p {
	line-height: 1.6em;
}
.modal-header {
	background: #4874aa;
	text-align: center;
}
.modal-title {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
.close,
.close:focus,
.close:hover {
	color: #fff;
	text-shadow: none;
	font-size: 24px;
	opacity: 0.5;
}
.modal {
	text-align: center;
	padding: 0 !important;
}
.modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.hospital-list {
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0 1px 3px #ddd;
	position: relative;
	float: left;
	width: 100%;
	clear: both;
}
.hospital-list .action {
	margin-top: 10px;
}
.hospital-list .thumb {
	border: 1px solid #a1a1a1;
	width: 24%;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 40px;
}
.hospital-list .thumb img {
	max-width: 100%;
	padding: 0;
}
.hospital-list .thumb > a > img {
	min-height: 120px;
	object-fit: cover;
	width: 100%;
}
.hospital-list .hospital-brief {
	float: left;
	width: 64%;
	margin-right: 2%;
}
.hospital-list .thumb p.likes {
	top: auto;
	bottom: 0;
}
.hospital-list .hospital-logo {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	left: 5px;
	box-shadow: 0 1px 3px #998;
	display: flex;
	align-items: center;
}
.hospital-list .hospital-logo img {
	border-radius: 100%;
	padding: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hospital-logo .vcenter {
	display: table-cell;
	vertical-align: middle;
}
.hospital-brief h3 {
	font-size: 18px;
	color: #0a559b;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	line-height: 1em;
}
.hospital-brief h3 a {
	color: #0a559b;
}
.hospital-brief h3 span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: 400;
	padding: 7px 5px 3px 2px;
}
.hospital-brief h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #e5e5e5;
}
.hospital-brief ul {
	margin: 0;
	padding-left: 0;
}
.hospital-brief ul li {
	font-size: 14px;
	color: #222;
	list-style: none;
	margin: 5px 0;
	line-height: 22px;
	font-weight: 400;
}
.hospital-brief ul li span {
	font-weight: 600;
	display: inline-block;
	padding-right: 5px;
	color: #666;
}
.action .btn {
	width: auto;
}
.hospital-list .accrediation {
	width: 8%;
	float: right;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
.hospital-list .accrediation ul li {
	padding-bottom: 5px;
	margin: 0;
}
.hospital-list .accrediation ul li:last-child {
	padding-bottom: 0;
}
.hospital-listing-page h2 {
	color: #197b30;
	font-weight: 500;
	clear: both;
	margin-bottom: -29px;
}
.hospital-listing-page h2 svg {
	color: #197b30;
	font-size: 16px;
}
.advertise_question {
	background: #f6f6f6;
	border: 1px solid #d1d1d1;
	margin-bottom: 20px;
	position: relative;
}
.advertise_question h5 {
	font-size: 18px;
	color: #f3213c;
	margin-bottom: 10px;
	line-height: 20px;
}
.advertise_question p {
	font-size: 21px;
	color: #111;
	line-height: 24px;
}
.advertise_question .content-area-ads {
	width: 100%;
	text-align: center;
	position: absolute;
	padding: 10px;
	height: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.advertise_question .content-area-ads.ads-on-top {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	background: rgba(235, 151, 55, 0.8);
}
.advertise_question .content-area-ads.ads-on-middle {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(235, 151, 55, 0.8);
}
.advertise_question .content-area-ads.ads-on-bottom {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(235, 151, 55, 0.8);
}
.advertise_question .content-area-ads .btn-ads {
	position: static;
}
.video-consult {
	background: #f2ddcd;
}
.video-consult p {
	padding: 0 10px;
	line-height: 1.6em;
}
.ambulance {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.ambulance .btn-ads {
	bottom: 20px;
	left: 22%;
}
.ads-container {
	position: relative;
}
.ads-container img {
	width: 100%;
}
.advertise_question.care-home-ads {
	background: #dccfc7;
}
.advertise_question.care-home-ads span {
	font-size: 15px;
	font-weight: 300;
	display: block;
	color: #000;
	padding: 5px;
	font-style: italic;
	line-height: 0.1em;
}
.wellness-call {
	background: #d8c8ae;
}
.advertise_question img {
	display: block !important;
}
.wellness-call .content-area-ads p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
.wellness-call .content-area-ads span {
	font-size: 26px;
	font-weight: 700;
}
.drugads {
	background: #fff;
}
.drugads h5 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
}
.drugads .content-area-ads {
	margin: 30px 0 -60px;
	z-index: 1;
	position: relative;
}
.diagnostic .ads-container {
	position: relative;
}
.diagnostic .content-area-ads {
	margin: 0;
	position: absolute;
	bottom: auto;
	top: 0;
	background: #d10023;
	padding: 15px 0;
}
.diagnostic .content-area-ads h5 {
	color: #fff;
	line-height: 1.4em;
}
.diagnostic .content-area-ads p {
	margin: 20px 0 5px;
	line-height: 1.2em;
	color: #f9dee3;
	font-size: 18px;
	font-weight: 600;
}
.diagnostic .content-area-ads h5 span {
	font-weight: 600;
	font-size: 26px;
	display: block;
	padding-top: 9px;
}
.diagnostic .btn-ads {
	left: 5%;
	font-size: 14px;
}
.skin-problem {
	background: #f4db77;
	padding-top: 60px;
}
.skin-problem .content-area-ads,
.accurate-diag .content-area-ads {
	position: absolute;
	margin: 0;
}
.accurate-diag .content-area-ads {
	bottom: 0;
	top: auto;
}
.skin-problem p,
.accurate-diag p {
	line-height: 1.4em;
	color: #df423b;
	font-weight: 600;
	font-size: 20px;
}
.skin-problem p span {
	display: block;
	font-size: 13px;
	line-height: 1em;
	color: #df423b;
	padding: 5px 0;
}
.accurate-diag p strong {
	position: relative;
	background: url(../images/bg.png);
	padding: 0 10px;
	border-radius: 4px;
	font-weight: 400;
}
.accurate-diag p {
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
}
.accurate-diag p span {
	display: block;
	font-size: 17px;
	line-height: 1em;
	color: #000;
	padding: 5px 0;
}
.advertise_question.opinion {
	background: #e6eff4;
}
.advertise_question.opinion h5 {
	color: #0e7ec0;
}
.advertise_question.opinion h5 span {
	font-size: 22px;
	font-weight: 500;
	display: block;
}
.opinion .btn-ads {
	left: 6%;
}
.opinion .btn-ads:hover {
	font-size: 16px;
	padding: 9px 75px 8px 15px;
}
.mediclaim .content-area-ads {
	position: absolute;
	top: 20px;
}
.mediclaim p {
	text-align: left;
	padding-left: 15px;
	line-height: 1.6em;
	color: #e57a07;
	font-weight: 500;
}
.ads-rightside .btn-ads {
	font-size: 13px;
	padding: 9px 60px 8px 5px;
}
.ads-rightside .btn-ads:hover {
	padding: 9px 60px 8px 5px !important;
	font-size: 13px !important;
}
.choose-doctor {
	position: relative;
}
.choose-doctor:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
}
.choose-doctor .content-area-ads {
	position: absolute;
	top: 0;
	z-index: 1;
}
.choose-doctor .content-area-ads h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
}
.choose-doctor .content-area-ads h5 {
	font-size: 22px;
	color: #e18039;
	font-weight: 700;
	margin: 20px 0;
}
.choose-doctor .content-area-ads p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.choose-doctor .content-area-ads .global-read-more-btn {
	position: static;
}
.physiotherapy .content-area-ads {
	position: absolute;
	bottom: 0;
	top: auto;
	margin: 0;
}
.physiotherapy .content-area-ads p {
	font-weight: 500;
	font-size: 16px;
}
.physiotherapy .content-area-ads h5 {
	font-weight: 600;
	color: #000;
}
.physiotherapy .content-area-ads h5 span {
	font-size: 20px;
}
.hospital-page .owl-theme .owl-nav,
.menu-left .owl-theme .owl-nav {
	position: absolute;
	top: 27%;
	width: 100%;
}
.hospital-page .owl-prev,
.menu-left .owl-prev {
	float: left;
	padding: 0 !important;
	background: none !important;
	margin: 0 !important;
	margin-left: -22px !important;
}
.hospital-page .owl-next,
.menu-left .owl-next {
	float: right;
	padding: 0 10px !important;
	background: none !important;
	margin: 0 !important;
	margin-right: -22px !important;
}
.hospital-info .hospital-logo {
	/* width: 60px; */
	/* height: 60px; */
	float: none;
}
.menu-left .owl-theme .owl-nav {
	top: 0;
	margin-top: 0;
}
.menu-left .owl-theme .owl-nav [class*="owl-"] img {
	max-width: 10px;
}
.menu-left .owl-prev {
	margin-left: -25px !important;
	padding: 10px !important;
	margin-top: -10px !important;
}
.menu-left .owl-next {
	margin-right: -28px !important;
	padding: 10px !important;
	margin-top: -10px !important;
}
.address-info,
.near-something {
	margin-bottom: 0px;
}
.address-info h3 {
	font-size: 17px;
	margin-bottom: 10px;
}
.address-info .map-hospital {
	border: 1px solid #dedede;
	height: 124px;
	margin-bottom: 15px;
}
.address-info p {
	font-size: 13px;
	color: #333;
}
.address-info .global-read-more-btn {
	width: 99%;
}
.address-info .global-read-more-btn:hover,
.advertise_question .global-read-more-btn:hover {
	padding: 9px 60px 8px 25px;
}
.near-hospital {
	margin-bottom: 15px;
	float: left;
	width: 48%;
	margin-right: 2%;
	min-height: 110px;
}
.near-something .near-hospital:nth-child(2n + 1) {
	clear: both;
}
.near-something .near-hospital img {
	border: 1px solid #ddd;
	max-width: 100%;
	padding: 10px;
	/* height: 140px; */
	object-fit: cover;
	object-position: left;
}
.near-something .near-hospital h4 {
	font-size: 14px;
	color: #0a559b;
	margin: 5px 0 0 0;
	font-weight: 500;
}
.near-something .near-hospital h4 a {
	color: #0a559b;
}
.near-something .near-hospital span {
	font-size: 14px;
	color: #000;
	line-height: 1.4em;
	display: block;
	max-width: 100%;
	word-wrap: break-word;
}
.near-something .near-hospital p {
	font-size: 11px;
	color: #8e8e8e;
	margin: 0;
	line-height: 1.4em;
	max-width: 100%;
}
.near-something h3 {
	font-size: 18px;
	font-weight: 600;
}
.hospital-info {
	display: table;
	z-index: 1;
	position: relative;
	padding-left: 20px;
}
.hospital-info h1 {
	font-size: 22px;
	color: #0b559b;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 38px 20px;
	font-weight: 400;
}
.hospital-pic {
	position: relative;
	border: 1px solid #9e9e9e;
	width: 100%;
	float: left;
	margin-top: -57px;
	max-height: 400px;
	min-height: 200px;
	object-fit: cover;
}
.hospital-pic img {
	float: none;
	overflow: hidden;
	max-height: 400px;
	width: 100%;
	object-fit: cover;
}
p.likes {
	position: absolute;
	right: 0;
	top: 0;
}
.accrediation {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 10px 0;
}
.accrediation:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
}
.accrediation ul,
.accrediation ul li {
	margin: 0;
	padding: 0;
	position: relative;
}
.accrediation ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.accrediation img {
	max-width: 50px;
	max-height: 50px;
}
.doctor-detail-page .thumb p.likes {
	position: absolute;
	right: 0;
	bottom: 0;
	top: auto;
}
.content-listing li,
.facility li,
.content-page li {
	background: url(../images/bullet.png) no-repeat 0 7px;
	list-style: none;
	padding: 0 0 5px 20px;
	line-height: 1.8em;
	font-size: 12px;
}
.facility {
	margin-bottom: 40px;
}
.facility h6 {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #eee;
}
.facility h6 svg {
	font-size: 20px;
	margin-right: 10px;
	color: #666;
}
.nav-tabs {
	border-bottom: 2px solid #0b559b;
	margin: 0;
}
.nav-tabs li {
	margin-bottom: 0;
}
.nav-tabs li a {
	border-radius: 0;
	background: #e7e7e7;
	font-weight: 500;
	font-size: 14px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li a:hover {
	background: #0b559b;
	color: #fff;
}
.tab-info {
	margin: 15px 0;
	width: 100%;
	float: left;
	border-bottom: 2px solid #0b559b;
}
.tab-info .tab-pane {
	background: #fff;
	padding: 10px 0px;
	width: 100%;
	float: left;
}
.tab-info .tab-pane p {
	font-size: 14px;
	line-height: 2em;
}
#procedure_add_more {
	font-size: 9pt;
	color: #666;
	cursor: pointer;
	padding: 10px;
	background: #f0f0f0;
}
#procedure_add_more strong {
	font-size: 17pt;
	color: #000;
	position: relative;
	top: 3px;
}
.hospital-facility {
	border-left: 2px solid #d2d2d2;
	padding-left: 20px;
}
.hospital-facility ul {
	margin: 0;
}
.hospital-facility li {
	list-style: none;
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
}
.hospital-facility li span {
	color: #000;
	font-weight: 600;
}
.hospital-facility li:last-child {
	font-size: 12px;
	line-height: 24px;
}
.hospital-facility li i,
.hospital-facility li svg {
	color: #306faa;
	font-size: 22px;
	font-weight: 100;
	width: 30px !important;
	text-align: center;
}
.doctors-list-slider .item img,
.doctors-list-slider-horizontal .item img {
	border: 1px solid #10589d;
	border-radius: 100%;
	padding: 3px;
	max-width: 160px;
	max-height: 160px;
	margin: 0 auto;
	max-width: 120px;
	max-height: 120px;
}
.doctors-list-slider .item {
	text-align: center;
}
.doctors-list-slider .item h5,
.doctors-list-slider-horizontal .item h5 {
	font-size: 14px;
	color: #000;
	margin: 15px 0 5px;
}
.doctors-list-slider-horizontal .item h5 {
	margin-top: 0;
}
.doctors-list-slider .item p,
.doctors-list-slider-horizontal .item p {
	font-size: 12px;
	line-height: 1.6em;
}
.doctors-list-slider .item a,
.doctors-list-slider-horizontal .item a {
	color: #00539f;
}
.hospital-detail-page h3,
.detail-page h3 {
	font-size: 18px;
	color: #0b559b;
	font-weight: 600;
}
.hospital-detail-page h3 strong {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	margin-left: 15px;
	-webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.04);
	-o-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.04);
	box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.04);
}
.custom-column {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin: 0;
}
.custom-column-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 0;
	padding: 0 0 20px;
	font-size: 12px;
}
.custom-column li,
.custom-column-image li,
.custom-column-3 li,
.custom-column-image li {
	list-style: none;
	padding-bottom: 15px;
}
.custom-column li span,
.custom-column-3 li span {
	font-size: 12px;
	display: block;
	color: #777;
}
.custom-column li input {
	margin-right: 10px;
}
.custom-column li h3 span {
	background: #deeefc;
	padding: 5px 15px;
	display: inline-block;
	color: #0b559b;
	font-size: 12px;
}
.custom-column-image {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	margin: 30px 0 0 0;
}
.custom-column-image li {
	text-align: center;
	min-height: 220px;
}
.custom-column-image li span {
	display: block;
	text-align: center;
	font-weight: 500;
	padding: 10px 0;
}
.custom-column-image img {
	max-width: 150px;
	max-height: 150px;
}
div#hospital-gallery {
	float: left;
	width: 100%;
}
div#hospital-gallery div {
	width: 50% !important;
	float: left;
	position: unset !important;
	min-height: 308px;
	overflow: hidden;
}
.hospital-gallery-wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.hospital-gallery-wrapper div {
	position: absolute;
	padding: 0 6px 6px 0;
}
#hospital-gallery.hospital-gallery-wrapper div {
	position: relative;
}
.gallery .hospital-info {
	margin-bottom: 30px;
}
.patient-testimonial-img {
	height: 165px;
}
.patient-testimonial-img img {
	height: 165px;
	object-fit: cover;
	object-position: top;
}
.patient-testimonial {
	background: #fff;
	height: 165px;
	padding: 10px;
	font-size: 13px;
	color: #666;
	text-align: center;
	position: relative;
}
.patient-testimonial:before {
	content: "â€œ";
	position: absolute;
	font-size: 100px;
	color: #000;
	z-index: 23;
	top: 55px;
	left: 20px;
	opacity: 0.1;
}
.patient-testimonial p {
	padding-top: 25px;
}
.stories h5 {
	font-size: 14px;
	color: #0b559b;
	padding-top: 10px;
	margin: 0;
}
.stories p {
	font-size: 12px;
	color: #000;
}
.stories p svg {
	color: #4e95ba;
	margin-right: 10px;
}
.news-list {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
}
.news-list .image {
	width: auto;
	float: left;
	margin-right: 11px;
	margin-top: 3px;
	max-width: 25%;
}
.news-list .image img {
	height: 25px !important;
	width: 30px !important;
}
.news-list p {
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
	margin: 0;
	overflow: hidden;
}
.news-list p.date {
	text-align: left;
	color: #7f7f7f;
	margin-bottom: 6px;
}
.news-list p.date svg {
	margin-right: 6px;
}
.news-list a {
	display: block;
}
.doctors-list-slider-horizontal .item img {
	float: left;
	border-radius: 0;
	margin-right: 15px;
	max-width: 100px;
}
.doctor-results .hospital-list .thumb {
	margin-bottom: 0;
}
.doctor-detail-page .thumb {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 2px;
	border: 1px solid #0b559b;
	min-height: 100px;
	position: relative;
}
.doctor-detail-page h4 {
	font-size: 22px;
	color: #0b559b;
	font-weight: 600;
}
.doctor-detail-page .detail {
	width: 66%;
	float: left;
}
.doctor-hospital-info {
	border-left: 1px solid #dcdcdc;
	padding-left: 10px;
}
.doctor-hospital-info h5 {
	font-size: 14px;
	color: #0a559b;
	font-weight: 500;
}
.doctor-hospital-info p {
	font-size: 12px;
	color: #8e8e8e;
	margin-bottom: 10px;
}
.doctor-hospital-info .selecthospital {
	padding: 5px;
	border: 1px solid #e5e5e5;
}
p.get-direction {
	position: relative;
}
p.get-direction a {
	color: #000;
}
p.get-direction svg {
	color: #000;
	font-size: 15px;
}
p.get-direction:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 50px;
	height: 2px;
	background: #aeaeae;
}
.doctor-results .hospital-list .hospital-brief {
	width: 74%;
	margin: 0;
}
.address-diagno {
	margin-bottom: 25px;
}
.address-diagno h5 {
	color: #0b559b;
}
.address-diagno li {
	list-style: none;
}
.address-diagno li {
	font-size: 13px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
	width: 70%;
}
.address-diagno li svg {
	font-size: 20px;
	margin-right: 10px;
	color: #888;
	position: absolute;
	left: -10px;
}
.custom-column-2 {
	margin: 20px 0 0 0;
}
.custom-column-2 li {
	width: 48%;
	float: left;
	margin: 0 1% 0 0;
	list-style: none;
}
.equipment-img {
	width: 30%;
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
	display: ruby;
}
.custom-column-2 a {
	font-weight: 500;
}
.tab-info .tab-pane .custom-column-2 p {
	line-height: 1.5em;
}
.right-actions {
	width: 21%;
	float: left;
}
.right-actions .global-read-more-btn-small {
	width: 100%;
	margin-bottom: 5px;
}
.right-actions .global-read-more-btn-small:hover {
	padding: 7px 50px 6px 15px;
}
.speciality-result {
	margin-top: 20px;
}
.speciality-result .hospital-list .accrediation {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0;
}
.speciality-result .hospital-list .accrediation li {
	margin: 0 5px;
	padding: 0;
}
.speciality-result .hospital-list .thumb {
	width: 17%;
}
.speciality-result .hospital-list .hospital-brief {
	width: 58%;
}
.speciality-result .hospital-list {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 15px;
	padding-bottom: 0;
	border-top: 2px solid #175d9f;
}
.speciality-result .doctors-list-slider {
	margin: 15px -15px 0;
	padding-bottom: 15px;
}
.top-heading {
	background: #e9e9e9;
	padding: 5px 15px;
}
.speciality-result .doctors-list-slider .item {
	text-align: left;
}
.speciality-result .doctors-list-slider .item img {
	border-radius: 0;
	margin: 0 15px 0 0;
	float: left;
}
.speciality-result .owl-carousel {
	padding: 0 15px;
}
.speciality-result .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: -37px;
	right: 5px;
}
.owl-theme .owl-nav [class*="owl-"] {
	margin-top: 0;
	display: inline-block;
	padding: 8px;
	margin: 5px;
	position: relative;
	top: -28px;
}
.owl-theme .owl-nav [class*="owl-"] img {
	max-width: 8px;
	display: inline-block;
}
.team-page {
	text-align: center;
}
.team-dv {
	width: 19%;
	display: inline-block;
	margin: 0 1% 1% 0;
	text-align: center;
	padding: 0;
	border: 1px solid #0a559b;
	position: relative;
	cursor: pointer;
}
.team-dv .member {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding: 15px;
	display: none;
}
.team-dv .member:before {
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	width: 100%;
	height: 110%;
}
.team-dv .member * {
	position: relative;
	z-index: 1;
}
.team-dv .member img {
	border-radius: 4px;
}
.team-dv h5 {
	font-size: 15px;
	color: #fff;
	line-height: 1.4em;
}
.team-dv h5 span {
	font-size: 12px;
}
.team-dv p {
	color: #dfdfdf;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.6em;
}
.team-dv:hover {
	box-shadow: 0 2px 30px #aaa;
}
.team-dv:hover .member {
	display: block;
}
p.sub-heading {
	width: 80%;
	line-height: 2em;
	margin-bottom: 40px;
	font-size: 14px;
}
.content-page {
	text-align: left;
}
.content-page li,
.content-page p {
	font-size: 14px;
}
.icon-points {
	text-align: center;
	margin: 30px 0;
}
.point-one {
	text-align: center;
	display: inline-block;
	width: 30%;
}
.point-one .icon {
	width: 100px;
	height: 100px;
	border: 10px solid #abc6e1;
	border-radius: 100%;
	margin: 0 auto 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}
.point-one .icon svg {
	font-size: 40px;
}
.point-one h5 {
	color: #0a559b;
	font-size: 22px;
}
.point-one p {
	font-size: 13px;
}
.filter-fluid .form-horizontal {
	width: 30%;
	display: inline-block;
	margin: 0 3% 10px 0;
}
.action-horizontal {
	width: auto;
	display: inline-block;
	margin: 0 30px 0 0;
}
.action-horizontal input {
	margin-bottom: 0;
}
.doctor-detail-speciality {
	color: #0a559b;
	margin-bottom: 0;
}
.common-container .news-block {
	margin-top: 50px;
}
#gridthree {
	position: relative;
}
.news-block #gridthree li {
	margin-bottom: 50px;
}
.news-img {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
}
.news-img img {
	border: 0;
	float: none;
	margin: 0 auto;
	max-height: 210px;
	min-width: 200px;
}
#gridthree .news-date,
.news-date {
	position: absolute;
	background: #00539f;
	z-index: 1;
	display: inline-block;
	padding: 5px 10px;
	margin-top: 0;
	color: #fff;
	top: -8px;
	left: 15px;
}
.news-date svg {
	margin-right: 5px;
}
.news-block p {
	margin: 0;
}
.news-wrapper-single .hospital-info,
.news-wrapper-single .hospital-info h1 {
	padding-left: 0;
}
.news-wrapper-single .news-img {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	margin-top: -30px;
	border: 1px solid #9e9e9e;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.news-wrapper-single .news-img img {
	width: 100%;
	height: auto;
	max-height: none;
}
.news-wrapper-single .news-date {
	right: 15px;
	left: auto;
}
.hospital-info h1 span {
	font-size: 16px;
	color: #333;
	display: block;
}
.doctorspeak-listing-page .list-center {
	width: 100%;
	padding: 0;
}
.doctor-speak .dspeak-list {
	width: 31%;
	float: left;
	margin: 0 2% 2% 0;
	background: #fff;
	padding: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 8px #ddd;
	-o-box-shadow: 0 1px 8px #ddd;
	-ms-box-shadow: 0 1px 8px #ddd;
	box-shadow: 0 1px 8px #ddd;
	min-height: 475px;
}
.doctor-speak .p-speak-main {
	min-height: 345px;
}
.doctor-speak .dspeak-list img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.dspeak-list h3 {
	font-size: 17px;
	color: #000;
	font-weight: 500;
	color: #00539f;
}
.doctor-speak .dspeak-list h3 a {
	color: #00539f;
}
.patient-brief {
	padding: 15px;
}
ul.address {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.address li {
	list-style: none;
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
	color: #999;
	padding-left: 30px;
	position: relative;
	vertical-align: top;
	word-wrap: break-word;
}
.address li p {
	margin-bottom: 0;
}
.address li a {
	color: #00539f;
	font-size: 14px;
	/* font-weight: 600; */
}
.address li svg {
	margin: 0 10px 0 0;
	width: 25px !important;
	font-size: 15px;
	position: absolute;
	left: 0;
	top: 3px;
}
.filter-fluid {
	margin-bottom: 30px;
}
.doctor-speak .dspeak-list:nth-child(3n + 1) {
	clear: both;
}
.patient-pic {
	margin-bottom: 15px;
}
.patient-pic iframe {
	max-width: 820px;
}
.speak-page .patient-brief {
	padding: 0;
}
.speak-page .address li {
	display: block;
	width: 100%;
	font-size: 14px;
}
.dspeak-list .patient-testimonial {
	background: 0;
	display: inline-table;
}
.dspeak-list .patient-info {
	padding: 0;
	margin: 10px 0 0 0;
	color: #00539f;
}
.dspeak-list p {
	margin-bottom: 20px;
}
.patient-info {
	padding: 0;
	color: #00539f;
}
.blog-page .search .form-field {
	position: relative;
}
.blog-page .search .form-field .submit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	background-color: #00539f;
	z-index: 1;
	cursor: pointer;
	padding: 8px 12px;
	border: 0;
	border-radius: 0 4px 4px 0;
	height: 100%;
}
.blog-page .search input#searchValue {
	padding-right: 50px;
}
.doctor-results .global-read-more-btn:hover,
.doctor-results .global-read-more-btn:focus {
	padding: 9px 60px 8px 20px;
}
.recent-post,
.sidebar-inner {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px #ddd;
	border-radius: 5px;
}
.recent-post ul {
	margin: 0;
	padding: 0;
}
.recent-post ul li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: flow-root;
	border-bottom: 1px solid #ddd;
}
.recent-post ul li a {
	display: block;
	font-size: 14px;
}
.recent-post ul li a span {
	display: inline-block;
	font-size: 80%;
}
.post_thumb {
	width: 25%;
	float: left;
	padding-right: 10px;
	margin-top: 3px;
}
.post_thumb img,
.blog .thumb img {
	width: 100%;
}
.post-title {
	overflow: hidden;
}
.post-title h5 {
	margin-bottom: 0;
	color: #0a559b;
	font-weight: 500;
	font-size: 14px;
}
.post-title h5:hover {
	color: #000;
}
.post-title span {
	font-size: 12px;
	color: #888;
}
.blog .bar {
	background: #003b70;
	padding: 10px;
	margin-bottom: 15px;
}
.blog .bar span {
	padding-right: 10px;
}
.blog .bar span svg {
	padding-right: 8px;
	font-size: 22px;
	color: #fff;
	padding-top: 3px;
}
.blog .bar span,
.blog .bar span a {
	color: #dfdfdf;
}
.blog h4 {
	font-weight: 500;
	color: #000;
}
.pagging ul {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline-block;
	border: 1px solid #00539f;
	border-radius: 4px;
}
.pagging ul li {
	margin: 0;
	list-style: none;
	float: left;
	border-right: 1px solid #00539f;
}
.pagging ul li:last-child {
	border-right: 0;
}
.pagging ul li a,
.pagging ul li span {
	padding: 5px 14px;
	display: inline-block;
}
.pagging ul li a:hover,
.pagging ul li.active a,
.pagging ul li span {
	background: #00539f;
	color: #fff;
}
.blog-content blockquote {
	margin: 0 30px 20px;
	border-color: #0b559b;
}
.blog-content blockquote p {
	font-size: 18px;
	padding: 20px 0;
	line-height: 1.6em;
	color: rgba(0, 83, 159, 0.8);
}
.post-video {
	width: 50%;
}
.blog-content img {
	margin: 0 20px 20px 0;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
}
.thumb-detail img {
	width: 100%;
}
.category li svg {
	font-size: 20px;
	width: 50px !important;
	color: #888;
}
.social-share {
	text-align: right;
	margin: 40px 0 20px 0;
}
.social-share li {
	list-style: none;
	display: inline-block;
	padding: 0 6px;
	font-size: 18px;
}
.contact-detail {
	position: relative;
	padding: 0 0 10px 25px;
}
.contact-detail svg {
	color: #4f91c1;
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 14px;
}
.contact-detail h4 {
	font-size: 16px;
}
.contact-detail h4 strong {
	display: block;
}
.connect-with {
	margin: 0;
	position: static;
}
.connect-with li {
	display: inline-block;
	list-style: none;
	margin-right: 7px;
	vertical-align: top;
}
.connect-with li svg {
	position: static;
	font-size: 28px;
}
.imo-icon-small {
	width: 28px;
}
.corporate-map {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	margin: 10px 0 30px;
}
.hospital-patient-gallery-main .stories p {
	margin-bottom: 2px;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	position: relative;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 10px;
	margin: 10px;
	background: #f1f1f1;
	color: #666;
}
.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	top: calc(50% - 20px);
	border: 0;
	display: block;
	width: 12px;
	height: 21px;
}
.MultiCarousel .leftLst {
	left: 0;
	background: url(../images/arrow-left-big.png) no-repeat;
}
.MultiCarousel .rightLst {
	right: 0;
	background: url(../images/arrow-right-big.png) no-repeat;
}
.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	pointer-events: none;
}
#sliderenquiry {
	width: 328px;
	top: 50%;
	position: fixed;
	margin-top: -215px;
	z-index: 13;
	height: auto;
	left: -285px;
}
#headerenquiry {
	width: 280px;
	position: absolute;
	left: 0;
	border: 1px solid #d8d8d8;
	background: #fff;
	padding: 20px 0 20px 10px;
	border-radius: 3px 0 0 3px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
	min-height: 293px;
	/* max-height: 294px; */
	overflow-y: auto;
	top: 80px;
}
#headerenquiry .mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
#headerenquiry textarea.form-control {
	height: 70px;
}
#sidebar,
#sidebar1 {
	position: absolute;
	top: 120px;
	right: 0;
	cursor: pointer;
}
#headerenquiry .form-group {
	margin-bottom: 5px;
}
#headerenquiry .submit-btn {
	padding: 10px;
	transition: none;
	transform: inherit;
	font-size: 12px;
}
.tags-block ul li {
	display: inline-block;
	color: #ca6f6d;
	width: 30%;
	margin-right: 3%;
	min-height: 40px;
	padding-bottom: 20px;
}
.tags-block ul li a {
	color: #f19694;
}
.error,
.footer-contact-form label.error {
	font-weight: 400;
	text-align: left;
	color: red;
	display: block;
	font-size: 14px;
}
.treat-doct-list,
.treat-hospital-list {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}
.treat-hospital-list a,
.treat-doct-list a {
	line-height: 50px;
}
.btn-border.gp-cost-btn {
	float: none;
}
.video-consult-btn {
	margin-bottom: 15px;
}
.hospital-glance-gallery h3 {
	padding-top: 30px;
	clear: both;
}
.pd-lang-russian #lang-navbar li a {
	font-size: 13px;
}
.pd-lang-russian .top-main-contact .head-email-add {
	font-size: 16px;
}
#lang-navbar .dropdown-menu li.active a {
	color: #fff;
}
.blinking {
	margin-top: 15px; /* animation: blinkingText 2s infinite; */
}
@keyframes blinkingText {
	0% {
		opacity: 1;
		color: #eb9738;
	}
	55% {
		opacity: 1;
		color: #fff;
	}
	100% {
		opacity: 1;
		color: #eb9738;
	}
}
.top-contact-content .social-handles ul li svg {
	margin-right: 5px;
	font-size: 16px;
}
#sliderenquiry .intl-tel-input .flag-dropdown .country-list {
	width: 264px;
}
.pd-lang-arabic strong,
.pd-lang-arabic .strong,
.pd-lang-russian strong,
.pd-lang-russian .strong {
	font-weight: 600;
}
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
.touch .parallax,
.page-header.parallax {
	background-attachment: scroll !important;
}
#lang-navbar .nav.navbar-nav li li {
	display: block;
}
.procedure-img-cure {
	margin-bottom: 10px;
}
.near-something .global-read-more-btn,
.near-something .global-read-more-btn:hover,
.pd-lang-arabic .near-something .global-read-more-btn,
.pd-lang-arabic .near-something .global-read-more-btn:hover {
	padding: 7px 55px 7px 10px !important;
	line-height: 1.5;
}
.comment-form h3 .hosp-dtl-review-doc-name {
	font-size: 20px;
	color: #0b559b;
	font-weight: 500;
	display: inline-block;
}
.video-container-embed {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 4px;
}
.others-common .video-container-embed {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	height: inherit;
	overflow: hidden;
	margin-bottom: 4px;
}
.video-container-embed iframe,
.video-container-embed object,
.video-container-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.py-0 {
	padding: 0;
}
a.head-email-add img {
	width: 32px;
}
body.modal-open {
	overflow: hidden;
}
@media (min-width: 992px) {
	.news-wrapper .news-block .item.col-md-4:nth-child(3n + 1) {
		clear: both;
	}
	.pd-lang-russian .address-info .global-read-more-btn,
	.pd-lang-russian .address-info .global-read-more-btn:hover,
	.pd-lang-russian .address-info .global-read-more-btn:focus {
		padding: 9px 58px 8px 5px;
		width: 100%;
	}
}
@media (min-width: 1300px) {
	#register-form {
		padding-right: 10%;
	}
	.container {
		max-width: 1300px;
	}
}
@media (min-width: 1200px) {
	.main-homepage-slider .item img {
		height: 550px;
		width: 100%;
		object-fit: cover;
	}
	.doctors-single {
	}
	.col-lg-3.top-contact-content {
		width: 29%;
	}
	.col-lg-7.top-contact-content {
		width: 53.33%;
	}
}
@media (min-width: 1281px) and (max-width: 1350px) {
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		padding: 0 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.main-homepage-slider .owl-caption .container {
		text-align: center;
		padding-top: 40px;
	}
	.social-handles li a,
	.top-main-contact ul li {
		padding: 0 1px;
	}
}
@media (min-width: 1200px) and (max-width: 1280px) {
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		color: #fff;
		padding: 0 5px;
		font-size: 13px;
	}
	.patients-single:nth-child(2n) {
		padding: 0 0 0 1%;
	}
	.patients-single:nth-child(2n + 1) {
		padding: 0 1% 0 0;
	}
	.pd-lang-arabic .patients-single:nth-child(2n + 1) {
		padding: 0 0 0 1%;
	}
	.pd-lang-arabic .patients-single:nth-child(2n) {
		padding: 0 1% 0 0;
	}
	.doctors-speak .doctors-imgb {
		margin-right: 10px;
	}
	p.likes span {
		margin-left: 6px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-homepage-slider .item img {
		height: 350px;
		width: 100%;
		object-fit: cover;
	}
	.hospitals-procedures-block {
		padding: 40px 0;
	}
	.appointment-details h6 span {
		display: block;
		margin-top: 10px;
	}
	.doctor-detail-page .thumb {
		width: 37%;
	}
	.doctor-detail-page .detail {
		width: 61%;
	}
	.doctor-detail-page .actions .global-read-more-btn {
		margin-right: 10px;
	}
	.wellness-hospital-list-main .btn-small {
		width: auto;
	}
	.hospital-list .accrediation {
		width: 100%;
		float: left;
		text-align: left;
	}
	.doctor-results .hospital-list .hospital-brief {
		width: 68%;
	}
	.doctor-results .hospital-list .thumb {
		width: 30%;
	}
	.filter-leftside {
		width: 25%;
	}
	.list-center {
		width: 50%;
	}
	.hospital-list .hospital-brief {
		width: 100%;
	}
	.hospital-list .thumb {
		width: 100%;
	}
	.ads-rightside {
		width: 25%;
	}
	#lang-navbar {
		padding: 0;
	}
	.search-bar h6 {
		text-align: left;
	}
	.slider-search-bar {
		width: 100%;
	}
	.main-homepage-slider .owl-caption .container {
		padding-top: 100px;
	}
	.main-homepage-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
		padding-bottom: 150px;
	}
	.hospital-single .hospital-imgb .hospital-reviews + img {
		min-height: 380px;
	}
	.hospital-single .hospital-txtb {
		padding: 25px;
	}
	.hospital-single .hospital-imgb,
	.hospital-single .hospital-txtb {
		width: 49%;
	}
	.main-mega-menu .navbar-collapse.collapse {
		/* padding-left: 160px; */
	}
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		padding: 0 6px;
		font-size: 13px;
	}
	.top-contact-content .social-handles ul li svg {
		margin-right: 4px;
	}
	.top-contact-strip ul {
		padding-left: 0;
	}
	.main-mega-menu .navbar-collapse.collapse {
		/* padding-left: 160px; */
	}
	.navbar-medical {
		margin-top: 0px;
	}
	.navbar-medical li {
		/* height: 0px; */
	}
	.patients-single:nth-child(2n) {
		width: 100%;
		padding: 0 0 0 140px;
	}
	.patients-single:nth-child(2n + 1) {
		width: 100%;
	}
	.pd-lang-arabic .patients-single:nth-child(2n + 1) {
		padding: 0 0 0 140px;
	}
	.pd-lang-arabic .patients-single:nth-child(2n) {
		padding: 0 0 0 140px;
	}
	.doctors-single {
		/* margin-left: 180px; */
	}
	p.likes span {
		margin-left: 6px;
	}
}
@media (max-width: 991px) {
	.hospital-list .accrediation {
		width: 100%;
		float: left;
		text-align: left;
	}
	.global-read-more-btn-small:hover {
		padding: 7px 70px 6px 10px;
	}
	.ads-rightside {
		width: 100%;
		margin: auto;
		display: block;
		float: none;
		max-width: 400px;
		clear: both;
	}
	.hospital-list .hospital-brief {
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.ads-rightside {
		width: 100%;
		padding-right: 15px;
		padding-top: 30px;
	}
	.list-center {
		width: 100%;
	}
	.filter-leftside {
		width: 100%;
		padding-left: 15px;
	}
	.common-container {
		padding: 0 0 10px 0;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.advertise {
		width: 40%;
	}
	.menu-left {
		width: 60%;
	}
}
@media (min-width: 1000px) and (max-width: 1199px) {
	.advertise {
		width: 28%;
	}
	.menu-left {
		width: 70%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-homepage-slider .item img {
		height: 330px;
		width: 100%;
		object-fit: cover;
	}
	.pd-lang-russian .top-main-contact .head-email-add {
		font-size: 12px;
	}
	.doctor-speak .dspeak-list:nth-child(3n + 1) {
		clear: none;
	}
	.doctor-speak .dspeak-list:nth-child(2n + 1) {
		clear: both;
	}
	.filter-fluid .form-horizontal {
		width: 45%;
	}
	.top-contact-content .social-handles ul li svg {
		margin-right: 4px;
	}
	.hospitals-procedures-block {
		padding: 40px 0;
	}
	.doctor-speak .dspeak-list {
		width: 48%;
		height: auto;
		margin-bottom: 25px;
	}
	.social-share {
		text-align: left;
		margin: 20px 0 10px 0;
	}
	.social-share ul {
		margin: 0;
	}
	.global-read-more-btn.ratingSubmitBlog {
		float: left;
		margin-bottom: 0;
	}
	.news-wrapper .news-block .item.col-md-4:nth-child(2n + 1) {
		clear: both;
	}
	.appointment-details h6 span {
		display: block;
		margin-top: 10px;
	}
	.login-form::before {
		display: none;
	}
	.form-container h2 {
		margin-bottom: 15px !important;
		margin-top: 15px;
	}
	.global-read-more-btn.register-form {
		margin-top: 10px !important;
	}
	#register-form {
		padding: 0 20%;
	}
	#register-form .form-field {
		margin-bottom: 0 !important;
	}
	#register-form .form-field .form-control {
		margin-bottom: 10px;
	}
	#register-form .form-field .customselectbox .form-control {
		margin-bottom: 0;
	}
	.content-page.services-page-wrapper .ads-rightside {
		width: 33%;
		display: inline-block;
	}
	.hospital-facility {
		border-left: none;
		padding-left: 0;
	}
	.doctor-hospital-info {
		border-left: none;
		padding-left: 0;
	}
	.doctor-detail-page .actions .global-read-more-btn {
		margin-right: 10px;
	}
	.near-hospital {
		width: 100%;
	}
	.global-read-more-btn.global-rela-treat-btn,
	.global-read-more-btn.global-rela-treat-btn:hover {
		font-size: 14px !important;
		padding: 7px 53px 7px 8px !important;
	}
	.hospital-list .thumb {
		width: 100%;
	}
	.doctor-results .hospital-list .thumb {
		width: 24%;
	}
	.btn-border.gp-cost-btn {
		margin-right: 0;
	}
	.search-bar h6 {
		text-align: left;
	}
	.slider-search-bar {
		width: 100%;
	}
	.main-homepage-slider .owl-caption .container {
		padding-top: 50px;
	}
	.main-homepage-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
		padding-bottom: 150px;
	}
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		color: #fff;
		padding: 0 10px;
		font-size: 13px;
	}
	.top-main-contact ul li a {
		padding: 0 2px;
	}
	.top-contact-strip .top-main-contact ul {
		margin-bottom: 0px;
	}
	.top-contact-strip ul {
		padding-left: 0;
	}
	.main-mega-menu .navbar-collapse.collapse {
		/* padding-left: 160px; */
		margin-left: auto;
		text-align: right;
	}
	.navbar-medical {
		/* margin-top: 20px; */
	}
	.navbar-medical li {
		height: 50px;
	}
	.hospital-single .hospital-imgb .hospital-reviews + img {
		min-height: 300px;
	}
	.hospital-single .hospital-txtb {
		padding: 20px;
	}
	.hospital-single .hospital-imgb,
	.hospital-single .hospital-txtb {
		width: 48%;
	}
	.patients-single:nth-child(2n) {
		width: 100%;
		padding: 0 0 0 40px;
	}
	.patients-single:nth-child(2n + 1) {
		width: 100%;
		padding: 0 0 0 40px;
	}
	.pd-lang-arabic .patients-single:nth-child(2n + 1) {
		padding: 0 0 0 40px;
	}
	.pd-lang-arabic .patients-single:nth-child(2n) {
		padding: 0 0 0 40px;
	}
	.doctors-single {
		margin-left: 80px;
	}
	.footer .online-consultation .skype-consult,
	.footer .online-consultation .whatsapp-consult {
		font-size: 16px;
	}
	.footer .online-consultation .skype-consult img,
	.footer .online-consultation .whatsapp-consult img {
		height: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.speak-page .patient-pic iframe {
		height: auto;
		width: auto;
	}
	.ytvideo.pos-rel {
    height: 240px !important;
    width: 100%;
    background-position: center;
    background-size: cover;
}
	.pd-lang-arabic .customselectbox select{
    background: url(../images/arrow-down.png) no-repeat left center #fff !important;
    background-position: 10px !important;
}
	.pd-lang-arabic #ratingSubmitDoctor .col-sm-6 {
    width: 100% !important;
}
	.filter-fluid .form-horizontal {
		width: 100%;
		margin-right: 0;
	}
	.enq-btn {
		display: none;
	}
	.footer-company {
		padding-right: 0;
	}
	#lang-navbar .dropdown-menu > .active > a,
	#lang-navbar .dropdown-menu > .active > a:focus,
	#lang-navbar .dropdown-menu > .active > a:hover {
		background-color: #337ab7 !important;
	}
	.nav_options_sub::before {
		box-shadow: none;
	}
	.nav_options_sub {
		top: 0;
		overflow: auto;
		height: 90%;
		background-color: #fff;
		display: none;
		position: relative;
		padding: 10px;
	}
	.advertise {
		width: 100%;
		float: left;
		border-left: none;
		padding-left: 0;
	}
	.menu-left {
		width: 100%;
		padding: 0px;
	}
	#lang-navbar .navbar-nav .open .dropdown-menu {
		position: absolute;
		background-color: #f8f8f8;
	}
	.work-subhead-main,
	.work-head-main,
	.news-head-main,
	.news-subhead-main {
		text-align: center;
	}
	.doctor-speak .dspeak-list {
		width: 100%;
		min-height: auto;
		margin-bottom: 25px;
	}
	.social-share {
		text-align: left;
		margin: 20px 0 10px 0;
	}
	.social-share ul {
		margin: 0;
	}
	.global-read-more-btn.ratingSubmitBlog {
		float: left;
		margin-bottom: 0;
	}
	#ratingSubmitNews .form-field.text-align-right {
		text-align: center;
	}
	.side-news .text-align-right {
		text-align: center !important;
	}
	.news-wrapper h1 {
		font-size: 26px;
	}
	.address li {
		width: 100%;
	}
	.appoint .appointment-details .global-read-more-btn {
		margin: 0 0 10px;
		width: auto;
		float: none;
		padding: 9px 60px 8px 15px;
		font-size: 13px;
		display: inline-block;
	}
	.appoint .appointment-details {
		float: none;
		text-align: left;
		margin-left: 0;
		width: 100%;
	}
	#form .form-field {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	#form .form-field .form-control {
		margin-bottom: 10px;
	}
	#form .form-field .customselectbox .form-control {
		margin-bottom: 0;
	}
	#form .form-field .customselectbox {
		margin-bottom: 10px;
	}
	.global-read-more-btn.register-form {
		margin-top: 10px !important;
	}
	#register-form .form-field {
		margin-bottom: 0 !important;
	}
	#register-form .form-field .form-control {
		margin-bottom: 10px;
	}
	#register-form .form-field .customselectbox .form-control {
		margin-bottom: 0;
	}
	#login-form .btn-text.forgotbtn {
		text-align: center;
	}
	.form-container h2 {
		margin-bottom: 15px !important;
		margin-top: 15px;
	}
	.form-container {
		padding: 20px 0 !important;
	}
	.login-form {
		padding: 0 !important;
	}
	.login-form::before {
		display: none;
	}
	#ambulance .global-read-more-btn {
		float: left;
		margin: 10px 0 30px;
	}
	.checkbox-cus {
		width: 100% !important;
	}
	.doctor-hospital-info {
		clear: both;
	}
	.custom-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.hospital-facility {
		border-left: none;
		padding-left: 0;
	}
	#ratingSubmitDoctor .form-field.text-align-right .global-read-more-btn.ratingSubmitDoctor {
		float: left;
	}
	#ratingSubmit .global-read-more-btn.ratingSubmit,
	.global-read-more-btn.ratingSubmitDiagnostics,
	.global-read-more-btn.ratingSubmitHomecare,
	.global-read-more-btn.ratingSubmitWellness,
	.global-read-more-btn.ratingSubmitMedicine {
		float: left;
	}
	.near-something .global-read-more-btn {
		float: left;
		clear: both;
	}
	.address-info .map-hospital {
		height: 250px;
	}
	.ads-rightside-doctor-detail {
		max-width: 400px;
		margin: 0 0 30px 0;
	}
	.tab-info .nav-tabs > li {
		width: 100%;
	}
	.doctor-hospital-info {
		border-left: none;
		padding-left: 0;
		margin-top: 15px;
	}
	.doctor-detail-page .detail {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.doctor-detail-page .thumb {
		width: 180px;
	}
	.doctor-results .hospital-list .thumb {
		width: 180px;
	}
	.hospital-list .thumb {
		width: 100%;
	}
	.doctor-results .hospital-list .hospital-brief {
		width: 100%;
		margin: 15px 0 0 0;
	}
	#lang-navbar {
		padding-top: 7px;
	}
	#lang-navbar .nav.navbar-nav li {
		text-align: center;
		display: inline-block;
	}
	#lang-navbar .nav.navbar-nav {
		width: 100%;
		text-align: center;
		float: left !important;
	}
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		color: #fff;
		padding: 0 3px;
		font-size: 12px;
	}
	.news-wrapper .text-align-right {
		text-align: left;
	}
	.footer {
		padding: 30px 0 20px 0;
	}
	.how-it-works-news {
		margin-bottom: 0;
	}
	.navbar-default .navbar-brand {
		/* margin-top: 10px!important; */
		/* padding: 0 10px 10px 12px; */
		/* width: 100px; */
	}
	.patients-speak,
	.doctors-speak {
		padding: 20px 0px;
	}
	.patients-speak .patients-single {
		width: 100% !important;
		padding: 0 15px !important;
	}
	.conditional-padding {
		padding: 0px;
	}
	.slider-search-bar {
		height: auto;
	}
	.most-popular-searches a {
		margin: 0 5px 0 0;
	}
	.top-main-contact .dropdown-menu.call-support-menu li {
		text-align: left;
	}
	.top-main-contact ul li {
		font-size: 13px;
	}
	.dropdown-menu.call-support-menu {
		width: 310px !important;
	}
	.top-main-contact .dropdown-menu li {
		font-size: 12px;
	}
	.search-bar h6 {
		text-align: left;
	}
	.hospital-info .hospital-logo {
		width: 100px;
		height: 100px;
		float: left;
	}
	.hospital-info h1 {
		font-size: 14px;
		padding: 0 0 64px 15px;
	}
	.hospital-pic {
		max-height: 300px;
		min-height: 100px;
	}
	.hospital-pic img {
		max-height: 300px;
	}
	.tab-info ul {
		padding-left: 0;
	}
	.breadcrumb ul {
		padding-left: 0;
	}
	.body {
		padding-top: 0 !important;
	}
	.top-main-contact {
		text-align: center;
	}
	.top-contact-strip ul {
		margin: 0;
		text-align: center;
	}
	.top-main-contact ul li {
		margin-bottom: 10px;
	}
	.social-handles {
		margin: 10px 0;
	}
	.navbar-header {
	}
	.main-mega-menu .navbar-toggle {
		margin-top: 12px;
	}
	.slider-search-bar {
		width: 100%;
		/* display: none; */
	}
	.hospitals-procedures-block {
		padding: 15px;
	}
	.hospitals-tab.tab .nav-tabs {
		top: -87px;
	}
	.hospital-single .hospital-imgb .hospital-reviews + img {
		min-height: auto;
	}
	.hospital-single .hospital-txtb {
		margin: 0 0 20px;
		padding: 15px;
	}
	.hospitals-tab .owl-next,
	.hospitals-tab .owl-prev {
		background-color: #fff !important;
	}
	.hospital-single .hospital-imgb,
	.hospital-single .hospital-txtb {
		width: 100%;
	}
	.patients-single:nth-child(2n) {
		width: 100%;
		padding: 0 0 0 40px;
	}
	.patients-single:nth-child(2n + 1) {
		width: 100%;
		padding: 0 0 0 40px;
	}
	.pd-lang-arabic .patients-single:nth-child(2n + 1) {
		padding: 0 0 0 40px;
	}
	.pd-lang-arabic .patients-single:nth-child(2n) {
		padding: 0 0 0 40px;
	}
	.footer-copyright,
	.copyright-text {
		text-align: center;
	}
	.main-homepage-slider .owl-caption .container {
		text-align: center;
		padding-top: 60px;
	}
	.main-homepage-slider.owl-carousel .owl-item img {
		height: 300px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.form-container {
		padding: 30px 0;
	}
	.btn-text.forgotbtn {
		text-align: center;
	}
	#register-form {
		margin-top: 20px;
	}
	.login-form::before {
		display: none;
	}
	.address-info .global-read-more-btn {
		max-width: 280px;
	}
	.main-homepage-slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
		padding-bottom: 220px;
	}
	.slider-search-bar {
		/* height: 220px; */
	}
	.footer .online-consultation {
		top: -60px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top-main-contact .dropdown-menu {
		left: auto;
		right: -50px;
	}
	.tab .nav-tabs li a {
		font-size: 15px;
	}
	.tab .nav-tabs li a span {
		font-size: 10px;
	}
	.tab .nav-tabs li a {
		min-width: auto;
		margin-right: 0;
	}
	.tab .nav-tabs li {
		width: 49%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 510px) {
	.wellness-hospital-list-main .global-read-more-btn:nth-child(2) {
		margin-right: 32px;
	}
}
@media only screen and (max-width: 639px) {
	.blog-item .bar span {
		padding: 0 10px;
		margin-right: 0;
	}
	.appointment-details h6 span {
		padding-left: 0 !important;
		display: block;
	}
	#form .form-field.append1 .btn.btn-danger.remove {
		float: left !important;
		margin-bottom: 10px;
	}
	#form .form-field.append1 .btn.btn-primary.add {
		float: left !important;
		margin-bottom: 10px;
	}
	.form-field.append1 .form-control {
		width: 100% !important;
	}
	.form-field.append1 .btn.btn-primary.add {
		float: left !important;
		margin-bottom: 10px;
	}
	.hospital-brief .action .global-read-more-btn:nth-child(3) {
		margin-right: 40px;
	}
	.pd-lang-arabic .hospital-brief .action .global-read-more-btn:nth-child(3) {
		margin-right: 0;
	}
	.doctors-single {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.patients-speak .patients-imgb {
		margin-right: 0;
	}
	.patients-single,
	.doctors-single {
		margin-bottom: 25px;
		margin-top: 0;
	}
	.patients-speak .patients-txtb,
	.doctors-speak .doctors-txtb {
		width: 100%;
	}
	.doctors-speak .doctors-imgb {
		width: 100%;
	}
	.doctors-speak .doctors-imgb {
		margin: 0;
	}
	.doctors-txtb {
		padding-left: 20px;
	}
	.doctors-imgb iframe {
		height: 220px;
	}
	.footer .online-consultation .skype-consult,
	.footer .online-consultation .whatsapp-consult {
		font-size: 14px;
	}
	.footer .online-consultation .skype-consult img,
	.footer .online-consultation .whatsapp-consult img {
		height: 22px;
	}
	.main-homepage-slider .owl-caption .container {
		padding-top: 30px;
	}
	.pd-lang-arabic .main-homepage-slider .owl-caption .container {
		padding-top: 50px;
	}
	.main-homepage-slider.owl-theme .owl-nav .owl-prev,
	.main-homepage-slider.owl-theme .owl-nav .owl-next {
		padding: 10px 7px;
	}
	.main-homepage-slider .owl-caption .container .owl-caption-btn {
		font-size: 15px;
		padding: 7px 10px;
		white-space: normal;
	}
	.main-homepage-slider .owl-caption .container p {
		margin-bottom: 10px;
		padding: 0;
		font-size: 14px;
	}
	.main-homepage-slider.owl-carousel .owl-item img {
		height: 260px;
		object-fit: cover;
	}
	.slider-search-bar {
		/* position: fixed; */
		/* z-index: 99; */
		/* top: 0; */
		/*background: rgba(12,87,156,1);*/
		/* background:rgba(12,87,156,1) url(../images/doc-bg.png) center 100% no-repeat; */
	}
	.tab .nav-tabs li a {
		min-width: auto;
		margin-right: 0;
	}
	.actions a {
		margin-bottom: 0px;
	}
	.detail-page {
		margin-top: 20px;
	}
	.nav-tabs li {
		margin-bottom: 5px;
	}
	.comment-form h3 strong {
		margin-left: 0;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 599px) {
	.specialities-block .item {
		border-right: 0;
	}
}
@media only screen and (max-width: 479px) {
	.hospitals-tab.tab .nav-tabs {
	}
	.actions .btn-container.global-read-more-btn {
		padding-right: 58px;
		padding-left: 8px;
	}
	.action a,
	.action a {
		clear: both;
		float: left !important;
	}
	.top-main-contact img {
		width: 19px;
	}
	.top-main-contact .dropdown-menu {
		left: auto;
		right: 0;
	}
	.call-support-menu li span {
		float: none;
		display: block;
	}
	.pd-lang-russian .top-main-contact .head-email-add {
		font-size: 12px;
	}
	.top-main-contact .dropdown-menu.call-support-menu li {
		text-align: right;
	}
	.dropdown-menu.call-support-menu {
		width: 230px !important;
		min-width: 230px;
	}
	.navbar-header .navbar-brand img {
		width: 100px;
	}
	.specialities-block {
		margin-bottom: 160px;
	}
	.global-read-more-btn:hover {
		padding: 9px 60px 8px 20px;
	}
}
.success_message {
	color: green;
}
.error_message {
	color: red;
}
#patientsSpeakOwl .patients-single .patients-imgb img {
	object-fit: cover;
}
@media (min-width: 1500px) {
	.main-homepage-slider-wrapper .owl-carousel .owl-item img {
		max-height: 680px;
		object-fit: cover;
	}
}
.navbar-default #lang-navbar .navbar-nav > .open > a,
.navbar-default #lang-navbar .navbar-nav > .open > a:focus,
.navbar-default #lang-navbar .navbar-nav > .open > a:hover {
	background-color: transparent;
	color: #fff;
}
.hospital-facility ul {
	margin-bottom: 10px;
}
.pd-lang-arabic .slider-search-bar .form-control {
	font-size: 15px;
}
.pd-lang-arabic .most-popular-searches label {
	float: right;
}
.pd-lang-arabic .hospital-detail-page .tab-info .owl-stage {
	float: right;
}
.pd-lang-arabic .doctors-list-slider-horizontal .item img {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}
.pd-lang-arabic .sidebar {
	text-align: right;
}
.comment-form h3 > strong + span {
	clear: both;
}
.pd-lang-arabic .blog-content {
	text-align: right;
}
.pd-lang-arabic .hospital-page .hospital-gallery-wellness {
	text-align: right;
}
.pd-lang-arabic .hospital-facility ul li {
	display: inline-block;
	width: 100%;
	clear: both;
}
.pd-lang-arabic .hospital-facility ul li > svg,
.pd-lang-arabic .hospital-facility ul li > span {
	float: right;
	margin-left: 5px;
}
.pd-lang-arabic .hospital-gallery-outer,
.pd-lang-arabic .diagnostics-video-wrap {
	text-align: right;
}
.pd-lang-arabic .comment-form h3 .hosp-dtl-review-doc-name {
	float: right;
	margin-left: 7px;
	line-height: 1.6;
}
.pd-lang-arabic .hospital-detail-page .doctor-list-slider-main {
	text-align: right;
	clear: both;
}
.pd-lang-arabic .hospital-detail-page .doctor-list-slider-main .doctors-list-slider {
	direction: rtl;
}
.pd-lang-arabic .near-hospital {
	float: right;
}
.pd-lang-arabic .hospital-brief ul li span {
	padding-left: 5px;
	padding-right: 0;
	float: right;
	direction: rtl;
}
.pd-lang-arabic .news-detail-main .arabic-right {
	float: right;
	text-align: right;
}
.pd-lang-arabic .news-detail-main .arabic-left {
	float: left;
	text-align: right;
}
.pd-lang-arabic .news-block ul li {
	float: right;
}
.pd-lang-arabic .doctors-single {
	padding-right: 0;
	padding-left: 0;
	/* margin-right: 30px; */
}
.pd-lang-arabic .patients-speak .patients-txtb p {
	padding-right: 25px;
	padding-left: 0;
}
.pd-lang-arabic .patients-speak .patients-txtb .svg-inline--fa {
	left: auto;
	right: 0;
	margin-right: 0;
	margin-left: 10px;
	position: relative;
}
.pd-lang-arabic .patients-speak .patients-txtb .visiting-for {
	padding-right: 0;
}
.pd-lang-arabic .panel-default .panel-heading .panel-title a {
	font-size: 15px;
}
.pd-lang-arabic .dir-rtl {
	direction: rtl;
}
.pd-lang-arabic #login-form .forgotbtn {
	text-align: right;
}
.pd-lang-arabic #forgot-form .loginbtn {
	text-align: right;
}
.pd-lang-arabic .hospital-features ul li,
.pd-lang-arabic .hospital-reviews ul li {
	font-size: 16px;
}
.pd-lang-arabic .list-center.speciality .tab-info .tab-content .global-read-more-btn {
	clear: both;
	float: left;
}
.pd-lang-arabic .list-center.speciality .tab-info ul li {
	float: right;
}
.pd-lang-arabic .list-center.speciality .tab-info .tab-content .content-page {
	float: right;
	text-align: right;
}
.pd-lang-arabic .hospitals-procedures-block .owl-theme .owl-nav {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.pd-lang-arabic #sliderenquiry #qui_country {
	font-size: 14px;
}
.pd-lang-arabic .action .btn-border {
	margin: 0 0 15px 5px;
}
.pd-lang-arabic .ads p {
	font-size: 18px;
}
.pd-lang-arabic .hospital-list .hospital-logo {
	left: auto;
	right: 5px;
}
.pd-lang-arabic .ads.menu-ads .btn-ads {
	font-size: 17px;
}
.pd-lang-arabic .footer .footer-company p,
.pd-lang-arabic .footer ul li a {
	font-size: 16px;
}
.pd-lang-arabic .ci-helpline-num img {
	width: 22px;
}
.pd-lang-arabic .main-mega-menu #navbar .navbar-medical li .caret {
	float: left;
	margin-top: 11px;
	margin-left: 0;
	margin-right: 4px;
}
.pd-lang-arabic .menu-left .owl-next {
	margin-right: -50px !important;
}
body.pd-lang-arabic,
body.pd-lang-arabic .navbar-medical li,
body.pd-lang-arabic .top-main-contact ul li,
body.pd-lang-arabic .slider-search-bar label,
body.pd-lang-arabic .specialities-block p,
body.pd-lang-arabic .procedures-single p,
body.pd-lang-arabic .tab .nav-tabs li a span body.pd-lang-arabic .hospital-single p,
body.pd-lang-arabic .patients-speak p,
body.pd-lang-arabic .search-bar label,
body.pd-lang-arabic .breadcrumb ul li,
body.pd-lang-arabic .post-title h5,
body.pd-lang-arabic .filter label,
body.pd-lang-arabic .form-control,
body.pd-lang-arabic .user-info p {
	font-size: 18px;
	text-align: right;
}
body.pd-lang-arabic .global-read-more-btn,
body.pd-lang-arabic .global-read-more-btn-small,
body.pd-lang-arabic ul.sub-hints a.btn-text,
body.pd-lang-arabic a.btn-text {
	font-size: 15px;
}
body.pd-lang-arabic .hospital-facility li:last-child {
	font-size: 14px;
}
body.pd-lang-arabic .doctor-hospital-info h5,
body.pd-lang-arabic .post-title h5,
body.pd-lang-arabic .address-info p,
body.pd-lang-arabic p span,
body.pd-lang-arabic .comment-form h3 strong,
body.pd-lang-arabic h3 span,
body.pd-lang-arabic .hospital-facility li {
	font-size: 17px;
}
body.pd-lang-arabic .tab-info .tab-pane p span,
body.pd-lang-arabic .tab-info .tab-pane p {
	font-size: 17px !important;
}
body.pd-lang-arabic .hospitals-tab.tab .nav-tabs {
	top: -117px;
}
body.pd-lang-arabic .tab .nav-tabs li a,
body.pd-lang-arabic .footer h5,
body.pd-lang-arabic .news-block .btn-large,
body.pd-lang-arabic .search-bar h6,
body.pd-lang-arabic .main-homepage-slider .owl-caption .container p,
body.pd-lang-arabic .sidebar-account h6,
body.pd-lang-arabic .address-info h3 {
	font-size: 22px;
}
body.pd-lang-arabic .contact-detail h4 {
	font-size: 17px;
}
body.pd-lang-arabic .tab .tab-content h3,
body.pd-lang-arabic h2,
body.pd-lang-arabic .hospital-info h1 {
	font-size: 24px;
	text-align: right;
}
.top-header-wrapper .top-contact-strip > .container-fluid,
.main-mega-menu .navbar .container-fluid {
	/* max-width: 1300px; */
}
body.pd-lang-arabic .slider-search-bar,
body.pd-lang-arabic .slider-search-bar input,
body.pd-lang-arabic .tab.hospitals-tab,
body.pd-lang-arabic .tab .nav-tabs li.partner-hospitals a,
body.pd-lang-arabic .tab .nav-tabs li.hospital-procedures a,
body.pd-lang-arabic .news-wrapper,
body.pd-lang-arabic .how-it-works-wrapper,
body.pd-lang-arabic .footer,
body.pd-lang-arabic .search-bar,
body.pd-lang-arabic .search-bar input,
body.pd-lang-arabic .hospital-listing-page h2,
body.pd-lang-arabic .tab-info,
body.pd-lang-arabic .comments,
body.pd-lang-arabic .doc-desk-main,
body.pd-lang-arabic .doctor-hospital-info,
body.pd-lang-arabic .doctor-detail-page .detail,
body.pd-lang-arabic .hospital-detail-page .actions,
body.pd-lang-arabic .hospital-glance-gallery,
body.pd-lang-arabic .detail-page.doctor-detail-page .actions,
body.pd-lang-arabic .doctorspeak-listing-page .list-center,
body.pd-lang-arabic .contact-wrapper,
body.pd-lang-arabic .account-container,
body.pd-lang-arabic .content-page.services-page-wrapper {
	text-align: right;
}
body.pd-lang-arabic .tab .nav-tabs li.partner-hospitals a,
body.pd-lang-arabic .tab .nav-tabs li.hospital-procedures a {
	background-position: 98% 13px !important;
	padding-left: 20px;
	padding-right: 60px;
}
body.pd-lang-arabic input.form-control[type="file"] {
	text-align: left !important;
}
body.pd-lang-arabic #ambulance .checkbox-cus input {
	margin: 4px 0 0 10px;
	float: right;
}
body.pd-lang-arabic #uploadfiles {
	text-align: left;
}
body.pd-lang-arabic .account-links.sidebar-inner .svg-inline--fa {
	float: left;
}
body.pd-lang-arabic .user-info.sidebar-inner p {
	width: 100%;
}
body.pd-lang-arabic #login-form .form-check .form-check-label input,
body.pd-lang-arabic #register-form .form-check .form-check-label input {
	margin: 0 0 0 10px;
	float: right;
}
body.pd-lang-arabic #login-form .form-check .form-check-label,
body.pd-lang-arabic #register-form .form-check .form-check-label {
	text-align: right;
	float: right;
}
body.pd-lang-arabic #qui_mobile_code {
	font-size: 14px;
}
body.pd-lang-arabic .connect-with {
	left: auto;
	right: 160px;
}
body.pd-lang-arabic .contact-detail .svg-inline--fa {
	right: 0;
	left: auto;
}
body.pd-lang-arabic .contact-detail {
	padding: 0 25px 10px 0;
}
body.pd-lang-arabic .selecthospital select,
body.pd-lang-arabic .selecthospital {
	text-align: right;
	padding-right: 25px;
}
body.pd-lang-arabic .doctor-detail-page .thumb {
	float: right;
	margin-left: 2%;
	margin-right: 0;
}
body.pd-lang-arabic .hospital-page .nav-tabs > li {
	float: right;
}
body.pd-lang-arabic .breadcrumb ul {
	clear: both;
	display: inline-block;
	width: 100%;
}
body.pd-lang-arabic .breadcrumb ul li {
	float: right;
	text-align: right;
}
body.pd-lang-arabic .breadcrumb ul li a::after {
	left: -3px;
	right: auto;
}
body.pd-lang-arabic .filter {
	text-align: right;
}
body.pd-lang-arabic .patients-speak .patients-imgb {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
body.pd-lang-arabic .patients-speak .patients-txtb,
body.pd-lang-arabic .doctors-speak .doctors-txtb {
	text-align: right;
}
body.pd-lang-arabic .patients-single,
body.pd-lang-arabic .doctors-single {
	float: right;
}
body.pd-lang-arabic .doctors-speak .doctors-imgb {
	/* float: right; */
	/* margin-top: -30px; */
	/* margin-right: -30px; */
	/* margin-left: 17px; */
	/* box-shadow: none; */
}
body.pd-lang-arabic .patients-txtb .global-sub-read-more-btn {
	float: right;
}
body.pd-lang-arabic .doctors-single .doctors-txtb {
	padding-left: 20px;
	padding-right: 20px;
}
body.pd-lang-arabic .hospital-list .hospital-brief {
	float: right;
	text-align: right;
}
body.pd-lang-arabic .hospital-list .hospital-brief h3::before {
	right: 0;
	left: auto;
}
body.pd-lang-arabic .hospital-list .hospital-brief .action .btn-border {
	float: right;
}
.pd-lang-arabic .filters-wrapper .panel-title > a,
.pd-lang-arabic .filters-wrapper .panel-title > a:active {
	padding: 5px 5px 5px 5px !important;
}
.pd-lang-arabic .filters-wrapper .panel-heading a::before {
	float: left;
}
.pd-lang-arabic .filters-wrapper .panel-body .form-check input[type="checkbox"] {
	right: 0;
	left: auto;
}
.pd-lang-arabic .filters-wrapper .form-check input {
	margin: 0 0 0 10px;
}
.pd-lang-arabic .filters-wrapper .panel-body .form-check {
	padding-left: 0;
	padding-right: 20px;
}
.pd-lang-arabic #department_search {
	text-align: right;
}
.pd-lang-arabic .hospital-listing-page h2 svg {
	float: right;
	margin-top: 13px;
	margin-left: 5px;
}
.pd-lang-arabic .filters-wrapper .panel-default .panel-heading {
	display: inline-block;
	width: 100%;
}
.pd-lang-arabic .form-field .form-control {
	text-align: right;
}
.pd-lang-arabic .form-field select.form-control {
	padding-right: 25px;
}
.pd-lang-arabic .form-field .form-control#pro_image {
	text-align: left;
}
.pd-lang-arabic #pd_procedure_form_container .form-field label {
	float: right;
}
.pd-lang-arabic .slider-search-bar .container > .row > .col-sm-6 {
	float: right;
}
.pd-lang-arabic #lang-navbar .navbar-nav > li {
	float: right;
}
.pd-lang-arabic .top-contact-content ul li svg {
	margin-right: 0;
	float: right;
	margin-left: 10px;
}
.pd-lang-arabic .hospital-list .thumb {
	margin-right: 0;
	margin-left: 2%;
	float: right;
}
.pd-lang-arabic .hospital-list .hospital-brief {
	margin-right: 0;
	margin-left: 2%;
}
.pd-lang-arabic .before_login_section a .svg-inline--fa.fa-user {
	font-size: 14px;
}
.pd-lang-arabic .top-lang-bar #lang-navbar .dropdown-toggle .caret {
	margin-left: 0;
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}
.pd-lang-arabic .top-main-contact ul li a .caret {
	margin-left: 0;
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}
.pd-lang-arabic .top-main-contact li {
	margin-left: 8px;
}
.pd-lang-arabic .top-main-contact ul li a {
	padding-right: 5px;
	float: left;
}
.pd-lang-arabic .doctor-results .hospital-list .hospital-brief {
	margin: 0;
}
.pd-lang-arabic .address-info,
.pd-lang-arabic .near-something {
	margin-bottom: 30px;
	text-align: right;
}
.pd-lang-arabic #lang-navbar .nav.navbar-nav {
	float: left !important;
}
.pd-lang-arabic .top-contact-content {
	float: right;
	text-align: right;
}
.pd-lang-arabic .top-contact-content .social-handles {
	text-align: right;
}
.pd-lang-arabic .social-handles li,
.pd-lang-arabic .top-main-contact ul li {
	list-style-type: none;
	display: inline-block;
	float: right;
	line-height: 1;
}
.pd-lang-arabic .top-contact-strip .top-main-contact ul li a img,
.pd-lang-arabic .top-contact-strip .top-main-contact ul li a .fa-skype {
	float: right;
}
.pd-lang-arabic .main-mega-menu .navbar-header {
	float: right;
}
.pd-lang-arabic .main-mega-menu #navbar {
	float: left;
}
.pd-lang-arabic .main-mega-menu #navbar .navbar-medical li {
	float: right;
}
.pd-lang-arabic .hospital-single .hospital-imgb,
.pd-lang-arabic .hospital-single .hospital-txtb {
	float: right;
	width: 44%;
}
.pd-lang-arabic .how-it-works-news .col-sm-6.col-md-6 {
	float: right;
}
.pd-lang-arabic .footer .col-md-5.col-sm-6,
.pd-lang-arabic .footer .col-md-3,
.pd-lang-arabic .footer .col-md-4 {
	float: right;
}
.pd-lang-arabic .filter-leftside,
.pd-lang-arabic .list-center,
.pd-lang-arabic .ads-rightside {
	padding-right: 15px;
	padding-left: 15px;
	float: right;
}
.pd-lang-arabic .hospital-page .col-sm-4.col-md-4.col-lg-3 {
	float: right;
}
.pd-lang-arabic .hospital-detail-page .hospital-info h1 {
	padding: 0px;
	padding: 37px 20px 50px 0;
}
.pd-lang-arabic .hospital-detail-page .hospital-info {
	float: right;
	padding-right: 20px;
	padding-left: 0;
}
.pd-lang-arabic .doctor-detail-page > .row > .col-md-8 {
	float: right;
}
.pd-lang-arabic .news-block img {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.pd-lang-arabic #navOptionsSub .owl-item {
	text-align: right;
}
.pd-lang-arabic #navOptionsSub ul.sub-hints li img {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 5px;
}
.pd-lang-arabic p.likes {
	left: 0;
	right: auto !important;
}
.pd-lang-arabic p.likes svg {
	margin-bottom: 3px;
}
.pd-lang-arabic .hospital-detail-page .hospital-info h1 {
	/* width: calc(100% - 130px); */
	text-align: right;
	float: left;
}
.pd-lang-arabic .hospital-info .hospital-logo {
	float: right;
}
.pd-lang-arabic .top-main-contact .dropdown-menu.call-support-menu li {
	font-size: 14px;
}
.pd-lang-arabic .top-main-contact ul li .dropdown-toggle {
	padding-left: 0;
}
.pd-lang-arabic .news-img {
	text-align: right;
	float: right;
	clear: both;
}
.pd-lang-arabic .doctor-speak .dspeak-list {
	float: right;
	margin: 0 0 2% 2%;
}
.pd-lang-arabic .address li svg {
	left: auto;
	right: 0;
	margin: 0 0 0 10px;
}
.pd-lang-arabic .address li {
	padding-right: 30px;
	padding-left: 0;
}
.pd-lang-arabic #customer-chat-iframe {
	right: auto !important;
	left: 50px;
}
.pd-lang-arabic #detect_location {
	float: left;
	margin-right: 3px;
}
.pd-lang-arabic #detect_location .fa-map-marker-alt {
	float: right;
	margin: 4px 0 0 3px;
}
.pd-lang-arabic .top-contact-content ul li svg.svg-inline--fa.fa-skype.fa-w-14 {
	margin-left: 2px;
	margin-right: 5px;
}
.pd-lang-arabic .head-email-add {
	/* font-size: 14px; */
	/* line-height: 33px; */
	vertical-align: middle;
}
.pd-lang-arabic .nav_options_sub a {
	font-weight: 700;
	font-size: 18px;
}
.pd-lang-arabic .head-email-add.ci-helpline-num img {
	margin-top: 7px;
	margin-left: 6px;
}
.pd-lang-arabic input[type="file"] {
	font-size: 13px !important;
}
.pd-lang-arabic ul.sub-hints a {
	font-weight: 400;
	font-size: 15px;
	text-align: right;
	padding-right: 0px !important;
}
.pd-lang-arabic ul.sub-hints a.btn-text {
	font-weight: 500;
	font-size: 18px !important;
}
.pd-lang-arabic .account-container #form input {
	font-size: 15px;
}
.pd-lang-arabic .tab .nav-tabs li a span {
	font-size: 18px;
	font-weight: 300;
}
.pd-lang-arabic .blog-page .search .form-field .submit {
	right: auto;
	font-size: 18px;
	left: 0;
	border-radius: 4px 0 0 4px;
}
.pd-lang-arabic .blog-page .search .form-field #searchValue {
	padding-left: 60px;
	padding-right: 12px;
}
.pd-lang-arabic .recent-post .post_thumb {
	float: right;
	padding-right: 0;
	padding-left: 10px;
}
.pd-lang-arabic .blog-item .bar {
	clear: both;
	display: inline-block;
	width: 100%;
}
.pd-lang-arabic .blog-item .bar span {
	margin-right: 0;
	margin-left: 20px;
	float: right;
	line-height: 1.2;
}
.pd-lang-arabic .blog-item .bar span svg {
	margin-right: 0;
	margin-left: 10px;
	float: right;
}
.pd-lang-arabic .patients-speak .patients-txtb p,
.pd-lang-arabic .doctors-speak .doctors-txtb p {
	font-size: 16px !important;
}
.detail-page.doctor-detail-page .detail p {
	font-size: 14px;
}
.detail-page.doctor-detail-page .detail h4 {
	font-size: 18px;
	margin-bottom: 0px;
}
.imgvideo {
	cursor: pointer;
}
.playbutton {
	background: url(../images/iconfinder-youtube.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 8;
}
.ytvideo {
	margin: 0;
	padding: 0;
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	z-index: 0;
	top: 0 !important;
}
.pd-lang-arabic .ytvideo {
	background-position: right;
}
.inner-page .ytvideo {
	background-position: center;
}
.pos-rel {
	position: relative;
}
#pinBoot-gallery .ytvideo {
	position: absolute;
	height: 250px !important;
}
.ytvideo iframe {
	border-style: none;
	height: 100%;
	width: 100%;
}
.ytvideo .seo {
	display: none;
}
#doctorsSpeakOwl .ytvideo {
	background-size: cover;
}
@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
.blink-image {
	-moz-animation: blink normal 2s infinite ease-in-out;
	-webkit-animation: blink normal 2s infinite ease-in-out;
	-ms-animation: blink normal 2s infinite ease-in-out;
	animation: blink normal 2s infinite ease-in-out;
}
li.top-margin {
	margin-top: 7px;
}
.pd-lang-arabic .blinking {
	margin-top: 1px;
	/*animation: blinkingText 2s infinite;*/
}
.col-lg-3.top-contact-content.top-menu-right {
	width: 24%;
}
.col-lg-7.top-contact-content.top-menu-center {
	width: 59%;
}
.dis-nav-none {
	display: none;
}
@media (min-width: 992px) {
	.pd-lang-arabic .news-wrapper.blog-wrapper .col-md-9.col-sm-12 {
		float: right;
	}
	.pd-lang-arabic .account-container > .container > .col-md-3 {
		float: right;
	}
}
@media (min-width: 768px) {
	.pd-lang-arabic .col-sm-push-4 {
		left: 0;
	}
	.pd-lang-arabic .col-sm-pull-8 {
		right: 0;
	}
	.pd-lang-arabic .main-mega-menu .navbar-collapse.collapse#navbar {
		padding-right: 200px;
		padding-left: 0;
		float: none;
	}
	.enq-btn-mobile {
		display: none;
	}
	.pd-lang-arabic .footer-copyright .col-sm-6 {
		text-align: right;
		float: right;
	}
	.pd-lang-arabic .search-bar h6 {
		text-align: left;
	}
	.pd-lang-arabic #pd_search_form > .container > .row > .col-sm-3 {
		float: right;
	}
	.pd-lang-arabic #pd_search_form > .container > .row > .col-sm-4 {
		float: right;
	}
}
@media (max-width: 1280px) {
	.top-main-contact .svg-inline--fa.fa-w-14 {
		width: 16px !important;
		height: auto;
		vertical-align: middle;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.pd-lang-arabic .top-contact-content {
		padding: 0 15px;
	}
	.pd-lang-arabic .navbar-medical {
		margin-top: 40px;
	}
	.pd-lang-arabic .top-contact-content,
	.pd-lang-arabic .top-main-contact {
		text-align: left;
	}
	.pd-lang-arabic .top-contact-strip .top-main-contact > ul {
		display: inline-block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pd-lang-arabic .top-contact-content,
	.pd-lang-arabic .top-main-contact {
		text-align: right;
	}
	.pd-lang-arabic .top-contact-strip .top-main-contact > ul {
		display: inline-block;
		margin-bottom: 0;
	}
	div#lang-navbar {
		float: left;
		width: 100%;
		margin: 0;
	}
	.col-lg-3.top-contact-content.top-menu-right {
		width: 100%;
	}
	.col-lg-7.top-contact-content.top-menu-center {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#headerenquiry {
		bottom: 36px;
		max-height: 80vh;
		min-height: auto;
	}
	#sidebar,
	#sidebar1 {
		top: auto;
		right: 0;
		bottom: 0;
	}
	#sliderenquiry {
		top: auto;
		margin-top: 0;
		bottom: 0;
	}
	.enq-btn-mobile {
		width: 206px;
		position: fixed;
		left: 0;
		bottom: -6px;
	}
	.pd-lang-arabic .doctor-hospital-info {
		float: right;
		width: 100%;
	}
	.pd-lang-arabic #customer-chat-iframe,
	#customer-chat-iframe {
		right: 0 !important;
		left: auto !important;
		top: auto !important;
		position: fixed !important;
		bottom: 0 !important;
	}
	.pd-lang-arabic .search-bar h6 {
		text-align: right;
	}
	.pd-lang-arabic #ambulance .global-read-more-btn {
		float: right;
	}
	.pd-lang-arabic .appoint .appointment-details {
		float: right;
		text-align: right;
	}
	.pd-lang-arabic .near-something .global-read-more-btn {
		float: right;
		clear: both;
	}
	.pd-lang-arabic .hospital-page .col-sm-4.col-md-4.col-lg-3 {
		float: none;
	}
	body.pd-lang-arabic .tab .tab-content h3,
	body.pd-lang-arabic h2,
	body.pd-lang-arabic .hospital-info h1 {
		font-size: 18px;
	}
	.pd-lang-arabic .how-it-works-news .col-sm-6.col-md-6 {
		float: left;
		width: 100%;
	}
	.pd-lang-arabic .hospital-single .hospital-imgb,
	.pd-lang-arabic .hospital-single .hospital-txtb {
		width: 100%;
	}
	.pd-lang-arabic .top-contact-content {
		float: left;
		text-align: center;
		width: 100%;
	}
	.pd-lang-arabic .social-handles li,
	.pd-lang-arabic .top-main-contact ul li {
		list-style-type: none;
		display: inline-block;
		float: none;
	}
	.pd-lang-arabic #lang-navbar .navbar-nav > li {
		float: none;
		vertical-align: top;
	}
	.pd-lang-arabic .navbar.top-lang-bar li a,
	.pd-lang-arabic .top-main-contact ul li a {
		font-size: 12px;
	}
	.pd-lang-arabic .main-mega-menu .navbar-toggle {
		float: left;
	}
	.pd-lang-arabic .main-mega-menu .navbar-header {
		float: right;
		width: 100%;
		padding: 0 0 0 20px;
	}
	.pd-lang-arabic .navbar-default .navbar-brand {
		float: right;
	}
	body.pd-lang-arabic .hospitals-tab.tab .nav-tabs {
		top: -87px;
	}
	a.menu-backbtn {
		position: relative;
		cursor: pointer;
		z-index: 999999999999999;
		color: #eb9738;
		font-size: 14px;
		margin-left: 10px;
		display: block;
		margin-bottom: 10px;
	}
	div#navbar {
		padding: 0px;
	}
	div#lang-navbar {
		float: left;
		width: 100%;
		margin: 0;
	}
	.top-contact-content,
	.top-main-contact {
		text-align: right;
		float: left;
		width: 100%;
	}
	.col-lg-3.top-contact-content.top-menu-right {
		width: 100%;
	}
	.col-lg-7.top-contact-content.top-menu-center {
		width: 100%;
	}
	.top-menu-center li {
		height: 27px;
		float: none;
	}
	.top-menu-center ul {
		margin: 0;
		text-align: center;
		width: 100%;
		float: left;
	}
	.top-menu-center ul li {
		float: none;
	}
	.dropdown-menu li {
		height: auto;
	}
	.dis-nav-none {
		display: block;
	}
	.top-contact-strip {
		background: #00539f;
		padding: 1px 0;
	}
}
.hospital-patient-gallery-main .owl-carousel .ytvideo {
	background-size: contain;
	position: relative;
}
.ytvideo[data-video] iframe {
	top: 0;
	left: 0;
	height: calc(100%+500px);
	width: 100% !important;
	max-width: 100%;
}
@media (min-width: 640px) and (max-width: 768px) {
	.pd-lang-arabic .fixed-header + .clearfix {
		margin-top: 215px !important;
	}
}
@media (max-width: 639px) {
	.pd-lang-arabic .fixed-header + .clearfix {
		margin-top: 213px !important;
	}
	body.pd-lang-arabic .main-homepage-slider .owl-caption .container p {
		font-size: 17px;
	}
	.navbar-medical li {
		font-size: 14px;
		color: #000;
		height: 40px;
		padding: 5px;
		list-style: none;
		display: inline-block;
		font-weight: 500;
		cursor: pointer;
		width: 100%;
		border-bottom: 1px solid #000;
		border-top: 0 !important;
	}
	ul.sub-hints li {
		border-bottom: 0;
	}
	.search-i img {
		float: right;
		margin-top: 19px;
		width: 33px;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 6px;
		margin-right: 8px;
	}
	.navbar-header:lang(ar) {
		padding: 0 !important;
	}
	.navbar-header:lang(ar) .search-i img {
		float: left;
	}
	.all-search-bar {
		display: none;
		position: fixed;
		z-index: 999;
		top: 0;
		height: 100%;
		background: rgba(12, 87, 156, 1) url(../images/doc-bg.png) center 100% no-repeat;
	}
	.breadcrumb {
		margin-top: 26px;
	}
	.breadcrumb:lang(ar) {
		margin-top: 0;
	}
	.pd-lang-arabic .top-main-contact li:lang(ar) {
		margin-left: 2px;
	}
	li.top-margin.ar-top:lang(ar) {
		margin: 0 0 0 2px;
	}
	.imo-w:lang(ar) {
		margin: 0;
	}

	iframe {
		width: 100%;
		height: auto;
	}
	table {
		width: 100% !important;
	}
	h1 {
		font-size: 30px;
		word-break: break-word;
	}
	div#hospital-gallery div {
		width: 100% !important;
		min-height: auto;
	}
	article {
		height: auto;
	}
	.near-hospital {
		width: 45%;
		margin-right: 0;
		margin-left: 5%;
		/*min-height: 212px;*/
	}
	.hospital-patient-gallery-main .owl-carousel .ytvideo {
		background-size: contain;
	}
	.hospital-page .owl-theme .owl-nav,
	.menu-left .owl-theme .owl-nav {
		position: absolute;
		top: 27%;
		width: 95%;
		left: 0;
		z-index: 1;
	}
	.others-common .hospitals-procedures-block .owl-theme .owl-nav {
		top: 2px;
		right: 7px;
		z-index: 8;
	}
}
@media (max-width: 479px) {
	body.pd-lang-arabic .hospitals-tab.tab .nav-tabs {
		top: -168px;
	}
	body.pd-lang-arabic .head-email-add.blinking.ci-helpline-num {
		font-size: 13px;
	}
	.pd-lang-arabic .action a {
		clear: both;
		float: right !important;
	}
	.pd-lang-arabic .fixed-header + .clearfix {
		margin-top: 179px !important;
	}
}
span.multiselect-native-select {
	position: relative;
}
span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.multiselect-container .input-group {
	margin: 5px;
}
.multiselect-container > li {
	padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
	font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
	cursor: pointer;
}
.multiselect-container > li > a {
	padding: 0;
}
.multiselect-container > li > a > label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
	margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
	margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
	margin-left: -20px;
	margin-right: 0;
}
input[type="file"] {
	padding: 0 !important;
}
textarea {
	resize: vertical;
}
.comment-form form {
	margin-top: 30px;
	display: block;
}
input.global-read-more-btn {
	cursor: pointer;
}
.btn-small {
	font-size: 14px;
}
.btn-border {
	background: 0;
	color: #0b559b;
	border: 1px solid #0b559b;
	font-weight: 500;
	height: 40px;
	display: inline-block;
	width: auto;
	padding: 0 15px;
	line-height: 38px;
	border-radius: 0;
	font-size: 14px;
}
.btn-border:hover {
	background: #0b559b;
	color: #fff !important;
}
.btn-large {
	width: 50%;
	height: 60px;
	font-size: 16px;
	min-width: 210px;
}
.btn-ads {
	width: auto;
	position: absolute;
	bottom: 10px;
	left: 12%;
	margin: 0;
	font-size: 16px;
}
.video-consult-btn {
	background: url(../images/skype.jpg) no-repeat #00adef 5px center;
	font-size: 14px;
	color: #fff;
	padding: 10px 15px 10px 80px;
	display: inline-block;
}
.video-consult-btn:hover {
	color: #fff;
	font-weight: 500;
}
.actions {
	margin-top: 15px;
	width: 100%;
	display: inline-block;
}
.actions input {
	float: left;
	margin-right: 15px;
}
.actions input,
.actions a:last-child {
	margin: 0;
}
.search-bar .form-control {
	background: #f1f1f1;
	border: 1px solid #fff;
	border-radius: 0;
}
.search-bar .form-group {
	margin-bottom: 0;
	position: relative;
}
.search-bar .main-search-btn {
	margin-top: 24px;
	font-size: 15px;
	margin-bottom: 0;
	padding: 7px 20px;
}
.form-control {
	font-size: 14px;
}
button.multiselect,
.btn-group.open .dropdown-toggle {
	background: 0;
	box-shadow: inherit;
	border: 0;
	padding: 0;
	width: 100%;
}
.btn-group {
	width: 100%;
}
.multiselect-container {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	padding: 5px 0;
	max-height: 220px;
	overflow-y: scroll;
}
.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:focus,
.multiselect-container.dropdown-menu > .active > a:hover {
	background: #f0f0f0;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
	text-transform: initial;
	color: #6183a3;
	font-size: 12px;
}
span.multiselect-selected-text {
	width: 90%;
	display: inline-block;
	text-align: left;
	overflow: -moz-hidden-unscrollable;
	color: #bbb;
}
.multiselect-container.dropdown-menu li a {
	word-wrap: break-word !important;
	white-space: normal;
}
.filter {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
	margin-bottom: 15px;
}
.filter h3 {
	color: #0a559b;
	font-weight: 500;
	position: relative;
}
.filter h3:after {
	content: "";
	background: #e9e9e9;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.form-horizontal {
	margin: 5px 0;
	border-bottom: 1px solid #e9e9e9;
	display: inline-block;
	width: 100%;
}
.filter label {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}
.filter .form-control {
	background: 0;
	border: 0 solid #ccc;
	border-bottom: 2px solid #eee;
	border-radius: 0;
	box-shadow: 0;
}
.multiselect.dropdown-toggle,
.multiselect.dropdown-toggle:hover {
	background: none !important;
}
.selecthospital select,
.selecthospital {
	border: 0;
	font-size: 14px;
	color: #0a559b;
	font-weight: 500;
}
.customselectbox select {
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url(../images/arrow-down.png) no-repeat right center #fff;
	overflow: hidden;
}
.form-field {
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.form-field .form-control {
	min-height: 36px;
	padding: 4px 12px 0;
	font-size: 14px;
	border: 1px solid rgba(0, 83, 159, 0.3);
}
.intl-tel-input input.form-control {
	padding-left: 41px;
}
.comment-section,
.comment-form {
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment-form h3 strong {
	background: #fff;
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px;
	border: 1px solid #e5e5e5;
}
.comments {
	margin-top: 40px;
	clear: both;
}
.reviews {
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
}
.reviews h6 {
	font-size: 14px;
	color: #0b559b;
	margin-bottom: 5px;
}
.reviews h6 span {
	margin-left: 20px;
}
.reviews p.date {
	float: right;
	font-size: 12px;
	color: #7f7f7f;
	margin-top: -20px;
}
.reviews p.date svg {
	margin-right: 10px;
}
.thumbs {
	width: auto;
	display: inline-block;
	background: #fff;
	padding: 0 10px 4px 0;
	margin: 0 0 0 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	line-height: 1.4em !important;
}
.thumbs span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
}
.thumbs span img {
	margin: 0 10px;
}
.thumbs span.like {
	color: #226aa5;
}
.thumbs span.dislike {
	color: #c13934;
}
.rate-thumb {
	float: right;
	margin: 0 20px;
}
.form-container {
	margin: auto;
	background: url(../images/hospitals-procedures-bg.jpg) no-repeat center right;
	padding: 40px 20px;
	position: relative;
	background-size: cover;
}
.form-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
}
.form-container .customselectbox {
	background-color: #fff;
}
.form-container h2 {
	margin-bottom: 30px;
	text-align: center;
}
.form-container .global-read-more-btn {
	margin: 0 auto;
	float: none;
	display: block;
}
.login-form {
	width: 100%;
	margin: 0 auto;
	padding: 0 20%;
	position: relative;
}
.login-form:before {
	content: "";
	position: absolute;
	top: 80px;
	right: 20px;
	width: 1px;
	height: 100%;
	background: #abc0d1;
}
.form-check input {
	margin: 0 10px 0 0;
}
.form-page .nav-tabs {
	border: 0;
	text-align: center;
}
.form-page .nav-tabs li {
	float: none;
	display: inline-block;
	width: 218px;
	position: relative;
	margin-right: 1px;
}
ul.steps {
	background: url(../images/menu.png) no-repeat center 0;
	height: 58px;
	margin-bottom: 20px;
}
ul.steps li a {
	border: 0 !important;
	background: none !important;
	height: 58px;
	font-size: 14px;
	padding-top: 20px;
	color: #ddd;
}
.pay-header {
	background: url(../images/pay.jpg) no-repeat;
	height: 250px;
	margin-bottom: 20px;
}
.checkbox-cus {
	width: 30%;
	float: left;
	margin-top: 10px;
	font-size: 14px;
}
.checkbox-cus input {
	margin: 0 10px 0 0;
}
form p {
	margin-bottom: 5px;
}
.input-group.date.form_date {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
	padding-right: 40px;
}
.input-group.date.form_date .input-group-addon {
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	width: 40px;
}
.input-group.date.form_date .input-group-addon .glyphicon.glyphicon-calendar {
	line-height: 1.2;
}
.clear-field {
	clear: both;
}
#login_modal #register-form {
	padding-right: 0;
}
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.slider.slider-horizontal {
	width: 210px;
	height: 20px;
}
.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #2e6da4;
	margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	padding-top: 4px;
	display: inline-block;
	text-align: center;
}
.slider.slider-horizontal .tooltip {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
	left: initial;
	right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
	margin-left: initial;
	margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
	left: initial;
	right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.slider.slider-vertical {
	height: 210px;
	width: 20px;
}
.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	left: 25%;
	top: 0;
}
.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
	width: 100%;
	left: 0;
	right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
	margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #2e6da4;
	border-right-color: #2e6da4;
	margin-left: 0;
	margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px;
}
.slider.slider-vertical .tooltip {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
	left: initial;
	right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
	left: initial;
	right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-left: initial;
	padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
	background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
	background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);
}
.slider.slider-disabled .slider-track {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
	background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
	cursor: not-allowed;
}
.slider input {
	display: none;
}
.slider .tooltip.top {
	margin-top: -36px;
}
.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
}
.slider .hide {
	display: none;
}
.slider-track {
	position: absolute;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.slider-selection {
	position: absolute;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-selection.tick-slider-selection {
	background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
	background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
	background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
}
.slider-track-low,
.slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #337ab7;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);
	filter: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	border: 0 solid transparent;
}
.slider-handle.round {
	border-radius: 50%;
}
.slider-handle.triangle {
	background: transparent none;
}
.slider-handle.custom {
	background: transparent none;
}
.slider-handle.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: "\2605";
	color: #726204;
}
.slider-tick {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: none;
	opacity: 0.8;
	border: 0 solid transparent;
}
.slider-tick.round {
	border-radius: 50%;
}
.slider-tick.triangle {
	background: transparent none;
}
.slider-tick.custom {
	background: transparent none;
}
.slider-tick.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: "\2605";
	color: #726204;
}
.slider-tick.in-selection {
	background-image: -webkit-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
	background-image: -o-linear-gradient(top, #8ac1ef 0, #82b3de 100%);
	background-image: linear-gradient(to bottom, #8ac1ef 0, #82b3de 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);
	opacity: 1;
}
.panel {
	background: 0;
}
.panel-default .panel-heading {
	border: 0;
	padding: 0;
	color: #0b559b;
	background: 0;
	margin: 0;
}
.panel-default .panel-heading .panel-title a {
	padding: 8px 20px 6px 20px;
	font-size: 14px;
	display: block;
	background: #e2edf4;
}
.panel-default .panel-heading .panel-title a.collapsed {
	background: 0;
	color: #0b559b;
}
.panel-default .panel-heading .panel-title a i {
	float: right;
	margin-right: 20px;
}
.panel-group .panel.panel-default {
	border: 0;
	margin: 0;
}
.panel-default .panel-body {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 2px #ccc;
	border-radius: 0 0 4px 4px;
}
.common-container .panel-body .owl-theme .owl-nav {
	width: 103%;
	top: 40%;
	left: -10px;
}
.faq .panel-default .panel-heading .panel-title a {
	background: #5787aa;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.pin-boot {
	position: relative;
}
.blog-content .pin-boot img {
	margin: 0;
}
.sidebar-account h6 {
	font-size: 16px;
	font-weight: 500;
	color: #0b559c;
}
.sidebar-account h6 svg {
	margin-right: 10px;
}
.sidebar-account ul {
	margin: 0;
	padding: 0 0 15px;
}
.sidebar-account ul li {
	list-style: none;
}
.sidebar-account ul li a {
	padding: 5px 0 5px 28px;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	display: block;
}
.sidebar-account ul li.active a {
	color: #fff;
	background: #0b559c;
}
.user-info {
	display: flex;
}
.user-info img {
	max-width: 100px;
	float: left;
	border: 1px solid #eee;
	margin-right: 10px;
}
.user-info p {
	margin-bottom: 0;
	font-size: 16px;
}
p.example {
	font-size: 10px;
	color: #888;
	margin: 0;
}
p.example span {
	background: yellow;
	font-size: 10px;
}
.appoint {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100% !important;
}
.appoint h3 {
	color: #0b559c;
}
.appoint h3 span {
	display: inline-block;
}
.appoint h4 {
	margin: 0;
	font-weight: 500;
}
.appoint h5 {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	color: #999;
}
.appoint h6 {
	font-weight: 500;
	padding: 15px 0 5px;
	font-size: 15px;
}
.appoint svg {
	margin: 0 15px 0 0;
	font-size: 15px;
}
.appoint p {
	color: #777;
	margin: 0;
}
.appointment-details {
	float: right;
	text-align: right;
	margin-left: 20px;
	width: 54%;
}
.appointment-details h6 {
	font-size: 14px;
	font-weight: 500;
}
.appointment-details h6 span {
	padding-left: 10px;
}
.appointment-details h6 svg {
	margin-right: 10px;
}
ul.tickets li {
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 30%;
}
.reply ul li {
	list-style: none;
	padding: 5px 0;
}
.list-link {
	margin: 20px 0 0 0;
}
.list-link li {
	width: 24%;
	display: inline-block;
	margin-bottom: 10px;
}
.list-link li a {
	background: #f7f7f7;
	padding: 5px 10px;
	display: block;
	width: 90%;
	text-align: center;
	font-weight: 500;
}
.reports {
	position: relative;
}
.download {
	position: absolute;
	right: 15px;
	top: 20px;
}
.reports .item img {
	border: 1px solid #ccc;
}
.appoint p.status {
	margin-top: 6px;
}
.appoint p.status.confirm {
	color: #649c0b;
}
.appoint p.status.pending {
	color: #d27c00;
}
.appoint p.status.cancel {
	color: #c51d07;
}
.appoint .global-read-more-btn {
	margin: 0 0 0 10px;
	width: auto;
	float: right;
	padding: 9px 60px 8px 15px;
	font-size: 13px;
}
.appoint .patient-details {
	margin: 0;
	padding: 0;
}
.patient-details span {
	display: block;
	color: #666;
	font-size: 12px;
}
.admin-entry {
	background-color: #c8e0f0;
}
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}
.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}
.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_inside > .mCSB_container {
	margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
	right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}
.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: 0.3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
}
.searchtitle {
	background: #135795;
	width: 100%;
	padding: 0;
	color: #fff;
	margin-bottom: 5px;
}
.searcedimg {
	width: 30px;
	float: left;
}
.searcht {
	margin-left: 30px;
	width: 95%;
	font-size: 12px;
	display: block;
}
.searchimgbox {
	width: 20px;
	height: 20px;
}
.searchimgbox img {
	width: 100%;
	height: 100%;
}
.searchdetail p {
	font-size: 11px;
}
.ui-corner-all {
	-moz-border-radius: 0;
}
.ui-widget-content {
	border: 0 solid black;
	color: #222;
}
.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
}
.ui-menu {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.ui-autocomplete {
	cursor: default;
	position: absolute;
	width: auto;
}
.ui-menu .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	display: block;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
	background: transparent !important;
	margin-left: 0;
}
.ui-menu .ui-menu-item a:hover {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #111;
	cursor: pointer;
	margin-left: 0;
	background: transparent !important;
}
.ui-widget-content a {
	color: #222;
}
.ui-widget-content a:hover {
	background: transparent !important;
}
ul.pre-load-search {
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 0;
	z-index: 9999999;
	position: relative;
	display: none;
}
ul.pre-load-search li {
	padding: 5px 0;
	list-style: none;
	cursor: pointer;
}
.sprite-icons {
	background: url(../images/sprite-image.png) 0 0;
	display: inline-block;
	float: left;
}
span.icon-value {
	padding-top: 8px;
	display: inline-block;
}
.pd-lang-arabic span.icon-value {
	padding-top: 2px;
	display: inline-block;
}
.phone-top {
	width: 30px;
	height: 31px;
	background-position: 1923px 249px;
}
.skype-top {
	width: 44px;
	height: 27px;
	background-position: 552px 183px;
}
.mail-top {
	width: 35px;
	height: 20px;
	background-position: 389px 249px;
	margin-top: 8px;
}
.call-whats-top {
	width: 31px;
	height: 28px;
	background-position: 625px 33px;
}
.call-imo-top {
	width: 31px;
	height: 28px;
	background-position: 584px 33px;
}
.call-viber-top {
	width: 31px;
	height: 28px;
	background-position: 536px 33px;
}
.call-telleg-top {
	width: 31px;
	height: 28px;
	background-position: 486px 33px;
}
.call-lang-top {
	width: 60px;
	height: 34px;
	background-position: 269px 250px;
}
.pt-04 {
	padding-top: 4px !important;
}
.search-top-m {
	width: 60px;
	height: 56px;
	background-position: 472px 210px;
	float: right;
}
.like-icon {
	width: 45px;
	height: 35px;
	background-position: 150px 177px;
}
.review-icon {
	width: 45px;
	height: 35px;
	background-position: 300px 187px;
}
.awards-icon {
	width: 45px;
	height: 35px;
	background-position: 443px 255px;
}
.time-icon {
	width: 38px;
	height: 21px;
	background-position: 129px 245px;
}
.others-common .ytvideo {
	position: relative;
}
button.navbar-toggle {
	/* background: #00539f!important; */
}
button.navbar-toggle.collapsed {
	background: #f8f8f8 !important;
}
#patientsSpeakOwl .ytvideo {
	background-size: cover;
}
.mob-block {
	display: none;
}
a.close-btn {
	display: none;
}
.before_login_section a {
	margin-top: 4px;
}
#lang-navbar li:last-child {
	margin-top: 0px;
}
img.youtube-play-icon {
	position: absolute;
	left: 46%;
	top: 43%;
	z-index: 99999;
}
@media screen and (max-width: 767px) {

	.pd-lang-arabic  .doctor-detail-page .ytvideo{
    height: 220px !important;
    }
    .detail-page.doctor-detail-page .ytvideo {
    height: 220px !important;
}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
	    flex: 0 0 35% !important;
	    max-width: 35% !important;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
	    flex: 0 0 65% !important;
	    max-width: 65% !important;
	}
	.desk-block {
		/* display: none !important; */
	}
	.patients-speak .owl-theme .owl-nav {
		top: 85%;
	}
	.slider-search-bar .form-control {
		color: #000000;
		box-shadow: none !important;
		background: #fff;
	}
	a.close-btn {
		color: #fff;
		position: absolute;
		right: 2px;
		top: 2px;
		padding: 5px;
		z-index: 99999999;
		border: 1px solid #ccc;
		width: 29px;
		text-align: center;
		display: inline-block;
	}
	.main-homepage-slider-wrapper {
		top: 28px;
	}
	.pd-lang-arabic .hospital-detail-page .hospital-info h1 {
		width: calc(100% - 110px);
	}
	.pd-lang-arabic .hospital-detail-page .hospital-info {
		width: 100%;
	}
	.pd-lang-arabic .hospital-detail-page .hospital-info h1 {
		padding: 20px 20px 34px 0;
	}
	img.youtube-play-icon {
		position: absolute;
		left: 41%;
		top: 34%;
		z-index: 99999;
	}
	.pd-lang-arabic .doctors-single {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
	}
	.others-common .doctors-speak .doctors-imgb {
		width: 100%;
		margin: 0px !important;
		padding: 0 15px !important;
	}
}
/* Accordian */
.accordian_box {
	width: 100%;
}
.accordian_box h2 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 0;
}
.accordian_box h2 a {
	display: block;
	padding: 5px 10px;
	background-color: #00539f;
	color: #ffffff;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	text-align: left;
	padding-left: 20px;
}
.accordian_box h2 a::after {
	content: "+";
	position: absolute;
	text-align: left;
	top: 6px;
	right: 12px;
}
.accordian_box .acc_content {
	line-height: 2;
	font-size: 15px;
	border: #ccc 1px solid;
	padding: 15px;
	margin-bottom: 15px;
}
.accordian_box .active {
	background-color: #eb9738;
}
.acc_content {
	display: none;
}
.accordian_box .active::after {
	content: "-";
	position: absolute;
	top: 5px;
	right: 12px;
}
.cost_centerpage .Knee-replacement {
	width: 100%;
	float: left;
}
.cost_centerpage .cost-about {
	width: 17%;
	float: left;
}
.cost-about h3 {
	font-size: 20px;
}
.cost_centerpage .Knee-replacement .cost-about > h3 {
	display: none;
}
.cost_centerpage .cost-about ul {
	padding: 0;
	margin: 0;
	font-size: 15px;
}
.cost_centerpage .cost-about ul li {
	padding-top: 16px;
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}
.cost_centerpage .cost-about ul li a {
	color: #005897;
	text-decoration: none;
	display: block;
}
.cost_centerpage .cost-right {
	width: 100%;
	float: right;
}
.cost_centerpage .cost-right h1 {
	font-size: 28px;
	font: 700;
}
.cost_centerpage .cost-right p {
	padding-top: 15px;
	font-size: 15px;
}
.cost_centerpage .cost-right ul li {
	line-height: 2;
	padding-top: 15px;
}
.cost_centerpage .cost-right ul li span {
	font-weight: 600;
}
.cost_centerpage .cost_replacement {
	width: 100%;
	float: right;
	margin: 20px 0;
}
.cost_centerpage .cost_replacement .cost_replacement_head {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 20px 0;
	color: #433f3f;
	border-bottom: #0b559b 2px solid;
}
.cost_centerpage .cost_replacement h3 {
	float: left;
	background-color: #0b559b;
	padding: 7px 20px;
	color: #ffffff;
	margin: 0;
}
.cost_centerpage .cost_replacement h2 i {
	font-size: 24px;
	margin-right: 15px;
}
.cost_centerpage .cost_replacement .change button {
	float: right;
	background-color: #0f8ae1;
	padding: 7px;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
}
.table_box {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.cost_centerpage .table_box ul {
	display: table-row;
	background-color: #ffffff;
}
.cost_centerpage .table_box ul li {
	display: table-cell;
	padding: 25px;
	border: 1px solid #d9dada;
	text-align: center;
}
.cost_centerpage .table_box ul li span {
	font-size: 14px;
}
.cost_centerpage .table_box ul li p {
	font-size: 16px;
	padding: 15px 0 0;
	color: #eb9738;
	font-weight: bolder;
}
.cost_replacement .btn {
	width: 100%;
	float: left;
	text-align: center;
	margin: 30px 0;
}
.cost_replacement .btn button {
	padding: 9px 20px;
	font-size: 15px;
	border-radius: 11px;
	border: none;
	cursor: pointer;
	background-color: #eb9738;
	color: #fff;
	font-weight: 600;
}
.cost_Surgery {
	width: 100%;
	float: right;
	padding: 25px 0;
	line-height: 2em;
}
.cost_Surgery iframe {
	margin-right: 15px;
}
.cost_centerpage .cost_Surgery h2 {
	font-size: 22px;
	font-weight: 700;
}
.cost_centerpage .cost_Surgery h3 {
	font-size: 21px;
	font-weight: 700;
	color: #337ab7;
	padding: 40px 0 20px;
}
.cost_centerpage .cost_Surgery p {
	color: #333;
	font-size: 18px;
	line-height: 1.5;
}
.cost_centerpage .cost_Surgery p a {
	text-decoration: none;
	color: #337ab7;
	font-style: italic;
}
.cost_centerpage .cost_Surgery p a span {
	color: #000;
}
.cost_centerpage .cost_Surgery ul {
	padding: 15px 0;
}
.cost_centerpage .cost_Surgery ul li {
	line-height: 1.9;
	padding: 5px 0;
}
.cost_centerpage .second_div {
	width: 100%;
	float: right;
	padding: 25px 3px 0 0;
}
.cost_centerpage .second_div .accordian_box h2 a {
	font-weight: 400;
	text-align: left;
	padding-left: 20px;
}
.cost_centerpage .second_div h2 {
	text-align: center;
	font-size: 22px;
	padding: 0 0;
	text-align: right;
}
.cost_centerpage .second_div ul {
	padding: 5px 0;
}
.cost_centerpage .second_div ul li {
	padding: 5px 0;
}
.cost_centerpage .second_div ul li p {
	color: #333;
	line-height: 1.9;
}
.cost_centerpage .second_div ul li p span {
	font-weight: 600;
}
.cost_centerpage .second_div p a {
	text-decoration: none;
	color: #337ab7;
}
/* .cost_centerpage .second_div .treatment { font-size: 16px; margin: 20px 0 40px; color: #433f3f; display: flex; border-bottom: #0b559b 2px solid; } */
.cost_centerpage .second_div .treatment h3 {
	font-size: 22px;
	font-weight: 700;
	padding: 7px 20px 7px 0;
	color: #0b559b;
	margin: 0;
}
.cost_centerpage .row {
	width: 100%;
	float: right;
	margin: 20px 0;
}
.cost_centerpage .row .left-side {
	width: 48%;
	float: left;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 2px 2px rgba(104, 104, 104, 0.2);
}
.cost_centerpage .row .left-side .nopad {
	background-color: #00539f;
	padding: 21px;
	height: 155px;
}
.cost_centerpage .row .left-side .nopad h2 {
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
}
.cost_centerpage .row .left-side .nopad h4 {
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}
.cost_centerpage .row .left-side .nopad ul li {
	width: 20%;
	float: left;
	list-style-type: none;
	text-align: center;
}
.cost_centerpage .row .left-side .nopad ul li a {
	font-size: 10px;
	color: #337ab7;
	text-decoration: none;
}
.cost_centerpage .row .left-side .top-doctor {
	clear: both;
	padding-top: 20px;
}
.cost_centerpage .row .left-side .top-doctor ul {
	margin: 10px;
}
.cost_centerpage .row .left-side .top-doctor ul li {
	min-height: 180px;
	list-style-type: none;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 15px;
	display: flex;
}
.cost_centerpage .row .left-side .top-doctor ul li img {
	padding: 10px;
	width: 150px;
	height: 150px;
}
.cost_centerpage .row .left-side .top-doctor ul li > a {
	width: 150px;
	height: 150px;
	display: contents;
}
.cost_centerpage .row .left-side .top-doctor ul li .heading {
	margin-top: 10px;
	margin-left: 10px;
}
.cost_centerpage .row .left-side .top-doctor ul li .heading h3 {
	font-weight: 400;
	font-size: 17px;
}
.cost_centerpage .row .left-side .top-doctor ul li .heading h3 a {
	text-decoration: none;
	color: #0b559b;
	border-bottom: 1px solid #0b559b;
}
.cost_centerpage .row .left-side .top-doctor ul li .heading p {
	font-size: 14px;
	color: #433f3f;
	line-height: 1.8;
	margin-bottom: 10px;
}
.cost_centerpage .row .right-side {
	width: 48%;
	float: left;
	margin-left: 4%;
	padding: 10px;
	background-color: #ffffff;
	box-shadow: 0 0 2px 2px rgba(104, 104, 104, 0.2);
}
.cost_centerpage .row .right-side .hospital {
	background-color: #00539f;
	padding: 21px;
	height: 155px;
}
.cost_centerpage .row .right-side .hospital h2 {
	text-align: center;
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
}
.cost_centerpage .row .right-side .hospital h2 img {
	display: inline-block;
	margin-right: 8px;
	max-height: 22px;
}
.cost_centerpage .row .right-side .hospital h4 {
	text-align: center;
	padding: 20px 0;
	color: #ffffff;
}
.cost_centerpage .row .right-side .hospital ul li {
	width: 20%;
	float: left;
	list-style-type: none;
	text-align: center;
}
.cost_centerpage .row .right-side .hospital ul li a {
	font-size: 10px;
	color: #337ab7;
	text-decoration: none;
}
.cost_centerpage .row .right-side .top-hospital {
	clear: both;
	padding-top: 20px;
}
.cost_centerpage .row .right-side .top-hospital ul {
	margin: 10px;
}
.cost_centerpage .row .right-side .top-hospital ul li {
	min-height: 180px;
	list-style-type: none;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-top: 15px;
	display: flex;
}
.cost_centerpage .row .right-side .top-hospital ul li img {
	padding: 10px;
	width: 150px;
	height: 150px;
}
.cost_centerpage .row .right-side .top-hospital ul li > a {
	width: 150px;
	height: 150px;
	display: contents;
}
.cost_centerpage .row .right-side .top-hospital ul li .heading1 {
	margin-top: 10px;
	margin-left: 10px;
}
.cost_centerpage .row .right-side .top-hospital ul li .heading1 h3 {
	font-weight: 400;
	font-size: 17px;
}
.cost_centerpage .row .right-side .top-hospital ul li .heading1 a {
	text-decoration: none;
	color: #0b559b;
	border-bottom: 1px solid #0b559b;
}
.cost_centerpage .row .right-side .top-hospital ul li .heading1 p {
	font-size: 14px;
	color: #433f3f;
	line-height: 1.8;
	margin-bottom: 10px;
}
.cost_centre_main h2 {
	font-size: 28px;
}
.cost_centre_main p {
	font-size: 15px;
	text-align: left;
}
.cost_centre_main .cost-item {
	margin: 20px 0;
	clear: both;
}
.cost_centre_main .cost-item h4 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	padding: 8px 0 20px;
}
.cost_centre_main .cost-item ul {
	margin: 0;
	padding: 20px;
	color: #433f3f;
	margin-top: 10px;
	float: left;
	width: 100%;
	clear: both;
}
.cost_centre_main .cost-item ul li {
	font-size: 16px;
	list-style-type: none;
	line-height: 1.9;
	font-weight: bolder;
	padding: 7px 0 7px;
	text-align: center;
	border: #ccc 1px solid;
	margin-right: 20px;
	float: left;
	width: 23%;
	min-height: 68px;
	background-color: #ffffff;
}
.cost_centre_main .cost-item ul li span {
	color: #000000;
	line-height: 1.9;
	display: block;
	font-size: 14px;
	font-weight: lighter;
}
.cost_centre_main .cost-item ul li:nth-of-type(n + 5) {
	display: none;
}
.cost_centre_main .cost-item h4 {
	color: #0a559b;
}
.cost_centre_main ul.sub-hints a {
	font-weight: 600;
	padding: 6px;
}
/* .cost_centre_main .cost-item ul li button{float:right} */
.cost_centre_main .cost-item ul li {
	color: #ffffff;
	background-color: #eb9738;
}
.cost_centre_main ul.sub-hints a {
	color: #ffffff;
	background-color: #eb9738;
}
.cost_centre_main button {
	color: #fff;
	background-color: #0a559b;
	border-color: #0a559b;
	border: 1px solid;
	padding: 8px;
	margin-top: 10px;
}
.cost_centre_main .showlist ul li:nth-of-type(n + 5) {
	display: inline-block;
}
/* .cost_centre_main button:hover{color:#ffffff;background-color:#eb9738;} */
.infocontainer {
	width: 100%;
	float: left;
}
.infocontainer .treatment {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 20px 0;
	color: #433f3f;
	border-bottom: #0b559b 2px solid;
}
.infocontainer .treatment h3 {
	float: left;
	background-color: #0b559b;
	padding: 7px 20px;
	color: #ffffff;
	margin: 0;
}
.infocontainer .treatment h4 {
	float: right;
	font-size: 15px;
	padding-top: 9px;
	color: #000000;
	margin: 0;
}
.infocontainer .price-tag {
	width: 40%;
	text-align: right;
	float: left;
	margin: 20px 0;
}
.infocontainer .price-tag h4 {
	font-weight: 400;
	color: #433f3f;
}
.infocontainer .froms,
.cost_replacement .froms {
	width: 100%;
	float: left;
}
.infocontainer .froms h4,
.cost_replacement .froms h4 {
	font-weight: 400;
	font-size: 14px;
}
.infocontainer .froms ul,
.cost_replacement .froms ul {
	min-width: 166px;
	float: left;
	margin: 0;
	border: #ccc 1px solid;
	background-color: #ffffff;
	padding: 20px;
	margin-right: 20px;
	color: #433f3f;
	margin-top: 10px;
}
.infocontainer .froms ul li,
.cost_replacement .froms ul li {
	color: #eb9738;
	font-size: 16px;
	list-style-type: none;
	line-height: 1.9;
	font-weight: bolder;
	padding: 7px 0 7px;
	text-align: center;
}
.infocontainer .froms ul li span,
.cost_replacement .froms ul li span {
	color: #000000;
	line-height: 1.9;
	display: block;
	font-size: 14px;
	font-weight: lighter;
}
.infocontainer .froms p,
.cost_replacement .froms p {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-weight: 400;
	color: #433f3f;
	font-size: 15px;
	font-weight: 400;
}
.infocontainer .froms p span,
.cost_replacement .froms p span {
	color: #000000;
	font-size: 14px;
}
.infocontainer .hotel {
	width: 60%;
	float: left;
	font-size: 20px;
	margin: 20px 0;
	color: #433f3f;
}
.infocontainer .heading {
	width: 40%;
	float: left;
	margin: 20px 0;
}
.infocontainer .heading h4 {
	font-weight: 400;
	color: #433f3f;
	text-align: right;
}
.infocontainer .cost-label {
	width: 100%;
	float: left;
}
.infocontainer .cost-label h4 {
	font-weight: 400;
	font-size: 14px;
}
.infocontainer .cost-label ul {
	min-width: 166px;
	float: left;
	margin: 20px 0;
	border: #ccc 1px solid;
	background-color: #ffffff;
	padding: 20px;
	margin-right: 20px;
	color: #433f3f;
}
.infocontainer .cost-label ul li {
	color: #433f3f;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.9;
}
.infocontainer .cost-label ul li span {
	color: #999999;
	line-height: 1.9;
	display: block;
	font-size: 12px;
}
.infocontainer .cost-label p {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-weight: 400;
	color: #433f3f;
	font-size: 14px;
}
.infocontainer .food {
	width: 60%;
	float: left;
	font-size: 20px;
	margin: 20px 0;
	color: #433f3f;
}
.infocontainer .costing {
	width: 40%;
	float: left;
	margin: 20px 0;
}
.infocontainer .costing h4 {
	font-weight: 400;
	color: #433f3f;
}
.infocontainer .food-package {
	width: 100%;
	float: left;
}
.infocontainer .food-package h4 {
	font-weight: 400;
	font-size: 14px;
}
.infocontainer .food-package ul {
	min-width: 166px;
	float: left;
	margin: 20px 0;
	border: #ccc 1px solid;
	background-color: #ffffff;
	padding: 20px;
	margin-right: 20px;
	color: #433f3f;
}
.infocontainer .food-package ul li {
	color: #433f3f;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.9;
}
.infocontainer .food-package ul li span {
	color: #999999;
	line-height: 1.9;
	display: block;
	font-size: 12px;
}
.infocontainer .food-package p {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-weight: 400;
	color: #433f3f;
	font-size: 14px;
}
.infocontainer .UPPERCASE {
	width: 60%;
	float: left;
	font-size: 20px;
	margin: 20px 0;
	color: #433f3f;
}
.infocontainer .cost {
	width: 40%;
	float: left;
	margin: 20px 0;
}
.infocontainer .cost h4 {
	font-weight: 400;
	color: #433f3f;
}
.infocontainer .day h4 {
	padding: 10px 0;
	width: 60%;
	float: left;
	font-weight: 400;
	font-size: 14px;
}
.infocontainer .uppercase2 {
	width: 60%;
	float: left;
	font-size: 20px;
	margin: 20px 0;
	color: #433f3f;
}
.infocontainer .misc-cost {
	width: 40%;
	float: left;
	margin: 20px 0;
}
.infocontainer .misc-cost h4 {
	font-weight: 400;
	color: #433f3f;
}
.infocontainer .expense p {
	padding: 10px 0;
	float: left;
	color: #433f3f;
	font-size: 14px;
}
.infocontainer .last-part {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 20px 0;
	color: #433f3f;
	border-bottom: #0b559b 2px solid;
}
.infocontainer .last-part h3 {
	float: left;
	background-color: #0b559b;
	padding: 7px 20px;
	color: #ffffff;
	margin: 0;
}
.infocontainer .last-part p {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-weight: 400;
	color: #433f3f;
	font-size: 14px;
}
.right_cost_Center {
	width: 80%;
	float: right;
}
@media (max-width: 767px) {
	.cost_centerpage .cost-about,
	.right_cost_Center,
	.cost_centerpage .row .left-side,
	.cost_centerpage .row .right-side {
		width: 100%;
		float: none;
		clear: both;
	}
	.cost_centerpage .row .right-side {
		margin-left: 0;
		margin-top: 4%;
	}
	.cost_centre_main .cost-item ul {
		padding: 0;
	}
	.cost_centre_main .cost-item ul li {
		width: 100%;
		height: inherit;
		vertical-align: middle;
		min-height: inherit;
	}
	.arabic_lang .cost_centre_main .cost-item ul li {
		margin-right: 0;
	}
	.cost_centre_main .cost-item ul li {
		padding: 0;
	}
	.cost_centre_main .cost-item ul li:nth-of-type(n + 4) {
		display: none;
	}
	.cost_centre_main .showlist ul li:nth-of-type(n + 4) {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.second_div {
		padding: 0;
	}
	.accordian_box h2 a {
		padding-right: 20px;
	}
	.cost_centerpage .row .left-side .top-doctor ul {
		height: inherit;
	}
	.cost_centerpage .cost-right h1 {
		margin-top: 15px;
	}
	.cost_centerpage .second_div {
		padding: 0;
	}
	.cost_centerpage .row .right-side .top-hospital ul li {
		margin-top: 10px;
	}
	.cost_Surgery iframe {
		margin-top: 15px;
		height: 225px;
	}
}
.infocontainer .froms p:nth-of-type(1) {
	font-weight: bold;
	margin-bottom: 0;
}
.arabic_lang .infocontainer .froms p:nth-of-type(1) {
	font-weight: bold;
	margin-bottom: 0;
}
.cost_replacement .froms p:nth-of-type(1) {
	font-weight: bold;
}
.infocontainer .froms h3,
.infocontainer .froms h2,
.infocontainer .froms h4 {
	clear: both;
}
.cost_replacement .froms h3,
.cost_replacement .froms h2,
.cost_replacement .froms h4 {
	clear: both;
}
.infocontainer .froms p span,
.cost_replacement .froms p span {
	font-weight: lighter;
}
.arabic_lang .cost_centerpage .second_div .treatment h3 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost-about {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost_replacement h3 {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms ul,
.arabic_lang .cost_replacement .froms ul {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .treatment h3 {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms p,
.arabic_lang .cost_replacement .froms p {
	float: right;
	text-align: right;
	direction: rtl;
	font-weight: 400;
}
.arabic_lang .infocontainer .last-part h3 {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .left-side {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost-about ul li a {
	text-align: right;
	direction: rtl;
	display: block;
}
.arabic_lang .right_cost_Center {
	float: left;
	direction: rtl;
	text-align: right;
}
.arabic_lang .infocontainer .froms ul li,
.arabic_lang .cost_replacement .froms ul li {
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms ul li span,
.arabic_lang .cost_replacement .froms ul li span {
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms ul li,
.arabic_lang .cost_replacement .froms ul li {
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms ul li span,
.arabic_lang .cost_replacement .froms ul li span {
	text-align: right;
	direction: rtl;
}
.arabic_lang .infocontainer .froms p span,
.arabic_lang .cost_replacement .froms p span {
	text-align: right;
	direction: rtl;
	font-weight: 300;
}
.arabic_lang .cost_centerpage .second_div .treatment h3 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .second_div .accordian_box h2 a {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .second_div h2 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .accordian_box h2 a::after {
	left: 12px;
}
.arabic_lang .cost_centerpage .cost_Surgery h2 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .left-side .top-doctor ul li {
	flex-direction: row-reverse;
}
.arabic_lang .cost_centerpage .row .left-side .top-doctor ul li .heading h3 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .left-side .top-doctor ul li .heading p {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .right-side .top-hospital ul li {
	flex-direction: row-reverse;
}
.arabic_lang .cost_centerpage .row .right-side .top-hospital ul li .heading1 a {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .left-side .top-doctor ul li .heading h3 a {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .row .right-side .top-hospital ul li .heading1 p {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost_Surgery h2 {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost_replacement .cost_replacement_head {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost-about {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost_replacement .cost_replacement_head h3,
.arabic_lang .cost_replacement_head h3 {
	float: right;
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .second_div .accordian_box h2 a {
	text-align: right;
	direction: rtl;
}
.arabic_lang .accordian_box h2 a {
	text-align: right !important;
	direction: rtl;
}
.arabic_lang .accordian_box h2 a::after {
	left: 12px;
}
.arabic_lang .accordian_box .acc_content {
	text-align: right;
	direction: rtl;
}
.arabic_lang .cost_centre_main .cost-item ul li {
	float: right;
	direction: rtl;
}
.arabic_lang .cost_centerpage .cost-about ul li a {
	text-align: right !important;
	direction: rtl;
	display: block;
}
.arabic_lang .cost_centerpage .cost-about ul li {
	text-align: right !important;
	direction: rtl;
}
/* .infocontainer .froms p, .cost_replacement .froms p{font-weight: bold;}
.infocontainer .froms p span, .cost_replacement .froms p span{font-weight: lighter;} */
.arabic_lang .cost-about ul li a,
.arabic_lang .cost-about ul li {
	text-align: right !important;
	direction: rtl;
	padding-right: 3px;
}
.infocontainer #last_part_form ul:nth-of-type(n + 2) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
	clear: both;
}
.infocontainer #last_part_form ul:nth-of-type(n + 2) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.cost_replacement #last_part_form ul:nth-of-type(n + 2) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
}
.cost_replacement #last_part_form ul:nth-of-type(n + 2) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.infocontainer #treatment_form ul:nth-of-type(n + 4) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
	clear: both;
}
.infocontainer #treatment_form ul:nth-of-type(n + 4) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.cost_replacement #treatment_form ul:nth-of-type(n + 4) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
}
.cost_replacement #treatment_form ul:nth-of-type(n + 4) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.infocontainer #hotel_form ul:nth-of-type(n + 4) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
	clear: both;
}
.infocontainer #hotel_form ul:nth-of-type(n + 4) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.cost_replacement #hotel_form ul:nth-of-type(n + 4) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
}
.cost_replacement #hotel_form ul:nth-of-type(n + 4) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.infocontainer #cabs_form ul:nth-of-type(n + 2) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
	clear: both;
}
.infocontainer #cabs_form ul:nth-of-type(n + 2) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.cost_replacement #cabs_form ul:nth-of-type(n + 2) {
	min-width: inherit !important;
	float: none !important;
	margin: 0 !important;
	border: none !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin-right: 20px !important;
	color: #433f3f !important;
	margin-top: 0 !important;
}
.cost_replacement #cabs_form ul:nth-of-type(n + 2) li {
	color: #433f3f !important;
	font-size: 15px !important;
	line-height: 1.9 !important;
	font-weight: inherit !important;
	padding: 7px 0 0 !important;
	text-align: left !important;
	list-style-type: disc;
}
.arabic_lang .Knee-replacement .cost-about {
	width: 17%;
	float: right;
	margin-right: 0;
}
.infocontainer .froms p:nth-last-of-type(1) {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.cost_replacement .froms p:nth-last-of-type(1) {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.arabic_lang .infocontainer #last_part_form ul:nth-of-type(n + 2) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #last_part_form ul:nth-of-type(n + 2) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #last_part_form ul:nth-of-type(n + 2) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #last_part_form ul:nth-of-type(n + 2) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #treatment_form ul:nth-of-type(n + 4) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #treatment_form ul:nth-of-type(n + 4) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #treatment_form ul:nth-of-type(n + 4) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #treatment_form ul:nth-of-type(n + 4) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #hotel_form ul:nth-of-type(n + 4) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #hotel_form ul:nth-of-type(n + 4) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #hotel_form ul:nth-of-type(n + 4) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #hotel_form ul:nth-of-type(n + 4) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #cabs_form ul:nth-of-type(n + 2) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .infocontainer #cabs_form ul:nth-of-type(n + 2) li {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #cabs_form ul:nth-of-type(n + 2) {
	text-align: right !important;
	direction: rtl !important;
}
.arabic_lang .cost_replacement #cabs_form ul:nth-of-type(n + 2) li {
	text-align: right !important;
	direction: rtl !important;
}
.grecaptcha-badge {
	display: none !important;
}
.top-header-wrapper .top-contact-strip .row .top-main-contact ul .ar-top {
	display: none !important;
}
/* .top-header-wrapper .top-contact-strip .top-lang-bar #lang-navbar li:last-child{display:none!important} */
.top-header-wrapper .top-contact-strip .before_login_section {
	display: none !important;
}
@media (max-width: 767px) {
	.arabic_lang .Knee-replacement .cost-about {
		width: 100%;
	}
	.top-header-wrapper .top-contact-strip #lang-navbar {
		position: relative;
	}
	.main-homepage-slider-wrapper {
		top: 0;
	}
	/* .top-header-wrapper .top-contact-strip .top-main-contact ul li:nth-of-type(4){ padding-left: 7%; } */
	.navbar.top-lang-bar li a,
	.top-main-contact ul li a {
		font-size: 12px;
		padding: 0 2px;
		margin-right: 2px;
	}
	.top-header-wrapper .top-contact-strip ul {
		margin: 0 !important;
		text-align: left !important;
	}
	.top-menu-center ul li {
		padding-right: 1%;
	}
	.call-lang-top {
		width: 55px;
		width: 57px;
		height: 28px;
	}
	a.head-email-add img {
		width: 30px;
	}
	.top-header-wrapper .navbar-default.top-lang-bar {
		border: 0px solid transparent;
		border: none;
	}
	.top-header-wrapper .navbar-default .navbar-collapse,
	.top-header-wrapper .navbar-default .navbar-form {
		border: 0px solid transparent;
		border: none;
	}
	/* .top-header-wrapper .top-contact-strip ul:first-child li{ text-align: center!important; }
  .top-contact-strip #lang-navbar .nav.navbar-nav li{  text-align: left; }
  .top-header-wrapper .top-contact-strip #lang-navbar .nav.navbar-nav li:nth-of-type(1){ text-align: center!important; } */
	.pd-lang-arabic .top-header-wrapper .top-contact-strip .top-main-contact ul li:nth-of-type(5) {
		bottom: 53px;
	}
	.pd-lang-arabic .top-header-wrapper .top-contact-strip #lang-navbar li:nth-of-type(4) {
		bottom: 25px;
		right: 50px;
	}
	.pd-lang-arabic .top-lang-bar #lang-navbar .dropdown-toggle .caret {
		margin-top: 12px;
	}
	.top-header-wrapper .top-contact-strip #lang-navbar > ul > li:nth-of-type(4) {
		position: absolute;
		bottom: 13px;
		right: 8px;
	}
	.top-header-wrapper .top-contact-strip .top-main-contact ul li:nth-of-type(5) {
		position: absolute;
		bottom: 33px;
		right: 23px;
		margin-right: 0;
		padding-right: 0;
	}
	.top-header-wrapper .top-contact-strip .top-main-contact ul li:nth-of-type(2) {
		margin-left: 0;
	}
	.top-header-wrapper .top-contact-strip .top-main-contact ul li:nth-of-type(4) {
		margin-left: -5px;
	}
	.top-header-wrapper .navbar-default .navbar-collapse,
	.top-header-wrapper .navbar-default .navbar-form {
		background-color: transparent;
		box-shadow: none;
	}
	.top-header-wrapper .navbar-default .navbar-collapse::before,
	.top-header-wrapper .navbar-default .navbar-form::before {
		background-color: transparent;
		box-shadow: none;
	}
	.top-header-wrapper .clearfix,
	.top-header-wrapper .clearfix::after,
	.top-header-wrapper .clearfix::before {
		margin: 0;
		padding: 0;
	}
	/* .main-homepage-slider-wrapper{top:0px!important;margin-bottom: 0px!important;} */
}
@media (max-width: 400px) {
	.top-contact-content {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/*15 June 2023*/
h2.text-align-center.as-fea-in-title,
h2.custom-patient-title {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
	padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.as-fea-in-title:after {
		display: none;
	}
	.as-fea-in-title:before {
		display: none;
	}
	a.doc-whatsapp {
		background: #197b30;
		color: #fff;
		display: inline-block;
		padding: 10px;
		position: relative;
		width: auto;
		padding-left: 41px;
		font-size: 14px;
		border-radius: 50px;
		margin-left: 17px;
		margin-bottom: 4px !important;
	}
	.tawk-min-container {
		display: none !important;
	}
	.new-top-header {
		display: block;
	}
	a.footer-whatsapp img {
		width: 210px;
	}
	a.footer-whatsapp {
		display: block;
		position: fixed;
		z-index: 99999 !important;
		right: 4%;
		bottom: 11%;
	}
	.tawk-min-container,
	.tawk-min-container .tawk-button {
		height: 100%;
		width: 100%;
		display: none;
	}
	#lang-navbar .nav.navbar-nav {
		width: 100%;
		text-align: center;
		float: none !important;
		text-align: center;
	}
	.new-top-header {
		background: #00539f;
		padding: 5px 0;
	}
	.new-top-header ul {
		width: 100%;
	}
	.new-top-header ul.dropdown-menu {
		flex-direction: column;
	}
	.new-top-header ul li {
		/* display: flex; */
		display: inline-block;
		/*padding: 4px 36px;*/
	}
	.new-top-header .top-area {
		/* display: flex; */
	}
	.new-top-header div#lang-navbar {
		display: inline-block;
		width: 15%;
	}
	.new-top-header .col-md-12.top-area {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.new-top-header li.dropdown {
		position: relative !important;
	}
	.new-top-header ul li a img {
		width: 29px;
	}
	.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid #fff;
		border-right: 4px solid #ffffff00;
		border-left: 4px solid #ffffff00;
	}
	li.nav_options.dropdown .caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid #ffffff;
		border-right: 4px solid #ffffff00;
		border-left: 4px solid #ffffff00;
		float: right;
		margin-top: 8px;
	}
	.for-des-view {
		display: none;
	}
	.new-top-header #lang-navbar {
		padding-top: 0;
	}
	.new-top-header .navbar-nav > li > a {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 0;
	}
	.top-header-wrapper .top-contact-strip ul {
		margin: 0 !important;
		/* text-align: left!important; */
	}
	.nav .open > a,
	.nav .open > a:focus,
	.nav .open > a:hover {
		background-color: #eee0;
		border-color: #337ab700;
	}
	.nav > li > a:focus,
	.nav > li > a:hover {
		text-decoration: none;
		background-color: #eee0;
	}
	.new-top-header ul li {
		/* display: flex; */
		display: inline-block;
		/* padding: 0px 17px; */
		width: 25%;
		position: relative;
		text-align: center;
	}
	.new-top-header ul li:after {
		position: absolute;
		height: 22px;
		width: 1px;
		content: "";
		background: #fff;
		right: 0;
		top: 2px;
	}
	#lang-navbar .nav.navbar-nav li li {
		display: block;
		width: 100%;
	}
	.new-top-header .dropdown-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: auto;
	}
	.new-top-header ul li:nth-child(4):after {
		display: none;
	}
	.new-top-header #lang-navbar .navbar-nav .open .dropdown-menu {
		position: absolute;
		background-color: #f8f8f8;
		left: -117px;
		top: 46px;
	}
	.new-top-header li.dropdown.open ul {
		display: block;
	}
	.new-top-header li.dropdown ul {
		display: none !important;
	}
	.new-top-header li.dropdown.open {
	}
	.new-top-header li.dropdown.open ul.dropdown-menu {
		display: block !important;
	}
	.new-top-header ul {
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.new-top-header li.dropdown.open ul.dropdown-menu li {
		width: 100%;
	}
	.pd-lang-arabic .fixed-header + .clearfix {
		margin-top: 115px !important;
	}
}
a.doc-whatsapp {
	background: #197b30;
	color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	/* width: 212px; */
	padding-left: 41px;
	padding-right: 28px;
	font-size: 14px;
	border-radius: 50px;
	margin-left: 18px;
	font-weight: 500;
}
a.doc-whatsapp span {
	position: absolute;
	left: -19px;
	background: #0dc538;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -6px;
	border: 2px solid #fff;
}
a.doc-whatsapp span img {
	width: 26px;
}
.pd-lang-arabic a.doc-whatsapp {
	padding-left: 25px !important;
	padding-right: 55px;
	margin-right: 15px;
	margin-left: 0 !important;
}
.pd-lang-arabic a.doc-whatsapp span {
	right: 0% !important;
	left: 79%;
	top: -2%;
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.pd-lang-arabic #lang-navbar .nav.navbar-nav {
		float: left !important;
		padding-left: 100px;
	}
	.col-lg-3.top-contact-content.top-menu-right {
		width: 24%;
		padding-right: 50px;
	}
}
@media (min-width: 1020px) and (max-width: 1200px) {
	.col-lg-3.top-contact-content.top-menu-right {
		/* width: 16%; */
		padding-left: 84px;
	}
	.pd-lang-arabic span.icon-value {
		padding-top: 2px;
		display: inline-block;
		font-size: 12px;
	}
	.col-lg-3.top-contact-content.top-menu-right {
		padding-right: 50px;
	}
}
@media (min-width: 768px) and (max-width: 1020px) {
	.col-lg-7.top-contact-content.top-menu-center {
		width: 81%;
	}
	.col-lg-3.top-contact-content.top-menu-right {
		width: 20%;
		padding-left: 28px;
	}
}
@media (min-width: 280px) and (max-width: 768px) {
	.pd-lang-arabic a.doc-whatsapp span {
		right: -100% !important;
		left: 81%;
		top: -2%;
	}
	.pd-lang-arabic a.doc-whatsapp {
		padding-left: 11px !important;
		padding-right: 66px;
		margin-right: 0px;
		width: auto;
		font-size: 16px;
	}
}
.pd-lang-arabic .container-fluid.featuredC h2.en {
	display: none;
}
.pd-lang-english .container-fluid.featuredC h2.ar,
.pd-lang-russian .container-fluid.featuredC h2.ar,
.pd-lang-bengali .container-fluid.featuredC h2.ar {
	display: none;
}
@media (min-width: 996px) and (max-width: 1200px) {
	a.doc-whatsapp {
		margin-bottom: 15px;
	}
}
div#featuredon_cureTwo .owl-nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 19%);
}
.container.featuredC {
	margin-bottom: 50px;
}
@media (min-width: 280px) and (max-width: 768px) {
	div#featuredon_cureTwo .ytvideo {
		background-size: contain;
		height: auto !important;
		width: 100% !important;
	}
}
@media only screen and (max-width: 600px) {
	.mobile-hide {
		display: none;
	}
}
.dekstop-hide {
	display: none;
}
@media only screen and (max-width: 600px) {
	.dekstop-hide {
		display: block;
	}
}
/* latest css */
@media only screen and (min-width: 999px) {
	.pd-lang-russian p {
		font-size: 14px !important;
	}
	.pd-lang-russian .tab-info .tab-pane ul li {
		margin-bottom: 6px;
	}
	.pd-lang-russian .tab-info .tab-pane h1 {
		font-size: 30px !important;
		font-weight: 600;
	}
	.pd-lang-russian .tab-info .tab-pane h2 {
		font-size: 24px !important;
		font-weight: 600;
	}
	.pd-lang-russian .tab-info .tab-pane h3 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.pd-lang-russian .accordian_box h2 a {
		font-size: 20px !important;
	}
	.pd-lang-russian .nav_options_sub a,
	.pd-lang-russian .doctors-txtb .doctor-name {
		font-size: 18px !important;
	}
	.pd-lang-russian .hospital-detail-page .actions input,
	.actions a,
	.pd-lang-russian .near-something .global-read-more-btn,
	.pd-lang-russian ul.sub-hints a {
		font-size: 14px !important;
	}
	.pd-lang-russian .near-something .flex-div div span {
		font-size: 13px;
		margin-bottom: 2px;
	}
	.pd-lang-russian ul.sub-hints a.btn-text {
		font-size: 16px !important;
		font-weight: 400;
	}
	.patients-speak .patients-txtb p {
		/* margin: 0; */
		/* padding: 0; */
	}
	.pd-lang-russian .specialities-block a {
		font-size: 13px !important;
	}
	.pd-lang-russian .main-homepage-slider .owl-caption .container p,
	.pd-lang-russian .main-homepage-slider .owl-caption .container .owl-caption-btn {
		font-size: 20px !important;
	}
	.pd-lang-russian .slider-search-bar .form-control input::placeholder,
	.pd-lang-russian .most-popular-searches a,
	.pd-lang-russian .specialities-block .specialities-single a,
	.pd-lang-russian .hospital-txtb a,
	.pd-lang-russian .patients-txtb a,
	.pd-lang-russian .doctors-txtb p,
	.pd-lang-russian .doctors-txtb p a,
	.pd-lang-russian .doctors-speak a,
	.pd-lang-russian .news-block-homepage.news-block a,
	.pd-lang-russian .doctor-brief-bio li,
	.pd-lang-russian .hospital-brief li,
	.pd-lang-russian .doctor-brief-bio .action a,
	.pd-lang-russian .hospital-brief .action a,
	.pd-lang-russian .blog-page .blog-wrapper .bar span a,
	.pd-lang-russian .blog-page .category {
		font-size: 15px !important;
	}
	.pd-lang-russian .doctor-brief-bio li,
	.pd-lang-russian .hospital-brief li {
		line-height: 22px;
	}
	.pd-lang-russian .nav_options.dropdown.full-height a {
		display: flex;
		height: 100%;
	}
	.pd-lang-russian.inner-page .search-bar form .form-group label,
	.pd-lang-russian.inner-page .search-bar form .form-group label font,
	.pd-lang-russian.inner-page .most-popular-searches label {
		font-size: 15px !important;
		height: auto;
		width: auto;
	}
	.pd-lang-russian.inner-page .most-popular-searches a {
		font-size: 14px !important;
	}
	.pd-lang-russian.inner-page .all-search-bar {
		padding: 14px 0;
	}
	.pd-lang-russian .hospital-list .hospital-brief h3 a {
		font-size: 20px;
		line-height: 30px;
	}
	.pd-lang-russian .news-wrapper h2,
	.pd-lang-russian .blog-page .blog-wrapper .blog-content h4 {
		font-size: 24px;
		line-height: 36px;
	}
	.pd-lang-russian .blog-page .blog-wrapper .blog-content a.btn-text {
		font-size: 18px;
		font-weight: 400;
	}
	.pd-lang-russian .blog-page .blog-wrapper .bar span a i,
	.pd-lang-russian .blog-page .category ul li a i,
	.pd-lang-russian .blog-page .bar span i {
		padding-right: 6px;
	}
	.pd-lang-russian .blog-page .post-title span {
		font-size: 12px;
	}
	.pd-lang-russian .blog-content h1 {
		font-weight: 600;
	}
	.pd-lang-russian.home .doctors-single {
		/* display: flex; */
	}
	.pd-lang-russian.home .doctors-imgb {
		float: none !important;
		width: 96% !important;
		height: fit-content;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.pd-lang-russian .specialities-block .specialities-single a,
	.pd-lang-russian .news-block-homepage.news-block a {
		font-size: 14px !important;
	}
	.pd-lang-russian .hospital-txtb p {
		font-size: 16px;
		line-height: 1.9em;
	}
	.pd-lang-russian .footer-copyright p {
		font-size: 14px !important;
	}
	.pd-lang-russian .common-container p,
	.pd-lang-russian .common-container p strong,
	.pd-lang-russian .tab-info .tab-pane ul li,
	.pd-lang-russian .nav-tabs li a {
		font-size: 14px !important;
		line-height: 1.7em;
		letter-spacing: 0.5 !important;
	}
	.pd-lang-russian ul.sub-hints a.btn-text {
		font-size: 15px !important;
	}
	.pd-lang-russian .blog-page .blog-wrapper .blog-content h4 a {
		font-size: 24px !important;
	}
	.pd-lang-russian .tab-info .tab-pane p,
	.pd-lang-russian .tab-info .tab-pane ul li,
	.pd-lang-russian .tab-info .tab-pane ul li a,
	.pd-lang-russian .tab-info .tab-pane ul li a span,
	.pd-lang-russian .tab-info .nav.nav-tabs li a,
	.pd-lang-russian .near-something .flex-div div h4,
	.pd-lang-russian .navbar-medical li,
	.pd-lang-russian .slider-search-bar .slider-search-bar label,
	.pd-lang-russian .slider-search-bar .form-control input,
	.pd-lang-russian .specialities-block .specialities-single p,
	.pd-lang-russian .common-page-wrapper p,
	.pd-lang-russian .hospital-list .hospital-brief h3 + h6,
	.pd-lang-russian .hospital-brief h3 span,
	.pd-lang-russian .blog-page .post-title h5,
	.pd-lang-russian .blog-page .blog-content p,
	.pd-lang-russian .tab-info .tab-pane ol li,
	.pd-lang-russian .tab-info .tab-pane ol li a,
	.pd-lang-russian .tab-info .tab-pane ol li a span,
	.pd-lang-russian .container .footer-company p {
		font-size: 14px !important;
	}
	.pd-lang-russian .breadcrumb,
	.pd-lang-arabic .breadcrumb,
	.pd-lang-bengali .breadcrumb {
		margin-top: 4px !important;
	}
}
.pd-lang-russian .tab-info .tab-pane ol li,
.pd-lang-russian .tab-info .tab-pane ol li a,
.pd-lang-russian .tab-info .tab-pane ol li a span {
	line-height: 1.7;
}
.pd-lang-russian .hospital-txtb p,
.pd-lang-russian.home p a,
.pd-lang-russian.home p,
.pd-lang-russian .patients-single p a {
	line-height: 28px;
	font-size: 14px !important;
	letter-spacing: 0.5px;
	line-height: 25px !important;
}
.pd-lang-russian .breadcrumb ul li a,
.pd-lang-russian .breadcrumb ul li {
	font-size: 14px !important;
}
.patients-speak .patients-txtb p i,
.blog-page .bar span i {
	margin-right: 10px;
}
.pd-lang-russian .specialities-block .specialities-single p,
.pd-lang-russian .specialities-block p,
.pd-lang-russian .news-wrapper h2 + p,
.pd-lang-russian .news-block-homepage.news-block a strong span,
.pd-lang-russian .footer ul li a,
.pd-lang-russian .how-it-works-news p,
.pd-lang-russian .news-wrapper p,
.pd-lang-russian .tab-info .tab-pane p,
.pd-lang-russian .tab-info .tab-pane ul li,
.pd-lang-russian .tab-info .tab-pane ul li a,
.pd-lang-russian .tab-info .tab-pane ul li a span,
.pd-lang-russian .tab-info .nav.nav-tabs li a,
.pd-lang-russian .near-something .flex-div div h4,
.pd-lang-russian .navbar-medical li,
.pd-lang-russian .slider-search-bar .slider-search-bar label,
.pd-lang-russian .slider-search-bar .form-control input,
.pd-lang-russian .specialities-block .specialities-single p,
.pd-lang-russian .common-page-wrapper p,
.pd-lang-russian .hospital-list .hospital-brief h3 + h6,
.pd-lang-russian .hospital-brief h3 span,
.pd-lang-russian .blog-page .post-title h5,
.pd-lang-russian .blog-page .blog-content p,
.pd-lang-russian .tab-info .tab-pane ol li,
.pd-lang-russian .tab-info .tab-pane ol li a,
.pd-lang-russian .tab-info .tab-pane ol li a span,
.pd-lang-russian .container .footer-company p {
	font-size: 16px !important;
}
.pd-lang-russian .footer h5 {
	font-size: 20px !important;
}
.pd-lang-russian.home h2 {
	/* font-size: 36px !important; */
	text-transform: uppercase !important;
	font-weight: 600 !important;
}
.pd-lang-russian a.doc-whatsapp {
	margin-bottom: 12px !important;
}
.pd-lang-russian .blog-page .blog-wrapper .blog-content h4 a {
	color: #00539f;
	font-weight: 600;
	font-size: 28px;
}
.pd-lang-russian .blog-page .blog-content h2 {
	font-weight: 600;
	font-size: 24px;
}
.pd-lang-russian .blog-page .blog-content h3 {
	font-weight: 600;
	font-size: 18px;
}
.pd-lang-russian .filter label,
.pd-lang-russian .doctor-speak .dspeak-list .patient-brief .address li {
	font-size: 16px !important;
}
.pd-lang-russian .doctor-speak .dspeak-list .patient-brief h3 {
	font-size: 20px;
	font-weight: 600;
}
.pd-lang-russian .filter .form-control,
.pd-lang-russian .doctor-speak .dspeak-list .patient-brief p {
	font-size: 14px;
}
.pd-lang-russian .doctor-speak .dspeak-list .patient-brief .address li i {
	margin-right: 10px;
}
.pd-lang-russian .patients-speak .patients-txtb .visiting-for{
	font-size: 16px !important;
	font-weight: 600;
}
.mCSB_container .footer-contact-form {
	margin-left: 8px;
	margin-right: 8px;
}
.mCustomScrollBox {
	max-height: 100% !important;
}
@media (max-width: 639px) {
	.pd-lang-russian h1 {
		font-size: 26px !important;
		font-weight: 600 !important;
	}
	.pd-lang-russian .hospital-info h1 {
		font-size: 14px !important;
		font-weight: unset !important;
	}
}
/* -------------------------------
new css start here 30-06-2025
---------------------------------- */
.navbar-brand > img {
	width: 80px;
}
.banner-title {
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}
.main-homepage-slider-wrapper {
	padding: 10px 0px 10px;
	background: no-repeat;
	background-size: cover;
	background-position: top;
}
.most-popular-searches label {
	margin-bottom: 0px;
}
/* .main-homepage-slider-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffd4;
} */
.banner-title h1 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	line-height: 36px;
}
.banner-title h1 span {
	color: #02427c;
}
.specialities-block .item img {
	width: 66px;
}
#counter {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 10px;
	height: 100%;
}
#counter .item-wrap {
	background: #ffffff7d;
	width: 25%;
	padding: 10px 10px 10px;
	text-align: center;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #00539f;
}
#counter .item-wrap .count {
	color: #00539f;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	margin: 0px;
}
#counter .item-wrap h3 {
	color: #60605e;
	text-transform: capitalize;
	margin: 0px;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
	line-height: 22px;
}
section.counter-sec {
	padding: 0px 0px 40px;
}
section.counter-sec {
	background: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	position: relative;
}
.container.specialities-block {
	padding-top: 40px;
}
section.counter-sec:before {
	content: "";
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f6f6f6ed;
}
img.india-flag {
	width: 24px !important;
}
img.worldwide {
	width: 22px !important;
}
ul.mobile-dropdown-top {
	position: absolute;
	top: 100%;
	background: #ffffff;
	width: 172px;
	z-index: 99;
	border: 1px solid #ccc;
	display: none;
	flex-wrap: wrap;
}
ul.mobile-dropdown-top li {
	width: 100%;
}
ul.mobile-dropdown-top li a {
	font-size: 16px;
	color: #00539f;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #ccc;
}
ul.mobile-dropdown-top li:last-child a {
	border-bottom: transparent;
}
ul.mobile-dropdown-top.slow {
	display: block;
}
#patientsSpeakOwl .ytvideo {
	height: 153px !important;
}
.patients-single {
	border: 1px solid #cccc;
	border-radius: 4px;
	min-height: 420px;
	max-height: 420px;
}
.left-email ul li {
	list-style: none;
}
.left-email ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.left-email ul li a i {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #00539f;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}
.left-email ul li a:hover i {
	background: #eb9738;
}
.main-homepage-slider-wrapper img.left-img {
	position: absolute;
	bottom: -4px;
	left: -9px;
	width: 160px;
	z-index: 1;
	transition: 0.5s;
}
.main-homepage-slider-wrapper img.right-img {
	position: absolute;
	bottom: 0px;
	right: -39px;
	width: 190px;
	z-index: 1;
	transition: 0.5s;
}
.home-page-main.open {
	position: sticky;
	top: -1px;
	z-index: 9;
	transition: transform 0.3s ease-in-out;
}
.slider-search-bar form .form-group input::placeholder {
	color: #7e7a7a;
}
.ci-helpline-num img {
	width: 25px !important;
}
.home-page-main.open .banner-title {
	transform: scaley(0);
	margin-bottom: 0px;
	height: 48px;
	transition: 0.3s;
}
html {
	scroll-behavior: smooth;
}
.home-page-main.open .main-mega-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	padding: 0px 12px;
}
.home-page-main.open .main-mega-menu nav.navbar.navbar-default {
	background: transparent;
	border: transparent;
}
.home-page-main.open img.left-img {
	transform: scale(0); /* transition: 1s; */
}
.home-page-main.open .right-img {
	transform: scale(0);
}
.home-page-main.open .slider-search-bar {
	width: 100%;
	margin-top: 6px;
}
.home-page-main .navbar-collapse {
	padding-right: 0px !important;
}
.home-page-main.open .slider-search-bar .row.most-popular-searches {
	display: none;
}
.home-page-main.open .form-group {
	margin-bottom: 6px;
}
#counter .item-wrap figure img {
	border-radius: 10px;
}
.patients-speak .as-fea-in-title:before {
	width: 24%;
	height: 2.4px;
}
.patients-speak .as-fea-in-title:after {
	/* width: 25%; */
	/* height: 2.4px; */
}
.doctors-speak .as-fea-in-title:before {
	width: 24%;
	height: 2.4px;
}
.doctors-speak .as-fea-in-title:after {
	/* width: 24%; */
	/* height: 2.4px; */
}
.doctors-speak .doctors-single {
	background: #fff;
	padding: 15px;
}
.doctors-speak .doctors-single .video .video-container-embed .ytvideo {
	height: 153px !important;
}
.main-homepage-slider-wrapper .container-fluid {
	max-width: 1300px;
}
.left-email ul {
	display: flex;
	align-items: center;
	gap: 18px;
}
#counter .item-wrap .count-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
#counter .item-wrap .count-box span {
	color: #00539f;
	margin-bottom: 5px;
	font-size: 23px;
	font-weight: 700;
	text-align: left;
	margin: 0px;
	text-transform: uppercase;
}
.count-silder .owl-nav {
	display: none !important;
}
.counter-sec .count-silder .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	display: block;
}
.counter-sec .count-silder .owl-dots {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	gap: 6px;
}
.counter-sec .count-silder .owl-dots .owl-dot span {
	border: 2px solid #ef8106;
	background: transparent;
}
.counter-sec .count-silder .owl-dots .owl-dot.active span {
	background: #ef8106;
}
#counter .item-wrap .multipal-img-box .item figure {
	border-radius: 10px;
	width: 100%;
	height: 212px;
}
#counter .item-wrap .multipal-img-box .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#counter .item-wrap figure {
	margin-bottom: 10px;
}
.news-block ul li br {
	display: none;
}
.flex-div div h4 {
	font-size: 14px !important;
	line-height: 18px !important;
	margin-bottom: 5px !important;
	font-weight: 500;
}
.flex-div div span {
	font-size: 14px !important;
	margin-bottom: 5px !important;
}
.footer-copyright p {
	font-size: 12px;
}
.inner-page .home-page-main.open .slider-search-bar {
}
.inner-page .home-page-main img.left-img {
	display: none;
}
.inner-page .home-page-main img.right-img {
	display: none;
}
.inner-page .home-page-main .slider-search-bar {
	width: 100%;
}
.inner-page .home-page-main.open .main-mega-menu {
	position: relative;
	background: #fff;
}
.inner-page .main-homepage-slider-wrapper {
	background: #00539f !important;
}
.inner-page .main-homepage-slider-wrapper:after {
	display: none;
}
.inner-page .home-page-main.open {
	background: #fff;
}
.left-email ul li a svg {
	display: inline-block;
	width: 32px !important;
	height: 32px;
	background: #00539f;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
	padding: 8px;
}
.left-email ul li a:hover svg {
	background: #eb9738;
}
.pd-lang-arabic .home-page-main .navbar-collapse {
	flex-direction: row-reverse;
}
.top-main-contact ul li span {
	color: #fff;
	font-weight: 500;
}
.top-main-contact ul li {
	padding-right: 15px;
}
.top-main-contact ul li {
	position: relative;
}
.top-main-contact ul li:first-child:after {
	position: absolute;
	content: "";
	top: 3px;
	right: 6px;
	width: 2px;
	height: 71%;
	background: #fff;
}
.pd-lang-arabic .top-main-contact ul li:first-child:after {
	display: none;
}
.pd-lang-arabic .top-main-contact ul li span {
	font-size: 14px;
}
.pd-lang-arabic .worldwide {
}
.pd-lang-arabic .top-main-contact ul li {
	line-height: 23px;
}
.pd-lang-arabic .top-main-contact ul li {
	padding-right: 0px;
}
.pd-lang-arabic .worldwide {
	width: 21px !important;
}
.pd-lang-arabic #counter .item-wrap .count {
	text-align: right;
}
.pd-lang-arabic #counter .item-wrap .count-box {
	justify-content: flex-end;
}
.pd-lang-arabic #counter .item-wrap h3 {
	justify-content: end;
}
div#doctorsSpeakOwl .doctors-single p {
	line-height: 28px;
}
div#doctorsSpeakOwl .doctors-single p i {
	margin-right: 8px;
}
.as-fea-in-title {
	position: relative;
}
.as-fea-in-title:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	border: 2px solid #00539f;
	z-index: -1;
}
.as-fea-in-title span {
	background: #ffffff;
	padding: 0px 20px;
}
.doctors-speak .custom-patient-title {
	position: relative;
}
.doctors-speak .custom-patient-title:after {
	content: "";
	position: absolute;
	/* top: 28px; */
	left: 0;
	width: 26%;
	height: 3px;
	background: #00539f;
}
.doctors-speak .custom-patient-title:before {
	content: "";
	position: absolute;
	/* top: 28px; */
	right: 0;
	width: 26%;
	height: 3px;
	background: #00539f;
}
.counter-sec .custom-patient-title:after {
	content: "";
	position: absolute;
	/*    top: 28px;*/
	left: 0;
	width: 30%;
	height: 3px;
	background: #00539f;
}
.counter-sec .custom-patient-title:before {
	content: "";
	position: absolute;
	top: 28px;
	right: 0;
	width: 30%;
	height: 3px;
	background: #00539f;
}
.pd-lang-arabic .doctors-single .doctors-txtb p {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.pd-lang-arabic .patients-speak .patients-single .patients-txtb p {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding-right: 0px;
}
.tab-info .tab-pane li {
	font-size: 14px;
}
.tab-info .tab-pane > div {
	font-size: 14px;
	line-height: 23px;
}
p {
	font-size: 14px !important;
	line-height: 25px !important;
}
.pd-lang-arabic h2.custom-patient-title {
	font-size: 40px;
}
.pd-lang-arabic .main-mega-menu #navbar .navbar-medical li {
	/* text-align: end; */
	padding-right: 0px;
}
.pd-lang-arabic .navbar-medical li {
	padding: 5px 22px;
}
.pd-lang-arabic .nav_options_sub a {
	text-align: end;
	padding-right: 0px;
}
.pd-lang-arabic ul.sub-hints li {
	display: flex;
	/* flex-direction: row-reverse; */
}
.doctors-speak .doctors-single p svg {
	color: #666;
	width: 26px;
	height: 15px;
}
.home-page-main.open .col-md-12 {
}
.hospitals-procedures-block .hospital-single {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-sec {
	padding-bottom: 40px;
}
.patients-speak .owl-nav {
	position: absolute;
	bottom: 18px !important;
	top: auto !important;
}
.doctors-speak .owl-nav {
	bottom: 18px !important;
	top: auto !important;
}
.pd-lang-arabic .left-email ul li a {
	flex-direction: row-reverse;
}
.pd-lang-arabic .left-email ul {
	margin-left: 0px;
}
.pd-lang-arabic .left-email ul li a i {
	margin-left: 10px;
}
.pd-lang-arabic .left-email ul li a svg {
	margin-left: 10px;
}
.pd-lang-arabic .footer-company {
	padding-right: 0px;
}
.pd-lang-russian .doctors-speak .doctors-single .video .video-container-embed .ytvideo {
	height: 150px !important;
}
.logo-sec .doctors-imgb .video .video-container-embed {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0px;
	height: 112px;
}
.logo-sec .doctors-imgb .video .video-container-embed .ytvideo img {
	height: 115px;
	object-fit: contain;
}
body.pd-lang-russian .top-main-contact ul li:after {
	display: none;
}
.pd-lang-bengali .top-main-contact ul li:after {
	display: none;
}
.pd-lang-bengali .specialities-block .item img {
	width: auto;
}
@media (min-width: 1100px) and (max-width: 1266px) {
	.talk-doctor-wrap {
		flex-wrap: wrap !important;
	}
	.talk-doctor-wrap .talk-doctor-img {
		width: 100% !important;
	}
	.talk-doctor-wrap .talk-doctor-info {
		width: 100% !important;
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {
div#patientsSpeakOwl .patients-single {
    padding: 10px;
}
.doctors-speak .doctors-single .video .video-container-embed .ytvideo {
    height: 143px !important;
}
}

@media (min-width: 1100px) and (max-width: 1200px) {
	#patientsSpeakOwl .ytvideo {
	    height: 127px !important;
	}
	.doctors-speak .doctors-single .video .video-container-embed .ytvideo {
    height: 129px !important;
}
}



@media (min-width: 1024px) and (max-width: 1100px) {
	.doctors-speak .doctors-single .video .video-container-embed .ytvideo {
		    height: 114px !important;
		}
	#counter {
		flex-wrap: wrap;
	}
	#counter .item-wrap {
		width: calc(50% - 10px);
	}
	#counter .item-wrap .multipal-img-box .item figure {
		height: 100%;
	}
	#counter .item-wrap figure img {
		width: 100%;
	}
	#counter .item-wrap figure {
		height: 100%;
	}
	.talk-doctor-wrap {
		flex-wrap: wrap !important;
	}
	.talk-doctor-wrap .talk-doctor-img {
		width: 100% !important;
	}
	.talk-doctor-wrap .talk-doctor-info {
		width: 100% !important;
	}
	#patientsSpeakOwl .ytvideo {
    height: 114px !important;
}
}


@media (min-width: 992px) and (max-width: 1024px) {
	#counter {
		flex-wrap: wrap;
	}
	#counter .item-wrap {
		width: calc(50% - 10px);
	}
	#counter .item-wrap .multipal-img-box .item figure {
		height: 100%;
	}
	#counter .item-wrap figure img {
		width: 100%;
	}
	#counter .item-wrap figure {
		height: 100%;
	}
	.talk-doctor-wrap {
		flex-wrap: wrap !important;
	}
	.talk-doctor-wrap .talk-doctor-img {
		width: 100% !important;
	}
	.talk-doctor-wrap .talk-doctor-info {
		width: 100% !important;
	}
}
@media (min-width: 767px) and (max-width: 993px) {
	#counter {
		flex-wrap: wrap;
	}
	div#doctorsSpeakOwl .doctors-single {
    margin-left: 0px;
}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 {
		padding: 0px !important;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
		padding-left: 25px;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
		padding-right: 25px;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .form-field {
		margin-bottom: 10px !important;
		display: flex;
	}
	#counter .item-wrap {
		width: calc(50% - 10px);
	}
	#counter .item-wrap .multipal-img-box .item figure {
		height: 100%;
	}
	.hospitals-procedures-block .hospital-single {
		flex-direction: column;
	}
	.footer-contect-phone a.make {
		white-space: nowrap;
	}
	.pd-lang-arabic section.get-sec .row {
		flex-direction: column-reverse !important;
	}
	.pd-lang-arabic .footer-contect-wrap {
		margin-top: 15px;
	}
	.home-page-main .navbar-collapse {
		display: flex !important;
		justify-content: right;
		align-items: center;
	}
	.navbar-medical {
		margin: 0px;
	}
	.navbar-medical li {
		padding: 18px 18px;
	}
	.pd-lang-arabic .home-page-main .navbar-collapse {
		justify-content: flex-end;
	}
	.pd-lang-arabic .navbar-medical li {
		padding: 18px 22px;
	}
	.talk-doctor-wrap {
		flex-wrap: wrap !important;
	}
	.talk-doctor-wrap .talk-doctor-img {
		width: 100% !important;
	}
	.talk-doctor-wrap .talk-doctor-info {
		width: 100% !important;
	}
}
@media screen and (min-width: 993px) {
	.home-page-main .navbar-collapse {
		display: flex !important;
		justify-content: right;
		align-items: center;
	}
}
@media screen and (max-width: 993px) {
	.main-homepage-slider-wrapper img.left-img {
		display: none;
	}
	.main-homepage-slider-wrapper img.right-img {
		display: none;
	}
	ul.mobile-dropdown-top.slow li:first-child a img {
	}
	a.dis-nav-none.search-i {
		display: none;
	}
	.banner-title h1 br {
		display: none;
	}
	.doctors-speak .custom-patient-title:after {
		display: none;
	}
	.doctors-speak .custom-patient-title:before {
		display: none;
	}
	.counter-sec .custom-patient-title:after {
		display: none;
	}
	.counter-sec .custom-patient-title:before {
		display: none;
	}
	.top-main-contact ul li > span {
		display: none;
	}
	.main-mega-menu {
		/* padding: 0px 20px; */
	}
	.left-email {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pd-lang-arabic .how-it-works-news h2, .news-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
}
.pd-lang-arabic .form-field .form-control {
    text-align: right;
    direction: ltr;
    text-align-last: right;
    padding-right: 15px !important;
}
.pd-lang-arabic form#ambulance .col-md-4 {
    width: 100% !important;
}
.pd-lang-arabic #ambulance .col-md-6 {
    width: 100% !important; 
}
.pd-lang-arabic div#pd_form_container .row {
    display: flex;
    flex-direction: column !important;
}
.pd-lang-arabic .specialities-block h2.custom-patient-title{
    text-align: center;
    margin-bottom: 30px;
}
.pd-lang-arabic  .specialities-single p {
    text-align: center !important;
}
	.tab-info ul.nav.nav-tabs {
		top: 195px !important;
		width: 100%;
		overflow-x: auto;
		padding: 10px 0px;
		display: flex;
		justify-content: flex-start;
	}
	.pd-lang-arabic .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
	    padding-left: 0px !important;
	}
	.pd-lang-arabic .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5{
	    padding-right: 0px !important;
	}
	.pd-lang-arabic div#sliderenquiry{
    left: auto;
	right: -345px;
}
  .home h2.text-align-center.custom-patient-title.as-fea-in-title.mt-0 {
    margin: 0 0 4px 0 !important;
  }
  #specialitiesOwl {
    margin-top: 50px;
  }
	.pd-lang-arabic .send-enq-hosp {
		margin-top: -5px;
	}
	.form-control[disabled],
	.form-control[readonly],
	fieldset[disabled] .form-control {
		background-color: #ffffff;
	}
	.form-field .col-md-5 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.form-field .col-md-7 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.form-field:has(.col-md-5) {
		display: flex;
	}
	.form-field .col-md-3 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.form-field .col-md-9 {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.form-field:has(.col-md-3) {
		display: flex;
	}
	.filter-leftside {
		padding: 0px;
	}
	.list-center {
		padding: 0px;
	}
	section#pinBoot-gallery article.white-panel {
		width: 100% !important;
	}
	.hospital-result.doctor-results .hospital-list .talk-doctor-wrap {
		margin-bottom: 0px;
	}
	#pinBoot-gallery .ytvideo {
		height: 179px !important;
	}
	.common-container.hospital-page .row .col-lg-3 .row {
		margin: 0px !important;
	}
	.common-container.hospital-page .col-lg-9 .row {
		margin: 0px;
	}
	.common-container.hospital-page .col-lg-9 .row .col-sm-6 {
		padding: 0px;
	}
	.common-container.hospital-page .col-lg-9 .row .col-sm-12 {
		padding: 0px;
	}
	.tab-info .tab-pane > div {
		padding: 0px;
	}
	.tab-info {
		margin: 0px 0px 20px !important;
	}
	.pd-lang-arabic .slider-search-bar .container > .row .col-sm-6:first-child {
		padding-right: 10px;
	}
	.pd-lang-arabic .slider-search-bar .container > .row {
		flex-direction: row-reverse;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 {
		padding: 0px !important;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
		padding-left: 0px;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
		padding-right: 0px;
	}
	.talk-doctor-wrap .talk-doctor-info .col-md-12 .form-field {
		margin-bottom: 10px !important;
		display: flex;
	}
	.talk-doctor-wrap .talk-doctor-info h3 {
		font-size: 20px !important;
	}
	.talk-doctor-wrap .talk-doctor-info h2 {
		font-size: 37px !important;
		line-height: 37px;
	}
	.talk-doctor-info form .input-group {
		padding: 0px 0px !important;
	}
	.near-hospital {
		width: 50% !important;
		margin-left: 0% !important;
	}
	.near-something .col-xs-12 {
		padding: 0px;
	}
	.talk-doctor-wrap {
		flex-wrap: wrap !important;
	}
	.talk-doctor-wrap .talk-doctor-img {
		width: 100% !important;
	}
	.talk-doctor-wrap .talk-doctor-info {
		width: 100% !important;
	}
	.pd-lang-russian .slider-search-bar label {
		font-size: 12px;
	}
	.pd-lang-arabic .slider-search-bar label {
		font-size: 14px !important;
	}
	.counter-sec .row .col-md-12 .row {
		margin: 0px;
	}
	.slider-search-bar .col-sm-6:nth-child(1) {
		flex: 0 0 35%;
		max-width: 35%;
	}
	.slider-search-bar .col-sm-6:nth-child(2) {
		flex: 0 0 65%;
		max-width: 65%;
	}
	.pd-lang-arabic .enq-btn-mobile {
		right: 0;
		left: auto;
		bottom: -6px;
	}
	.pd-lang-arabic .nav_options_sub a {
		padding-right: 25px;
	}
	.pd-lang-arabic .new-top-header li.dropdown.open ul li {
		text-align: right;
	}
	.pd-lang-arabic .tab-info ul.nav.nav-tabs {
		top: 208px !important;
		flex-direction: row-reverse;
	}
	.tab-info .nav-tabs li a:focus {
		background: #0b559b;
	}
	.pd-lang-arabic .menu-silder .owl-item {
		float: right;
		width: 100%;
	}
	.tab-info .nav-tabs li a:hover {
		background: #0b559b;
		color: #fff;
	}
	.pd-lang-arabic .new-top-header li.dropdown.open ul li a {
		display: flex;
		flex-direction: row-reverse;
	}
	.pd-lang-arabic .new-top-header li.dropdown.open ul li a span {
		margin-right: 10px;
	}
	.new-top-header li.dropdown.open > ul > li {
		text-align: left;
	}
	#headerenquiry {
		top: auto;
	}
	.pd-lang-arabic .hospitals-procedures-block .hospital-single {
		flex-direction: column !important;
	}
	.banner-title h1 span {
		display: block;
		margin-top: 4px;
	}
	a.doc-whatsapp.treatment-whatsapp {
		margin-left: 0px !important;
	}
	.breadcrumb {
		margin-top: 0px !important;
	}
	.pd-lang-arabic section.get-sec .row {
		flex-direction: column !important;
	}
	.pd-lang-arabic .footer-contect-wrap {
		text-align: center !important;
	}

	.hiw-imgb {
		padding: 20px 0px;
	}
	.patients-speak h2.text-align-center.custom-patient-title.as-fea-in-title {
		margin-top: 0px;
	}
	.tab-info ul.nav.nav-tabs li a {
		white-space: nowrap;
	}
	#counter {
		flex-wrap: wrap;
	}
	.pd-lang-arabic .main-mega-menu #navbar .navbar-medical li {
		float: none;
	}
	.navbar-medical li {
		display: block;
	}
	.pd-lang-arabic .footer-contect-wrap {
		margin-top: 15px;
	}
	.footer-contect-wrap {
		text-align: center;
	}
	.footer-contect-wrap h2 {
		font-size: 22px;
	}
	.footer-contect-phone .call-wrap {
		justify-content: center;
		margin-top: 20px;
	}
	.footer-contect-phone a.make {
		white-space: nowrap;
	}
	section.get-sec .row {
		flex-direction: column;
	}
	.hospitals-procedures-block .hospital-single {
		flex-direction: column;
	}
	.banner-title {
		padding: 0px;
		margin-bottom: 0px;
	}
	.banner-title h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.row.most-popular-searches {
		display: none;
	}
	.new-top-header li.dropdown.open ul li a {
		padding: 8px 0px;
		border-bottom: 1px solid #ccc;
	}
	.new-top-header li.dropdown.open ul.dropdown-menu {
		padding: 0px;
		border: transparent;
	}
	ul.mobile-dropdown-top li a {
		padding: 8px 0px;
	}
	.new-top-header li.dropdown.open ul.dropdown-menu li:after {
		display: none;
	}
	.navbar-header .navbar-brand img {
		width: 80px !important;
	}
	.slider-search-bar .row {
		display: flex;
	}
	.row.most-popular-searches {
		display: none;
	}
	.slider-search-bar .form-group {
		margin-bottom: 3px;
	}
	.slider-search-bar .form-control {
		padding: 3px 5px;
	}
	.main-mega-menu .navbar-collapse {
		top: 100%;
		background: #00539f;
		width: 100%;
		position: absolute;
	}
	.main-mega-menu .navbar-collapse .left-email {
		display: none;
	}
	.navbar-medical li {
		padding: 12px;
	}
	.navbar-medical li {
		color: #ffffff;
	}
	.navbar-medical li {
		border-bottom: 1px solid #ffffffb5;
	}
	.ads.menu-ads {
		display: none;
	}
	.menu-left .item > a {
		display: block;
		padding: 10px;
		color: #00539f;
	}
	ul.sub-hints {
		margin: 0px;
		padding: 0px;
	}
	ul.sub-hints li {
		margin: 0px;
		padding: 7px 0px;
		border-bottom: 1px solid #ccc;
		display: inline-flex;
		align-items: center;
	}
	ul.sub-hints a.btn-text,
	a.btn-text {
		padding: 10px 0px 6px 0;
		margin-top: 4px;
		text-align: center;
	}
	.menu-silder .owl-nav {
		top: 99% !important;
	}
	#counter .item-wrap {
		width: 47%;
	}
	h2.text-align-center.as-fea-in-title,
	h2.custom-patient-title {
		font-size: 30px;
		line-height: 32px;
	}
	.how-it-works-news h2,
	.news-wrapper h2 {
		font-size: 30px;
	}
	.home-page-main.open .main-mega-menu {
		padding: 0px 12px;
	}
	#counter .item-wrap .multipal-img-box .item figure img {
		width: 100%;
		height: 100%;
	}
	#counter .item-wrap .multipal-img-box .item figure {
		height: 100%;
	}
	#counter .item-wrap figure img {
		width: 100%;
	}
	.top-header-wrapper.fixed-header {
		position: sticky;
		top: 0;
		z-index: 999;
	}
	.home-page-main.open {
		top: 40px;
	}
	.inner-page .home-page-main.open .main-mega-menu {
		padding: 0px;
	}
	body.pd-lang-arabic .hospitals-procedures-block .hospitals-tab.tab .nav-tabs {
		top: -173px;
	}
	.new-top-header li.dropdown.open ul li a span {
		margin-left: 10px;
	}
	.slider-search-bar .col-sm-6:nth-child(1) {
		padding-right: 0px;
	}
	.as-fea-in-title span {
		padding: 0px;
	}
	.hospital-result.doctor-results .action {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}
	#patientsSpeakOwl .patients-single{
		padding: 10px !important;
	}
	   .pd-lang-arabic h2.custom-patient-title{
	    font-size: 30px;
	}
	 .pd-lang-arabic .how-it-works-news h2, .news-wrapper h2 {
        font-size: 30px;
    }
      .pd-lang-russian  h2.custom-patient-title{
	    font-size: 30px !important;
	}
	 .pd-lang-russian  .how-it-works-news h2, .news-wrapper h2 {
        /* font-size: 30px !important; */
    }
      .pd-lang-bengali  h2.custom-patient-title{
	    font-size: 30px !important;
	}
	 .pd-lang-bengali   .how-it-works-news h2, .news-wrapper h2 {
        font-size: 30px !important;
    }
    #patientsSpeakOwl .ytvideo {
    background-size: contain;
}
#patientsSpeakOwl .ytvideo{
    height: 205px !important;
}
div#doctorsSpeakOwl .item {
    margin: 0px 10px;
}
#doctorsSpeakOwl .ytvideo {
    background-size: contain !important;
}
div#patientsSpeakOwl .item{
    padding: 0px 10px;
}
.doctors-speak .doctors-single .video .video-container-embed .ytvideo {
    height: 205px !important;
}
.doctors-single {
	max-height: 465px;
	min-height: 465px;
}
.pd-lang-arabic  .intl-tel-input .flag-dropdown .country-list {
    width: 298px;
}
.pd-lang-arabic  ul.sub-hints a.btn-text, a.btn-text{
    text-align: right;
}
.menu-left .owl-theme .owl-nav .owl-prev {
position: relative;
margin: 0px;
padding: 0px;
top: 0;
}

.menu-left .owl-theme .owl-nav .owl-next {
    position: relative;
    margin: 0px;
    padding: 0px;
    top: 0;
}
.menu-left .owl-theme .owl-nav {
    margin-top: -26px;
    padding: 2px 10px;
}
.ytvideo iframe {
    height: 220px !important;
}
.pd-lang-arabic .menu-left .item > a {
    text-align: right;
}
.pd-lang-arabic .menu-left .owl-next{
    margin-right: -30px !important;
}
.pd-lang-arabic .main-mega-menu #navbar .navbar-medical > li {
    padding-right: 28px;
}
.pd-lang-arabic ul.sub-hints a.btn-text {
    padding-right: 18px !important;
    margin: 0px !important;
}
.pd-lang-arabic  .news-wrapper .text-align-right{
text-align: center;
}
.pd-lang-arabic div#specialitiesOwl .owl-nav {
    top: -82px;
}
.doctors-speak .text-align-center a.global-read-more-btn {
    margin-top: 15px;
}
.patients-speak .text-align-center a.global-read-more-btn{
    margin-top: 15px;
}
.pd-lang-arabic div#specialitiesOwl .owl-nav {
    top: -84px !important;
}
.pd-lang-arabic .menu-left .owl-theme .owl-nav {
    margin-top: -30px;
}
}
@media screen and (max-width: 600px) {
    .pd-lang-bengali .hospital-detail-page .actions {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media screen and (max-width: 575px) {

	 .pd-lang-bengali h2.custom-patient-title{
	    font-size: 22px !important;
	}
	 .pd-lang-bengali  .how-it-works-news h2, .news-wrapper h2 {
        font-size: 22px !important;
    }

	.how-it-works-news h2, .news-wrapper h2 {
        font-size: 22px !important;
    }
     .pd-lang-russian  h2.custom-patient-title{
	    font-size: 22px !important;
	}
	 .pd-lang-russian  .how-it-works-news h2, .news-wrapper h2 {
        font-size: 22px;
    }
    .pd-lang-arabic .how-it-works-news h2, .news-wrapper h2 {
        font-size: 22px;
    }
    .pd-lang-arabic h2.custom-patient-title{
	    font-size: 22px;
	}
	#counter .item-wrap {
		width: 100%;
	}
	.tab .nav-tabs li {
		width: 100%;
	}
	body.pd-lang-arabic .hospitals-procedures-block .hospitals-tab.tab .nav-tabs {
		top: -188px !important;
	}
	.hospitals-tab.tab .nav-tabs {
		top: -165px;
	}
	h2.text-align-center.as-fea-in-title,
	h2.custom-patient-title {
		font-size: 22px;
	}
	.home h2.text-align-center.custom-patient-title.as-fea-in-title,
	.home h2.text-align-center.custom-patient-title {
		margin: 30px 0 4px 0px;
	}
}

@media (min-width: 480px) and (max-width: 600px) {
	div#specialitiesOwl {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.footer-contect-phone .call-wrap a:first-child {
		display: none;
	}
	.talk-doctor-wrap .talk-doctor-info h2 {
		font-size: 28px !important;
		line-height: 28px;
	}
}
@media screen and (max-width: 420px) {
	.slider-search-bar label {
		font-size: 13px;
	}
}
@media screen and (max-width: 400px) {
	#counter .item {
		width: 100%;
	}
	a.doc-whatsapp.treatment-whatsapp {
		margin-left: 0px !important;
	}
	ul.mobile-dropdown-top {
		min-width: 155px;
	}
	.footer-contect-phone .call-wrap {
		flex-direction: column;
	}
	.pd-lang-russian .tab .nav-tabs li a span {
		font-size: 10px;
	}
	.pd-lang-russian .slider-search-bar label {
		font-size: 10px;
		white-space: nowrap;
	}
}
@media screen and (max-width: 490px) {
	.detail-page.doctor-detail-page a.doc-whatsapp.treatment-whatsapp {
		margin-bottom: 20px !important;
	}
	.detail-page.doctor-detail-page .actions {
		margin-top: 0px;
	}
	.pd-lang-russian a.doc-whatsapp{
    margin-bottom: 10px !important;
}
}
@media screen and (max-width: 500px) {
.hospital-detail-page .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
}
@media screen and (max-width: 390px) {
	.hospital-page a.doc-whatsapp {
		margin-bottom: 8px !important;
	}
	.pd-lang-arabic .hospital-page a.doc-whatsapp {
		margin-top: 2px !important;
	}
}
@media screen and (max-width: 360px) {
	ul.mobile-dropdown-top {
		min-width: 155px;
	}
	.talk-doctor-wrap .talk-doctor-info h2 {
		font-size: 24px !important;
		line-height: 24px;
	}
	.banner-title h1 span {
		display: block;
	}
	.breadcrumb ul li:last-child {
		padding: 0 0px;
	}
	.slider-search-bar label {
		font-size: 12px;
		white-space: nowrap;
	}
#patientsSpeakOwl .ytvideo {
    /* height: 152px !important; */
}
}
/* -------------------------------
new css end here 30-06-2025
---------------------------------- */
@media screen and (min-width: 993px) {
	.nav_options_sub {
		width: 100%;
		padding: 15px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1;
		margin: 0;
		opacity: 0;
		visibility: hidden;
	}
	.drop-active + .nav_options_sub {
		color: #000;
		background: red;
		opacity: 1 !important;
		visibility: visible !important;
		display: block !important;
	}
}
ul.nav.nav-tabs {
	position: sticky;
	top: 160px;
	background: #ffff;
	z-index: 2;
	padding: 4px 0px;
}
section.get-sec {
	padding: 30px 0px;
}
section.get-sec {
	background-size: cover !important;
	position: relative;
	background-position: top !important;
}
section.get-sec:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffffe3;
}
section.get-sec .pb-4 {
	position: relative;
}
section.get-sec h2 a:hover {
	color: #444d61 !important;
}
.footer-contect-wrap {
	position: relative;
}
.footer-contect-phone {
	position: relative;
}
.footer-contect-wrap h4 {
	font-size: 16px;
	color: #000000;
}
.footer-contect-wrap h2 {
	font-size: 25px;
	font-weight: 800;
	color: #000000;
}
.footer-contect-wrap p {
	color: #524d4e;
	font-weight: 400;
	margin: 0px;
	font-size: 16px !important;
}
.footer-contect-phone .call-wrap p span.connect {
	display: block;
}
.footer-contect-phone .call-wrap {
	display: flex;
	gap: 20px;
	justify-content: end;
}
section.get-sec .row {
	align-items: center;
	display: flex;
}
.footer-contect-phone .call-wrap p span.headphones svg {
	color: #00539f;
	font-size: 29px;
	transform: rotate(88deg);
}
.footer-contect-phone .call-wrap p span.connect {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin-bottom: 6px;
}
.footer-contect-phone .call-wrap p span.call {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.footer-contect-phone a.make {
	background: #00539f;
	padding: 14px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}
.footer-contect-phone a.make:hover {
	background: #374577;
}
.footer-contect-wrap h2 span {
	color: #00539f;
}
.call-wrap a {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer-contect-phone .call-wrap p {
	margin: 0px;
}


section#pinBoot-gallery article.white-panel {
	width: 100%;
	height: 200px;
}
section#pinBoot-gallery article.white-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.detail-page.doctor-detail-page .tab-content ul {
	margin-left: 0px;
}
.pd-lang-arabic section.get-sec .row {
	flex-direction: row-reverse;
}
.pd-lang-arabic .footer-contect-phone .call-wrap {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.pd-lang-arabic .call-wrap a {
	flex-direction: row-reverse;
}
.pd-lang-arabic section.get-sec .col-md-6:last-child {
	padding-left: 0px;
}
.pd-lang-arabic .footer-contect-phone .call-wrap p span.headphones svg {
	transform: rotate(342deg);
}
.pd-lang-arabic .footer-contect-wrap {
	text-align: right;
}
.nav-tabs li a.tab-link.scroll-to.active {
	background: #00539f;
	color: #fff;
}
a.doc-whatsapp.treatment-whatsapp {
	background: #197b30;
	color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	padding-left: 60px;
	padding-right: 20px;
	border-radius: 50px;
	margin-left: 18px;
}
a.doc-whatsapp.treatment-whatsapp span {
	position: absolute;
	left: 0;
	background: #0dc538;
	height: 46px;
	width: 46px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -4px;
	border: 2px solid #fff;
}
a.doc-whatsapp.treatment-whatsapp span img {
	width: 26px !important;
}
.hospitals-procedures-block {
	/* padding-top: 0px; */
}
.pd-lang-arabic p {
	font-size: 17px !important;
}
.pd-lang-arabic .patients-single {
	min-height: 425px;
	max-height: 425px;
}
body.pd-lang-arabic .hospitals-procedures-block .hospitals-tab.tab .nav-tabs {
	top: -121px;
}
.pd-lang-arabic .footer-copyright p {
	font-size: 18px !important;
	text-align: right;
}
/* talk to doctor css start here */
.talk-doctor-wrap {
	background: #00539f;
	display: flex;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0 1px 3px #ddd;
	align-items: center;
}
.talk-doctor-wrap .talk-doctor-img {
	width: 44%;
}
.talk-doctor-wrap .talk-doctor-info {
	width: 60%;
	padding: 20px;
	text-align: center;
}
.talk-doctor-wrap .talk-doctor-info h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 20px;
}
.talk-doctor-wrap .talk-doctor-info h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}
.talk-doctor-info form .input-group {
	margin-bottom: 10px;
	width: 100%;
	padding: 0px 24px;
}
.talk-doctor-info form .input-group :last-child {
	margin-bottom: 0px;
	color: #00539f;
}
.talk-doctor-info form .input-group input {
	width: 100%;
	display: block;
	background: #fff;
	border: transparent;
	padding: 12px;
	border-radius: 10px;
	font-size: 14px;
}
.talk-doctor-info form .input-group button {
	width: 100%;
	border-radius: 10px;
	border: transparent;
	padding: 14px;
	margin-top: 6px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background: #eb9738;
	font-weight: 700;
}
.talk-doctor-wrap .talk-doctor-img figure img {
	width: 100%;
	object-fit: cover;
}
/* talk to doctor css end here */
.pd-lang-arabic a.doc-whatsapp.treatment-whatsapp span {
	top: 0px;
}
.pd-lang-arabic .footer-contect-phone .call-wrap p {
	text-align: right;
}
.pd-lang-arabic .hospitals-procedures-block .hospital-single {
	flex-direction: row-reverse;
}
.pd-lang-arabic .news-block a {
	color: #050505;
	font-size: 16px;
}
.pd-lang-arabic .news-block a strong {
	font-weight: 700;
}
.pd-lang-arabic a.doc-whatsapp.treatment-whatsapp span {
	right: 0 !important;
	left: auto;
}
.pd-lang-arabic a.doc-whatsapp.treatment-whatsapp {
	padding: 10px 55px 10px 20px !important;
}
.item-wrap h2 {
	text-align: left;
}
body.pd-lang-arabic #counter .item-wrap h2 {
	text-align: right;
}
.item-wrap h2 span {
	font-size: 23px;
	font-weight: 700;
	margin: 0px;
}
@media (min-width: 992px) {
	.featuredC.logo-sec .col-md-12 {
		float: none;
	}
}
#lang-navbar .dropdown-menu li a span {
	margin-left: 5px;
}
.pd-lang-arabic #lang-navbar li {
	text-align: right;
}
.pd-lang-arabic #lang-navbar .dropdown-menu li a {
	display: flex;
	flex-direction: row-reverse;
}
#plan-treatment-form .iti.iti--allow-dropdown {
	width: 100%;
}
.pd-lang-arabic ul.nav.nav-tabs {
	top: 169px;
}
.counter-sec .row .col-md-12 .row {
	margin: 0px;
}
.pd-lang-arabic .hospital-pic {
	margin-top: -36px !important;
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .form-field {
	margin-bottom: 4px;
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
	padding-right: 0px;
	flex: 0 0 28%;
	max-width: 28%;
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
	flex: 0 0 72%;
	max-width: 72%;
	width: 100%;
	padding-left: 0px;
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 input {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	height: 44px;
	border-radius: 10px;
	padding: 0px 10px;
	font-size: 14px;
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 input {
	height: 44px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	font-size: 14px;
	padding-top: 0px;
	border-radius: 10px;
}
.doctors-speak {
	padding: 0px 0px 30px;
}
.pd-lang-arabic .new-top-header ul {
	flex-direction: row-reverse;
}
.pd-lang-arabic .new-top-header ul li:first-child:after {
	display: none;
}
.pd-lang-arabic .new-top-header ul li:last-child:after {
	display: block;
}
.pd-lang-arabic ul.mobile-dropdown-top li a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.pd-lang-arabic ul.mobile-dropdown-top li a {
	padding: 8px 2px;
}
.pd-lang-arabic ul.mobile-dropdown-top li a img {
	margin-left: 6px;
}
.pd-lang-arabic .new-top-header .dropdown-menu {
	left: 0;
}
div[id^="form-response"] {
	color: #fff !important;
}
body.pd-lang-arabic .breadcrumb ul li a::after {
	transform: rotate(177deg);
}
.top-main-contact ul li a img.worldwide {
	filter: brightness(0) invert(1);
}
body.pd-lang-arabic .comments {
	margin-top: 5px;
}
body.pd-lang-arabic a.head-email-add img {
	width: 32px;
	margin-right: 10px;
}
body.pd-lang-arabic .global-read-more-btn,
body.pd-lang-arabic .global-read-more-btn-small,
.pd-lang-arabic .near-something .global-read-more-btn,
.pd-lang-arabic .near-something .global-read-more-btn:hover,
.pd-lang-arabic .near-something .global-read-more-btn,
.pd-lang-arabic .near-something .global-read-more-btn:hover {
	background: url(../images/read-more-btn-bg-1.png) no-repeat left center #fff;
	padding: 8px 10px 9px 70px !important;
	border-right: 2px solid #0b559b;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 3;
}
.pd-lang-arabic .btn-whatsapp-pulse {
	right: unset;
	left: 20px;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}
.btn-whatsapp-pulse:hover i {
	color: #fff;
}
.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.breadcrumb {
	margin-bottom: 8px !important;
}
.pd-lang-arabic .breadcrumb ul li:first-child a {
	padding-right: 0px !important;
	padding-left: 15px !important;
}
.pd-lang-arabic .talk-doctor-wrap {
	flex-direction: row-reverse;
}
.slider-search-bar .form-control::placeholder {
	color: #000000 !important;
}
ul.sub-hints a {
	font-size: 14px !important;
}
body.pd-lang-arabic .hospital-detail-page .actions {
	display: flex;
	flex-direction: row-reverse;
	gap: 8px;
	row-gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.home h2.text-align-center.custom-patient-title.as-fea-in-title,
.home h2.text-align-center.custom-patient-title {
	justify-content: center;
	align-items: center;
	display: flex;
	height: 50px;
	/* margin: 30px 0 24px 0 !important; */
}
.pd-lang-arabic .doctors-speak .custom-patient-title:after,
.pd-lang-arabic .doctors-speak .custom-patient-title:before {
	width: 32%;
}
.talk-doctor-wrap ul.country-list {
	text-align: left;
}
.pd-lang-arabic .error,
.pd-lang-arabic .footer-contact-form label.error {
	text-align: right;
}
.pd-lang-arabic .form-field:has(.col-md-5) {
	display: flex;
	flex-direction: row-reverse;
}
.pd-lang-arabic .form-field:has(.col-md-3) {
	display: flex;
	flex-direction: row-reverse;
}
.pd-lang-arabic #login-form .form-check input {
	margin: 10px 10px 0 10px;
	float: right;
}
.pd-lang-arabic form#login-form input {
	float: right;
}
.pd-lang-arabic .searcedimg {
	float: right;
}
.doctors-speak .doctors-single .doctors-txtb p:first-child {
	font-size: 16px !important;
	font-weight: 600;
	margin-bottom: 4px;
}
.doctors-speak .doctors-single .doctors-txtb p:last-child {
	margin-bottom: 0px;
}
.specialities-single p {
	font-weight: 600;
	font-size: 16px !important;
}
.specialities-single a {
	font-weight: 400;
}
.doctor-detail-page .detail p.doctor-detail-speciality {
	font-weight: 500;
	font-size: 15px !important;
	margin: 3px 0px;
}
.blog.item .blog-content p {
	line-height: 25px !important;
}
.news-wrapper.blog-wrapper .blog-content h4 {
	font-size: 24px;
	font-weight: 600;
}
.news-wrapper.blog-wrapper .blog-content p {
	line-height: 25px !important;
}
.doctor-speak .dspeak-list .video-container-embed .ytvideo {
	height: 268px !important;
}
.dspeak-list .patient-brief h3 {
	font-weight: 600;
}
.doctor-speak .dspeak-list ul.address li a {
	font-size: 14px;
	/* font-weight: 600; */
}
.doctor-speak .dspeak-list ul.address li {
	font-size: 14px;
}
.news-wrapper .news-block ul li a h4 {
	color: #00539f;
	font-weight: 600;
}
.form-field select {
	color: #555;
}
.form-field input[type="file"] {
	padding: 20px !important;
	height: 100%;
}
.news-wrapper .news-block ul li a {
	color: #000;
}
div#specialitiesOwl .owl-nav {
	top: -46px;
}
.pd-lang-arabic .logo-sec .as-fea-in-title {
	text-align: center;
}
.pd-lang-arabic div#specialitiesOwl .owl-nav {
	top: -68px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.doctor-detail-page .thumb img {
	width: 100%;
}
.detail-page.doctor-detail-page a.doc-whatsapp {
	margin-left: 0px;
	margin-right: 15px;
}
.flex-div div p {
	margin-bottom: 0px;
}
#specialitiesOwl {
  margin-top: 30px;
}
.hospital-detail-page  .actions a.global-read-more-btn {
    margin-bottom: 0;
}
div#mobileUserReviews .address-info > p {
    margin-bottom: 10px;
}


.hospital-detail-page a.global-read-more-btn {
    margin-top: 0px;
}

.hospital-detail-page .tab-info {
    padding-top: 0px;
}


.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
}

.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 {
    padding-right: 15px;
    padding-left: 0px;
}

.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 input {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 {
    padding-left: 15px;
    padding-right: 0px;
}

.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .form-field {
    margin-bottom: 10px;
}

.pd-lang-arabic  .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 input {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.hospital-listing-page .hospital-result .hospital-list .action a.global-read-more-btn {
    margin-right: 18px;
}
.speak-page .address li a {
    font-weight: unset;
}
.speak-page .address li:first-child a {
    font-weight: 600;
}
.patientspeak-sec ul.address li:nth-child(2) a {font-weight: 600;}
.doctorspeak-sec ul.address li:nth-child(1) a {
    font-weight: 600;
}
.news-wrapper-single .hospital-info h1 {
    font-weight: 600;
}
.pd-lang-arabic .news-list p.date {
    text-align: right;
}
.banner-title h1 {
    position: relative;
    display: inline-block;
}

.hospitals-procedures-block a.global-read-more-btn {
    margin-right: 10px;
}
.pd-lang-arabic .hospitals-procedures-block a.global-read-more-btn {
    margin-right: 0px;
    margin-left: 10px;
}
#counter .item-wrap .count-box h2 {
    margin: 0px;
}
#counter .item-wrap figure img {
    width: 100%;
    height: 100%;
} 
#counter .item-wrap figure {
    width: 100%;
    height: 212px;
}
.btn-ml a.doc-whatsapp {
    margin-right: 15px;
}

 .inner-page .home-page-main.open .slider-search-bar {
    width: 100%;
    margin-top: 0px;
}
.pd-lang-arabic .talk-doctor-wrap  .intl-tel-input .flag-dropdown .selected-flag{
    margin: 1px;
    padding: 12px 16px 6px 6px;
}
.pd-lang-arabic .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-7 input {
    height: 48px;
}
.pd-lang-arabic .talk-doctor-wrap .talk-doctor-info .col-md-12 .col-md-5 input {
    height: 48px;
}
.pd-lang-arabic  div#pd_form_container .row {display: flex;flex-direction: row-reverse;}

.pd-lang-arabic .specialities-block h2.custom-patient-title{
    text-align: center;
}
.pd-lang-arabic .global-sub-read-more-btn {
    background: url(../images/arrow-right-blue1.png) no-repeat left center;
    color: #0a559b;
    font-size: 14px;
    padding: 0 0px 0 15px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px 0;
    float: left;
}
.pd-lang-arabic form#form1 .col-md-4 {
    float: right;
}
.pd-lang-arabic form#form1 .col-md-4:nth-child(3) .form-field {
    display: flex;
    flex-direction: row-reverse;
}

.pd-lang-arabic form#form1 .col-md-4:nth-child(3) .form-field input#qui_mobile_code {
    width: 100% !important;
}

.pd-lang-arabic form#form1 .col-md-4:nth-child(3) .form-field input#qui_mobile {
    width: 100% !important;
}

.pd-lang-arabic  form#ambulance .col-md-4 {
    float: right;
}
.pd-lang-arabic  form#ambulance .col-md-12 .form-field label.checkbox-cus {float: right;}

.pd-lang-arabic #ambulance .col-md-6 {
    float: right;
}
.pd-lang-arabic form#ambulance .col-md-4:has(#mnumber) .form-field {display: flex;flex-direction: row-reverse;}

.pd-lang-arabic form#ambulance .col-md-4:has(#mnumber) .form-field input#mnumber {
    width: 100% !important;
}

.pd-lang-arabic form#ambulance .col-md-4:has(#mnumber) .form-field input#mnumbercode {
    width: 100% !important;
}
.pd-lang-arabic #ratingSubmitDoctor .col-sm-6 {
    float: right;
}
.hospital-list .talk-doctor-wrap .input-group span {
    color: #ff0808 !important;
    font-size: 14px;
    text-align: left;
    display: block;
/*    margin-top: 4px;*/
    font-weight: 600;
}
.pd-lang-arabic .hospital-list .talk-doctor-wrap .input-group span {
	text-align: right;
}
.pd-lang-arabic  .menu-left .owl-theme .owl-nav {
    left: 0;
}
.pd-lang-arabic .intl-tel-input .flag-dropdown .country-list {
    left: auto;
    right: -72px;
    text-align: right;
}

.pd-lang-arabic .intl-tel-input .flag-dropdown .country-list li {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}
.pd-lang-arabic .talk-doctor-info form .input-group input {
	text-align: right;
}
.talk-doctor-wrap .error-message {
    color: #ff0808 !important;
    font-size: 14px;
    text-align: left;
    display: block;
    font-weight: 500;
}
.pd-lang-arabic .talk-doctor-wrap .error-message {
	    text-align: right;
}
.form-field .form-control {
}
form#ambulance .form-field:has(.col-md-5) .col-md-5 {
    width: 30%;
}
form#ambulance .form-field:has(.col-md-7) .col-md-7 {
    width: 70%;
}

@media screen and (max-width: 639px) {
	.pd-lang-russian.home .banner-title h1 {
		font-size: 18px !important;
		line-height: 28px;
	}
}
.talk-doctor-wrap .talk-doctor-info .col-md-12 .form-field input {
    background: #fff;
}
.pd-lang-arabic  div#featuredon_cureTwo .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.intl-tel-input input {
    background: transparent !important;
}
.talk-doctor-wrap .talk-doctor-info .intl-tel-input input {
    background: #fff !important;
}
.pd-lang-arabic  .customselectbox select {
    background: url(../images/arrow-down.png) no-repeat left center #fff !important;
    background-position: 10px !important;
}
.talk-doctor-info form .input-group input[type="submit"] {
    font-weight: 600;
}
.pd-lang-arabic .talk-doctor-info form .input-group input[type="submit"] {
    text-align: center;
}
.hospital-list .talk-doctor-wrap .input-group input {
    height: 48px;
    border-radius: 8px;
}
.response-message {
    font-weight: 600;
}
.pd-lang-arabic .talk-doctor-wrap .talk-doctor-info h2 {
    text-align: center !important;
}
.pd-lang-arabic .hospital-result.doctor-results .action {
    justify-content: end;
}
 .pd-lang-arabic .hospital-listing-page .hospital-result .hospital-list .action a.global-read-more-btn
 {
    margin-right: 0px;
}


 #pd_enquiry_submit {
    background: url(../images/read-more-btn-bg.png) no-repeat right center #fff;
    border: 2px solid #0a559b;
    border-right: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 70px 8px 10px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-bottom: 10px;
}
body.pd-lang-arabic #pd_enquiry_submit {
    background: url(../images/read-more-btn-bg-1.png) no-repeat left center #fff !important;
    padding: 8px 10px 9px 70px !important;
    border-right: 2px solid #0b559b !important;
} 

.ui-widget-content {
    overflow-y: scroll !important;
    max-height: 400px !important;
    overflow-x: hidden !important;
}

.common-container .panel-body .owl-theme .owl-nav.disabled {
	display: none;
}