@charset "utf-8";
/* CSS Document */
/************* layout big *****************/
/******************* end layout big ****************/
/*.text-shadow (@string: 0 1px 3px rgba(0, 0, 0, 0.25)) {
	text-shadow: @string;
}
.box-shadow (@string) {
	-webkit-box-shadow: @string;
	-moz-box-shadow:    @string;
	box-shadow:         @string;
}
.drop-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) {
	-webkit-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	-moz-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	box-shadow:		@x @y @blur @spread rgba(0, 0, 0, @alpha);
}
.inner-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) {
	-webkit-box-shadow: inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
	-moz-box-shadow:    inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
	box-shadow:         inset @x @y @blur @spread rgba(0, 0, 0, @alpha);
}

.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}

.border-radius (@radius: 5px) {
	-webkit-border-radius: @radius;
	-moz-border-radius:    @radius;
	border-radius:         @radius;

	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
}
.border-radiuses (@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
	-webkit-border-top-right-radius:    @topright;
	-webkit-border-bottom-right-radius: @bottomright;
	-webkit-border-bottom-left-radius:  @bottomleft;
	-webkit-border-top-left-radius:     @topleft;

	-moz-border-radius-topright:        @topright;
	-moz-border-radius-bottomright:     @bottomright;
	-moz-border-radius-bottomleft:      @bottomleft;
	-moz-border-radius-topleft:         @topleft;

	border-top-right-radius:            @topright;
	border-bottom-right-radius:         @bottomright;
	border-bottom-left-radius:          @bottomleft;
	border-top-left-radius:             @topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box; 
}

.opacity (@opacity: 0.5) {
	-webkit-opacity: 	@opacity;
	-moz-opacity: 		@opacity;
	opacity: 		@opacity;
}

.gradient (@startColor: #eee, @endColor: white) {
	background-color: @startColor;
	background: -webkit-gradient(linear, left top, left bottom, from(@startColor), to(@endColor));
	background: -webkit-linear-gradient(top, @startColor, @endColor);
	background: -moz-linear-gradient(top, @startColor, @endColor);
	background: -ms-linear-gradient(top, @startColor, @endColor);
	background: -o-linear-gradient(top, @startColor, @endColor);
}
.horizontal-gradient (@startColor: #eee, @endColor: white) {
 	background-color: @startColor;
	background-image: -webkit-gradient(linear, left top, right top, from(@startColor), to(@endColor));
	background-image: -webkit-linear-gradient(left, @startColor, @endColor);
	background-image: -moz-linear-gradient(left, @startColor, @endColor);
	background-image: -ms-linear-gradient(left, @startColor, @endColor);
	background-image: -o-linear-gradient(left, @startColor, @endColor);
}
.horizontal-gradient-per (@startColor, @endColor) {

	
    background: -moz-linear-gradient(left,  @startColor 0%, @startColor 50%, @endColor 50%, @endColor 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,@startColor), color-stop(50%,@startColor), color-stop(50%,@endColor), color-stop(100%,@endColor)); 
    background: -webkit-linear-gradient(left,  @startColor 0%,@startColor 50%,@endColor 50%,@endColor 100%); 
    background: -o-linear-gradient(left,  @startColor 0%,@startColor 50%,@endColor 50%,@endColor 100%); 
    background: -ms-linear-gradient(left,  @startColor 0%,@startColor 50%,@endColor 50%,@endColor 100%); 
    background: linear-gradient(to right,  @startColor 0%,@startColor 50%,@endColor 50%,@endColor 100%); 
}
*/
@import "youtube.css";
@font-face {
  font-family: 'db_helvethaica_x75_bd';
  src: url('../fonts/db_helvethaica_x_bd_v3.2_3.eot');
  src: url('../fonts/db_helvethaica_x_bd_v3.2_3.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_bd_v3.2_3.woff2') format('woff2'), url('../fonts/db_helvethaica_x_bd_v3.2_3.woff') format('woff'), url('../fonts/db_helvethaica_x_bd_v3.2_3.ttf') format('truetype'), url('../fonts/db_helvethaica_x_bd_v3.2_3.svg#db_helvethaica_x75_bd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'db_helvethaica_x55_regular';
  src: url('../fonts/db_helvethaica_x_v3.2_3.eot');
  src: url('../fonts/db_helvethaica_x_v3.2_3.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_v3.2_3.woff2') format('woff2'), url('../fonts/db_helvethaica_x_v3.2_3.woff') format('woff'), url('../fonts/db_helvethaica_x_v3.2_3.ttf') format('truetype'), url('../fonts/db_helvethaica_x_v3.2_3.svg#db_helvethaica_x55_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'db_helvethaica_x65_med';
  src: url('../fonts/db_helvethaica_x_med_v3.2_3.eot');
  src: url('../fonts/db_helvethaica_x_med_v3.2_3.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_med_v3.2_3.woff2') format('woff2'), url('../fonts/db_helvethaica_x_med_v3.2_3.woff') format('woff'), url('../fonts/db_helvethaica_x_med_v3.2_3.ttf') format('truetype'), url('../fonts/db_helvethaica_x_med_v3.2_3.svg#db_helvethaica_x65_med') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'db_helvethaica_x45_li';
  src: url('../fonts/db_helvethaica_x_li_v3.2_3.eot');
  src: url('../fonts/db_helvethaica_x_li_v3.2_3.eot?#iefix') format('embedded-opentype'), url('../fonts/db_helvethaica_x_li_v3.2_3.woff2') format('woff2'), url('../fonts/db_helvethaica_x_li_v3.2_3.woff') format('woff'), url('../fonts/db_helvethaica_x_li_v3.2_3.ttf') format('truetype'), url('../fonts/db_helvethaica_x_li_v3.2_3.svg#db_helvethaica_x45_li') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cs_prakasregular';
  src: url('../fonts/csprakas.eot');
  src: url('../fonts/csprakas.eot?#iefix') format('embedded-opentype'), url('../fonts/csprakas.woff2') format('woff2'), url('../fonts/csprakas.woff') format('woff'), url('../fonts/csprakas.ttf') format('truetype'), url('../fonts/csprakas.svg#cs_prakasregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cs_prakasbold';
  src: url('../fonts/csprakasbold.eot');
  src: url('../fonts/csprakasbold.eot?#iefix') format('embedded-opentype'), url('../fonts/csprakasbold.woff2') format('woff2'), url('../fonts/csprakasbold.woff') format('woff'), url('../fonts/csprakasbold.ttf') format('truetype'), url('../fonts/csprakasbold.svg#cs_prakasbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cs_prakasfdregular';
  src: url('../fonts/csprakasfd.eot');
  src: url('../fonts/csprakasfd.eot?#iefix') format('embedded-opentype'), url('../fonts/csprakasfd.woff2') format('woff2'), url('../fonts/csprakasfd.woff') format('woff'), url('../fonts/csprakasfd.ttf') format('truetype'), url('../fonts/csprakasfd.svg#cs_prakasfdregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cs_prakasfdbold';
  src: url('../fonts/csprakasfdbold.eot');
  src: url('../fonts/csprakasfdbold.eot?#iefix') format('embedded-opentype'), url('../fonts/csprakasfdbold.woff2') format('woff2'), url('../fonts/csprakasfdbold.woff') format('woff'), url('../fonts/csprakasfdbold.ttf') format('truetype'), url('../fonts/csprakasfdbold.svg#cs_prakasfdbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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 th,
  .table-bordered td {
    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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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;
}
*:before,
*:after {
  -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: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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 {
  background-color: #fcf8e3;
  padding: .2em;
}
.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: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small: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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1490px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 992px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    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-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    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%;
  }
}
@media (min-width: 1366px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1920px) {
  .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
    float: left;
  }
  .col-fhd-12 {
    width: 100%;
  }
  .col-fhd-11 {
    width: 91.66666667%;
  }
  .col-fhd-10 {
    width: 83.33333333%;
  }
  .col-fhd-9 {
    width: 75%;
  }
  .col-fhd-8 {
    width: 66.66666667%;
  }
  .col-fhd-7 {
    width: 58.33333333%;
  }
  .col-fhd-6 {
    width: 50%;
  }
  .col-fhd-5 {
    width: 41.66666667%;
  }
  .col-fhd-4 {
    width: 33.33333333%;
  }
  .col-fhd-3 {
    width: 25%;
  }
  .col-fhd-2 {
    width: 16.66666667%;
  }
  .col-fhd-1 {
    width: 8.33333333%;
  }
  .col-fhd-pull-12 {
    right: 100%;
  }
  .col-fhd-pull-11 {
    right: 91.66666667%;
  }
  .col-fhd-pull-10 {
    right: 83.33333333%;
  }
  .col-fhd-pull-9 {
    right: 75%;
  }
  .col-fhd-pull-8 {
    right: 66.66666667%;
  }
  .col-fhd-pull-7 {
    right: 58.33333333%;
  }
  .col-fhd-pull-6 {
    right: 50%;
  }
  .col-fhd-pull-5 {
    right: 41.66666667%;
  }
  .col-fhd-pull-4 {
    right: 33.33333333%;
  }
  .col-fhd-pull-3 {
    right: 25%;
  }
  .col-fhd-pull-2 {
    right: 16.66666667%;
  }
  .col-fhd-pull-1 {
    right: 8.33333333%;
  }
  .col-fhd-pull-0 {
    right: auto;
  }
  .col-fhd-push-12 {
    left: 100%;
  }
  .col-fhd-push-11 {
    left: 91.66666667%;
  }
  .col-fhd-push-10 {
    left: 83.33333333%;
  }
  .col-fhd-push-9 {
    left: 75%;
  }
  .col-fhd-push-8 {
    left: 66.66666667%;
  }
  .col-fhd-push-7 {
    left: 58.33333333%;
  }
  .col-fhd-push-6 {
    left: 50%;
  }
  .col-fhd-push-5 {
    left: 41.66666667%;
  }
  .col-fhd-push-4 {
    left: 33.33333333%;
  }
  .col-fhd-push-3 {
    left: 25%;
  }
  .col-fhd-push-2 {
    left: 16.66666667%;
  }
  .col-fhd-push-1 {
    left: 8.33333333%;
  }
  .col-fhd-push-0 {
    left: auto;
  }
  .col-fhd-offset-12 {
    margin-left: 100%;
  }
  .col-fhd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-fhd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-fhd-offset-9 {
    margin-left: 75%;
  }
  .col-fhd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-fhd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-fhd-offset-6 {
    margin-left: 50%;
  }
  .col-fhd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-fhd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-fhd-offset-3 {
    margin-left: 25%;
  }
  .col-fhd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-fhd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-fhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2560px) {
  .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12 {
    float: left;
  }
  .col-rt-12 {
    width: 100%;
  }
  .col-rt-11 {
    width: 91.66666667%;
  }
  .col-rt-10 {
    width: 83.33333333%;
  }
  .col-rt-9 {
    width: 75%;
  }
  .col-rt-8 {
    width: 66.66666667%;
  }
  .col-rt-7 {
    width: 58.33333333%;
  }
  .col-rt-6 {
    width: 50%;
  }
  .col-rt-5 {
    width: 41.66666667%;
  }
  .col-rt-4 {
    width: 33.33333333%;
  }
  .col-rt-3 {
    width: 25%;
  }
  .col-rt-2 {
    width: 16.66666667%;
  }
  .col-rt-1 {
    width: 8.33333333%;
  }
  .col-rt-pull-12 {
    right: 100%;
  }
  .col-rt-pull-11 {
    right: 91.66666667%;
  }
  .col-rt-pull-10 {
    right: 83.33333333%;
  }
  .col-rt-pull-9 {
    right: 75%;
  }
  .col-rt-pull-8 {
    right: 66.66666667%;
  }
  .col-rt-pull-7 {
    right: 58.33333333%;
  }
  .col-rt-pull-6 {
    right: 50%;
  }
  .col-rt-pull-5 {
    right: 41.66666667%;
  }
  .col-rt-pull-4 {
    right: 33.33333333%;
  }
  .col-rt-pull-3 {
    right: 25%;
  }
  .col-rt-pull-2 {
    right: 16.66666667%;
  }
  .col-rt-pull-1 {
    right: 8.33333333%;
  }
  .col-rt-pull-0 {
    right: auto;
  }
  .col-rt-push-12 {
    left: 100%;
  }
  .col-rt-push-11 {
    left: 91.66666667%;
  }
  .col-rt-push-10 {
    left: 83.33333333%;
  }
  .col-rt-push-9 {
    left: 75%;
  }
  .col-rt-push-8 {
    left: 66.66666667%;
  }
  .col-rt-push-7 {
    left: 58.33333333%;
  }
  .col-rt-push-6 {
    left: 50%;
  }
  .col-rt-push-5 {
    left: 41.66666667%;
  }
  .col-rt-push-4 {
    left: 33.33333333%;
  }
  .col-rt-push-3 {
    left: 25%;
  }
  .col-rt-push-2 {
    left: 16.66666667%;
  }
  .col-rt-push-1 {
    left: 8.33333333%;
  }
  .col-rt-push-0 {
    left: auto;
  }
  .col-rt-offset-12 {
    margin-left: 100%;
  }
  .col-rt-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-rt-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-rt-offset-9 {
    margin-left: 75%;
  }
  .col-rt-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-rt-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-rt-offset-6 {
    margin-left: 50%;
  }
  .col-rt-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-rt-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-rt-offset-3 {
    margin-left: 25%;
  }
  .col-rt-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-rt-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-rt-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2880px) {
  .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11, .col-rt15-12 {
    float: left;
  }
  .col-rt15-12 {
    width: 100%;
  }
  .col-rt15-11 {
    width: 91.66666667%;
  }
  .col-rt15-10 {
    width: 83.33333333%;
  }
  .col-rt15-9 {
    width: 75%;
  }
  .col-rt15-8 {
    width: 66.66666667%;
  }
  .col-rt15-7 {
    width: 58.33333333%;
  }
  .col-rt15-6 {
    width: 50%;
  }
  .col-rt15-5 {
    width: 41.66666667%;
  }
  .col-rt15-4 {
    width: 33.33333333%;
  }
  .col-rt15-3 {
    width: 25%;
  }
  .col-rt15-2 {
    width: 16.66666667%;
  }
  .col-rt15-1 {
    width: 8.33333333%;
  }
  .col-rt15-pull-12 {
    right: 100%;
  }
  .col-rt15-pull-11 {
    right: 91.66666667%;
  }
  .col-rt15-pull-10 {
    right: 83.33333333%;
  }
  .col-rt15-pull-9 {
    right: 75%;
  }
  .col-rt15-pull-8 {
    right: 66.66666667%;
  }
  .col-rt15-pull-7 {
    right: 58.33333333%;
  }
  .col-rt15-pull-6 {
    right: 50%;
  }
  .col-rt15-pull-5 {
    right: 41.66666667%;
  }
  .col-rt15-pull-4 {
    right: 33.33333333%;
  }
  .col-rt15-pull-3 {
    right: 25%;
  }
  .col-rt15-pull-2 {
    right: 16.66666667%;
  }
  .col-rt15-pull-1 {
    right: 8.33333333%;
  }
  .col-rt15-pull-0 {
    right: auto;
  }
  .col-rt15-push-12 {
    left: 100%;
  }
  .col-rt15-push-11 {
    left: 91.66666667%;
  }
  .col-rt15-push-10 {
    left: 83.33333333%;
  }
  .col-rt15-push-9 {
    left: 75%;
  }
  .col-rt15-push-8 {
    left: 66.66666667%;
  }
  .col-rt15-push-7 {
    left: 58.33333333%;
  }
  .col-rt15-push-6 {
    left: 50%;
  }
  .col-rt15-push-5 {
    left: 41.66666667%;
  }
  .col-rt15-push-4 {
    left: 33.33333333%;
  }
  .col-rt15-push-3 {
    left: 25%;
  }
  .col-rt15-push-2 {
    left: 16.66666667%;
  }
  .col-rt15-push-1 {
    left: 8.33333333%;
  }
  .col-rt15-push-0 {
    left: auto;
  }
  .col-rt15-offset-12 {
    margin-left: 100%;
  }
  .col-rt15-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-rt15-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-rt15-offset-9 {
    margin-left: 75%;
  }
  .col-rt15-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-rt15-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-rt15-offset-6 {
    margin-left: 50%;
  }
  .col-rt15-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-rt15-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-rt15-offset-3 {
    margin-left: 25%;
  }
  .col-rt15-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-rt15-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-rt15-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 3840px) {
  .col-uhd-1, .col-uhd-2, .col-uhd-3, .col-uhd-4, .col-uhd-5, .col-uhd-6, .col-uhd-7, .col-uhd-8, .col-uhd-9, .col-uhd-10, .col-uhd-11, .col-uhd-12 {
    float: left;
  }
  .col-uhd-12 {
    width: 100%;
  }
  .col-uhd-11 {
    width: 91.66666667%;
  }
  .col-uhd-10 {
    width: 83.33333333%;
  }
  .col-uhd-9 {
    width: 75%;
  }
  .col-uhd-8 {
    width: 66.66666667%;
  }
  .col-uhd-7 {
    width: 58.33333333%;
  }
  .col-uhd-6 {
    width: 50%;
  }
  .col-uhd-5 {
    width: 41.66666667%;
  }
  .col-uhd-4 {
    width: 33.33333333%;
  }
  .col-uhd-3 {
    width: 25%;
  }
  .col-uhd-2 {
    width: 16.66666667%;
  }
  .col-uhd-1 {
    width: 8.33333333%;
  }
  .col-uhd-pull-12 {
    right: 100%;
  }
  .col-uhd-pull-11 {
    right: 91.66666667%;
  }
  .col-uhd-pull-10 {
    right: 83.33333333%;
  }
  .col-uhd-pull-9 {
    right: 75%;
  }
  .col-uhd-pull-8 {
    right: 66.66666667%;
  }
  .col-uhd-pull-7 {
    right: 58.33333333%;
  }
  .col-uhd-pull-6 {
    right: 50%;
  }
  .col-uhd-pull-5 {
    right: 41.66666667%;
  }
  .col-uhd-pull-4 {
    right: 33.33333333%;
  }
  .col-uhd-pull-3 {
    right: 25%;
  }
  .col-uhd-pull-2 {
    right: 16.66666667%;
  }
  .col-uhd-pull-1 {
    right: 8.33333333%;
  }
  .col-uhd-pull-0 {
    right: auto;
  }
  .col-uhd-push-12 {
    left: 100%;
  }
  .col-uhd-push-11 {
    left: 91.66666667%;
  }
  .col-uhd-push-10 {
    left: 83.33333333%;
  }
  .col-uhd-push-9 {
    left: 75%;
  }
  .col-uhd-push-8 {
    left: 66.66666667%;
  }
  .col-uhd-push-7 {
    left: 58.33333333%;
  }
  .col-uhd-push-6 {
    left: 50%;
  }
  .col-uhd-push-5 {
    left: 41.66666667%;
  }
  .col-uhd-push-4 {
    left: 33.33333333%;
  }
  .col-uhd-push-3 {
    left: 25%;
  }
  .col-uhd-push-2 {
    left: 16.66666667%;
  }
  .col-uhd-push-1 {
    left: 8.33333333%;
  }
  .col-uhd-push-0 {
    left: auto;
  }
  .col-uhd-offset-12 {
    margin-left: 100%;
  }
  .col-uhd-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-uhd-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-uhd-offset-9 {
    margin-left: 75%;
  }
  .col-uhd-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-uhd-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-uhd-offset-6 {
    margin-left: 50%;
  }
  .col-uhd-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-uhd-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-uhd-offset-3 {
    margin-left: 25%;
  }
  .col-uhd-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-uhd-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-uhd-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 4096px) {
  .col-4k-1, .col-4k-2, .col-4k-3, .col-4k-4, .col-4k-5, .col-4k-6, .col-4k-7, .col-4k-8, .col-4k-9, .col-4k-10, .col-4k-11, .col-4k-12 {
    float: left;
  }
  .col-4k-12 {
    width: 100%;
  }
  .col-4k-11 {
    width: 91.66666667%;
  }
  .col-4k-10 {
    width: 83.33333333%;
  }
  .col-4k-9 {
    width: 75%;
  }
  .col-4k-8 {
    width: 66.66666667%;
  }
  .col-4k-7 {
    width: 58.33333333%;
  }
  .col-4k-6 {
    width: 50%;
  }
  .col-4k-5 {
    width: 41.66666667%;
  }
  .col-4k-4 {
    width: 33.33333333%;
  }
  .col-4k-3 {
    width: 25%;
  }
  .col-4k-2 {
    width: 16.66666667%;
  }
  .col-4k-1 {
    width: 8.33333333%;
  }
  .col-4k-pull-12 {
    right: 100%;
  }
  .col-4k-pull-11 {
    right: 91.66666667%;
  }
  .col-4k-pull-10 {
    right: 83.33333333%;
  }
  .col-4k-pull-9 {
    right: 75%;
  }
  .col-4k-pull-8 {
    right: 66.66666667%;
  }
  .col-4k-pull-7 {
    right: 58.33333333%;
  }
  .col-4k-pull-6 {
    right: 50%;
  }
  .col-4k-pull-5 {
    right: 41.66666667%;
  }
  .col-4k-pull-4 {
    right: 33.33333333%;
  }
  .col-4k-pull-3 {
    right: 25%;
  }
  .col-4k-pull-2 {
    right: 16.66666667%;
  }
  .col-4k-pull-1 {
    right: 8.33333333%;
  }
  .col-4k-pull-0 {
    right: auto;
  }
  .col-4k-push-12 {
    left: 100%;
  }
  .col-4k-push-11 {
    left: 91.66666667%;
  }
  .col-4k-push-10 {
    left: 83.33333333%;
  }
  .col-4k-push-9 {
    left: 75%;
  }
  .col-4k-push-8 {
    left: 66.66666667%;
  }
  .col-4k-push-7 {
    left: 58.33333333%;
  }
  .col-4k-push-6 {
    left: 50%;
  }
  .col-4k-push-5 {
    left: 41.66666667%;
  }
  .col-4k-push-4 {
    left: 33.33333333%;
  }
  .col-4k-push-3 {
    left: 25%;
  }
  .col-4k-push-2 {
    left: 16.66666667%;
  }
  .col-4k-push-1 {
    left: 8.33333333%;
  }
  .col-4k-push-0 {
    left: auto;
  }
  .col-4k-offset-12 {
    margin-left: 100%;
  }
  .col-4k-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-4k-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-4k-offset-9 {
    margin-left: 75%;
  }
  .col-4k-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-4k-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-4k-offset-6 {
    margin-left: 50%;
  }
  .col-4k-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-4k-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-4k-offset-3 {
    margin-left: 25%;
  }
  .col-4k-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-4k-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-4k-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 8192px) {
  .col-8k-1, .col-8k-2, .col-8k-3, .col-8k-4, .col-8k-5, .col-8k-6, .col-8k-7, .col-8k-8, .col-8k-9, .col-8k-10, .col-8k-11, .col-8k-12 {
    float: left;
  }
  .col-8k-12 {
    width: 100%;
  }
  .col-8k-11 {
    width: 91.66666667%;
  }
  .col-8k-10 {
    width: 83.33333333%;
  }
  .col-8k-9 {
    width: 75%;
  }
  .col-8k-8 {
    width: 66.66666667%;
  }
  .col-8k-7 {
    width: 58.33333333%;
  }
  .col-8k-6 {
    width: 50%;
  }
  .col-8k-5 {
    width: 41.66666667%;
  }
  .col-8k-4 {
    width: 33.33333333%;
  }
  .col-8k-3 {
    width: 25%;
  }
  .col-8k-2 {
    width: 16.66666667%;
  }
  .col-8k-1 {
    width: 8.33333333%;
  }
  .col-8k-pull-12 {
    right: 100%;
  }
  .col-8k-pull-11 {
    right: 91.66666667%;
  }
  .col-8k-pull-10 {
    right: 83.33333333%;
  }
  .col-8k-pull-9 {
    right: 75%;
  }
  .col-8k-pull-8 {
    right: 66.66666667%;
  }
  .col-8k-pull-7 {
    right: 58.33333333%;
  }
  .col-8k-pull-6 {
    right: 50%;
  }
  .col-8k-pull-5 {
    right: 41.66666667%;
  }
  .col-8k-pull-4 {
    right: 33.33333333%;
  }
  .col-8k-pull-3 {
    right: 25%;
  }
  .col-8k-pull-2 {
    right: 16.66666667%;
  }
  .col-8k-pull-1 {
    right: 8.33333333%;
  }
  .col-8k-pull-0 {
    right: auto;
  }
  .col-8k-push-12 {
    left: 100%;
  }
  .col-8k-push-11 {
    left: 91.66666667%;
  }
  .col-8k-push-10 {
    left: 83.33333333%;
  }
  .col-8k-push-9 {
    left: 75%;
  }
  .col-8k-push-8 {
    left: 66.66666667%;
  }
  .col-8k-push-7 {
    left: 58.33333333%;
  }
  .col-8k-push-6 {
    left: 50%;
  }
  .col-8k-push-5 {
    left: 41.66666667%;
  }
  .col-8k-push-4 {
    left: 33.33333333%;
  }
  .col-8k-push-3 {
    left: 25%;
  }
  .col-8k-push-2 {
    left: 16.66666667%;
  }
  .col-8k-push-1 {
    left: 8.33333333%;
  }
  .col-8k-push-0 {
    left: auto;
  }
  .col-8k-offset-12 {
    margin-left: 100%;
  }
  .col-8k-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-8k-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-8k-offset-9 {
    margin-left: 75%;
  }
  .col-8k-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-8k-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-8k-offset-6 {
    margin-left: 50%;
  }
  .col-8k-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-8k-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-8k-offset-3 {
    margin-left: 25%;
  }
  .col-8k-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-8k-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-8k-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-custom {
  border: 1px solid #1776bd;
}
.table-custom > thead > tr > th,
.table-custom > tbody > tr > th,
.table-custom > tfoot > tr > th {
  border: 1px solid #1776bd;
  background-color: #dde5ef;
  color: #1776bd;
}
.table-custom > thead > tr > td,
.table-custom > tbody > tr > td,
.table-custom > tfoot > tr > td {
  border: 1px solid #1776bd;
  background-color: #f5f5f6;
}
.table-custom > thead > tr > th {
  vertical-align: middle;
  border-bottom-width: 1px;
  text-align: center;
  background-color: #7797bf;
  color: #ffffff;
}
.table-custom > thead > tr > td {
  border-bottom-width: 1px;
  background-color: #7797bf;
}
.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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]: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: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d9d9d9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 217, 217, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(217, 217, 217, 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.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;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  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);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e4e4e4;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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 {
  text-align: center;
  margin-bottom: 5px;
}
.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:hover,
.nav-tabs-justified > .active > a:focus {
  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:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-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 {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  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;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 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: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  /* @media (min-width: @screen-lg-min){
       padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
  }*/
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #959595;
}
.breadcrumb > .active {
  color: #525252;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > label {
  float: left;
  color: #ffffff;
  line-height: 1.4;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 5px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #d8d8d8;
  border: 1px solid #337ab7;
  margin-left: 5px;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #ed1c24;
  border-color: #7d3d5c;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ed1c24;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 5px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #d8d8d8;
  border: 1px solid #337ab7;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ed1c24;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #d8d8d8;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.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 {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 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;
  transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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: bold;
}
.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 {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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);
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -moz-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
  -ms-animation: progress-bar-stripes 2s linear infinite 300ms 0 ease;
}
.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 {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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 {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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-right-radius: 3px;
  border-top-left-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-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #333333;
  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: #333333;
}
.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  width: 100%;
}
.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: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  text-indent: -9999;
  width: 27.5px;
  height: 27.5px;
}
@media (min-width: 1200px) {
  .close {
    width: 55px;
    height: 55px;
  }
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: url(../../../bangkok/assets/images/global/close.png) no-repeat center center;
  background-size: contain;
  border: 0;
  -webkit-appearance: none;
}
.blockquote {
  margin: 0em 0px;
  padding: 0.5em 0px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 3.5em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  display: inline;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  border: 1px solid #999;
  border: 3px solid #64a5e1;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
@media (min-width: 1200px) {
  .modal-header {
    padding: 30px 15px;
  }
}
.modal-header.modal-header-progress {
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
  text-indent: -9999px;
}
@media (min-width: 1200px) {
  .modal-header .close {
    margin-top: -15px;
  }
}
.modal-header .close span {
  display: none;
}
.modal-content-header {
  padding: 15px;
  min-height: 16.42857143px;
}
.modal-content-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.modal-body.modal-body-progress {
  padding: 15px;
}
.modal-footer {
  padding: 0px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.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-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  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 {
  bottom: 0;
  right: 5px;
  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-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.containerf:before,
.containerf:after,
.containerf:before,
.containerf:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.containerf:after,
.containerf:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.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;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  border: solid 1px #cacaca;
  max-width: 240px;
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget {
    max-width: 240px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget {
    max-width: 240px;
  }
}
.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th,
.bootstrap-datetimepicker-widget .table-condensed > tbody > tr > th,
.bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > th,
.bootstrap-datetimepicker-widget .table-condensed > thead > tr > td,
.bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td,
.bootstrap-datetimepicker-widget .table-condensed > tfoot > tr > td {
  padding: 2px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a,
a:focus,
a:hover,
a:active,
a:link {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  text-decoration: none;
}
#wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#body {
  width: inherit;
  height: inherit;
}
iframe#twitter-widget-0 {
  vertical-align: bottom;
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container .img-responsive {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  z-index: 100;
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 15px;
  float: left;
  left: 0;
  text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 15px;
  float: right;
  right: 0;
  text-align: right;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
/******* header *******/
#header {
  width: 100%;
  height: 47.5px;
  background-color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header {
    height: 79.16666667px;
  }
}
@media (min-width: 992px) {
  #header {
    height: 79.16666667px;
  }
}
@media (min-width: 1200px) {
  #header {
    height: 95px;
  }
}
#header .container {
  height: 100%;
  position: relative;
}
#header h1 {
  width: 103px;
  height: 25.5px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header h1 {
    width: 137.33333333px;
    height: 34px;
    top: 15px;
  }
}
@media (min-width: 1200px) {
  #header h1 {
    width: 206px;
    height: 51px;
    top: 20px;
  }
}
#header h1 a {
  background: url(../images/sx/logo.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
#header .phone_sx {
  width: 70px;
  float: right;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header .phone_sx {
    display: none;
  }
}
@media (min-width: 992px) {
  #header .phone_sx {
    display: none;
  }
}
#header .phone_sx .phone_sx_number {
  width: 25px;
  height: 25px;
  float: left;
  position: relative;
  top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header .phone_sx .phone_sx_number {
    width: 33.33333333px;
    height: 33.33333333px;
    top: 15px;
  }
}
#header .phone_sx .phone_sx_number .sx_phone_number {
  background: url(../images/sx/phone.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  display: block;
  text-indent: -9999px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header .phone_sx .phone_sx_number .sx_phone_number {
    width: 33.33333333px;
    height: 33.33333333px;
  }
}
#header .phone_sx .phone_sx_toggle #navToggle {
  width: 30px;
  height: 30px;
  background: url(../images/sx/nev_toggle.png) no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  border: solid 1px #0072bc;
  float: right;
  position: relative;
  top: 8px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header .phone_sx .phone_sx_toggle #navToggle {
    width: 40px;
    height: 40px;
    top: 12px;
  }
}
#header .phone_md {
  width: 40%;
  float: left;
  position: absolute;
  left: 30%;
  top: 15px;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #header .phone_md {
    display: block;
    width: 50%;
    float: left;
    position: absolute;
    right: 0px;
    left: auto;
  }
}
@media (min-width: 992px) {
  #header .phone_md {
    width: 40%;
    float: left;
    position: absolute;
    right: 0px;
  }
}
@media (min-width: 1200px) {
  #header .phone_md {
    top: 30px;
    left: 45%;
    width: 30%;
  }
}
#header .phone_md .phone_md_btn_member {
  float: left;
  width: 30%;
}
@media (min-width: 768px) {
  #header .phone_md .phone_md_btn_member {
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  #header .phone_md .phone_md_btn_member {
    margin-top: 0px;
  }
}
#header .phone_md .phone_md_btn_member .btn {
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #header .phone_md .phone_md_btn_member .btn {
    padding: 3px 12px;
  }
}
@media (min-width: 1200px) {
  #header .phone_md .phone_md_btn_member .btn {
    padding: 6px 12px;
  }
}
#header .phone_md .phone_md_search {
  float: right;
  width: 50%;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  #header .phone_md .phone_md_search {
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  #header .phone_md .phone_md_search {
    margin-top: 0px;
  }
}
#header .phone_md .phone_md_search form {
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#header .phone_md .phone_md_search form input {
  border: none;
  background: none;
  height: 23px;
  width: 80%;
  margin-left: 4%;
  color: #8c8c8c;
  text-indent: 10px;
}
@media (min-width: 1200px) {
  #header .phone_md .phone_md_search form input {
    height: 29px;
  }
}
#header .phone_md .phone_md_search form button {
  background: none;
  border: none;
  width: 10%;
  color: #8c8c8c;
}
#header .phone_md .phone_md_language {
  float: right;
  width: 15%;
}
#header .phone_md .phone_md_language .left_pmdl_show {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
}
#header .phone_md .phone_md_language .left_pmdl_show span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-family: 'cs_prakasbold';
}
#header .phone_md .phone_md_language .left_pmdl_show ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#header .phone_md .phone_md_language .left_pmdl_show ul li {
  display: block;
}
#header .phone_md .phone_md_language .left_pmdl_show ul li a {
  display: block;
  font-family: 'cs_prakasbold';
  display: inline-block;
  font-size: 15px;
  width: 30px;
  height: 30px;
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  color: #1776bd ;
}
#header .phone_md .phone_md_language .left_pmdl_show ul li a:hover {
  text-decoration: none;
  background-color: #1776bd;
  border: solid 1px #ffffff;
  color: #ffffff;
}
#header .phone_md .phone_md_language .left_pmdl_show.active ul {
  display: block;
}
#header .phone_md .phone_md_language .right_pmdl {
  float: left;
  width: 15px;
  height: 15px;
}
#header .phone_md .phone_md_language .right_pmdl a {
  display: block;
  background: url(../images/md/arrow.png) no-repeat center center;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border: solid 1px #a8a8a8;
  position: relative;
  top: 8px;
  left: 5px;
}
#header .phone_md .phone_md_language .right_pmdl.active a {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#header .phone_md_slide {
  float: right;
  width: 260px;
  height: 80%;
  display: none;
  padding-top: 7px;
  transition: top 0.5s;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}
@media (min-width: 1200px) {
  #header .phone_md_slide {
    position: relative;
    top: 15px;
    display: block;
  }
}
@media (min-width: 1920px) {
  #header .phone_md_slide {
    width: 350px;
  }
}
#header .phone_md_slide .item {
  font-family: 'cs_prakasregular';
  font-size: 13.33333333px;
  font-weight: normal;
  float: left;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 1920px) {
  #header .phone_md_slide .item {
    font-size: 13px;
  }
}
#header .phone_md_slide .item .thumb {
  float: left;
  width: 20%;
}
#header .phone_md_slide .item .thumb img {
  width: auto;
  margin: 0 auto;
}
#header .phone_md_slide .item .content {
  width: 78%;
  float: left;
  padding-left: 2%;
}
#header .phone_md_slide .item .content h3 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding: 10px 10px 0 0;
  float: left;
  width: 100%;
}
@media (min-width: 1920px) {
  #header .phone_md_slide .item .content h3 {
    font-size: 15px;
  }
}
#header .phone_md_slide .owl-controls {
  text-align: right;
  width: 100%;
  position: relative;
  top: -15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .phone_md_slide .owl-controls .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
#header .phone_md_slide .owl-controls .owl-dot span {
  display: inline-block;
  background: #d8d8d8;
  width: 10px;
  height: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#header .phone_md_slide .owl-controls .owl-dot.active span {
  background: #959595;
}
/******* end header *******/
#footer {
  margin: 0px 0 15px 0;
}
@media (min-width: 768px) {
  #footer {
    margin: 0px 0 0px 0;
  }
}
@media (min-width: 768px) {
  #footer #footer_top {
    border-top: solid 1px #b2b2b2;
    padding: 8px 0;
  }
}
@media (min-width: 992px) {
  #footer #footer_top {
    border-top: solid 1px #b2b2b2;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  #footer #footer_top {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_top {
    padding-top: 14.4px;
    padding-bottom: 14.4px;
  }
}
#footer #footer_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer #footer_top ul li {
  width: 33%;
  height: 30px;
  float: left;
  border-right: 1px solid #c8c8c8;
}
@media (min-width: 480px) {
  #footer #footer_top ul li {
    height: 40px;
  }
}
@media (min-width: 768px) {
  #footer #footer_top ul li {
    height: 40px;
  }
}
@media (min-width: 992px) {
  #footer #footer_top ul li {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_top ul li {
    height: 60px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_top ul li {
    height: 72px;
  }
}
#footer #footer_top ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sx/footer/top/img01.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
@media (min-width: 1366px) {
  #footer #footer_top ul li a {
    height: 83.33333333%;
    margin-top: 5px;
  }
}
#footer #footer_top ul li + li a {
  background-image: url(../images/sx/footer/top/img02.png);
}
#footer #footer_top ul li + li + li {
  border-right: none;
}
#footer #footer_top ul li + li + li a {
  background-image: url(../images/sx/footer/top/img04.png);
}
#footer #footer_bottom {
  background-color: #e2e2e2;
  display: none;
}
@media (min-width: 768px) {
  #footer #footer_bottom {
    display: block;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom {
    padding: 20px 0;
  }
}
#footer #footer_bottom .thumbe_map {
  padding: 0 0 0 1%;
  width: 32%;
  float: left;
  display: none;
}
@media (min-width: 1200px) {
  #footer #footer_bottom .thumbe_map {
    display: block;
    width: 30%;
  }
}
#footer #footer_bottom .thumbe_map a {
  display: block;
  border: solid 1px #bebebe;
}
#footer #footer_bottom .content_map {
  font-family: 'cs_prakasregular';
  font-size: 6.42857143px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #footer #footer_bottom .content_map {
    font-size: 9px ;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom .content_map {
    font-size: 10.8px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .content_map {
    font-size: 10.8px;
    margin-left: 2%;
    width: 66%;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .content_map {
    font-size: 10.8px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .content_map {
    font-size: 11.7px;
  }
}
#footer #footer_bottom .content_map h3 {
  font-family: 'cs_prakasbold';
  margin-top: 5px;
  margin-bottom: 3px;
  margin: 0;
  padding: 0;
  color: #0072bc;
  font-size: 8.33333333px;
}
@media (min-width: 768px) {
  #footer #footer_bottom .content_map h3 {
    margin-top: 2.5px;
    margin-bottom: 1.5px;
    font-size: 12.5px;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom .content_map h3 {
    font-size: 12.5px;
    margin-top: 6px;
    margin-bottom: 3.6px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .content_map h3 {
    font-size: 12.5px;
    margin-top: 6px;
    margin-bottom: 3.6px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .content_map h3 {
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 5.4px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .content_map h3 {
    margin-top: 13px;
    margin-bottom: 6px;
    font-size: 18px;
  }
}
#footer #footer_bottom .content_map span {
  display: block;
}
#footer #footer_bottom .content_map .cp_gps {
  font-family: 'cs_prakasbold';
}
#footer #footer_bottom .content_map .cp_gps label {
  font-weight: normal;
  font-size: 5.71428571px;
}
@media (min-width: 768px) {
  #footer #footer_bottom .content_map .cp_gps label {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom .content_map .cp_gps label {
    font-size: 9.6px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .content_map .cp_gps label {
    font-size: 9.6px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .content_map .cp_gps label {
    font-size: 12px;
  }
}
#footer #footer_bottom .content_map .cp_gps a {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #cccccc;
  font-family: 'db_helvethaica_x65_med';
  color: #469ae9;
  padding: 1px 2.5px;
  text-transform: uppercase;
  font-size: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 768px) {
  #footer #footer_bottom .content_map .cp_gps a {
    padding: 3px 5px;
    font-size: 7px;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom .content_map .cp_gps a {
    font-size: 8.4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2.4px;
    padding-bottom: 2.4px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .content_map .cp_gps a {
    font-size: 8.4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2.4px;
    padding-bottom: 2.4px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .content_map .cp_gps a {
    font-size: 8.4px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 3.6px;
    padding-bottom: 3.6px;
  }
}
#footer #footer_bottom .content_map .cp_gps a:hover {
  text-decoration: none;
}
#footer #footer_bottom .fb_social {
  width: 30%;
  float: left;
  padding-top: 0;
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_social {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_social {
    padding-top: 18px;
    width: 30%;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_social {
    padding-top: 30px;
  }
}
#footer #footer_bottom .fb_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: right;
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_social ul {
    text-align: center;
  }
}
#footer #footer_bottom .fb_social ul li {
  width: 15.38461538px;
  height: 15.38461538px;
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  font-size: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #footer #footer_bottom .fb_social ul li {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_social ul li {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_social ul li {
    width: 22.22222222px;
    height: 22.22222222px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_social ul li {
    width: 26.66666667px;
    height: 26.66666667px;
    margin: 0 2px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .fb_social ul li {
    width: 33.33333333px;
    height: 33.33333333px;
    margin: 0 1px;
  }
}
#footer #footer_bottom .fb_social ul li a {
  background-image: url(../images/sx/sxs_fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#footer #footer_bottom .fb_social ul li + li a,
#footer #footer_bottom .fb_social ul li + li a:hover {
  background-image: url(../images/sx/sxs_tw.png);
}
#footer #footer_bottom .fb_social ul li + li + li a,
#footer #footer_bottom .fb_social ul li + li + li a:hover {
  background-image: url(../images/sx/sxs_gg.png);
}
#footer #footer_bottom .fb_social ul li + li + li + li a,
#footer #footer_bottom .fb_social ul li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_tb.png);
}
#footer #footer_bottom .fb_social ul li + li + li + li + li a,
#footer #footer_bottom .fb_social ul li + li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_ig.png);
}
#footer #footer_bottom .fb_social ul li + li + li + li + li + li a,
#footer #footer_bottom .fb_social ul li + li + li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_share.png);
}
#footer #footer_bottom .fb_other {
  width: 100%;
  float: left;
  padding-top: 5px;
}
@media (min-width: 768px) {
  #footer #footer_bottom .fb_other {
    padding-top: 6.5px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_other {
    padding-top: 6.5px;
    width: 100%;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_other {
    padding-top: 7.5px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .fb_other {
    padding-top: 15px;
  }
}
#footer #footer_bottom .fb_other ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
}
#footer #footer_bottom .fb_other ul li {
  width: 63.15789474px;
  height: 31.57894737px;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  font-size: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_other ul li {
    width: 75px;
    height: 37.5px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_other ul li {
    width: 80px;
    height: 40px;
    margin: 0 2px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_other ul li {
    width: 100px;
    height: 50px;
    margin: 0 3px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .fb_other ul li {
    width: 100px;
    height: 50px;
  }
}
#footer #footer_bottom .fb_other ul li a {
  background: url(../images/md/footer/bottom/img01.png) no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border: solid 1px #cccccc;
  padding: 1px;
  font-size: 0;
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_other ul li a {
    padding: 5px;
  }
}
#footer #footer_bottom .fb_other ul li + li {
  width: 73.68421053px;
  height: 31.57894737px;
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_other ul li + li {
    width: 87.5px;
    height: 37.5px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_other ul li + li {
    width: 93.33333333px;
    height: 40px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_other ul li + li {
    width: 116.66666667px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .fb_other ul li + li {
    width: 116.66666667px;
    height: 50px;
  }
}
#footer #footer_bottom .fb_other ul li + li a {
  background-image: url(../images/md/footer/bottom/img02.png);
}
#footer #footer_bottom .fb_other ul li + li + li {
  width: 78.94736842px;
  height: 31.57894737px;
}
@media (min-width: 992px) {
  #footer #footer_bottom .fb_other ul li + li + li {
    width: 93.75px;
    height: 37.5px;
  }
}
@media (min-width: 1200px) {
  #footer #footer_bottom .fb_other ul li + li + li {
    width: 100px;
    height: 40px;
  }
}
@media (min-width: 1366px) {
  #footer #footer_bottom .fb_other ul li + li + li {
    width: 125px;
    height: 50px;
  }
}
@media (min-width: 1920px) {
  #footer #footer_bottom .fb_other ul li + li + li {
    width: 125px;
    height: 50px;
  }
}
#footer #footer_bottom .fb_other ul li + li + li a {
  background-image: url(../images/md/footer/bottom/img03.png);
}
#footer .fb_copyright {
  font-family: 'cs_prakasregular';
  font-size: 8.33333333px;
  width: 100%;
  text-align: right;
  padding-top: 7.14285714px;
  clear: both;
  float: left;
}
@media (min-width: 992px) {
  #footer .fb_copyright {
    padding-top: 12px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #footer .fb_copyright {
    padding-top: 12px;
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  #footer .fb_copyright {
    padding-top: 15px;
    font-size: 12px;
  }
}
#footer .fb_job {
  float: left;
  width: 70%;
  font-family: 'cs_prakasregular';
  font-size: 8.33333333px;
  text-align: right;
}
@media (min-width: 992px) {
  #footer .fb_job {
    margin-top: 2px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #footer .fb_job {
    margin-top: 2px;
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  #footer .fb_job {
    padding-top: 15px;
    margin-top: 7px;
    font-size: 12px;
  }
}
#footer .fb_job a {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer .fb_job a {
    padding: 3px 10px;
    margin-top: 0px;
    font-size: 11px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  #footer .fb_job a {
    padding: 5px 20px;
    margin-top: 5px;
    font-size: 12px;
    margin-right: 20px;
  }
}
@media (min-width: 1366px) {
  #footer .fb_job a {
    padding: 5px 30px;
    font-size: 12px;
    margin-right: 30px;
  }
}
/******* navigation *******/
#navigation_mobile {
  display: none;
}
@media (min-width: 768px) {
  #navigation_mobile {
    display: none;
  }
}
#navigation_mobile.active {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile.active {
    display: none;
  }
}
#navigation_mobile #sx_language {
  text-align: center;
  padding: 10px 0 5px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navigation_mobile #sx_language span {
  font-size: 18px;
  color: #8c8c8c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_language span {
    font-size: 24px;
  }
}
#navigation_mobile #sx_language a {
  font-family: 'cs_prakasbold';
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  top: 1px;
  color: #8c8c8c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_language a {
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    top: 2px;
  }
}
#navigation_mobile #sx_language a.active {
  color: #0072bc;
}
#navigation_mobile #sx_language a:hover {
  text-decoration: none;
}
#navigation_mobile #sx_search {
  text-align: center;
  padding: 10px 0 5px 0;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_search {
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  #navigation_mobile #sx_search {
    margin-top: 0px;
  }
}
#navigation_mobile #sx_search form {
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#navigation_mobile #sx_search form input {
  border: none;
  background: none;
  height: 31px;
  width: 80%;
  margin-left: 4%;
  color: #8c8c8c;
  text-indent: 10px;
}
@media (min-width: 1200px) {
  #navigation_mobile #sx_search form input {
    height: 29px;
  }
}
#navigation_mobile #sx_search form button {
  background: none;
  border: none;
  width: 10%;
  color: #8c8c8c;
}
#navigation_mobile #sx_member {
  margin-top: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navigation_mobile #sx_member .btn {
  border: solid 1px #a8a8a8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin: 5px 0;
  font-size: 12px;
  font-family: 'cs_prakasregular';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navigation_mobile #sx_member .btn strong {
  font-family: 'cs_prakasbold';
  font-weight: normal;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_member .btn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    font-size: 16px;
  }
}
#navigation_mobile #sx_member .btn:hover {
  border: solid 1px #0072bc;
  color: #8c8c8c;
}
#navigation_mobile #sx_navigation {
  margin-top: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_navigation {
    margin-top: 22.5px;
  }
}
#navigation_mobile #sx_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation_mobile #sx_navigation ul li {
  border-bottom: solid 1px #a6cee8;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navigation_mobile #sx_navigation ul li:first-child {
  border-top: solid 1px #a6cee8;
  border-bottom: solid 1px #a6cee8;
}
#navigation_mobile #sx_navigation ul li input {
  text-indent: 10px;
}
#navigation_mobile #sx_navigation ul li a {
  display: block;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  text-transform: uppercase;
  color: #0072bc;
  text-align: center;
  padding: 10px 0 8px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#navigation_mobile #sx_navigation ul li a:active,
#navigation_mobile #sx_navigation ul li a:link {
  text-decoration: none;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_navigation ul li a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
#navigation_mobile #sx_navigation ul li a:hover {
  text-decoration: none;
  color: #0072bc;
  font-family: 'cs_prakasbold';
}
#navigation_mobile #sx_navigation ul li a:hover:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0072bc;
}
#navigation_mobile #sx_navigation ul li em {
  border: solid 1px #0072bc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 5px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-left-radius: 26px;
  color: #0072bc;
  cursor: pointer;
  background: url(../images/icon/nav01.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
#navigation_mobile #sx_navigation ul li.active > a:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0072bc;
}
#navigation_mobile #sx_navigation ul li.active > a + em {
  background: url(../images/icon/nav02.png) no-repeat center center;
  background-size: contain;
}
#navigation_mobile #sx_navigation ul li.active ul {
  display: block;
  opacity: 1;
}
#navigation_mobile #sx_navigation ul li ul {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
#navigation_mobile #sx_navigation ul li ul li {
  background-color: #e5f1f8;
  border-bottom: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#navigation_mobile #sx_navigation ul li ul li:first-child {
  border-top: none;
  border-bottom: none;
}
#navigation_mobile #sx_social {
  text-align: center;
  margin: 30px 0 10px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_social {
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
#navigation_mobile #sx_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation_mobile #sx_social ul li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_social ul li {
    width: 40px;
    height: 40px;
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}
#navigation_mobile #sx_social ul li a {
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#navigation_mobile #sx_social ul li.sxs_fb a {
  background-image: url(../images/sx/sxs_fb.png);
}
#navigation_mobile #sx_social ul li.sxs_tw a {
  background-image: url(../images/sx/sxs_tw.png);
}
#navigation_mobile #sx_social ul li.sxs_gg a {
  background-image: url(../images/sx/sxs_gg.png);
}
#navigation_mobile #sx_social ul li.sxs_tb a {
  background-image: url(../images/sx/sxs_tb.png);
}
#navigation_mobile #sx_social ul li.sxs_ig a {
  background-image: url(../images/sx/sxs_ig.png);
}
#navigation_mobile #sx_social ul li.sxs_sh a {
  background-image: url(../images/sx/sxs_share.png);
}
#navigation_mobile #sx_hotline {
  margin-top: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_hotline {
    margin-top: 30px;
  }
}
#navigation_mobile #sx_hotline h2 {
  text-align: center;
  font-family: 'cs_prakasbold';
  color: #0072bc;
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_hotline h2 {
    font-size: 24px;
  }
}
#navigation_mobile #sx_hotline h2:before {
  content: '';
  background: url(../images/sx/phone.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_hotline h2:before {
    width: 26.66666667px;
    height: 26.66666667px;
    position: relative;
    top: 4.5px;
    left: -7.5px;
  }
}
#navigation_mobile #sx_hotline h3 {
  font-family: 'cs_prakasregular';
  text-align: center;
  color: #0072bc;
  font-size: 14px;
  margin: 10px 0 0 0;
  font-weight: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_hotline h3 {
    margin-top: 10px;
    font-size: 18.66666667px;
  }
}
#navigation_mobile #sx_other {
  margin: 20px 0;
  float: left;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_other {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#navigation_mobile #sx_other ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation_mobile #sx_other ul li {
  float: left;
  width: 50%;
}
#navigation_mobile #sx_other ul li .logo_heart {
  background: url(../images/sx/logo_heart.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 25px;
  float: right;
  text-indent: -9999px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_other ul li .logo_heart {
    width: 120px;
    height: 33.33333333px;
  }
}
#navigation_mobile #sx_other ul li .logo_wattanosoth {
  background: url(../images/sx/logo_wattanosoth.png) no-repeat;
  background-size: contain;
  width: 90px;
  height: 25px;
  float: left;
  text-indent: -9999px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_other ul li .logo_wattanosoth {
    width: 120px;
    height: 33.33333333px;
  }
}
#navigation_mobile #sx_copyright {
  margin: 10px 0;
  font-family: 'cs_prakasregular';
  color: #363636;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_mobile #sx_copyright {
    padding-top: 15px;
    font-size: 16px;
  }
}
/*************************************/
#navigation_desktop {
  display: none;
  height: 40px;
  /*.horizontal-gradient-per(#0072bc,#06598e);*/
  background: #0072bc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0072bc 0%, #0072bc 80%, #0072bc 20%, #0072bc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072bc), color-stop(80%, #0072bc), color-stop(50%, #0072bc), color-stop(100%, #0072bc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0072bc 0%, #0072bc 80%, #0072bc 20%, #0072bc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0072bc 0%, #0072bc 80%, #0072bc 20%, #0072bc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0072bc 0%, #0072bc 80%, #0072bc 20%, #0072bc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0072bc 0%, #0072bc 80%, #0072bc 20%, #0072bc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#navigation_desktop .navigation_desktop_bar {
  background-color: rgba(255, 255, 255, 0.95);
  height: 230px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 9;
}
@media (min-width: 768px) {
  #navigation_desktop {
    display: block;
  }
}
@media (min-width: 992px) {
  #navigation_desktop {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop {
    height: 40px;
    background: #0072bc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0072bc 0%, #0072bc 80%, #06598e 20%, #06598e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072bc), color-stop(80%, #0072bc), color-stop(50%, #06598e), color-stop(100%, #06598e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0072bc 0%, #0072bc 80%, #06598e 20%, #06598e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0072bc 0%, #0072bc 80%, #06598e 20%, #06598e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0072bc 0%, #0072bc 80%, #06598e 20%, #06598e 100%);
    /* IE10+ */
    background: linear-gradient(to right, #0072bc 0%, #0072bc 80%, #06598e 20%, #06598e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
    /* IE6-9 */
  }
}
#navigation_desktop #nd_menu {
  width: 100%;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_menu {
    width: 80%;
  }
}
#navigation_desktop #nd_menu > ul {
  margin: 0px auto 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding-right: 0%;
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_menu > ul {
    padding-right: 5%;
    text-align: right;
  }
}
#navigation_desktop #nd_menu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  margin: 0 auto 0 auto;
  padding: 0 1.1% 0 1.2%;
  float: left;
  position: relative;
}
#navigation_desktop #nd_menu > ul li:hover ul {
  display: block;
}
#navigation_desktop #nd_menu > ul li.plus {
  background: url(../images/icon/arrow.png) no-repeat center right;
}
#navigation_desktop #nd_menu > ul li a {
  color: #ffffff;
  height: 40px;
  display: block;
  line-height: 40px;
  font-family: 'cs_prakasregular';
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_desktop #nd_menu > ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 9.09090909px;
  }
}
@media (min-width: 992px) {
  #navigation_desktop #nd_menu > ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_menu > ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 10.52631579px;
  }
}
@media (min-width: 1366px) {
  #navigation_desktop #nd_menu > ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 11.11111111px;
  }
}
@media (min-width: 1920px) {
  #navigation_desktop #nd_menu > ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 12.5px;
  }
}
#navigation_desktop #nd_menu > ul li a:hover {
  text-decoration: none;
}
#navigation_desktop #nd_menu > ul li ul {
  margin: 0;
  padding: 10px 0 0 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 280px;
  background-color: transparent;
  z-index: 10;
  display: none;
}
#navigation_desktop #nd_menu > ul li ul li {
  width: 300px;
  height: 30px;
  line-height: 30px;
}
#navigation_desktop #nd_menu > ul li ul li a {
  display: block;
  text-align: left;
  padding: 0 3%;
  color: #0072bc;
  height: 30px;
  line-height: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  float: left;
}
#navigation_desktop #nd_menu > ul li ul li a:hover {
  background-color: #e4f0f7;
}
#navigation_desktop #nd_menu.thai ul li a {
  font-size: 13px;
}
@media (min-width: 768px) {
  #navigation_desktop #nd_menu.thai ul li a {
    font-size: 11.81818182px;
  }
}
@media (min-width: 992px) {
  #navigation_desktop #nd_menu.thai ul li a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_menu.thai ul li a {
    font-size: 13.68421053px;
  }
}
@media (min-width: 1366px) {
  #navigation_desktop #nd_menu.thai ul li a {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1920px) {
  #navigation_desktop #nd_menu.thai ul li a {
    font-size: 16.25px;
  }
}
#navigation_desktop #nd_hotline {
  width: 40%;
  float: right;
  background-color: #ffffff;
  height: 33.33333333px;
  font-size: 10px;
  color: #0072bc;
  line-height: 40px;
  position: relative;
  font-family: 'cs_prakasregular';
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: none;
}
@media (min-width: 768px) {
  #navigation_desktop #nd_hotline {
    display: block;
    position: absolute;
    top: -33.33333333px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  #navigation_desktop #nd_hotline {
    height: 26.66666667px;
    font-size: 13.33333333px;
    color: #FFF;
    line-height: 40px;
    position: absolute;
    top: -33.33333333px;
    right: 15px;
    color: #0072bc;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_hotline {
    height: 40px;
    width: 26%;
    top: 0;
    font-size: 10px;
    line-height: 40px;
    display: block;
    position: absolute;
    color: #ffffff;
    background-color: #06598e;
  }
}
@media (min-width: 1366px) {
  #navigation_desktop #nd_hotline {
    width: 30%;
    height: 40px;
    font-size: 13.33333333px;
    line-height: 40px;
  }
}
#navigation_desktop #nd_hotline:before {
  content: '';
  background: #fffff;
  height: 40px;
  width: 10px;
  border-top-right-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  position: absolute;
  left: -10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: none;
}
@media (min-width: 768px) {
  #navigation_desktop #nd_hotline:before {
    border-top-right-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    left: -13.33333333px;
    height: 26.66666667px;
    width: 13.33333333px;
    background: #ffffff;
    display: block;
  }
}
@media (min-width: 992px) {
  #navigation_desktop #nd_hotline:before {
    border-top-right-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    left: -20px;
    height: 22.22222222px;
    width: 20px;
    background: #ffffff;
    display: block;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_hotline:before {
    background: #06598e;
    height: 40px;
    font-size: 11.11111111px;
    border-top-right-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    display: block;
  }
}
@media (min-width: 1366px) {
  #navigation_desktop #nd_hotline:before {
    font-size: 13.33333333px;
  }
}
#navigation_desktop #nd_hotline span {
  font-family: 'cs_prakasbold';
}
#navigation_desktop #nd_hotline span > i {
  background: url(../images/md/icon/phone.png) no-repeat center center;
  background-size: contain;
  width: 11.11111111px;
  height: 11.11111111px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  margin-top: 8px;
  margin-right: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_desktop #nd_hotline span > i {
    width: 15px;
    height: 15px;
    margin-top: 12px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  #navigation_desktop #nd_hotline span > i {
    width: 15px;
    height: 15px;
    margin-top: 12px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  #navigation_desktop #nd_hotline span > i {
    width: 15px;
    height: 15px;
    margin-top: 13px;
    margin-right: 5px;
    background: url(../images/md/header/phone.png) no-repeat center center;
  }
}
/********** end navigation **********/
#navigation_shortcut {
  transform: translate(-70%, 0);
  -webkit-transform: translate(-70%, 0);
  -moz-transform: translate(-70%, 0);
  -ms-transform: translate(-70%, 0);
  -o-transform: translate(-70%, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 10;
  display: none;
}
#navigation_shortcut:hover {
  transform: translate(-5%, 0);
  -webkit-transform: translate(-5%, 0);
  -moz-transform: translate(-5%, 0);
  -ms-transform: translate(-5%, 0);
  -o-transform: translate(-5%, 0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #navigation_shortcut {
    display: block;
  }
}
@media (min-width: 992px) {
  #navigation_shortcut {
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #navigation_shortcut {
    top: 225px;
  }
}
@media (min-width: 1366px) {
  #navigation_shortcut {
    top: 270px;
  }
}
@media (min-width: 1920px) {
  #navigation_shortcut {
    top: 300px;
  }
}
#navigation_shortcut ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation_shortcut ul li {
  background-color: #d21e64;
  color: #ffffff;
  padding: 5px 5px 5px 10px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#navigation_shortcut ul li:hover {
  transform: translate(5%, 0);
  -webkit-transform: translate(5%, 0);
  -moz-transform: translate(5%, 0);
  -ms-transform: translate(5%, 0);
  -o-transform: translate(5%, 0);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#navigation_shortcut ul li a {
  display: block;
  color: #ffffff;
  position: relative;
  height: 40px;
  padding-right: 60px;
  widht: 100%;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li a {
    height: 48px;
    padding-right: 60px;
  }
}
#navigation_shortcut ul li a label {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 3px;
  text-align: right;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li a label {
    font-size: 13.33333333px;
    padding-top: 3.6px;
  }
}
#navigation_shortcut ul li a label + label {
  font-size: 10px;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li a label + label {
    font-size: 11.11111111px;
  }
}
#navigation_shortcut ul li a label > span {
  font-family: 'cs_prakasbold';
}
#navigation_shortcut ul li a em {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 10px;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li a em {
    width: 48px;
    height: 48px;
  }
}
#navigation_shortcut ul li a:hover {
  text-decoration: none;
}
#navigation_shortcut ul li + li {
  background-color: #ffa64d;
}
#navigation_shortcut ul li + li a em {
  background-image: url(../images/icon/icon_02.png);
}
#navigation_shortcut ul li + li a label {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li + li a label {
    padding-top: 12px;
  }
}
#navigation_shortcut ul li + li + li {
  background-color: #00bf8c;
}
#navigation_shortcut ul li + li + li a em {
  background-image: url(../images/icon/icon_03.png);
}
#navigation_shortcut ul li + li + li a label {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #navigation_shortcut ul li + li + li a label {
    padding-top: 12px;
  }
}
#sidebar {
  padding-bottom: 30px;
}
#sidebar .box_information .head_box {
  font-size: 24px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}
#sidebar .box_information .head_box > span {
  color: #363636;
}
#sidebar .box_information .box {
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  #sidebar .box_information .box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#sidebar .box_information .box > h2 {
  font-size: 24px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > h2 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > h2 {
    font-size: 28.23529412px;
  }
}
#sidebar .box_information .box > h2 > span {
  color: #363636;
}
#sidebar .box_information .box > .bim_thumb > img {
  width: 100%;
}
#sidebar .box_information .box > .bim_head {
  width: 100%;
  float: left;
  margin: 6px 0 0 0;
}
#sidebar .box_information .box > .bim_head .head_title {
  width: 70%;
  float: left;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > .bim_head .head_title {
    margin-top: 6px;
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > .bim_head .head_title {
    margin-top: 6px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > .bim_head .head_title {
    margin-top: 7.2px;
    margin-bottom: 3.6px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > .bim_head .head_title {
    margin-top: 9px;
    margin-bottom: 4.5px;
  }
}
#sidebar .box_information .box > .bim_head .head_title h3 {
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-size: 15.29411765px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > .bim_head .head_title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > .bim_head .head_title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > .bim_head .head_title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > .bim_head .head_title h3 {
    font-size: 17.33333333px;
  }
}
#sidebar .box_information .box > .bim_head .head_title em {
  font-family: 'cs_prakasregular';
  font-size: 10.58823529px;
  color: #252525;
  font-style: normal;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > .bim_head .head_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > .bim_head .head_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > .bim_head .head_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > .bim_head .head_title em {
    font-size: 12px;
  }
}
#sidebar .box_information .box > .bim_head .head_share {
  width: 30%;
  float: left;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > .bim_head .head_share {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > .bim_head .head_share {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > .bim_head .head_share {
    margin-top: 7.2px;
    margin-bottom: 7.2px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > .bim_head .head_share {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
#sidebar .box_information .box > .bim_head .head_share .box_hs {
  margin: 0 0 0 auto;
  width: 75px;
}
#sidebar .box_information .box > .bim_detail {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  height: 2.6em;
  overflow: hidden;
  float: left;
}
@media (min-width: 768px) {
  #sidebar .box_information .box > .bim_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_information .box > .bim_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_information .box > .bim_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_information .box > .bim_detail {
    font-size: 14.66666667px;
  }
}
#sidebar .box_doctor {
  display: block;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}
#sidebar .box_doctor > h2 {
  font-size: 24px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 5px 0;
  padding: 0;
}
@media (min-width: 768px) {
  #sidebar .box_doctor > h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor > h2 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor > h2 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor > h2 {
    font-size: 28.23529412px;
  }
}
#sidebar .box_doctor ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .box_doctor ul li {
  position: relative;
  padding-left: 100px;
  height: 95px;
  color: #555555;
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li {
    padding-left: 100px;
    height: 95px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li {
    padding-left: 100px;
    height: 97px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li {
    padding-left: 111.11111111px;
    height: 104.44444444px;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li {
    padding-left: 133.33333333px;
    height: 123.33333333px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#sidebar .box_doctor ul li .thumb {
  width: 85px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #c1c1c1;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li .thumb {
    width: 85px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li .thumb {
    width: 85px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li .thumb {
    width: 94.44444444px;
    height: auto;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li .thumb {
    width: 113.33333333px;
    height: auto;
  }
}
#sidebar .box_doctor ul li > h3 {
  margin: 0;
  padding: 0;
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  margin-bottom: 5px;
  color: #1776bd;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li > h3 {
    font-size: 15.29411765px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li > h3 {
    font-size: 15.29411765px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li > h3 {
    font-size: 15.29411765px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li > h3 {
    font-size: 17.33333333px;
    margin-bottom: 6px;
  }
}
#sidebar .box_doctor ul li > p {
  font-family: 'cs_prakasregular';
  font-size: 11.76470588px;
  line-height: 1em;
  min-height: 3.7em;
  padding-bottom: 5px;
  margin: 0;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li > p {
    font-size: 11.76470588px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li > p {
    font-size: 11.76470588px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li > p {
    font-size: 11.76470588px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li > p {
    font-size: 13.33333333px;
    padding-bottom: 7.5px;
  }
}
#sidebar .box_doctor ul li > p > span {
  display: block;
  line-height: 1.2em;
  padding: 0 0 3px 0;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li > p > span {
    padding-bottom: 3px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li > p > span {
    padding-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li > p > span {
    padding-bottom: 3.6px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li > p > span {
    padding-bottom: 3.6px;
  }
}
#sidebar .box_doctor ul li > p > span > label {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#sidebar .box_doctor ul li > p > span > em {
  font-style: normal;
  padding-left: 5px;
  line-height: 1em;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li > p > span > em {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li > p > span > em {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li > p > span > em {
    padding-left: 6px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li > p > span > em {
    padding-left: 7.5px;
  }
}
#sidebar .box_doctor ul li .btnViewProfile {
  color: #469ae9;
  font-family: 'cs_prakasregular';
  text-transform: uppercase;
  font-size: 10px;
  border: solid 1px #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 3px 12px;
  display: table;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  #sidebar .box_doctor ul li .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  #sidebar .box_doctor ul li .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  #sidebar .box_doctor ul li .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 14.4px;
    padding-right: 14.4px;
    font-size: 11.11111111px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1366px) {
  #sidebar .box_doctor ul li .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13.33333333px;
    margin-bottom: 5px;
  }
}
#sidebar .sb_tags {
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  #sidebar .sb_tags {
    display: none;
  }
}
#sidebar .sb_tags.mr-l {
  margin: 0;
}
#sidebar .sb_tags .head {
  padding: 10px 0;
  border-bottom: solid 1px #1776bd;
}
#sidebar .sb_tags .head h3 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #1776bd;
}
@media (min-width: 992px) {
  #sidebar .sb_tags .head h3 {
    font-size: 17.64705882px;
  }
}
@media (min-width: 1200px) {
  #sidebar .sb_tags .head h3 {
    font-size: 17.64705882px;
  }
}
@media (min-width: 1366px) {
  #sidebar .sb_tags .head h3 {
    font-size: 22.22222222px;
  }
}
#sidebar .sb_tags .body {
  padding: 10px 0;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 992px) {
  #sidebar .sb_tags .body {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #sidebar .sb_tags .body {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #sidebar .sb_tags .body {
    font-size: 14.66666667px;
  }
}
#sidebar .sb_tags .body > a {
  border: solid 1px #a8a8a8;
  display: inline-block;
  text-align: center;
  padding: 5px 8px 5px 5px ;
  margin: 0 2px 6px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #1776bd;
}
@media (min-width: 768px) {
  #sidebar .sb_tags .body > a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}
@media (min-width: 1200px) {
  #sidebar .sb_tags .body > a {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 5px 10px 5px 10px ;
  }
}
#sidebar .sb_patient_story {
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  #sidebar .sb_patient_story {
    display: block;
  }
}
#sidebar .sb_patient_story .head {
  padding: 10px 0;
  border-bottom: solid 1px #1776bd;
}
#sidebar .sb_patient_story .head h3 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #1776bd;
}
@media (min-width: 992px) {
  #sidebar .sb_patient_story .head h3 {
    font-size: 16.66666667px;
  }
}
@media (min-width: 1200px) {
  #sidebar .sb_patient_story .head h3 {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  #sidebar .sb_patient_story .head h3 {
    font-size: 23.07692308px;
  }
}
#sidebar .sb_patient_story .body {
  padding: 10px 0;
  font-family: 'cs_prakasregular';
  font-size: 10px;
}
@media (min-width: 768px) {
  #sidebar .sb_patient_story .body {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #sidebar .sb_patient_story .body {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1200px) {
  #sidebar .sb_patient_story .body {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #sidebar .sb_patient_story .body {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #sidebar .sb_patient_story .body {
    font-size: 15.38461538px;
  }
}
#sidebar .sb_patient_story .body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .sb_patient_story .body ul li {
  margin: 0 0 8px 0;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #959595;
}
#sidebar .sb_patient_story .body ul li a {
  color: #959595;
}
#container_fck {
  color: #333333;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 768px) {
  #container_fck {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #container_fck {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #container_fck {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #container_fck {
    font-size: 14.66666667px;
  }
}
#container_fck a {
  color: #1776bd;
}
#container_fck a:hover {
  text-decoration: underline;
}
#container_fck strong {
  font-weight: normal;
  font-family: 'cs_prakasbold';
}
#container_fck h3 {
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 16.47058824px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #container_fck h3 {
    font-size: 16.47058824px;
  }
}
@media (min-width: 992px) {
  #container_fck h3 {
    font-size: 16.47058824px;
  }
}
@media (min-width: 1200px) {
  #container_fck h3 {
    font-size: 16.47058824px;
  }
}
@media (min-width: 1366px) {
  #container_fck h3 {
    font-size: 18.66666667px;
  }
}
#container_fck ul,
#container_fck ol {
  margin-left: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
}
@media (min-width: 768px) {
  #container_fck ul,
  #container_fck ol {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  #container_fck ul,
  #container_fck ol {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  #container_fck ul,
  #container_fck ol {
    margin-left: 30px;
  }
}
@media (min-width: 1366px) {
  #container_fck ul,
  #container_fck ol {
    margin-left: 32.5px;
  }
}
#container_fck ul li,
#container_fck ol li {
  margin: 0;
  padding: 0;
}
/*************** main --------------*/
.margin-bottom-15 {
  margin-bottom: 15px;
}
.stMainServices,
.stButton_gradient {
  height: auto!Important;
}
#main .main_desktop_slide {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: none;
}
@media (min-width: 768px) {
  #main .main_desktop_slide {
    display: block;
  }
}
#main .main_desktop_slide .item {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main .main_desktop_slide .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #main .main_desktop_slide .item .site_mobile {
    display: none;
  }
}
#main .main_desktop_slide .item .site_desktop {
  display: none;
}
@media (min-width: 768px) {
  #main .main_desktop_slide .item .site_desktop {
    display: block;
  }
}
#main .main_desktop_slide .item div {
  position: relative;
}
#main .main_desktop_slide .item span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 454px;
  height: 62px;
  padding: 10px;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item span {
    width: 681px;
    height: 93px;
    padding: 30px 20px;
  }
}
#main .main_desktop_slide .item span h4 {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1920px) {
  #main .main_desktop_slide .item span h4 {
    font-size: 14.66666667px;
  }
}
#main .main_desktop_slide .item span label {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item span label {
    font-size: 14.66666667px;
  }
}
#main .main_desktop_slide .item.set01 div {
  padding: 12% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#main .main_desktop_slide .item.set01 div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_desktop_slide .item.set01 div span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 454px;
  height: 62px;
  padding: 15px;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item.set01 div span {
    width: 681px;
    height: 93px;
    padding: 30px 15px;
  }
}
#main .main_desktop_slide .item.set02 div {
  padding: 12% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  width: 50%;
}
#main .main_desktop_slide .item.set02 div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_desktop_slide .item.set02 div span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 340.5px;
  height: 46.5px;
  padding: 10px;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item.set02 div span {
    width: 681px;
    height: 93px;
    padding: 30px 15px;
  }
}
#main .main_desktop_slide .item.set03 div {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  padding: 12% 0;
  width: 66.65%;
}
#main .main_desktop_slide .item.set03 div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_desktop_slide .item.set03 div span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 454px;
  height: 62px;
  padding: 15px;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item.set03 div span {
    width: 681px;
    height: 93px;
    padding: 30px 15px;
  }
}
#main .main_desktop_slide .item.set03 div + div {
  float: right;
  width: 33.35%;
  padding: 0% 0;
}
#main .main_desktop_slide .item.set03 div + div > div {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  padding: 18% 0;
  width: 100%;
}
#main .main_desktop_slide .item.set03 div + div > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_desktop_slide .item.set03 div + div > div span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 272.4px;
  height: 37.2px;
  padding: 5px;
}
@media (min-width: 1366px) {
  #main .main_desktop_slide .item.set03 div + div > div span {
    width: 454px;
    height: 62px;
    padding: 10px;
  }
}
#main .main_desktop_slide .owl-controls {
  position: absolute;
  bottom: 35px;
  right: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #main .main_desktop_slide .owl-controls {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  #main .main_desktop_slide .owl-controls {
    bottom: 10px;
  }
}
#main .main_desktop_slide .owl-controls .owl-dots {
  text-align: right;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main .main_desktop_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#main .main_desktop_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#main .main_desktop_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#main .main_sx_slide {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #main .main_sx_slide {
    display: none;
  }
}
#main .main_sx_slide .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main .main_sx_slide .item div {
  padding: 30% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
#main .main_sx_slide .item div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_sx_slide .item span {
  background: url(../images/home/bar.png) no-repeat center left;
  background-size: contain;
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 272.4px;
  height: 37.2px;
  padding: 5px;
}
#main .main_sx_slide .item span h4 {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .main_sx_slide .item span label {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .main_sx_slide .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #main .main_sx_slide .item .site_mobile {
    display: none;
  }
}
#main .main_sx_slide .item .site_desktop {
  display: none;
}
@media (min-width: 768px) {
  #main .main_sx_slide .item .site_desktop {
    display: block;
  }
}
#main .main_sx_slide .owl-controls {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #main .main_sx_slide .owl-controls {
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  #main .main_sx_slide .owl-controls {
    bottom: 10px;
  }
}
#main .main_sx_slide .owl-controls .owl-dots {
  text-align: right;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main .main_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#main .main_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#main .main_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#main .main_sx_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #main .main_sx_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #main .main_sx_slide .owl-controls .owl-nav .owl-next {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
#main .main_sx_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #main .main_sx_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #main .main_sx_slide .owl-controls .owl-nav .owl-prev {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
#main .main_sx_menu {
  position: relative;
  top: -27.5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1;
}
@media (min-width: 768px) {
  #main .main_sx_menu {
    top: -36.66666667px;
    display: none;
  }
}
#main .main_sx_menu ul.msxm_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .main_sx_menu ul.msxm_menu li a {
  color: #fff;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  background-color: #003156;
  height: 55px;
  display: block;
  line-height: 55px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #main .main_sx_menu ul.msxm_menu li a {
    font-size: 18.66666667px;
    height: 73.33333333px;
    line-height: 73.33333333px;
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}
#main .main_sx_menu ul.msxm_menu li a:after {
  content: '';
  background: url(../images/sx/main/menu/arrowLeft.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 93%;
  margin-left: -3.5px;
  margin-top: -7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 768px) {
  #main .main_sx_menu ul.msxm_menu li a:after {
    width: 9.33333333px;
    height: 18.66666667px;
    margin-left: -4.66666667px;
    margin-top: -9.33333333px;
  }
}
#main .main_sx_menu ul.msxm_menu li a:hover:after {
  left: 95%;
}
#main .main_sx_menu ul.msxm_menu li + li a,
#main .main_sx_menu ul.msxm_menu li + li a:hover {
  background-color: #004071;
}
#main .main_sx_menu ul.msxm_menu li + li + li a,
#main .main_sx_menu ul.msxm_menu li + li + li a:hover {
  background-color: #00528e;
}
#main .main_sx_menu ul.msxm_menu li + li + li + li a,
#main .main_sx_menu ul.msxm_menu li + li + li + li a:hover {
  background-color: #006bb7;
}
#main .main_sx_menu ul.msxm_menu li + li + li + li + li a,
#main .main_sx_menu ul.msxm_menu li + li + li + li + li a:hover {
  background-color: #0085e1;
}
#main .main_sx_menu ul.msxm_menu li + li + li + li + li + li a,
#main .main_sx_menu ul.msxm_menu li + li + li + li + li + li a:hover {
  background-color: #0098ff;
}
#main .main_sx_menu ul.msxm_menu li + li + li + li + li + li + li a,
#main .main_sx_menu ul.msxm_menu li + li + li + li + li + li + li a:hover {
  background-color: #4fb8ff;
}
#main .main_sx_menu ul.msxm_socail {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#main .main_sx_menu ul.msxm_socail li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #main .main_sx_menu ul.msxm_socail li {
    width: 40px;
    height: 40px;
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
}
#main .main_sx_menu ul.msxm_socail li a {
  background-image: url(../images/sx/sxs_fb.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#main .main_sx_menu ul.msxm_socail li + li a,
#main .main_sx_menu ul.msxm_socail li + li a:hover {
  background-image: url(../images/sx/sxs_tw.png);
}
#main .main_sx_menu ul.msxm_socail li + li + li a,
#main .main_sx_menu ul.msxm_socail li + li + li a:hover {
  background-image: url(../images/sx/sxs_gg.png);
}
#main .main_sx_menu ul.msxm_socail li + li + li + li a,
#main .main_sx_menu ul.msxm_socail li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_tb.png);
}
#main .main_sx_menu ul.msxm_socail li + li + li + li + li a,
#main .main_sx_menu ul.msxm_socail li + li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_ig.png);
}
#main .main_sx_menu ul.msxm_socail li + li + li + li + li + li a,
#main .main_sx_menu ul.msxm_socail li + li + li + li + li + li a:hover {
  background-image: url(../images/sx/sxs_share.png);
}
#main .main_md_cclinic {
  display: none;
  background-color: #25a7ff;
}
#main .main_md_cclinic .container {
  width: 100%;
}
@media (min-width: 768px) {
  #main .main_md_cclinic {
    display: block;
  }
}
#main .main_md_cclinic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 0;
}
#main .main_md_cclinic ul li {
  display: inline-block;
  width: 7.29166667%;
  height: auto;
  background-color: #25a7ff;
  margin: 0;
  padding: 3.64583333% 0;
  position: relative;
}
#main .main_md_cclinic ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #25a7ff;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_md_cclinic ul li a i {
  /*                        background:url(../images/sx/coc/icon/i_brain.png) no-repeat center center;
                                                background-size:contain;*/
  width: 100%;
  padding: 0% 0;
  display: block;
  margin: auto;
}
#main .main_md_cclinic ul li a i > img {
  width: 100%;
}
#main .main_md_cclinic ul li a:hover {
  text-decoration: none;
}
#main .main_md_cclinic ul li + li {
  background-color: #0098ff;
}
#main .main_md_cclinic ul li + li a {
  background-color: #0098ff;
}
#main .main_md_cclinic ul li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_bone.png);*/
}
#main .main_md_cclinic ul li + li + li a {
  background-color: #0085e1;
}
#main .main_md_cclinic ul li + li + li a i {
  /*background-image: url(../images/sx/coc/icon/i_gh.png);*/
}
#main .main_md_cclinic ul li + li + li + li a {
  background-color: #006bb7;
}
#main .main_md_cclinic ul li + li + li + li a i {
  /*background-image: url(../images/sx/coc/icon/i_ee.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li a {
  background-color: #00528e;
}
#main .main_md_cclinic ul li + li + li + li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_er.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li a {
  background-color: #004071;
}
#main .main_md_cclinic ul li + li + li + li + li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_mc.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li a {
  background-color: #004071;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_gi.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li a {
  background-color: #00528e;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_chest.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li a {
  background-color: #006bb7;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li a i {
  /*background-image:url(../images/sx/coc/icon/i_gr.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li a {
  background-color: #0085e1;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li a i {
  /*                            background-image:url(../images/sx/coc/icon/i_sur.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #0098ff;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li a i {
  /*                            background-image:url(../images/sx/coc/icon/i_sur.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #ed008c;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li + li a i {
  /*                            background-image:url(../images/sx/coc/icon/i_sur.png);*/
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #ff6625;
}
#main .main_md_cclinic ul li + li + li + li + li + li + li + li + li + li + li + li + li a i {
  /*                            background-image:url(../images/sx/coc/icon/i_sur.png);*/
}
#main .main_md_findDoc {
  display: none;
  padding: 3.125% 0;
  position: relative;
  background: #cccccc;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cccccc 0%, #cccccc 50%, #cccccc 50%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #cccccc), color-stop(50%, #cccccc), color-stop(50%, #cccccc), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #cccccc 0%, #cccccc 50%, #cccccc 50%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #cccccc 0%, #cccccc 50%, #cccccc 50%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #cccccc 0%, #cccccc 50%, #cccccc 50%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #cccccc 0%, #cccccc 50%, #cccccc 50%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
@media (min-width: 768px) {
  #main .main_md_findDoc {
    display: block;
  }
}
@media (min-width: 992px) {
  #main .main_md_findDoc {
    display: block;
  }
}
#main .main_md_findDoc .container {
  width: 100%;
}
#main .main_md_findDoc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: left;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#main .main_md_findDoc ul li {
  width: 25%;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  border: solid 1px #cccccc;
  border-width: 0 1px;
}
#main .main_md_findDoc ul li a {
  display: table;
  color: #ffffff;
  width: 100%;
  height: 0;
  float: left;
  background-color: #cccccc;
  position: relative;
  padding: 12.5% 0;
}
#main .main_md_findDoc ul li a i {
  background: url(../images/md/icon/f_01.png) no-repeat;
  background-size: contain;
  width: 25%;
  height: 0;
  float: left;
  display: block;
  position: absolute;
  top: 0;
  left: 15%;
  padding: 12.5% 0;
}
#main .main_md_findDoc ul li a div {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
#main .main_md_findDoc ul li a div span {
  font-size: 9px;
  font-family: 'db_helvethaica_x45_li';
  display: block;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.9em;
  position: absolute;
  top: 45%;
}
@media (min-width: 992px) {
  #main .main_md_findDoc ul li a div span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #main .main_md_findDoc ul li a div span {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  #main .main_md_findDoc ul li a div span {
    font-size: 18px ;
  }
}
#main .main_md_findDoc ul li a div span > label {
  font-size: 9px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  padding: 0 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  #main .main_md_findDoc ul li a div span > label {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #main .main_md_findDoc ul li a div span > label {
    font-size: 15px;
    padding-left: 6;
    padding-right: 6;
  }
}
@media (min-width: 1366px) {
  #main .main_md_findDoc ul li a div span > label {
    font-size: 18px ;
    padding-left: 7.5;
    padding-right: 7.5;
  }
}
#main .main_md_findDoc ul li a:hover {
  text-decoration: none;
}
#main .main_md_findDoc ul li + li {
  width: 25%;
}
#main .main_md_findDoc ul li + li a {
  color: #ffffff;
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #999999;
}
#main .main_md_findDoc ul li + li a i {
  background-image: url(../images/md/icon/f_02.png);
}
#main .main_md_findDoc ul li + li + li {
  width: 25%;
}
#main .main_md_findDoc ul li + li + li a {
  color: #ffffff;
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #999999;
}
#main .main_md_findDoc ul li + li + li a i {
  background-image: url(../images/md/icon/f_03.png);
}
#main .main_md_findDoc ul li + li + li + li {
  width: 25%;
}
#main .main_md_findDoc ul li + li + li + li a {
  color: #ffffff;
  display: table;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #cccccc;
}
#main .main_md_findDoc ul li + li + li + li a i {
  background-image: url(../images/md/icon/f_04.png);
}
#main .main_md_findDoc ul li + li + li + li a div span {
  top: 45%;
}
@media (min-width: 768px) {
  #main .main_category {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #main .main_category {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #main .main_category {
    margin-top: 40px;
  }
}
#main .main_category .container {
  margin: auto;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  #main .main_category .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#main .main_category .container .box_list > div {
  margin: 10px 0;
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list > div {
    padding-right: 3%;
    padding-left: 3%;
  }
}
#main .main_category .container .box_list > div > h2 {
  display: none;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #464646;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list > div > h2 {
    display: block;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list > div > h2 {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  #main .main_category .container .box_list > div > h2 {
    font-size: 20px;
  }
}
#main .main_category .container .box_list > div > h2 > label {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1776bd;
}
#main .main_category .container .box_list > div a.bnt_home_viewall {
  display: none;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list > div a.bnt_home_viewall {
    display: block;
    position: absolute;
    top: 0;
    right: 7px;
    background-color: #62a2df;
    padding: 3px 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 7.5px;
    font-family: 'cs_prakasbold';
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list > div a.bnt_home_viewall {
    right: 15px;
    padding: 5px 10px 3px 10px;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list > div a.bnt_home_viewall {
    right: 30px;
  }
}
@media (min-width: 1366px) {
  #main .main_category .container .box_list > div a.bnt_home_viewall {
    right: 40px;
    padding: 6px 12px 6px 12px;
    font-size: 10px;
    margin-top: -3px;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list > div + div {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list > div + div + div {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .thumbe {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .thumbe .thumbMobile {
    display: none;
  }
}
#main .main_category .container .box_list .thumbe .thumbDesktop {
  display: none;
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .thumbe .thumbDesktop {
    display: block;
  }
}
#main .main_category .container .box_list .content {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .content {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#main .main_category .container .box_list .content h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .content h3 {
    margin-top: 5px;
  }
}
#main .main_category .container .box_list .content h3 > a {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  color: #1776bd;
  display: block;
}
@media (min-width: 480px) {
  #main .main_category .container .box_list .content h3 > a {
    font-size: 14.11764706px;
  }
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content h3 > a {
    margin: 2% 0 1% 0;
    font-size: 12px;
    height: auto;
    line-height: 1em;
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .content h3 > a {
    margin: 2% 0 1% 0;
    font-size: 12px;
    height: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.4em;
    height: 1.4em;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list .content h3 > a {
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  #main .main_category .container .box_list .content h3 > a {
    font-size: 17.14285714px;
  }
}
@media (min-width: 1920px) {
  #main .main_category .container .box_list .content h3 > a {
    font-size: 18.46153846px;
  }
}
#main .main_category .container .box_list .content h3 > a:hover {
  text-decoration: none;
}
#main .main_category .container .box_list .content .col-span-content {
  display: none;
  font-family: 'cs_prakasfdregular';
  color: #898989;
  font-size: 12.94117647px;
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content .col-span-content {
    display: block;
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .content .col-span-content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list .content .col-span-content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #main .main_category .container .box_list .content .col-span-content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #main .main_category .container .box_list .content .col-span-content {
    font-size: 14.66666667px;
  }
}
#main .main_category .container .box_list .content .col-span-content em {
  font-size: 11.76470588px;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content .col-span-content em {
    font-size: 11.76470588px;
  }
}
@media (min-width: 992px) {
  #main .main_category .container .box_list .content .col-span-content em {
    font-size: 11.76470588px;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list .content .col-span-content em {
    font-size: 11.76470588px;
  }
}
@media (min-width: 1366px) {
  #main .main_category .container .box_list .content .col-span-content em {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #main .main_category .container .box_list .content .col-span-content em {
    font-size: 13.33333333px;
  }
}
#main .main_category .container .box_list .content .col-span-content.detail_content {
  overflow: hidden;
  height: 5.7em;
  text-overflow: ellipsis;
  position: relative;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content .col-btn {
    display: none;
  }
}
#main .main_category .container .box_list .content .col-btn .btn {
  background-color: #64a5e1;
  color: #fff;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  font-family: 'db_helvethaica_x65_med';
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  top: 5px;
  width: 100%;
  margin: 0 0 0 auto;
  max-width: 100px;
  display: block;
}
@media (min-width: 768px) {
  #main .main_category .container .box_list .content .col-btn .btn {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #main .main_category .container .box_list .content .col-btn .btn {
    font-size: 16px;
  }
}
.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*************** end main --------------*/
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border-color: #d9d9d9;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  input.gsc-input,
  .gsc-input-box,
  .gsc-input-box-hover,
  .gsc-input-box-focus {
    height: 30px !important;
  }
}
.gsc-control-cse {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .gsc-control-cse {
    margin-top: 0px;
  }
}
#frmRefer .dropdown-menu,
#frmRegister .dropdown-menu {
  width: 30% !important;
  margin-right: 1%;
  float: left;
  font-family: 'cs_prakasregular';
  font-size: 11px !important;
  position: relative;
  display: block;
  top: initial;
  min-width: initial;
  height: 28px;
  padding: 6px 12px;
  margin: 0 5% 0 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  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);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#frmRefer .dropdown-menu:last-child,
#frmRegister .dropdown-menu:last-child {
  margin-right: 0;
  float: right;
}
.modal_termcon h3 {
  text-align: center;
}
.modal_termcon p {
  text-indent: 3em;
  margin-top: 1em;
  margin-bottom: 3em;
}
.modal_termcon p span {
  text-indent: 3em;
  display: block;
}
/* global detail using */
.img-middle-frame {
  width: 100%;
  height: auto;
  text-align: center;
}
.img-middle-frame img {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-topic-feed .topic-items {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #959595;
  font-family: "cs_prakasfdregular";
  font-weight: normal;
  color: #959595;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
@media (min-width: 992px) {
  .news-topic-feed .topic-items {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .news-topic-feed .topic-items {
    width: 60%;
  }
}
@media (min-width: 1366px) {
  .news-topic-feed .topic-items {
    width: 60%;
  }
}
.news-topic-feed .topic-items:first-child {
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #1776bd;
  font-family: "cs_prakasfdbold";
  font-weight: normal;
  padding-left: 0px;
  color: #1776bd;
}
#patient-contact {
  padding-top: 40px;
  font-size: 13px;
  font-family: "cs_prakasfdbold";
}
#patient-contact .btnBooknow {
  background-color: #1776bd;
  color: white;
  border-radius: 30px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  /*float: right;*/
}
#patient-contact .info {
  font-family: "cs_prakasfdbold";
  color: #1776bd;
}
@media (min-width: 768px) {
  #centerOfExcellence {
    padding-bottom: 0px;
  }
}
#centerOfExcellence.coc_p {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #centerOfExcellence.coc_p {
    padding-bottom: 0px;
  }
}
#centerOfExcellence .coc_sx_slide {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_sx_slide .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_sx_slide .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_sx_slide .item .site_mobile {
    display: none;
  }
}
#centerOfExcellence .coc_sx_slide .item .site_desktop {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_sx_slide .item .site_desktop {
    display: block;
  }
}
#centerOfExcellence .coc_sx_slide .owl-controls {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_sx_slide .owl-controls {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#centerOfExcellence .coc_sx_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_sx_slide .owl-controls .owl-dots {
    text-align: right;
  }
}
#centerOfExcellence .coc_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#centerOfExcellence .coc_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#centerOfExcellence .coc_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .main_cclinic {
    margin-top: 45px;
  }
}
#centerOfExcellence .main_cclinic .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .main_cclinic .head h2 {
    font-size: 40px;
  }
}
#centerOfExcellence .main_cclinic .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#centerOfExcellence .main_cclinic .head h2 span + span {
  color: #363636;
}
#centerOfExcellence .main_cclinic .head h2 span + span + span {
  color: #ed1c24;
}
#centerOfExcellence .main_cclinic .head p {
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 480px) {
  #centerOfExcellence .main_cclinic .head p {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic .head p {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head p {
    margin-top: 5px;
  }
}
#centerOfExcellence .main_cclinic .head p span {
  display: block;
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  line-height: 1.1em;
}
@media (min-width: 480px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 12px;
    display: inline;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 13.04347826px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .main_cclinic .head p span {
    font-size: 15.78947368px;
  }
}
#centerOfExcellence .main_cclinic .head .cs-form {
  margin-top: 20px;
}
@media (min-width: 480px) {
  #centerOfExcellence .main_cclinic .head .cs-form {
    margin-top: 28px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head .cs-form {
    margin-top: 33.6px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .main_cclinic .head .cs-form {
    margin-top: 33.6px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .main_cclinic .head .cs-form {
    margin-top: 42px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .main_cclinic .head .cs-form {
    margin-top: 56px;
  }
}
#centerOfExcellence .main_cclinic .head .form-control {
  font-size: 11px;
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic .head .form-control {
    height: 25.45454545px;
    font-size: 10px;
    padding: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head .form-control {
    height: 25.45454545px;
    font-size: 10px;
    padding: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .main_cclinic .head .form-control {
    height: 28px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head .col-form {
    padding-right: 5px;
    padding-left: 5px;
  }
}
#centerOfExcellence .main_cclinic .head .col-btn {
  padding-left: 0;
}
#centerOfExcellence .main_cclinic .head .col-btn .btn {
  background-color: #1776bd;
  color: #fff;
  font-family: 'db_helvethaica_x65_med';
  font-size: 12px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 7.5px 12px;
}
@media (min-width: 768px) {
  #centerOfExcellence .main_cclinic .head .col-btn .btn {
    padding: 3px 12px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .main_cclinic .head .col-btn .btn {
    padding: 3px 12px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .main_cclinic .head .col-btn .btn {
    font-size: 14px;
  }
}
#centerOfExcellence .col-coc-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#centerOfExcellence .col-coc-list ul li {
  margin: 0;
  padding: 3px;
  float: left;
  overflow: hidden;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li {
    border: solid 1px #ffffff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  #centerOfExcellence .col-coc-list ul li:hover {
    border: solid 1px #99cef3;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li {
    padding: 0px;
    margin: 0.5% 1%;
    width: 48%;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .col-coc-list ul li {
    padding: 0px;
    margin: 0.5% 1%;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .col-coc-list ul li {
    padding: 0px;
    margin: 0.5% 1%;
    width: 48%;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .col-coc-list ul li {
    padding: 0px;
    margin: 0.5% 1%;
    width: 48%;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .col-coc-list ul li {
    padding: 0px;
    margin: 0.5% 1%;
    width: 48%;
  }
}
#centerOfExcellence .col-coc-list ul li .c_content {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li .c_content {
    display: block;
    float: left;
    width: 60%;
    padding: 0px 8px;
  }
}
#centerOfExcellence .col-coc-list ul li .c_content h3 {
  margin: 3px 0 1px 0;
  padding: 0;
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  text-transform: uppercase;
  color: #1876bc;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li .c_content h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .col-coc-list ul li .c_content h3 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .col-coc-list ul li .c_content h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .col-coc-list ul li .c_content h3 {
    font-size: 17.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .col-coc-list ul li .c_content h3 {
    font-size: 17.33333333px;
  }
}
#centerOfExcellence .col-coc-list ul li .c_content h3 > a {
  color: #1876bc;
}
#centerOfExcellence .col-coc-list ul li .c_content h3 > a:hover {
  color: #1876bc;
  text-decoration: none;
}
#centerOfExcellence .col-coc-list ul li .c_content p {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  height: 3.5em;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.25em;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li .c_content p {
    font-size: 12.94117647px;
    height: 2.2em;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .col-coc-list ul li .c_content p {
    font-size: 12.94117647px;
    height: 3.4em;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .col-coc-list ul li .c_content p {
    font-size: 12.94117647px;
    height: 4.8em;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .col-coc-list ul li .c_content p {
    font-size: 14.66666667px;
    height: 4.8em;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .col-coc-list ul li .c_content p {
    font-size: 14.66666667px;
  }
}
#centerOfExcellence .col-coc-list ul li > a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li > a {
    float: left;
    width: 38%;
  }
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li > a .l_thumb {
    width: 100%;
  }
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb label {
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  background-color: #0077cc;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li > a .l_thumb label {
    width: 40%;
    float: left;
  }
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb label i {
  width: 100%;
  padding: 0;
  display: block;
  margin: auto;
  text-align: center;
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb label i > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb > div {
  display: none;
  width: 60%;
  float: left;
}
@media (min-width: 768px) {
  #centerOfExcellence .col-coc-list ul li > a .l_thumb > div {
    display: block;
  }
}
#centerOfExcellence .col-coc-list ul li > a .l_thumb > div > img {
  display: block;
  border: none;
}
#centerOfExcellence .col-coc-list ul li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_bone.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_gh.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_ee.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_er.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_mc.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_gi.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_chest.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_gr.png);*/
}
#centerOfExcellence .col-coc-list ul li + li + li + li + li + li + li + li + li + li > a .l_thumb label i {
  /*background-image:url(../images/sx/coc/icon/i_sur.png);*/
}
#centerOfExcellence .coc_service_ex {
  width: 100%;
  margin-top: 30px;
}
#centerOfExcellence .coc_service_ex .container {
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_service_ex .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .container {
    width: 1490px;
  }
}
#centerOfExcellence .coc_service_ex .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .head h2 {
    font-size: 40px;
  }
}
#centerOfExcellence .coc_service_ex .head h2 span {
  color: #1776bd;
  display: block;
  line-height: 1em;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .head h2 span {
    display: inline-block;
  }
}
#centerOfExcellence .coc_service_ex .head h2 span + span {
  color: #363636;
}
#centerOfExcellence .coc_service_ex .head p {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-size: 10px;
  text-align: center;
}
#centerOfExcellence .coc_service_ex .head p span {
  display: block;
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  line-height: 1.1em;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 12px;
    display: inline;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 13.04347826px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .head p span {
    font-size: 16.66666667px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex {
    margin-top: 10px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .thumbe {
  margin: 0 auto;
  text-align: center;
  display: block;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .thumbe img {
  margin: 0 auto;
  display: block;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content {
  margin-top: 20px;
  padding: 0 2%;
  text-align: center;
  line-height: 1em;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content {
    padding: 0 3%;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content {
    padding: 0 3%;
    margin-top: 20px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  text-transform: uppercase;
  color: #1876bc;
  text-align: center;
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 17.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 {
    font-size: 20px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 a {
  color: #1876bc;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content h3 a:hover {
  text-decoration: none;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
  color: #363636;
  font-family: 'cs_prakasregular';
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.5em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.2em;
  display: block;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .content_detail {
    font-size: 14.66666667px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore {
  margin: 5px 0;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore .btnMore {
  border: solid 1px #1776bd;
  clear: both;
  display: inline-block;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  padding: 1.5px 12px;
  font-family: 'cs_prakasregular';
  text-transform: uppercase;
  font-size: 10px;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore .btnMore:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore .btnMore {
    padding: 2px 15px;
    font-size: 10px;
    margin: 10px 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore .btnMore {
    padding: 2px 15px;
    font-size: 14px;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .item .content .cbtnMore .btnMore {
    padding: 6px 20px;
    font-size: 14px;
    margin: 15px 0;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 0;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-next {
    padding: 7% 0;
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-next {
    width: 40px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 0;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-prev {
    padding: 7% 0;
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_service_ex .slide_service_ex .owl-nav .owl-prev {
    width: 40px;
  }
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#centerOfExcellence .coc_service_ex .slide_service_ex .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#centerOfExcellence .coc_timeline_xs {
  margin-top: 10px;
}
#centerOfExcellence .coc_timeline_xs .container {
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .container {
    width: 1490px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs {
    margin-top: 36px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs {
    margin-top: 40px;
  }
}
#centerOfExcellence .coc_timeline_xs .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .head h2 {
    font-size: 40px;
  }
}
#centerOfExcellence .coc_timeline_xs .head h2 span {
  color: #1776bd;
  display: inline-block;
  line-height: 1em;
}
#centerOfExcellence .coc_timeline_xs .head h2 span + span {
  color: #363636;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs {
  background: #e2ecf5;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs {
    background: #e2ecf5 url(../images/sx/coc/timeline/bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .item > div {
  padding: 0;
  margin: 0;
  float: left;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
  padding: 15px;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    padding: 18px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    font-size: 12.94117647px;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 10%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    font-size: 12.94117647px;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 10%;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    font-size: 12.94117647px;
    width: 100%;
    padding-left: 13px;
    padding-top: 13px;
    padding-right: 10%;
    padding-bottom: 0;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    font-size: 14.66666667px;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 10%;
    padding-bottom: 0;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content {
    font-size: 14.66666667px;
    width: 100%;
    padding-left: 30px;
    padding-top: 15px;
    padding-right: 10%;
    padding-bottom: 0;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
  margin: 0;
  padding: 0;
  font-size: 21.17647059px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    margin-bottom: 3.6px;
    font-size: 21.17647059px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    font-size: 21.17647059px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    font-size: 21.17647059px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    font-size: 21.17647059px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    font-size: 24px;
    margin-bottom: 3.6px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 {
    font-size: 24px;
    margin-bottom: 3.6px;
    margin-top: 20px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content h4 > span {
  color: #1776bd;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content p {
  margin: 0;
  padding: 0;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul {
  margin: 0;
  padding: 0;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 18px;
    margin-top: 12px;
    margin-bottom: 3.6px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 18px;
    margin-top: 6px;
    margin-bottom: 2.4px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 22.5px;
    margin-top: 7.5px;
    margin-bottom: 3px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li {
    margin-left: 22.5px;
    margin-top: 7.5px;
    margin-bottom: 3px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 10px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 {
    font-size: 15px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li h5 > span {
  color: #1776bd;
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .content ul li em {
  color: #ec1b22;
  font-style: normal;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls {
    background-color: #fff;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls {
    padding-top: 24px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls {
    padding-top: 30px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls {
    padding-top: 30px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  background: #e2ecf5;
  padding: 10px 0 20px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots {
    background: url(../images/sx/coc/timeline/dots/bg.png) no-repeat top center;
    background-size: contain;
    width: 950px;
    height: 100px;
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots {
    width: 1266.66666667px;
    height: 133.33333333px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots {
    width: 1583.33333333px;
    height: 166.66666667px;
    padding-top: 18px;
    padding-bottom: 36px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots {
    width: 1900px;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot {
    width: 113.5px;
    height: 75px;
    position: absolute;
    left: 10%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot {
    width: 151.33333333px;
    height: 100px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot {
    width: 189.16666667px;
    height: 125px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot {
    width: 227px;
    height: 150px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot span {
    background: transparent url(../images/sx/coc/timeline/dots/img01.png) no-repeat center center;
    background-size: contain;
    width: 113.5px;
    height: 75px;
    border: none;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot span {
    width: 151.33333333px;
    height: 100px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot span {
    width: 189.16666667px;
    height: 125px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot span {
    width: 227px;
    height: 150px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot.active span {
  background-color: #1776bd;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot.active span {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot {
    left: 23%;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot span {
    background: transparent url(../images/sx/coc/timeline/dots/img02.png) no-repeat center center;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot {
    left: 35%;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot span {
    background: transparent url(../images/sx/coc/timeline/dots/img03.png) no-repeat center center;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot + .owl-dot {
    left: 48%;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot + .owl-dot span {
    background: transparent url(../images/sx/coc/timeline/dots/img04.png) no-repeat center center;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot + .owl-dot + .owl-dot {
    left: 60%;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-dots .owl-dot + .owl-dot + .owl-dot + .owl-dot + .owl-dot span {
    background: transparent url(../images/sx/coc/timeline/dots/img05.png) no-repeat center center;
    background-size: contain;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 30% 0;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-next {
    padding: 15% 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-next {
    width: 40px;
  }
}
#centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 30% 0;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-prev {
    padding: 15% 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_timeline_xs .body #owl_timeline_xs .owl-controls .owl-nav .owl-prev {
    width: 40px;
  }
}
#centerOfExcellence .coc_award_xs {
  width: 100%;
  margin-top: 100px;
}
#centerOfExcellence .coc_award_xs .container {
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .container {
    width: 1490px;
  }
}
#centerOfExcellence .coc_award_xs .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 35.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .head h2 {
    font-size: 40px;
  }
}
#centerOfExcellence .coc_award_xs .head h2 span {
  color: #1776bd;
  display: inline-block;
  line-height: 1em;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .head h2 span {
    display: inline-block;
  }
}
#centerOfExcellence .coc_award_xs .head h2 span + span {
  color: #363636;
}
#centerOfExcellence .coc_award_xs .head h2 span + span + span {
  display: block;
  color: #363636;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .head h2 span + span + span {
    display: inline-block;
  }
}
#centerOfExcellence .coc_award_xs .head p {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-size: 10px;
  text-align: center;
}
#centerOfExcellence .coc_award_xs .head p span {
  display: block;
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  line-height: 1.1em;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 12px;
    display: inline;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 12px;
    display: inline;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 13.04347826px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .head p span {
    font-size: 16.66666667px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs {
    margin-top: 10px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .thumbe {
  margin: 0 auto;
  text-align: center;
  display: block;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .thumbe img {
  margin: 0 auto;
  display: block;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content {
  margin-top: 20px;
  padding: 0 2%;
  text-align: center;
  line-height: 1em;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content {
    padding: 0 3%;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content {
    padding: 0 3%;
    margin-top: 5px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  text-align: center;
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 {
    font-size: 16px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 a {
  color: #1876bc;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content h3 a:hover {
  text-decoration: none;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
  color: #363636;
  font-family: 'cs_prakasregular';
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.7em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.25em;
  display: block;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content {
    font-size: 14.66666667px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content .detail_content p {
  margin: 0;
  padding: 0;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore {
  margin: 5px 0;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore .btnMore {
  border: solid 1px #1776bd;
  clear: both;
  display: inline-block;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  padding: 1.5px 12px;
  font-family: 'cs_prakasregular';
  text-transform: uppercase;
  font-size: 10px;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore .btnMore:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore .btnMore {
    padding: 6px 12px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore .btnMore {
    padding: 2px 15px;
    font-size: 9px;
    margin: 10px 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .item .content .cbtnMore .btnMore {
    padding: 6px 20px;
    font-size: 12px;
    margin: 15px 0;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 0;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
  height: 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-next {
    width: 20px;
    padding: 7% 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-next {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-next {
    width: 40px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 0;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
  height: 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-prev {
    width: 20px;
    padding: 7% 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-prev {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-nav .owl-prev {
    width: 40px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls {
    margin-top: 40px;
  }
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#centerOfExcellence .coc_award_xs .slide_award_xs .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#centerOfExcellence .coc_award_xs .thumb_award_xs {
  margin-top: 20px;
  margin-bottom: 10px;
}
#centerOfExcellence .coc_award_xs .thumb_award_xs .item a {
  display: block;
  background-color: #00aeff;
  text-align: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-family: 'cs_prakasregular';
}
#centerOfExcellence .coc_patient_story {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story {
    margin-bottom: 90px;
    margin-top: 40px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story {
    margin-bottom: 108px;
    margin-top: 60px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story {
    margin-bottom: 120px;
  }
}
#centerOfExcellence .coc_patient_story .container {
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .container {
    width: 1336px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .container {
    width: 1490px;
  }
}
#centerOfExcellence .coc_patient_story .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 33.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .head h2 {
    font-size: 40px;
  }
}
#centerOfExcellence .coc_patient_story .head h2 span {
  color: #1776bd;
  display: inline-block;
  line-height: 1em;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .head h2 span {
    display: inline-block;
  }
}
#centerOfExcellence .coc_patient_story .head h2 span + span {
  color: #363636;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs {
    display: none;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 27% 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-next {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-next {
    width: 40px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 27% 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-prev {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .owl-nav .owl-prev {
    width: 40px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content {
  padding: 15px;
  background-color: #000;
  color: #FFF;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  float: left;
  width: 100%;
  position: relative;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_thumb {
  width: 50px;
  float: left;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_thumb {
    width: 100px;
    position: absolute;
    top: 15px;
    left: 30px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content {
  float: left;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content h4 {
  margin: 0;
  padding: 0;
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content h4 {
    font-size: 15.29411765px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 12.94117647px;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content .c_content_detail {
  max-height: 2.3em;
  overflow: hidden;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content a {
  color: #1776bd;
  font-style: italic;
  font-size: 12.94117647px;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content em {
  display: block;
  margin-top: 5px;
  font-size: 11.76470588px;
}
#centerOfExcellence .coc_patient_story .body_patient_story_xs #owl-patient_story_xs .content .c_content em + em {
  margin-top: 0;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md {
    display: block;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story {
  float: left;
  width: 39.5%;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story {
    width: 42.5%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story {
    width: 43.8%;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story {
    width: 44.4%;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story {
    width: 44%;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
  padding: 15px;
  background-color: #000;
  color: #FFF;
  font-family: 'cs_prakasregular';
  font-size: 11.76470588px;
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
    font-size: 11.76470588px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
    font-size: 11.76470588px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
    font-size: 11.76470588px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content {
    font-size: 13.33333333px;
    padding: 22px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_thumb {
  width: 50px;
  float: left;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_thumb {
    width: 50px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_thumb {
    width: 55.55555556px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_thumb {
    width: 66.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_thumb {
    width: 83.33333333px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content {
  float: left;
  width: 60%;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content h4 {
    font-size: 15.55555556px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content h4 {
    font-size: 18.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content h4 {
    font-size: 23.33333333px;
    margin-top: 4px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content p {
  margin: 0;
  padding: 0;
  height: 2.6em;
  overflow: hidden;
  display: block;
  line-height: 1.25em;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content a {
  color: #1776bd;
  font-style: italic;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date {
  float: left;
  width: 40%;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date em {
  font-size: 9.41176471px;
  display: block;
  margin-top: 15px;
  padding-left: 10px;
  line-height: 1.2em;
  text-align: right;
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date em {
    font-size: 9.41176471px;
    margin-top: 18px;
    padding-left: 12px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date em {
    font-size: 10.66666667px;
    margin-top: 22.5px;
    padding-left: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date em {
    font-size: 10.66666667px;
    margin-top: 30px;
    padding-left: 18px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .lh_patient_story .content .c_content_date em + em {
  margin-top: 0;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
  float: left;
  width: 57.75%;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
    width: 55.75%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
    width: 54.6%;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
    width: 53.5%;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
    width: 55%;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story {
    width: 56%;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: solid 1px #1776bd;
  border-width: 0 0 1px 1px;
  display: block;
  float: left;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li {
  float: left;
  width: 33.33%;
  border: solid 1px #1776bd;
  border-width: 1px 1px 0 0;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a img {
  display: block;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px;
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span label {
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-size: 9.09090909px;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span label {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span label {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span label {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span label {
    font-size: 16.66666667px;
  }
}
#centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span em {
  font-size: 10px;
  font-family: 'cs_prakasbold';
  color: #363636;
  font-style: normal;
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span em {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span em {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_patient_story .body_patient_story_md .list_patient_story ul li a span em {
    font-size: 16.66666667px;
  }
}
#centerOfExcellence .coc_xs_detail .container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .container-fluid {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .container-fluid {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .container-fluid {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .container-fluid {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .container-fluid {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .container-fluid div[class^="col"] {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .thumb_xs {
    display: none;
  }
}
#centerOfExcellence .coc_xs_detail .thumb_md {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .thumb_md {
    display: block;
    width: 100%;
  }
}
#centerOfExcellence .coc_xs_detail .content {
  padding: 15px;
  /*.coccdetail_scroll{
                max-height: none;
                overflow: auto;
                width: 100%;
                float:left;
                @media (min-width: @screen-sm-min) {
                    max-height: 110px;
                }
                @media (min-width: @screen-lg-min) {
                    max-height: 150px;
                }
                @media (min-width: @screen-xlg-min) {
                    max-height: 200px;
                }
            }*/
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content {
    padding: 18px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content {
    padding: 22.5px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content {
    padding: 27px;
    padding-bottom: 40px;
  }
}
#centerOfExcellence .coc_xs_detail .content .head {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 60px;
  height: 52.5px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .head {
    padding-left: 60px;
    height: 52.5px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .head {
    padding-left: 60px;
    height: 52.5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .head {
    padding-left: 66.66666667px;
    height: 58.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .head {
    padding-left: 80px;
    height: 70px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .head {
    padding-left: 120px;
    height: 105px;
  }
}
#centerOfExcellence .coc_xs_detail .content .head > i {
  display: block;
  width: 52.5px;
  height: 52.5px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: #004071;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .head > i {
    width: 52.5px;
    height: 52.5px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .head > i {
    width: 52.5px;
    height: 52.5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .head > i {
    width: 58.33333333px;
    height: 58.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .head > i {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .head > i {
    width: 105px;
    height: 105px;
  }
}
#centerOfExcellence .coc_xs_detail .content .head > i img {
  width: 100%;
}
#centerOfExcellence .coc_xs_detail .content .head span h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #363636;
  font-weight: normal;
  font-size: 15.29411765px;
  margin-top: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 15.29411765px;
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 15.29411765px;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 15.29411765px;
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 17.33333333px;
    margin-top: 7.5px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .head span h3 {
    font-size: 17.33333333px;
    margin-top: 10px;
  }
}
#centerOfExcellence .coc_xs_detail .content .head span h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-weight: normal;
  font-size: 23.52941176px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 23.52941176px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 23.52941176px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 23.52941176px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 23.52941176px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .head span h4 {
    font-size: 26.66666667px;
  }
}
#centerOfExcellence .coc_xs_detail .content .detail {
  padding: 0px 0;
  float: left;
  width: 100%;
  color: #000000;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  margin-top: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 12.94117647px;
    min-height: 15em;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .detail {
    font-size: 14.66666667px;
  }
}
#centerOfExcellence .coc_xs_detail .content .other {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .other {
    font-size: 15.71428571px;
  }
}
#centerOfExcellence .coc_xs_detail .content .other h4 {
  font-size: 16.47058824px;
  font-family: 'cs_prakasbold';
  margin: 0;
  padding: 0;
  margin-top: 10px;
  color: #1776bd;
  font-weight: normal;
  padding-top: 10px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 16.47058824px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 16.47058824px;
    margin: 0 0 5px 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 16.47058824px;
    margin: 0 0 5px 0;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 16.47058824px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 18.66666667px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .other h4 {
    font-size: 18.66666667px;
  }
}
#centerOfExcellence .coc_xs_detail .content .other .other_scroll_list {
  max-height: none;
  overflow: auto;
}
@media (min-width: 768px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1366px) {
}
#centerOfExcellence .coc_xs_detail .content .other ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#centerOfExcellence .coc_xs_detail .content .other ul li {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
#centerOfExcellence .coc_xs_detail .content .other ul li a {
  color: #636363;
  display: block;
  padding-left: 10px;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_detail .content .other ul li a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_detail .content .other ul li a {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_detail .content .other ul li a {
    padding-left: 15px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_detail .content .other ul li a {
    padding-left: 15px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_detail .content .other ul li a {
    padding-left: 18px;
  }
}
#centerOfExcellence .coc_xs_detail .content .other ul li a:hover,
#centerOfExcellence .coc_xs_detail .content .other ul li a.active {
  text-decoration: none;
  background-color: #e6eff6;
}
#centerOfExcellence .coc_xs_detail .content .other ul li a:hover:after,
#centerOfExcellence .coc_xs_detail .content .other ul li a.active:after {
  content: '';
  width: 2%;
  height: 100%;
  background-color: #1776bd;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#centerOfExcellence .coc_md_ccclinic {
  display: block;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_md_ccclinic {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_md_ccclinic {
    background-color: #25a7ff;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic {
    background-color: #25a7ff;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_md_ccclinic {
    display: block;
  }
}
#centerOfExcellence .coc_md_ccclinic ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 0;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 0;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li {
  display: inline-block;
  width: 31.333%;
  background-color: #25a7ff;
  margin: 0.90009001%;
  padding: 0;
  float: left;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_md_ccclinic ul li {
    width: 7.29166667%;
    height: auto;
    background-color: #25a7ff;
    margin: 0;
    padding: 0;
    float: none;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  background-color: #25a7ff;
}
#centerOfExcellence .coc_md_ccclinic ul li a i {
  width: 100%;
  padding: 0;
  display: block;
  margin: auto;
}
#centerOfExcellence .coc_md_ccclinic ul li a i > img {
  display: block;
  width: 100%;
}
#centerOfExcellence .coc_md_ccclinic ul li a:hover {
  text-decoration: none;
}
#centerOfExcellence .coc_md_ccclinic ul li + li {
  background-color: #0098ff;
}
#centerOfExcellence .coc_md_ccclinic ul li + li a {
  background-color: #0098ff;
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li a {
  background-color: #25a7ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li a {
    background-color: #0085e1;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li a {
  background-color: #0098ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li a {
    background-color: #006bb7;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li a {
  background-color: #25a7ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li a {
    background-color: #00528e;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li a {
  background-color: #0098ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li a {
    background-color: #004071;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li a {
  background-color: #25a7ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li a {
    background-color: #004071;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li a {
  background-color: #0098ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li a {
    background-color: #00528e;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li a {
  background-color: #25a7ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li a {
    background-color: #006bb7;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li a {
  background-color: #0098ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li a {
    background-color: #0085e1;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #25a7ff;
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li + li a {
    background-color: #0098ff;
  }
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #ed008c;
}
#centerOfExcellence .coc_md_ccclinic ul li + li + li + li + li + li + li + li + li + li + li + li + li a {
  background-color: #ff6625;
}
#centerOfExcellence .coc_xs_highlight_other .highlight .thumb_xs {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_highlight_other .highlight .thumb_xs {
    display: none;
  }
}
#centerOfExcellence .coc_xs_highlight_other .highlight .thumb_md {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_highlight_other .highlight .thumb_md {
    display: block;
  }
}
#centerOfExcellence .coc_xs_head_other .header_top .btn_find {
  display: block;
  background-color: #1776bd;
  color: #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  padding-bottom: 8px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_other .header_top .btn_find {
    font-size: 16px;
  }
}
#centerOfExcellence .coc_xs_head_other .header_top .btn_find > em {
  font-style: normal;
  font-family: 'cs_prakasbold';
}
#centerOfExcellence .coc_xs_head_other .header_top .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb {
    display: block;
  }
}
#centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
  font-family: 'cs_prakasregular';
  font-size: 8px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li {
    font-size: 13.33333333px;
  }
}
#centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li img {
  width: 100%;
}
#centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
  font-family: 'cs_prakasregular';
  font-size: 8px;
  color: #959595;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a {
    font-size: 13.33333333px;
  }
}
#centerOfExcellence .coc_xs_head_other .header_top .breadcrumb li a:hover {
  color: #525252;
}
#centerOfExcellence .coc_xs_content_other {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other {
    margin-top: 0px;
  }
}
#centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 60px;
  min-height: 52.5px;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
    padding-left: 80px;
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
    padding-left: 60px;
    min-height: 52.5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
    padding-left: 66.66666667px;
    min-height: 58.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
    padding-left: 80px;
    min-height: 70px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other {
    padding-left: 120px;
    min-height: 105px;
  }
}
#centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
  display: block;
  width: 52.5px;
  height: 52.5px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background: #004071;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
    width: 52.5px;
    height: 52.5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
    width: 58.33333333px;
    height: 58.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i {
    width: 105px;
    height: 105px;
  }
}
#centerOfExcellence .coc_xs_content_other .row_content_other .head_other > i img {
  width: 100%;
}
#centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
  display: table-cell;
  min-height: 52.5px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
    min-height: 70px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
    min-height: 52.5px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
    min-height: 58.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
    min-height: 70px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span {
    min-height: 105px;
  }
}
#centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-weight: normal;
  font-size: 22.5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 27.77777778px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 33.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .head_other span h3 {
    font-size: 41.66666667px;
  }
}
#centerOfExcellence .coc_xs_content_other .row_content_other .content {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .content {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_other .row_content_other .content {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#centerOfExcellence .row_content_tags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags {
    margin-top: 20px;
    margin-bottom: 9.09090909px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .row_tags .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .row_tags .thumb .thumb_xs {
    display: none;
  }
}
#centerOfExcellence .row_content_tags .row_tags .thumb .thumb_sm {
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .row_tags .thumb .thumb_sm {
    display: block;
  }
}
#centerOfExcellence .row_content_tags .head_tags {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags .head_tags {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .head_tags {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .row_content_tags .head_tags {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .row_content_tags .head_tags {
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .row_content_tags .head_tags {
    margin-bottom: 15px;
  }
}
#centerOfExcellence .row_content_tags .head_tags h3 {
  font-weight: normal;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags .head_tags h3 {
    font-size: 22.22222222px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .head_tags h3 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .row_content_tags .head_tags h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .row_content_tags .head_tags h3 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .row_content_tags .head_tags h3 {
    font-size: 40px;
  }
}
#centerOfExcellence .row_content_tags .col_tags {
  font-size: 11px;
  font-family: 'cs_prakasregular';
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags .col_tags {
    font-size: 11.66666667px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .col_tags {
    font-size: 10.5px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .row_content_tags .col_tags {
    font-size: 11.66666667px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .row_content_tags .col_tags {
    font-size: 13.125px;
  }
}
#centerOfExcellence .row_content_tags .col_tags h3 {
  font-weight: normal;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags .col_tags h3 {
    font-size: 14.44444444px;
    margin-top: 12px;
    margin-bottom: 1px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .row_content_tags .col_tags h3 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .row_content_tags .col_tags h3 {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .row_content_tags .col_tags h3 {
    font-size: 16.25px;
  }
}
#centerOfExcellence .row_content_tags .col_tags em {
  font-family: 'cs_prakasregular';
}
#centerOfExcellence .row_content_tags .col_tags p {
  margin-top: 5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .row_content_tags .col_tags p {
    margin-top: 5.55555556px;
  }
}
#centerOfExcellence .row_content_tags .col_tags .btnmore {
  color: #1776bd;
}
#centerOfExcellence .coc_xs_head_patient .header_top.border-bot {
  border-bottom: solid 1px #dfdfdf;
}
#centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
  display: block;
  background-color: #1776bd;
  color: #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  padding-bottom: 8px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .btn_find {
    font-size: 16px;
  }
}
#centerOfExcellence .coc_xs_head_patient .header_top .btn_find > em {
  font-style: normal;
  font-family: 'cs_prakasbold';
}
#centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb {
  margin-top: 10px;
  margin-bottom: 5px;
  display: none;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb {
    display: block;
  }
}
#centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
  font-family: 'cs_prakasregular';
  font-size: 8px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li {
    font-size: 13.33333333px;
  }
}
#centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
  font-family: 'cs_prakasregular';
  font-size: 8px;
  color: #959595;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a {
    font-size: 13.33333333px;
  }
}
#centerOfExcellence .coc_xs_head_patient .header_top .breadcrumb li a:hover {
  color: #525252;
}
#centerOfExcellence .coc_xs_content_patient {
  margin-top: 20px;
}
#centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient {
  width: 100%;
  float: left;
  position: relative;
}
#centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-weight: normal;
  font-size: 22.5px;
}
@media (min-width: 480px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 27.77777778px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 33.33333333px;
  }
}
@media (min-width: 1920px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .head_patient h3 {
    font-size: 41.66666667px;
  }
}
#centerOfExcellence .coc_xs_content_patient .row_content_patient .content {
  margin-top: 5px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .content {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .content {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .content {
    margin-top: 6px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1366px) {
  #centerOfExcellence .coc_xs_content_patient .row_content_patient .content {
    margin-top: 7.5px;
    margin-bottom: 15px;
  }
}
.modal-content .btn_view_profile {
  display: inherit;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: solid 1px #e5e5e5 !important;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-content .btnViewProfile {
  color: #469ae9 ;
  font-family: 'cs_prakasregular';
  text-transform: uppercase;
  font-size: 15px;
  border: solid 1px #e5e5e5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 3px 12px;
}
@media (min-width: 768px) {
  .modal-content .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px 5;
  }
}
@media (min-width: 992px) {
  .modal-content .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .modal-content .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 14.4px;
    padding-right: 14.4px;
    font-size: 16.11111111px;
  }
}
@media (min-width: 1366px) {
  .modal-content .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 18.33333333px;
  }
}
#healthInformation {
  /*---------------[ end health_tip *incomplete ]---------------*/
  /*---------------[ end media_center *incomplete ]---------------*/
  /*---------------[ end paging_base *incomplete ]---------------*/
}
#healthInformation .health_sx_slide {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation .health_sx_slide .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation .health_sx_slide .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #healthInformation .health_sx_slide .item .site_mobile {
    display: none;
  }
}
#healthInformation .health_sx_slide .item .site_desktop {
  display: none;
}
@media (min-width: 768px) {
  #healthInformation .health_sx_slide .item .site_desktop {
    display: block;
  }
}
#healthInformation .health_sx_slide .owl-controls {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #healthInformation .health_sx_slide .owl-controls {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#healthInformation .health_sx_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #healthInformation .health_sx_slide .owl-controls .owl-dots {
    text-align: right;
  }
}
#healthInformation .health_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation .health_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation .health_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #healthInformation #diseases_treatment {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_treatment {
    margin-top: 45px;
  }
}
#healthInformation #diseases_treatment .sort_diseases {
  margin-top: 10px;
}
#healthInformation #diseases_treatment .sort_diseases div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#healthInformation #diseases_treatment .sort_diseases .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .sort_diseases .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #diseases_treatment .sort_diseases .form-control {
    margin-top: 5px;
  }
}
#healthInformation #diseases_treatment .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #diseases_treatment .head h2 {
    font-size: 50px;
  }
}
#healthInformation #diseases_treatment .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#healthInformation #diseases_treatment .head h2 span + span {
  color: #363636;
}
#healthInformation #diseases_treatment .head h2 span + span + span {
  color: #ed1c24;
}
#healthInformation #diseases_treatment .health_label_base {
  background: #ffffff;
  position: relative;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .health_label_base {
    background: #ec1b22;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec1b22), color-stop(30%, #ec1b22), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
    /* IE6-9 */
  }
}
#healthInformation #diseases_treatment .health_label_base .hlb_label {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .health_label_base .hlb_label {
    background-color: #ec1b22;
    padding: 10px 0;
  }
}
#healthInformation #diseases_treatment .health_label_base .hlb_label .icon_base {
  display: none;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .health_label_base .hlb_label .icon_base {
    display: block;
    color: #fff;
    line-height: 16px;
    text-align: right;
    height: 16px;
    margin-top: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'cs_prakasbold';
  }
}
@media (min-width: 1200px) {
  #healthInformation #diseases_treatment .health_label_base .hlb_label .icon_base {
    font-size: 14.66666667px;
  }
}
#healthInformation #diseases_treatment .health_label_base .hlb_label .icon_base i {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/global/ico-search.png);
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#healthInformation #diseases_treatment .health_label_base .hlb_label .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #healthInformation #diseases_treatment .health_label_base .hlb_label .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
  }
}
@media (min-width: 768px) {
  #healthInformation #diseases_article #slide_article_health_diseases {
    display: none;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .item {
  width: 100%;
  /*height: 200px;*/
  background: white;
  /*border: 1px dashed black;*/
}
#healthInformation #diseases_article #slide_article_health_diseases .item .thumbpic {
  width: 100%;
  /*height: 250px;*/
  overflow: hidden;
  display: block;
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content {
  margin-top: 0px;
  padding: 0 15px;
  /*text-align:center;*/
  line-height: 1em;
}
@media (min-width: 768px) {
  #healthInformation #diseases_article #slide_article_health_diseases .item .content {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #healthInformation #diseases_article #slide_article_health_diseases .item .content {
    margin-top: 20px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #healthInformation #diseases_article #slide_article_health_diseases .item .content h3 {
    font-size: 15.29411765px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content h3 a {
  color: #1876bc;
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content h3 a:hover {
  text-decoration: none;
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content h6 {
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: #252525;
  font-size: 11.76470588px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #healthInformation #diseases_article #slide_article_health_diseases .item .content h6 {
    font-size: 11.76470588px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .item .content p {
  color: #363636;
  font-family: 'cs_prakasregular';
  /*text-align:center;*/
  margin: 0;
  padding: 0;
  height: 3.8em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.3em;
  display: block;
}
@media (min-width: 480px) {
  #healthInformation #diseases_article #slide_article_health_diseases .item .content p {
    font-size: 12.94117647px;
    margin: 10px 0 0 0;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #healthInformation #diseases_article #slide_article_health_diseases .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md {
    display: block;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content {
    font-size: 14.66666667px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15.29411765px;
  margin-top: 3px;
  color: #4d8dc7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h3 {
    font-size: 15.29411765px;
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h3 {
    font-size: 17.33333333px;
    margin-top: 10px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h6 {
  margin: 3px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10px;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h6 {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content h6 {
    font-size: 11.33333333px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content .detail {
  margin-top: 4px;
  overflow: hidden;
  height: 4.2em;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content .detail {
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .item .item_box .content .detail {
    margin-top: 10px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls {
  margin-top: 10px;
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: -15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
    right: -15px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
    right: -45px;
  }
}
#healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
    left: -15px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #diseases_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
    left: -45px;
  }
}
#healthInformation #health_tip {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #healthInformation #health_tip {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip {
    margin-top: 45px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip {
    margin-top: 45px;
  }
}
#healthInformation #health_tip .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .head h2 {
    font-size: 50px;
  }
}
#healthInformation #health_tip .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#healthInformation #health_tip .head h2 span + span {
  color: #363636;
}
#healthInformation #health_tip .head h2 span + span + span {
  color: #ed1c24;
}
#healthInformation #health_tip .category_row {
  margin-top: 10px;
  width: 100%;
  /*background-color: yellow;*/
  display: inline-block;
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .category_row {
    margin-top: 24px;
  }
}
#healthInformation #health_tip .category_row .tags {
  display: none;
  /*background-color: red;*/
}
@media (min-width: 768px) {
  #healthInformation #health_tip .category_row .tags {
    display: inline-block;
  }
}
#healthInformation #health_tip .category_row .tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#healthInformation #health_tip .category_row .tags ul li {
  display: inline-block;
  color: #1876bc;
  margin: 0 2px;
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .category_row .tags ul li {
    margin: 0 2px;
  }
}
#healthInformation #health_tip .category_row .tags ul li:not(:first-child) {
  background-color: white;
  width: 75px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-family: 'cs_prakasregular';
  cursor: pointer;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .category_row .tags ul li:not(:first-child) {
    width: 100px;
    height: 26.92307692px;
    line-height: 26.92307692px;
    font-size: 9.33333333px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .category_row .tags ul li:not(:first-child) {
    width: 115.38461538px;
    height: 26.92307692px;
    line-height: 26.92307692px;
    font-size: 10.76923077px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .category_row .tags ul li:not(:first-child) {
    width: 150px;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
  }
}
#healthInformation #health_tip .category_row .tags ul li:first-child {
  text-transform: uppercase;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .category_row .tags ul li:first-child {
    font-size: 12px;
    margin-right: 6.66666667px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .category_row .tags ul li:first-child {
    font-size: 13.84615385px;
    margin-right: 7.69230769px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .category_row .tags ul li:first-child {
    font-size: 18px;
  }
}
#healthInformation #health_tip .category_row .tags ul a {
  display: block;
  width: 100%;
  height: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border: 1px solid #1876bc;
}
#healthInformation #health_tip .category_row .tags ul a.active,
#healthInformation #health_tip .category_row .tags ul a:hover {
  background-color: #1876bc !important;
  color: white !important;
  text-decoration: none;
}
#healthInformation #health_tip .category_row .sort_tools div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#healthInformation #health_tip .category_row .sort_tools .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .category_row .sort_tools .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .category_row .sort_tools .form-control {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles_xs {
    display: none;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .thumbpic {
  width: 100%;
}
#healthInformation #health_tip .tip_articles_xs .item .thumbpic img {
  width: 100%;
}
#healthInformation #health_tip .tip_articles_xs .item .content {
  margin-top: 0px;
  padding: 0 15px;
  /*text-align:center;*/
  line-height: 1em;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles_xs .item .content {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles_xs .item .content {
    margin-top: 20px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .content h3 {
    font-size: 15.29411765px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .content h3 a {
  color: #1876bc;
}
#healthInformation #health_tip .tip_articles_xs .item .content h3 a:hover {
  text-decoration: none;
}
#healthInformation #health_tip .tip_articles_xs .item .content h6 {
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: #252525;
  font-size: 11.76470588px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .content h6 {
    font-size: 11.76470588px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .content .content_detail {
  color: #363636;
  font-family: 'cs_prakasregular';
  /*text-align:center;*/
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  line-height: 1.3em;
  display: block;
  max-height: 3.8em;
  overflow: hidden;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .content .content_detail {
    font-size: 12.94117647px;
    margin: 10px 0 0 0;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .btn_more {
  padding: 0 15px;
}
#healthInformation #health_tip .tip_articles_xs .item .btn_more a {
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 5px;
  color: #1876bc;
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles_xs .item .btn_more a {
    font-size: 14.66666667px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -10px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 34%;
    margin-top: -11.11111111px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
    top: 25%;
    width: 26.66666667px;
    height: 53.33333333px;
    margin-top: -13.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-next {
    top: 25%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -10px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 34%;
    margin-top: -11.11111111px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
    top: 25%;
    width: 26.66666667px;
    height: 53.33333333px;
    margin-top: -13.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles_xs .item .owl-nav .owl-prev {
    top: 25%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
  }
}
#healthInformation #health_tip .tip_articles_xs .item .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#healthInformation #health_tip .tip_articles_xs .item .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #health_tip .tip_articles_xs .item .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #health_tip .tip_articles_xs .item .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #health_tip .tip_articles_xs .item .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#healthInformation #health_tip .tip_articles_xs .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles_xs .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#healthInformation #health_tip .tip_articles {
  display: none;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles {
    display: block;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles {
    margin-top: 10px;
  }
}
#healthInformation #health_tip .tip_articles .highlight_article {
  display: none;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .highlight_article {
    display: block;
  }
}
#healthInformation #health_tip .tip_articles .highlight_article .thumbpic {
  width: 100%;
}
#healthInformation #health_tip .tip_articles .highlight_article .thumbpic img {
  width: 100%;
}
#healthInformation #health_tip .tip_articles .highlight_article .content {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  display: block;
  max-height: 5.7em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .highlight_article .content {
    font-size: 14.66666667px;
  }
}
#healthInformation #health_tip .tip_articles .highlight_article .content em {
  font-style: normal;
}
#healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
  background-color: #ffffff;
  padding-left: 0px;
  padding-right: 5px;
  color: #1876bc;
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .highlight_article .btn_more a {
    font-size: 14.66666667px;
  }
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
  height: 900px;
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
    height: 650px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
    height: 730px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
    height: 780px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
    height: 880px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide {
    height: 900px;
  }
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .box_item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .box_item {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .box_item {
    height: 230px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .box_item {
    height: 270px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .box_item {
    height: 280px;
  }
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .thumbpic {
  width: 100%;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .thumbpic img {
  width: 100%;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  display: block;
  max-height: 4.2em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content {
    font-size: 14.66666667px;
  }
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content em {
  font-style: normal;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .content p {
  margin: 0;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
  background-color: #ffffff;
  color: #1876bc;
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .item .btn_more a {
    font-size: 14.66666667px;
  }
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #health_tip .tip_articles .detail_article .detail_article_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .item .title {
    margin-top: 10px;
  }
}
#healthInformation #health_tip .tip_articles .item .title h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 17.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .item .title h3 {
    font-size: 17.33333333px;
  }
}
#healthInformation #health_tip .tip_articles .item .title h3 a {
  color: #1876bc;
}
#healthInformation #health_tip .tip_articles .item .title h3 a:hover {
  text-decoration: none;
}
#healthInformation #health_tip .tip_articles .item .title h6 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: #252525;
  font-size: 10.58823529px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 10.58823529px;
    margin-top: 2px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .item .title h6 {
    font-size: 12px;
  }
}
#healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -10px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 34%;
    margin-top: -11.11111111px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
    top: 25%;
    width: 26.66666667px;
    height: 53.33333333px;
    margin-top: -13.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-next {
    top: 25%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
  }
}
#healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -10px;
}
@media (min-width: 480px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 34%;
    margin-top: -11.11111111px;
  }
}
@media (min-width: 768px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
    top: 25%;
    width: 20px;
    height: 40px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
    top: 25%;
    width: 26.66666667px;
    height: 53.33333333px;
    margin-top: -13.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #health_tip .tip_articles .item .owl-nav .owl-prev {
    top: 25%;
    width: 40px;
    height: 80px;
    margin-top: -20px;
  }
}
#healthInformation #health_tip .tip_articles .item .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#healthInformation #health_tip .tip_articles .item .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #health_tip .tip_articles .item .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #health_tip .tip_articles .item .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #health_tip .tip_articles .item .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #media_center {
  background-color: #1158b2;
  padding-top: 40px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  #healthInformation #media_center {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center {
    margin-top: 45px;
  }
}
#healthInformation #media_center .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #healthInformation #media_center .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center .head h2 {
    font-size: 50px;
  }
}
#healthInformation #media_center .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #6cb0fd;
}
#healthInformation #media_center .head h2 span + span {
  color: white;
}
#healthInformation #media_center .toggle_mode {
  margin-top: 20px;
}
#healthInformation #media_center .toggle_mode ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#healthInformation #media_center .toggle_mode ul li {
  display: inline-block;
  text-align: center;
  width: 49%;
  height: 35px;
  line-height: 30px;
  color: #1776bd;
  cursor: pointer;
  margin: 0 auto;
}
@media (min-width: 480px) {
  #healthInformation #media_center .toggle_mode ul li {
    width: 150px;
    margin: 0 5px;
  }
}
#healthInformation #media_center .toggle_mode ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #1776bd;
  background-color: white;
  border: 2px #5f9ade solid;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #media_center .toggle_mode ul li a:hover,
#healthInformation #media_center .toggle_mode ul li a.active {
  text-decoration: none;
  background-color: #5f9ade;
  color: white ;
}
#healthInformation #media_center .nav_media {
  color: white;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
  display: none;
  padding: 0;
}
@media (min-width: 768px) {
  #healthInformation #media_center .nav_media {
    display: block;
  }
}
#healthInformation #media_center .nav_media ul {
  list-style-type: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
#healthInformation #media_center .nav_media ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "cs_prakasfdregular";
  font-weight: normal;
  font-size: 10px;
}
@media (min-width: 768px) {
  #healthInformation #media_center .nav_media ul li {
    font-size: 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center .nav_media ul li {
    font-size: 13.33333333px;
    display: inline-block;
  }
}
#healthInformation #media_center .nav_media ul li a {
  text-decoration: none;
  color: #ffffff;
}
#healthInformation #media_center .nav_media ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #healthInformation #media_center .nav_media ul li:not(:last-child):after {
    content: " | ";
    font-size: 11px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #healthInformation #media_center .nav_media ul li:not(:last-child):after {
    font-size: 14.66666667px;
  }
}
#healthInformation #media_center .nav_media .active {
  font-family: "cs_prakasbold";
  font-weight: normal;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #healthInformation #media_center .nav_media .active {
    text-decoration: none;
    /* add font size */
  }
}
#healthInformation #media_center .nav_media .active a {
  font-size: 15px;
}
#healthInformation #media_center .paging {
  display: none;
  text-align: bottom;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #healthInformation #media_center .paging {
    display: inline-block;
    float: right;
  }
}
#healthInformation #media_center .paging div {
  display: inline-block;
}
#healthInformation #media_center .paging .ico-youtube {
  width: 70px;
  height: 25px;
  background-image: url(../images/md/health/youtube.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: none;
}
#healthInformation #media_center .paging .bullets {
  vertical-align: super;
}
#healthInformation #media_center .paging .bullets ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#healthInformation #media_center .paging .bullets ol li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d8d8d8;
  border-radius: 100%;
  cursor: pointer;
}
#healthInformation #media_center .paging .bullets ol .active {
  background-color: #ed1c24;
}
#healthInformation #media_center .paging .txt {
  vertical-align: super;
  color: white;
  font-family: "cs_prakasfdregular";
  font-weight: normal;
  font-style: italic;
  display: none;
}
#healthInformation #media_center #item_mobile {
  margin-top: 30px;
  background-color: #5f9ade;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_mobile {
    display: none;
  }
}
#healthInformation #media_center #item_mobile .item {
  width: 100%;
  /*height: 300px;*/
  padding-bottom: 10px;
  /*border-bottom-right-radius: 10px;*/
  /*border-bottom-left-radius: 10px;*/
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_mobile .item {
    display: none;
    /*width: 735px/2;*/
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_mobile .item {
    /*width: 735px/1.5;*/
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_mobile .item {
    /*width: 735px/1.2;*/
  }
}
#healthInformation #media_center #item_mobile .item .video {
  width: 100%;
}
#healthInformation #media_center #item_mobile .item .video img {
  width: 100%;
}
#healthInformation #media_center #item_mobile .item .content_wrap {
  padding: 0 15px;
  /*
                    .title{
                        h3{
                            font-size:26px / 2;
                            font-family: 'cs_prakasbold';
                            font-weight:normal;
                            color: white;
                            margin:10px 0 0px 0;
                            padding:0;
                            @media (min-width: 480px) {
                                font-size:30px / 1.5;
                            }
                            
                            a{
                                color:#1876bc;
                                &:hover{
                                    text-decoration:none;
                                }
                            }
    
                        }
                        h6{
                            font-family: "cs_prakasfdregular";
                            font-weight: normal;
                            font-style: italic;
                            margin-top: 0px;
                            color: white;
                            font-size: 20px / 2;
                            @media (min-width: 480px) {
                                font-size:20px / 1.5;
                            }
                            
                        }
                    }
    
                    .content{
                        color: white;
                        font-size: 22px / 2;
                        font-family: "cs_prakasfdregular";
                    }
                    .share_btn{
                        text-transform: uppercase;
                        background-color: white;
                        color: #1776bd;
                        font-family: "cs_prakasbold";
                        border: none;
                        padding:3px 20px; 
                       .border-radius(15px);
                        margin-top: 5px;
                        margin-bottom: 10px;
                        display:inline-block;
                        font-size: 22px / 2;
                        &:hover{
                            text-decoration: none;
                        }
                    }
                    .more_btn{
                        text-transform: uppercase;
                        background-color: #64a5e1;
                        color: white;
                        border: 1px solid white;
                        padding:3px 20px; 
                        .border-radius(15px);
                        font-size: 22px / 2;
                        float: right;
                        &:hover{
                            text-decoration: none;
                        }
                    }
                    */
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_title {
  float: left;
  width: 80%;
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_title h4 {
  font-family: "cs_prakasbold";
  font-size: 15.29411765px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 1em;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_title h4 {
    font-size: 15.29411765px;
  }
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_title h6 {
  font-family: "cs_prakasregular";
  font-size: 11.76470588px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1em;
  color: #ffffff;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_title h6 {
    font-size: 11.76470588px;
  }
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_share {
  float: left;
  width: 20%;
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_share a {
  font-family: "cs_prakasbold";
  font-size: 9px;
  border: solid 1px #1876bc;
  background-color: #ffffff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0 0 0 auto;
  float: right;
  padding: 4px 5px;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_share a {
    font-size: 12px;
    padding: 4px 10px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_head .cw_head_share a:hover {
  text-decoration: none;
}
#healthInformation #media_center #item_mobile .item .content_wrap .cw_detail {
  font-family: "cs_prakasregular";
  font-size: 12.94117647px;
  width: 100%;
  float: left;
  color: #ffffff;
  margin-top: 5px;
  height: 4em;
  overflow: hidden;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .item .content_wrap .cw_detail {
    font-size: 12.94117647px;
    margin-top: 10px;
  }
}
#healthInformation #media_center #item_mobile .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 27.5% 0;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#healthInformation #media_center #item_mobile .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 27.5% 0;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_mobile .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#healthInformation #media_center #item_mobile .owl-controls {
  margin-top: 20px;
  margin-bottom: 10px;
}
#healthInformation #media_center #item_mobile .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #media_center #item_mobile .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#healthInformation #media_center #item_mobile .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#healthInformation #media_center #item_mobile .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#healthInformation #media_center #item_desktop {
  display: none;
  /*background-color: tomato;*/
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop {
    display: inline-block;
    margin-top: 5px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item {
    width: 50%;
    padding: 0 10px 10px 10px;
    /*background-color: pink;*/
    float: left;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item {
    width: 25%;
    padding: 0 0px 10px 10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item {
    width: 16.66666667%;
  }
}
#healthInformation #media_center #item_desktop .item .video {
  width: 100%;
}
#healthInformation #media_center #item_desktop .item .video img {
  width: 100%;
}
#healthInformation #media_center #item_desktop .item .content_wrap .title {
  margin-top: 5px;
}
#healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
  font-size: 15px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: white;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
  float: left;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 15px;
    margin: 5px 10px 2px 0;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 15px;
    /*margin:5px 0 2px 0;*/
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 10.71428571px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h3 {
    font-size: 13.04347826px;
  }
}
#healthInformation #media_center #item_desktop .item .content_wrap .title h3 a {
  color: #1876bc;
}
#healthInformation #media_center #item_desktop .item .content_wrap .title h3 a:hover {
  text-decoration: none;
}
#healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: italic;
  margin-top: 0px;
  color: white;
  font-size: 14px;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 12px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 8px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title h6 {
    font-size: 10px;
  }
}
#healthInformation #media_center #item_desktop .item .content_wrap .title span {
  background-color: #1567b7;
  color: white;
  text-transform: uppercase;
  font-family: "cs_prakasregular";
  padding: 2px 10px;
  font-size: 12px;
  float: left;
  margin-top: 3px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title span {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title span {
    font-size: 8px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title span {
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center #item_desktop .item .content_wrap .title span {
    font-size: 12px;
  }
}
#healthInformation #media_center #item_desktop .item .content_wrap .content {
  color: white;
  display: none;
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item:first-child {
    background-color: #5f9ade;
    width: 50%;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title {
  margin-top: 5px;
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title {
    padding: 15px;
  }
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
  font-size: 15px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: white;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
  float: left;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 15px;
    margin: 5px 10px 2px 0;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 15px;
    /*margin:5px 0 2px 0;*/
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 16.66666667px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 {
    font-size: 23.07692308px;
  }
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 a {
  color: #1876bc;
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h3 a:hover {
  text-decoration: none;
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: white;
  font-size: 14px;
}
@media (min-width: 480px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 9.6px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 9.6px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .title h6 {
    font-size: 16px;
  }
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .title span {
  background-color: #1567b7;
  text-transform: uppercase;
  color: white;
  font-family: "cs_prakasregular";
  padding: 2px 10px;
  font-size: 12px;
  float: left;
  margin-top: 3px;
  border-radius: 15px;
}
#healthInformation #media_center #item_desktop .item:first-child .content_wrap .content {
  line-height: 16px;
  font-family: "cs_prakasregular";
  font-weight: normal;
}
@media (min-width: 992px) {
  #healthInformation #media_center #item_desktop .item:first-child .content_wrap .content {
    display: inline-block !important;
    font-size: 14px;
    padding: 0 15px 15px 15px;
  }
}
#healthInformation #media_center .media_center_highlight {
  margin-top: 25px;
  display: none;
}
@media (min-width: 768px) {
  #healthInformation #media_center .media_center_highlight {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight {
    padding-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight {
    padding-bottom: 30px;
  }
}
#healthInformation #media_center .media_center_highlight .video {
  width: 100%;
}
#healthInformation #media_center .media_center_highlight .video a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .video a img {
  display: block;
}
#healthInformation #media_center .media_center_highlight .video a::after {
  content: '';
  background: url(../images/health/played.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .video a:hover::after {
  background: url(../images/health/play.png) no-repeat center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#healthInformation #media_center .media_center_highlight .infographic {
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .infographic a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .infographic a img {
  display: block;
}
#healthInformation #media_center .media_center_highlight .infographic a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#healthInformation #media_center .media_center_highlight .mch_highlight {
  float: left;
  width: 100%;
  background-color: #5f9ade;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb a img {
  display: block;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb a::after {
  content: '';
  background: url(../images/health/played.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb a:hover::after {
  background: url(../images/health/play.png) no-repeat center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb_infographic a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb_infographic a img {
  display: block;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .thumb_infographic a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .content {
  padding: 2px 15px 0 15px;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head {
  margin-top: 10px;
  float: left;
  width: 100%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title {
  float: left;
  width: 80%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h4 {
  font-family: "cs_prakasbold";
  font-size: 15.29411765px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 1em;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h4 {
    font-size: 17.33333333px;
  }
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h6 {
  font-family: "cs_prakasregular";
  font-size: 9px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1em;
  color: #ffffff;
  font-style: normal;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_title h6 {
    font-size: 12px;
  }
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_share {
  float: left;
  width: 20%;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_share a {
  font-family: "cs_prakasbold";
  font-size: 9px;
  border: solid 1px #1876bc;
  background-color: #ffffff;
  text-transform: uppercase;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0 0 0 auto;
  float: right;
  padding: 2px 5px;
  position: relative;
  top: -3px;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_share a {
    font-size: 10.58823529px;
    padding: 5px 20px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    border: solid 2px #1876bc;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_share a {
    font-size: 12px;
  }
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_head .mch_head_share a:hover {
  text-decoration: none;
}
#healthInformation #media_center .media_center_highlight .mch_highlight .mch_detail {
  font-family: "cs_prakasregular";
  font-size: 11px;
  width: 100%;
  float: left;
  color: #ffffff;
  margin-top: 5px;
  height: 1.2em;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_detail {
    font-size: 12.94117647px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight .mch_highlight .mch_detail {
    font-size: 14.66666667px;
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
#healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
    height: 130px;
  }
}
@media (min-width: 992px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
    height: 135px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
    height: 160px;
  }
}
@media (min-width: 1920px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item {
    height: 170px;
  }
}
#healthInformation #media_center .media_center_highlight #highlight_slide .box_item h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-family: "cs_prakasbold";
  font-size: 12.94117647px;
  color: #ffffff;
  height: 1.2em;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h3 {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h3 {
    font-size: 14.66666667px;
  }
}
#healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 {
  font-family: "cs_prakasregular";
  font-size: 9.41176471px;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.2em;
  color: #ffffff;
  font-style: normal;
}
#healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 > span {
  display: block;
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 > span {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 {
    margin: 0px 0 0 0;
  }
}
@media (min-width: 1200px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 {
    font-size: 9.41176471px;
  }
}
@media (min-width: 1366px) {
  #healthInformation #media_center .media_center_highlight #highlight_slide .box_item h6 {
    font-size: 10.66666667px;
  }
}
#healthInformation #media_center .media_center_highlight #highlight_slide .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
}
#healthInformation #media_center .media_center_highlight #highlight_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#healthInformation #media_center .media_center_highlight #highlight_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
}
#healthInformation #media_center .media_center_highlight #highlight_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #d8d8d8;
  border: solid 1px #a2a2a2;
  width: 13px;
  height: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-left-radius: 13px;
}
#healthInformation #media_center .media_center_highlight #highlight_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #ed1c24;
}
#healthInformation .paging_base {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  #healthInformation .paging_base {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  #healthInformation .paging_base {
    margin-top: 30px;
  }
}
#healthInformation .paging_base ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#healthInformation .paging_base ul li {
  display: inline-block;
  color: #0072bc;
  font-size: "cs_prakasregular";
  font-weight: normal;
  line-height: 25px;
  cursor: pointer;
  margin-left: 3px;
}
#healthInformation .paging_base ul li:not(:last-child):after {
  content: " | ";
  color: #363636;
}
#healthInformation .paging_base ul .page {
  color: #363636;
  font-family: "cs_prakasbold";
  font-weight: normal;
  cursor: inherit;
}
#healthInformation .paging_base ul .form {
  color: #363636;
  display: inline-block;
  cursor: inherit;
}
#healthInformation .paging_base ul .form form {
  display: inline-flex;
}
#healthInformation .paging_base ul .form input[type="text"] {
  width: 60px;
  height: 25px;
  border-radius: 15px;
  margin-left: 5px;
}
#healthInformation .paging_base ul .form button {
  height: 25px;
  width: 45px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  background-color: #1776bd;
  color: white;
  margin-left: 5px;
}
.fill {
  min-height: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #patienCare #affiliate {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #patienCare #affiliate {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate {
    margin-top: 45px;
  }
}
#patienCare #affiliate .sort_diseases {
  margin-top: 10px;
}
#patienCare #affiliate .sort_diseases div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#patienCare #affiliate .sort_diseases .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #patienCare #affiliate .sort_diseases .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #patienCare #affiliate .sort_diseases .form-control {
    margin-top: 5px;
  }
}
#patienCare #affiliate .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #patienCare #affiliate .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #patienCare #affiliate .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #patienCare #affiliate .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #patienCare #affiliate .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #patienCare #affiliate .head h2 {
    font-size: 50px;
  }
}
#patienCare #affiliate .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#patienCare #affiliate .head h2 span + span {
  color: #363636;
}
#patienCare #affiliate .head h2 span + span + span {
  color: #ed1c24;
}
#patienCare #affiliate .health_label_base {
  background: #ffffff;
  position: relative;
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare #affiliate .health_label_base {
    background: #ec1b22;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec1b22), color-stop(30%, #ec1b22), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ec1b22 0%, #ec1b22 30%, #ffffff 30%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
    /* IE6-9 */
  }
}
#patienCare #affiliate .health_label_base .hlb_label {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
@media (min-width: 768px) {
  #patienCare #affiliate .health_label_base .hlb_label {
    background-color: #ec1b22;
    padding: 10px 0;
  }
}
#patienCare #affiliate .health_label_base .hlb_label .icon_base {
  display: none;
}
@media (min-width: 768px) {
  #patienCare #affiliate .health_label_base .hlb_label .icon_base {
    display: block;
    color: #fff;
    line-height: 16px;
    text-align: right;
    height: 16px;
    margin-top: 2px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'cs_prakasbold';
  }
}
@media (min-width: 1200px) {
  #patienCare #affiliate .health_label_base .hlb_label .icon_base {
    font-size: 14.66666667px;
  }
}
#patienCare #affiliate .health_label_base .hlb_label .icon_base i {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/global/ico-search.png);
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#patienCare #affiliate .health_label_base .hlb_label .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #patienCare #affiliate .health_label_base .hlb_label .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
  }
}
#patienCare #affiliate_article .paging_base {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article .paging_base {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate_article .paging_base {
    margin-top: 30px;
  }
}
#patienCare #affiliate_article .paging_base ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#patienCare #affiliate_article .paging_base ul li {
  display: inline-block;
  color: #0072bc;
  font-size: "cs_prakasregular";
  font-weight: normal;
  line-height: 25px;
  cursor: pointer;
  margin-left: 3px;
}
#patienCare #affiliate_article .paging_base ul li:not(:last-child):after {
  content: " | ";
  color: #363636;
}
#patienCare #affiliate_article .paging_base ul .page {
  color: #363636;
  font-family: "cs_prakasbold";
  font-weight: normal;
  cursor: inherit;
}
#patienCare #affiliate_article .paging_base ul .form {
  color: #363636;
  display: inline-block;
  cursor: inherit;
}
#patienCare #affiliate_article .paging_base ul .form form {
  display: inline-flex;
}
#patienCare #affiliate_article .paging_base ul .form input[type="text"] {
  width: 60px;
  height: 25px;
  border-radius: 15px;
  margin-left: 5px;
}
#patienCare #affiliate_article .paging_base ul .form button {
  height: 25px;
  width: 45px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  background-color: #1776bd;
  color: white;
  margin-left: 5px;
}
@media (min-width: 768px) {
  #patienCare #affiliate_article #slide_article_health_diseases {
    display: none;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .item {
  width: 100%;
  /*height: 200px;*/
  background: white;
  /*border: 1px dashed black;*/
}
#patienCare #affiliate_article #slide_article_health_diseases .item .thumbpic {
  width: 100%;
  /*height: 250px;*/
  overflow: hidden;
  display: block;
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content {
  margin-top: 0px;
  padding: 0 15px;
  /*text-align:center;*/
  line-height: 1em;
}
@media (min-width: 768px) {
  #patienCare #affiliate_article #slide_article_health_diseases .item .content {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #patienCare #affiliate_article #slide_article_health_diseases .item .content {
    margin-top: 20px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #patienCare #affiliate_article #slide_article_health_diseases .item .content h3 {
    font-size: 15.29411765px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content h3 a {
  color: #1876bc;
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content h3 a:hover {
  text-decoration: none;
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content h6 {
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: #252525;
  font-size: 11.76470588px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #patienCare #affiliate_article #slide_article_health_diseases .item .content h6 {
    font-size: 11.76470588px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .item .content p {
  color: #363636;
  font-family: 'cs_prakasregular';
  /*text-align:center;*/
  margin: 0;
  padding: 0;
  height: 3.8em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.3em;
  display: block;
}
@media (min-width: 480px) {
  #patienCare #affiliate_article #slide_article_health_diseases .item .content p {
    font-size: 12.94117647px;
    margin: 10px 0 0 0;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #patienCare #affiliate_article #slide_article_health_diseases .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md {
    display: block;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content {
    font-size: 14.66666667px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15.29411765px;
  margin-top: 3px;
  color: #4d8dc7;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h3 {
    font-size: 15.29411765px;
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h3 {
    font-size: 17.33333333px;
    margin-top: 10px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h6 {
  margin: 3px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10px;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h6 {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content h6 {
    font-size: 11.33333333px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content .detail {
  margin-top: 4px;
  overflow: hidden;
  height: 4.2em;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content .detail {
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .item .item_box .content .detail {
    margin-top: 10px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls {
  margin-top: 10px;
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: -15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
    right: -15px;
  }
}
@media (min-width: 1920px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-next {
    right: -45px;
  }
}
#patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
    left: -15px;
  }
}
@media (min-width: 1920px) {
  #patienCare #affiliate_article #slide_article_health_diseases_md .owl-controls .owl-nav .owl-prev {
    left: -45px;
  }
}
#patienCare .pc_slide_highlight {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_slide_highlight .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_slide_highlight .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #patienCare .pc_slide_highlight .item .thumb_sx {
    display: none;
  }
}
#patienCare .pc_slide_highlight .item .thumb_md {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_slide_highlight .item .thumb_md {
    display: block;
  }
}
#patienCare .pc_slide_highlight .owl-controls {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_slide_highlight .owl-controls {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_slide_highlight .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #patienCare .pc_slide_highlight .owl-controls .owl-dots {
    text-align: right;
  }
}
#patienCare .pc_slide_highlight .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare .pc_slide_highlight .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare .pc_slide_highlight .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate {
    background-color: #f0f0f0;
  }
}
#patienCare .pc_room_rate .container-fluid {
  padding-left: 0;
  padding-right: 0;
  /*
             div[class^='col-']{
                padding-left:0;
                padding-right: 0;  
             }
            */
}
#patienCare .pc_room_rate .hpc {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #1776bd;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .hpc {
    display: none;
  }
}
#patienCare .pc_room_rate .pc_pyv_md {
  background: #d21e64;
  height: auto;
  padding: 15px;
}
#patienCare .pc_room_rate .pc_pyv_md .pc_thumb {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_pyv_md .pc_thumb {
    display: block;
    text-align: center;
  }
}
#patienCare .pc_room_rate .pc_pyv_md .pc_thumb img {
  margin: 0 auto;
}
#patienCare .pc_room_rate .pc_pyv_md .pc_detail h4 {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 16.5px;
  color: #fff;
}
#patienCare .pc_room_rate .pc_pyv_md .pc_detail p {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-size: 11px;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
}
#patienCare .pc_room_rate .pc_pyv_md .pc_detail form .form-control {
  font-size: 11px;
}
#patienCare .pc_room_rate .pc_pyv_mobile {
  background: #d21e64;
  height: auto;
  padding: 15px;
  display: block;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_pyv_mobile {
    display: none;
  }
}
#patienCare .pc_room_rate .pc_pyv_mobile .pc_thumb {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_pyv_mobile .pc_thumb {
    display: block;
  }
}
#patienCare .pc_room_rate .pc_pyv_mobile .pc_thumb img {
  margin: 0 auto;
}
#patienCare .pc_room_rate .pc_pyv_mobile h4 {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 16.5px;
  color: #fff;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_mobile h4 {
    font-size: 18.33333333px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_mobile h4 {
    font-size: 22px;
  }
}
#patienCare .pc_room_rate .pc_pyv_mobile p {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2em;
  color: #fff;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_mobile p {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_mobile p {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate .pc_pyv_mobile form {
  margin-top: 10px;
}
#patienCare .pc_room_rate .pc_pyv_mobile form .form-control {
  font-size: 11px;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_mobile form .form-control {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_mobile form .form-control {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate .pc_pyv_xs {
  background: #d21e64;
  height: auto;
  padding: 15px;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_pyv_xs {
    display: block;
  }
}
#patienCare .pc_room_rate .pc_pyv_xs .pc_thumb {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_pyv_xs .pc_thumb {
    display: block;
  }
}
#patienCare .pc_room_rate .pc_pyv_xs .pc_thumb img {
  margin: 0 auto;
}
#patienCare .pc_room_rate .pc_pyv_xs h4 {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 16.5px;
  color: #fff;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_xs h4 {
    font-size: 18.33333333px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_xs h4 {
    font-size: 22px;
  }
}
#patienCare .pc_room_rate .pc_pyv_xs p {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-size: 11px;
  line-height: 1.2em;
  color: #fff;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_xs p {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_xs p {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate .pc_pyv_xs form {
  margin-top: 10px;
}
#patienCare .pc_room_rate .pc_pyv_xs form .form-control {
  font-size: 11px;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_pyv_xs form .form-control {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_pyv_xs form .form-control {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate #owlpc_thumb_roomRate .owl-stage-outer {
  margin-top: 6px;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate #owlpc_thumb_roomRate .owl-stage-outer {
    margin-top: 2px;
  }
}
#patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
    margin-top: -26.66666667px;
    width: 26.66666667px;
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
    margin-top: -33.33333333px;
    width: 33.33333333px;
    height: 66.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-next {
    margin-top: -40px;
    width: 40px;
    height: 80px;
  }
}
#patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
    margin-top: -26.66666667px;
    width: 26.66666667px;
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
    margin-top: -33.33333333px;
    width: 33.33333333px;
    height: 66.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_room_rate #owlpc_slide_roomRate .owl-controls .owl-nav .owl-prev {
    margin-top: -40px;
    width: 40px;
    height: 80px;
  }
}
#patienCare .pc_room_rate .content_pc_room_rate {
  padding: 15px;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .content_pc_room_rate {
    padding: 15px 15px 15px 0;
  }
}
#patienCare .pc_room_rate .content_pc_room_rate #content_pc_room_rate_scoll {
  max-height: auto;
  overflow: auto;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .content_pc_room_rate #content_pc_room_rate_scoll {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_room_rate .content_pc_room_rate #content_pc_room_rate_scoll {
    max-height: 240px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .content_pc_room_rate #content_pc_room_rate_scoll {
    max-height: 300px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .content_pc_room_rate #content_pc_room_rate_scoll {
    max-height: 400px;
  }
}
#patienCare .pc_room_rate .content_pc_room_rate h2 {
  margin: 20px 0 0 0;
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .content_pc_room_rate h2 {
    display: block;
    margin: 0;
    font-size: 20px;
    font-family: "cs_prakasbold";
    text-weight: normal;
    color: #1776bd;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .content_pc_room_rate h2 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .content_pc_room_rate h2 {
    font-size: 33.33333333px;
  }
}
#patienCare .pc_room_rate .content_pc_room_rate .detail {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .content_pc_room_rate .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_room_rate .content_pc_room_rate .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .content_pc_room_rate .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .content_pc_room_rate .detail {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate .content_pc_room_rate .detail ul li {
  float: left;
  width: 50%;
}
#patienCare .pc_room_rate .costom_rate_xs {
  padding: 0 15px 15px 15px;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .costom_rate_xs {
    display: none;
  }
}
#patienCare .pc_room_rate .costom_rate_xs h3 {
  font-family: 'cs_prakasbold';
  font-size: 20px;
  margin: 10px 0 5px 0;
  padding: 0;
  color: #1776bd;
}
#patienCare .pc_room_rate .costom_rate_xs form {
  font-family: 'cs_prakasregular';
}
#patienCare .pc_room_rate .costom_rate_xs form .form-group {
  margin-bottom: 5px;
}
#patienCare .pc_room_rate .costom_rate_xs form select {
  font-size: 11px;
}
#patienCare .pc_room_rate .costom_rate {
  padding: 0 15px;
  background-color: #f0f0f0;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .costom_rate {
    padding: 0 15px 0 0;
    display: block;
  }
}
#patienCare .pc_room_rate .costom_rate h3 {
  font-family: 'cs_prakasbold';
  font-size: 20px;
  margin: 10px 0 5px 0;
  padding: 0;
  color: #1776bd;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .costom_rate h3 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .costom_rate h3 {
    font-size: 16.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .costom_rate h3 {
    font-size: 20px;
  }
}
#patienCare .pc_room_rate .costom_rate form {
  font-family: 'cs_prakasregular';
}
#patienCare .pc_room_rate .costom_rate form .form-group {
  margin-bottom: 5px;
}
#patienCare .pc_room_rate .costom_rate form select {
  font-size: 11px;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .costom_rate form select {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .costom_rate form select {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_room_rate .price_mobile {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 0 15px;
  background-color: #f0f0f0;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_mobile {
    font-size: 12.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .price_mobile {
    display: none;
  }
}
#patienCare .pc_room_rate .price_mobile table th {
  background: #7797be;
  text-align: center;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  border-color: #136099;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_mobile table th {
    font-size: 16.66666667px;
  }
}
#patienCare .pc_room_rate .price_mobile table td {
  width: 50%;
  border-color: #136099;
  background-color: #7797be;
  color: #ffffff;
  font-size: 12px;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_mobile table td {
    font-size: 13.33333333px;
  }
}
#patienCare .pc_room_rate .price_mobile table td + td {
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
#patienCare .pc_room_rate .price_desktop {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  margin-top: 10px;
  background-color: #f0f0f0;
  display: none;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_desktop {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .price_desktop {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .price_desktop {
    display: block;
  }
}
#patienCare .pc_room_rate .price_desktop table th {
  background: #7797be;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  border-color: #136099;
  text-align: center;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_desktop table th {
    font-size: 16.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .price_desktop table th {
    font-size: 20px;
  }
}
#patienCare .pc_room_rate .price_desktop table .head th {
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_desktop table .head th {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .price_desktop table .head th {
    font-size: 14.44444444px;
  }
}
#patienCare .pc_room_rate .price_desktop table td {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  text-align: center;
  border-color: #136099;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .price_desktop table td {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .price_desktop table td {
    font-size: 16px;
  }
}
#patienCare .pc_room_rate .pc_contactus {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_room_rate .pc_contactus {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_contactus {
    padding-top: 0;
  }
}
#patienCare .pc_room_rate .pc_contactus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#patienCare .pc_room_rate .pc_contactus ul li {
  font-size: 11px;
  font-family: 'cs_prakasbold';
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_contactus ul li {
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_contactus ul li {
    font-size: 15px;
  }
}
#patienCare .pc_room_rate .pc_contactus ul li a {
  font-family: 'cs_prakasregular';
  color: #000000;
}
#patienCare .pc_room_rate .pc_btnBotton {
  float: right;
}
#patienCare .pc_room_rate .pc_btnBotton button {
  background-color: #1776bd;
  font-size: 11px;
  font-family: 'cs_prakasbold';
  color: #ffffff;
}
@media (min-width: 1200px) {
  #patienCare .pc_room_rate .pc_btnBotton button {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_room_rate .pc_btnBotton button {
    font-size: 13.75px;
  }
}
#patienCare .pc_service_room {
  position: relative;
  padding: 30px 0 20px 0;
  background-color: #f0f0f0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room {
    padding: 30px 0 0px 0;
  }
}
#patienCare .pc_service_room .hpcsv {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #1776bd;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .hpcsv {
    display: none;
  }
}
#patienCare .pc_service_room .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_service_room .item .img-responsive {
  width: 100%;
}
#patienCare .pc_service_room .owl-controls {
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .owl-controls {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_service_room .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .owl-controls .owl-dots {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_service_room .owl-controls .owl-dots {
    text-align: right;
  }
}
#patienCare .pc_service_room .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare .pc_service_room .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare .pc_service_room .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
    margin-top: -26.66666667px;
    width: 26.66666667px;
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
    margin-top: -33.33333333px;
    width: 33.33333333px;
    height: 66.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-next {
    margin-top: -40px;
    width: 40px;
    height: 80px;
  }
}
#patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
  margin-top: -20px;
}
@media (min-width: 480px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    margin-top: -22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
    margin-top: -20px;
    width: 20px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
    margin-top: -26.66666667px;
    width: 26.66666667px;
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
    margin-top: -33.33333333px;
    width: 33.33333333px;
    height: 66.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_service_room .owl-controls .owl-nav .owl-prev {
    margin-top: -40px;
    width: 40px;
    height: 80px;
  }
}
#patienCare .pc_service_room .content_pc_room_service {
  padding: 15px;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .content_pc_room_service {
    padding: 0px 15px 0px 0;
  }
}
#patienCare .pc_service_room .content_pc_room_service .content_pc_room_service_scroll {
  max-height: auto;
  overflow: auto;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .content_pc_room_service .content_pc_room_service_scroll {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_service_room .content_pc_room_service .content_pc_room_service_scroll {
    max-height: 240px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_service_room .content_pc_room_service .content_pc_room_service_scroll {
    max-height: 300px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_service_room .content_pc_room_service .content_pc_room_service_scroll {
    max-height: 400px;
  }
}
#patienCare .pc_service_room .content_pc_room_service h2 {
  margin: 20px 0 0 0;
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_service_room .content_pc_room_service h2 {
    display: block;
    font-size: 20px;
    font-family: "cs_prakasbold";
    text-weight: normal;
    color: #1776bd;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_service_room .content_pc_room_service h2 {
    font-size: 22.22222222px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_service_room .content_pc_room_service h2 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_service_room .content_pc_room_service h2 {
    font-size: 33.33333333px;
  }
}
#patienCare .pc_service_room .content_pc_room_service .detail {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #patienCare .pc_service_room .content_pc_room_service .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_service_room .content_pc_room_service .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_service_room .content_pc_room_service .detail {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_service_room .content_pc_room_service .detail ul li {
  float: left;
  width: 50%;
}
@media (max-width: 768px) {
  #patienCare .pc_plan_your_visit_2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 {
    /*margin-top:30px;
            margin-bottom:30px;*/
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_plan_your_visit_2 {
    /*margin-top:40px;
            margin-bottom:40px;*/
  }
}
#patienCare .pc_plan_your_visit_2 .colpcpp_category {
  height: 100%;
}
#patienCare .pc_plan_your_visit_2 .head {
  padding: 10px 0;
  background: #d21e64;
  /*margin-bottom:10px;*/
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .head {
    /*margin-bottom:20px;*/
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_plan_your_visit_2 .head {
    /*margin-bottom:25px;*/
  }
}
#patienCare .pc_plan_your_visit_2 .head h3 {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .head h3 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .head h3 {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_plan_your_visit_2 .head h3 {
    font-size: 40px;
  }
}
#patienCare .pc_plan_your_visit_2 .head h3 span {
  display: block;
  color: #1776bd;
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .head h3 span {
    display: inline-block;
  }
}
#patienCare .pc_plan_your_visit_2 .head h4 {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-size: 13px;
  color: #fff;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .head h4 {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .head h4 {
    font-size: 17.33333333px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_plan_your_visit_2 .head h4 {
    font-size: 21.66666667px;
  }
}
#patienCare .pc_plan_your_visit_2 .plan_list {
  background-color: #f0f0f0;
  padding: 0 0 0 0;
  height: 700px;
}
#patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: left;
  margin: 30 0 0 0;
  font-size: 16.8px;
  line-height: 32px;
  list-style-position: inside;
}
#patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list li {
  line-height: 1.8em;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    line-height: 1.8em;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list {
    font-size: 16.15384615px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .plan_list .planyourvisit_list {
    font-size: 16.8px;
  }
}
#patienCare .pc_plan_your_visit_2 .body_detail_plan {
  padding: 15px;
  height: 600px;
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan {
    padding: 15px 15px 15px 0;
  }
}
#patienCare .pc_plan_your_visit_2 .body_detail_plan #content_pyv_scoll {
  max-height: 600px;
  overflow: auto;
}
@media (min-width: 992px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan #content_pyv_scoll {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan #content_pyv_scoll {
    height: 530px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan #content_pyv_scoll {
    height: 590px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan #content_pyv_scoll {
    height: 650px;
  }
}
#patienCare .pc_plan_your_visit_2 .body_detail_plan h2 {
  font-size: 16.8px;
}
@media (min-width: 768px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan h2 {
    font-size: 16.8px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan h2 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_plan_your_visit_2 .body_detail_plan h2 {
    font-size: 28px;
  }
}
#patienCare .pc_package_promotion {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#patienCare .pc_package_promotion .colpcpp_category {
  height: 100%;
}
#patienCare .pc_package_promotion .head {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .head {
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .head {
    margin-bottom: 25px;
  }
}
#patienCare .pc_package_promotion .head h3 {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #363636;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .head h3 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .head h3 {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .head h3 {
    font-size: 40px;
  }
}
#patienCare .pc_package_promotion .head h3 span {
  display: block;
  color: #1776bd;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .head h3 span {
    display: inline-block;
  }
}
#patienCare .pc_package_promotion .pcpp_category {
  margin-top: 20px;
}
#patienCare .pc_package_promotion .pcpp_category h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  color: #1776bd;
  font-size: 14px;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_category {
    display: none;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md {
  padding: 5px 5px 5px 0;
  display: none;
  background-color: #f6f6f6;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_category_md {
    display: block;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_category_md {
    padding: 10px 10px 10px 0;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_category_md {
    padding: 15px 15px 15px 0;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md .pcpp_category_md_scoll {
  height: 670px;
  overflow: auto;
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_category_md .pcpp_category_md_scoll {
    height: 730px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_category_md .pcpp_category_md_scoll {
    height: 800px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_category_md .pcpp_category_md_scoll {
    height: 880px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_package_promotion .pcpp_category_md .pcpp_category_md_scoll {
    height: 920px;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md h3 {
  margin: 0;
  padding: 0;
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  font-size: 15px;
  color: #1776bd;
  margin-left: 25px;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_category_md h3 {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_category_md h3 {
    font-size: 25px;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style-position: outside;
}
#patienCare .pc_package_promotion .pcpp_category_md ul li {
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_category_md ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 35px;
    line-height: 1.2em;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md ul li a {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  color: #808080;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_category_md ul li a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_category_md ul li a {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_package_promotion .pcpp_category_md ul li a:hover {
  text-decoration: none;
  color: #1776bd;
}
#patienCare .pc_package_promotion .pcpp_list_promotion {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion {
    display: block;
    height: 702px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l {
  background-color: #1876bc;
  padding: 5px;
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l {
    padding: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l {
    padding: 12.5px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l #package-showpage {
  float: right;
  color: #ffffff;
  margin-top: 4px;
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l #package-showpage {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l #package-showpage {
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l #package-showpage {
    margin-top: 8px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l #package-pagination {
  float: right;
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l h3 {
  margin: 0;
  padding: 0;
  font-size: 15.29411765px;
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  color: #fff;
  padding-top: 1px;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l h3 {
    margin-top: 3px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l h3 {
    font-size: 17.33333333px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l .pagination {
  font-family: "cs_prakasbold";
  position: relative;
  padding: 0 5px;
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .head_l .pagination {
    margin-top: 5px;
    padding: 0 10px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l .pagination ul li {
  float: right;
}
#patienCare .pc_package_promotion .pcpp_list_promotion .head_l .pagination label {
  font-weight: normal;
  margin: 0;
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l > div[class^='col-'] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content {
  padding: 0 0px;
  margin-top: 10px;
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title h4 {
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-size: 15.29411765px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title h4 {
    font-size: 17.33333333px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title em {
  font-family: 'cs_prakasregular';
  font-size: 11.17647059px;
  color: #252525;
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title em {
    font-size: 11.17647059px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title em {
    font-size: 11.17647059px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .content .hc_title em {
    font-size: 12.66666667px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_promotion .body_l .detail {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  height: 5.6em;
  overflow: hidden;
  float: left;
  padding: 0 0px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_promotion .body_l .detail {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide {
    display: none;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .content {
  padding: 0 15px;
  margin-top: 10px;
}
#patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title h4 {
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-size: 15.29411765px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title h4 {
    font-size: 17.33333333px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title em {
  font-family: 'cs_prakasregular';
  font-size: 10.58823529px;
  color: #252525;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title em {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .content .hc_title em {
    font-size: 12px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .detail {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  height: 5.6em;
  overflow: hidden;
  float: left;
  padding: 0 15px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .detail {
    font-size: 12.94117647px;
    height: 6em;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .detail {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-carousel .owl-item .hc_share img {
  width: auto;
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls {
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots {
    text-align: right;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 17% 0;
}
@media (min-width: 480px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
    width: 20px;
    padding: 7% 0;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-next {
    width: 40px;
  }
}
#patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 17% 0;
}
@media (min-width: 480px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
    width: 20px;
    padding: 7% 0;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
    width: 20px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
  }
}
@media (min-width: 1920px) {
  #patienCare .pc_package_promotion .pcpp_list_slide .owl-controls .owl-nav .owl-prev {
    width: 40px;
  }
}
#patienCare .pc_news_media {
  background-color: #1158b2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcne_slide {
    display: none;
  }
}
#patienCare .pc_news_media .pcne_slide h3 {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
#patienCare .pc_news_media .pcne_slide .pcne_head {
  padding: 0 15px;
}
#patienCare .pc_news_media .pcne_slide .pcne_head h4 {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 15.29411765px;
}
#patienCare .pc_news_media .pcne_slide .pcne_detail {
  padding: 0 15px;
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
  height: 4.8em;
  line-height: 1.2em;
  overflow: hidden;
}
#patienCare .pc_news_media .pcne_slide .pcne_detail_poster {
  padding: 0 15px;
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
  line-height: 1.2em;
  overflow: hidden;
}
#patienCare .pc_news_media .pcne_slide .pcne_more {
  margin-top: 10px;
  padding: 0 15px;
}
#patienCare .pc_news_media .pcne_slide .pcne_more a {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
  text-transform: uppercase;
  display: block;
  background: #64a5e1;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0 0 0 auto;
  width: 60px;
  text-align: center;
  padding: 5px 0;
}
#patienCare .pc_news_media .pcne_slide .owl-controls {
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
}
@media (min-width: 480px) {
  #patienCare .pc_news_media .pcne_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#patienCare .pc_news_media .pcne_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 21% 0;
}
@media (min-width: 480px) {
  #patienCare .pc_news_media .pcne_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#patienCare .pc_news_media .pcnen_md {
  display: none;
  background-color: #5f9ade;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_md {
    display: block;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_head {
  padding: 20px 10px 0px 10px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_head {
    padding: 30px 15px 0px 15px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_head h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #363636;
  font-size: 24px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_head h4 {
    font-size: 32px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_head h4 span {
  color: #ffffff;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_head h5 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 12px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_head h5 {
    font-size: 16px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body {
  padding-bottom: 10px;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item {
  padding: 2px 5px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item {
    padding: 5px 10px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box {
  padding: 5px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box {
    padding: 10px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box:hover {
  background-color: #2f6da7;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_thumb {
  width: 30%;
  float: left;
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_thumb {
    width: 25%;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content {
  width: 70%;
  float: left;
  padding-left: 5px;
  position: absolute;
  top: 0;
  left: 30%;
  top: 5px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content {
    top: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content {
    top: 20px;
    padding-left: 0px;
    width: 65%;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 15.29411765px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  height: 1em;
}
@media (min-width: 992px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 {
    font-size: 17.33333333px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 a {
  color: #ffffff;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content h4 a:hover {
  text-decoration: none;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content em {
  font-family: 'cs_prakasregular';
  font-size: 11.17647059px;
  line-height: 1em;
  position: relative;
  top: -5px;
  color: #ffffff;
  font-style: normal;
}
@media (min-width: 992px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content em {
    font-size: 11.17647059px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content em {
    font-size: 11.17647059px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content em {
    font-size: 12.66666667px;
    top: -2px;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content p {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  line-height: 1.1em;
  margin: -6px 0 0 0;
  padding: 0;
  height: 2.2em;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 992px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content p {
    font-size: 12.94117647px;
    height: 3.2em;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content p {
    font-size: 12.94117647px;
    margin: -2px 0 0 0;
    height: 3.2em;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_md .pcnen_md_body .item .box .b_content p {
    font-size: 14.66666667px;
    margin: -2px 0 0 0;
  }
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .owl-controls {
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#patienCare .pc_news_media .pcnen_md .pcnen_md_body .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#patienCare .pc_news_media .pcnen_news_event_md {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_news_event_md {
    display: block;
  }
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_head {
  margin-top: 50px;
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_head h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 20px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_head h4 {
    font-size: 22.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_head h4 {
    font-size: 26.66666667px;
  }
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_thumb {
  margin: 5px 0;
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail_scroll {
  max-height: 100%;
  overflow: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail_scroll {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail_scroll {
    max-height: 240px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail_scroll {
    max-height: 300px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail_scroll {
    max-height: 280px;
  }
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_news_media .pcnen_news_event_md .pcnenn_detail a {
  color: #ffffff;
}
#patienCare .pc_news_media .pcnen_news_event_md .btnAddCalendar a {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 10px;
  background-color: #1776bd;
  padding: 0 5px;
  border: solid 1px #cccccc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_news_event_md .btnAddCalendar a {
    font-size: 11.11111111px;
    padding: 2px 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_news_event_md .btnAddCalendar a {
    font-size: 13.33333333px;
    padding: 5px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
}
#patienCare .pc_news_media .pcnen_news_event_md .btnAddCalendar a:hover {
  text-decoration: none;
}
#patienCare .pc_news_media .pcnen_gallery {
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_gallery {
    display: block;
  }
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head {
  margin-top: 57px;
  position: relative;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 13px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_gallery .pcnen_g_head h4 {
    font-size: 14.44444444px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_gallery .pcnen_g_head h4 {
    font-size: 17.33333333px;
  }
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head .nav_pcnen_g_slide {
  position: absolute;
  top: -1px;
  right: 0;
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 12px;
  display: none;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_gallery .pcnen_g_head .nav_pcnen_g_slide {
    display: block;
  }
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head .nav_pcnen_g_slide label {
  font-style: normal;
  font-weight: normal;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head .nav_pcnen_g_slide em {
  font-style: normal;
  font-weight: normal;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_head .nav_pcnen_g_slide a {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12px;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide {
  margin-top: 8px;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb {
  position: relative;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb .btnZoom {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 9px;
  background-color: #1776bd;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 0px 5px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-transform: uppercase;
  padding: 3px 5px 3px 5px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb .btnZoom {
    font-size: 10px;
    padding: 3px 10px 3px 10px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb .btnZoom {
    font-size: 12px;
  }
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb .btnZoom:hover {
  text-decoration: none;
}
#patienCare .pc_news_media .pcnen_gallery .pcnen_g_slide .item .thumb .btnZoom > span {
  margin: 0 3px 0 0;
}
#patienCare .pc_news_media .pcnen_map {
  margin-top: 10px;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_map {
    display: block;
  }
}
#patienCare .pc_news_media .pcnen_map .thumb {
  position: relative;
}
#patienCare .pc_news_media .pcnen_map .thumb .btnZoom {
  font-family: 'cs_prakasbold';
  color: #ffffff;
  font-size: 9px;
  background-color: #1776bd;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 0px 5px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-transform: uppercase;
  padding: 3px 5px 3px 5px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_map .thumb .btnZoom {
    font-size: 10px;
    padding: 3px 10px 3px 10px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_map .thumb .btnZoom {
    font-size: 12px;
  }
}
#patienCare .pc_news_media .pcnen_map .thumb .btnZoom:hover {
  text-decoration: none;
}
#patienCare .pc_news_media .pcnen_map .thumb .btnZoom > span {
  margin: 0 3px 0 0;
}
#patienCare .pc_news_media .pcnen_map .pcnen_map_scroll {
  max-height: 100%;
  overflow: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_news_media .pcnen_map .pcnen_map_scroll {
    max-height: 6em;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_map .pcnen_map_scroll {
    max-height: 5em;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_map .pcnen_map_scroll {
    max-height: 6em;
  }
}
#patienCare .pc_news_media .pcnen_map .detail {
  font-family: 'cs_prakasregular';
  color: #ffffff;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #patienCare .pc_news_media .pcnen_map .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_news_media .pcnen_map .detail {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_map {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #patienCare .pc_map {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_map {
    margin-top: 25px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map {
    margin-top: 30px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}
#patienCare .pc_map .head {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #patienCare .pc_map .head {
    display: none;
  }
}
#patienCare .pc_map .head h3 {
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 24px;
  color: #363636;
}
@media (min-width: 768px) {
  #patienCare .pc_map .head h3 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_map .head h3 {
    font-size: 26.66666667px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map .head h3 {
    font-size: 32px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .head h3 {
    font-size: 40px;
  }
}
#patienCare .pc_map .head h3 span {
  color: #1776bd;
}
#patienCare .pc_map .pcm_map {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #patienCare .pc_map .pcm_map {
    display: none;
  }
}
#patienCare .pc_map .pcm_map h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-family: "cs_prakasbold";
  text-transform: uppercase;
  color: #1776bd;
  font-size: 14px;
}
@media (min-width: 768px) {
  #patienCare .pc_map .pcm_map h3 {
    font-size: 15.55555556px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_map .pcm_map h3 {
    font-size: 15.55555556px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map .pcm_map h3 {
    font-size: 18.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .pcm_map h3 {
    font-size: 23.33333333px;
  }
}
#patienCare .pc_map .wrap_map {
  position: relative;
}
#patienCare .pc_map .box_list_map {
  padding: 15px;
  position: absolute;
  top: 50px;
  left: 60%;
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 768px) {
  #patienCare .pc_map .box_list_map {
    display: block;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map {
    width: 450px;
    height: 495px;
    top: 50px;
    left: 60%;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map {
    top: 100px;
    padding: 30px;
    left: 65%;
  }
}
#patienCare .pc_map .box_list_map .blm_head span {
  color: #1776bd;
}
#patienCare .pc_map .box_list_map .blm_head h3 {
  font-family: "cs_prakasbold";
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_head h3 {
    font-size: 22.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_head h3 {
    font-size: 26.66666667px;
  }
}
#patienCare .pc_map .box_list_map .blm_location h4 {
  font-family: "cs_prakasbold";
  font-size: 11px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_location h4 {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_location h4 {
    font-size: 18.33333333px;
  }
}
#patienCare .pc_map .box_list_map .blm_location .form-group {
  margin-bottom: 10px;
}
#patienCare .pc_map .box_list_map .blm_location .form-control {
  font-size: 11px;
  height: 26px;
  padding: 4px 12px;
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_location .form-control {
    font-size: 12.22222222px;
    height: 31.2px;
  }
}
#patienCare .pc_map .box_list_map .blm_body {
  height: 180px;
  overflow: auto;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body {
    height: 330px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li {
  float: left;
  width: 100%;
  padding: 5px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li:hover {
  background-color: #e7f1f8;
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .thumb {
  float: left;
  width: 20%;
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail {
  float: left;
  width: 80%;
  font-size: 9px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail {
    font-size: 12px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail h4 {
  font-family: "cs_prakasbold";
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail h4 {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail h4 {
    font-size: 14.66666667px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail p {
  font-family: 'cs_prakasregular';
  font-size: 9px;
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail p {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail p {
    font-size: 12px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other {
  font-family: 'cs_prakasregular';
  font-size: 9px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other {
    font-size: 12px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label {
  font-family: 'cs_prakasregular';
  font-size: 9px;
  font-weight: normal;
  line-height: 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label {
    font-size: 10px;
    line-height: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label {
    font-size: 12px;
    line-height: 25px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_phone {
  background: url(../images/patien/phone.png) no-repeat center left;
  background-size: contain;
  height: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_phone {
    height: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_phone {
    height: 25px;
    padding-left: 25px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_location {
  background: url(../images/patien/location.png) no-repeat center left;
  background-size: contain;
  height: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_location {
    height: 20px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other label.icon_location {
    height: 25px;
    padding-left: 25px;
  }
}
#patienCare .pc_map .box_list_map .blm_body .blm_body_list ul li .detail .detail_other em {
  font-style: normal;
  display: inline-block;
  padding: 0 0 0 5px;
}
#patienCare .pc_map .pc_map-container {
  height: 210px;
}
@media (min-width: 768px) {
  #patienCare .pc_map .pc_map-container {
    height: 420px;
  }
}
@media (min-width: 992px) {
  #patienCare .pc_map .pc_map-container {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map .pc_map-container {
    height: 600px;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .pc_map-container {
    height: 750px;
  }
}
#patienCare .pc_map .btn_your_location {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  #patienCare .pc_map .btn_your_location {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  #patienCare .pc_map .btn_your_location {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
@media (min-width: 1366px) {
  #patienCare .pc_map .btn_your_location {
    margin: 0;
    position: absolute;
    bottom: 110px;
    left: 0;
  }
}
#patienCare .pc_map .btn_your_location a {
  background: #1776bd;
  margin: 0 auto;
  color: #ffffff;
  font-family: "cs_prakasbold";
  font-size: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  line-height: 16.5px;
  position: relative;
}
@media (min-width: 768px) {
  #patienCare .pc_map .btn_your_location a {
    padding: 6px 12px;
    font-size: 11px;
    line-height: 11px;
  }
}
#patienCare .pc_map .btn_your_location a > span {
  background: url(../images/icon/target_map.png) no-repeat;
  background-size: contain;
  width: 16.5px;
  height: 16.5px;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
#patienCare .pc_map .btn_your_location a > em {
  display: inline-block;
  height: 16.5px;
  line-height: 16.5px;
  font-style: normal;
}
.content-body-patient h4 {
  text-align: center;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .content-body-patient h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .content-body-patient h4 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .content-body-patient h4 {
    font-size: 30px;
  }
}
.content-body-patient h4 span {
  color: #1776bd;
}
@media (min-width: 992px) {
  .content-body-patient {
    padding: 0 30px;
  }
}
.content-body-patient .table {
  font-size: 9px;
  font-family: 'cs_prakasregular';
}
@media (min-width: 768px) {
  .content-body-patient .table {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .content-body-patient .table {
    font-size: 15px;
  }
}
.content-body-patient .table thead th {
  font-weight: normal;
  padding: 3px;
  font-family: "cs_prakasbold";
}
@media (min-width: 1200px) {
  .content-body-patient .table thead th {
    padding: 6px;
  }
}
.content-body-patient .table tbody th {
  font-weight: normal;
  padding: 3px;
  font-family: "cs_prakasbold";
}
@media (min-width: 1200px) {
  .content-body-patient .table tbody th {
    padding: 6px;
  }
}
.content-body-patient .table tbody td {
  padding: 3px;
}
@media (min-width: 1200px) {
  .content-body-patient .table tbody td {
    padding: 6px;
  }
}
.content-body-patient .patient_detail {
  padding: 15px;
}
.content-body-patient .patient_detail .recomment label {
  font-weight: normal;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  display: block;
  margin: 0;
}
@media (min-width: 1200px) {
  .content-body-patient .patient_detail .recomment label {
    font-size: 14.66666667px;
  }
}
.content-body-patient .patient_detail .recomment p {
  font-weight: normal;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .content-body-patient .patient_detail .recomment p {
    font-size: 14.66666667px;
  }
}
.content-body-patient .patient_detail h5 {
  font-weight: normal;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .content-body-patient .patient_detail h5 {
    font-size: 17.33333333px;
  }
}
.content-body-patient .patient_detail ul {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 1200px) {
  .content-body-patient .patient_detail ul {
    font-size: 14.66666667px;
  }
}
.content-body-patient .patient_detail ul li {
  margin-left: 15px;
}
.content-body-patient .patient_detail ol {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 1200px) {
  .content-body-patient .patient_detail ol {
    font-size: 14.66666667px;
  }
}
.content-body-patient .patient_detail ol li {
  margin-left: 15px;
}
.box_location_map {
  /*position: absolute;*/
  /*top:0;*/
  /*left:0;*/
  width: 290px;
  height: 100px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.box_location_map .wrap_box_location_map {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 30%;
  background-color: #ffffff;
}
.box_location_map .wrap_box_location_map:after {
  content: '';
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  content: "";
  height: 0;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.box_location_map .wrap_box_location_map .thumb {
  width: 30%;
  display: block;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.box_location_map .wrap_box_location_map .detail {
  padding: 1%;
  font-family: 'cs_prakasregular';
  font-size: 10px;
}
.box_location_map .wrap_box_location_map .detail h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-size: 10px;
}
.box_location_map .wrap_box_location_map .detail p {
  margin: 0;
  padding: 0;
}
.box_location_map .wrap_box_location_map .detail span {
  display: block;
  padding-left: 12px;
}
.box_location_map .wrap_box_location_map .detail span > a {
  color: #2082c0;
}
.box_location_map .wrap_box_location_map .detail span.detail_local_call {
  background: url(../images/patien/phone.png) no-repeat center left;
  background-size: contain;
}
.box_location_map .wrap_box_location_map .detail span.detail_get_dirction {
  background: url(../images/patien/location.png) no-repeat center left;
  background-size: contain;
}
.box_location_map .wrap_box_location_map .detail span.detail_get_target {
  background: url(../images/patien/www.png) no-repeat center left;
  background-size: contain;
}
.modal-content .wrap_content {
  padding: 30px;
}
.modal-content .wrap_content .thumb img {
  margin: 0 auto;
}
.modal-content .wrap_content .box {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .modal-content .wrap_content .box {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1366px) {
  .modal-content .wrap_content .box {
    font-size: 14.66666667px;
  }
}
.modal-content .wrap_content .box h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-size: 23.52941176px;
  color: #1776bd;
}
@media (min-width: 1366px) {
  .modal-content .wrap_content .box h3 {
    font-size: 26.66666667px;
  }
}
.modal-content .wrap_content .box h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  color: #1776bd;
}
@media (min-width: 1366px) {
  .modal-content .wrap_content .box h4 {
    font-size: 20px;
  }
}
.modal-content .wrap_content .box ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.modal-content .wrap_content .box ul li {
  margin: 0;
  padding: 0;
}
.modal-content .wrap_content .box ul li label {
  width: 80px;
  font-weight: normal;
}
.modal-content .wrap_content .box .table tr td {
  border: none;
}
.modal-content .wrap_content .box a {
  display: block;
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  width: 230px;
  margin: 0 auto;
  background-color: #1776bd;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 768px) {
  .modal-content .wrap_content .box a {
    margin: 0 0 0 0;
  }
}
@media (min-width: 1366px) {
  .modal-content .wrap_content .box a {
    font-size: 17.33333333px;
  }
}
.modal-content .wrap_content .box a:hover {
  text-decoration: none;
}
#findAdoctor .nav_find_step {
  background: #ec1b22;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec1b22), color-stop(20%, #ec1b22), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
  height: 40px;
  border: solid 1px #dadada;
  border-width: 1px 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #findAdoctor .nav_find_step {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step {
    height: 53.33333333px;
  }
}
#findAdoctor .nav_find_step.disabledstep2 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(20%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#findAdoctor .nav_find_step.disabledstep3 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(40%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#findAdoctor .nav_find_step.disabledstep4 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(65%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#findAdoctor .nav_find_step .nfs_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#findAdoctor .nav_find_step .nfs_wrap ul li {
  margin: 0;
  padding: 0;
  float: left;
  border: solid 1px #dadada;
  border-width: 0px 1px 0 0;
  height: 38px;
  background-color: #ffffff;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0 1% 0 15px;
  width: 15%;
  position: relative;
  left: 0px;
  z-index: 2;
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li {
    height: 50.66666667px;
    width: 25%;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li:last-child {
  border-width: 0px 0px 0 0;
}
#findAdoctor .nav_find_step .nfs_wrap ul li > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  left: 40%;
  top: 30%;
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li > div {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li > div {
    height: 53.33333333px;
    position: relative;
    left: 0%;
    top: 0%;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li label {
  display: block;
  font-family: "cs_prakasregular";
  color: #363636;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li label {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li label {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li label {
    font-size: 14.66666667px;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li label > span {
  display: none;
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li label > span {
    display: inline;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li strong {
  display: none;
  font-family: 'cs_prakasbold';
  color: #363636;
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li strong {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li strong {
    font-size: 13.33333333px;
    display: block;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li.disabled {
  background-color: #d9d9d9;
  border: solid 1px #959595;
  border-width: 0px 1px 0 0;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.disabled label {
  color: #959595;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.disabled strong {
  color: #959595;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active {
  width: 55%;
  background-color: #ec1b22;
  position: relative;
  left: -20px;
  z-index: 1;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active ~ li {
  left: -20px;
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li.active {
    width: 25%;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0 auto;
  position: relative;
  left: 0%;
  top: 0%;
  padding-left: 20px;
}
@media (min-width: 992px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li.active > div {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .nav_find_step .nfs_wrap ul li.active > div {
    height: 53.33333333px;
  }
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active label {
  color: #ffffff;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active label > span {
  display: inline;
}
#findAdoctor .nav_find_step .nfs_wrap ul li.active strong {
  display: block;
  color: #ffffff;
}
#findAdoctor .fad_form_step1 {
  padding-top: 20px;
  padding-bottom: 120px;
  background: url(../images/finddoctor/doctor_thumb.png) no-repeat bottom left;
  background-size: 80%;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 {
    padding-top: 50px;
    height: 730px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step1 {
    padding-top: 50px;
    height: 530px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 {
    background: url(../images/finddoctor/doctor_thumb_md.png) no-repeat bottom left;
    background-size: 40%;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 {
    background-size: 40%;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step1 {
    background-size: 35%;
  }
}
#findAdoctor .fad_form_step1 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step1 .head h2 {
    font-size: 38.66666667px;
  }
}
#findAdoctor .fad_form_step1 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#findAdoctor .fad_form_step1 .head h2 span + span {
  color: #363636;
}
#findAdoctor .fad_form_step1 .head h2 span + span + span {
  color: #ed1c24;
}
#findAdoctor .fad_form_step1 .head h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  text-align: center;
  margin-top: 10px;
}
#findAdoctor .fad_form_step1 .head h4 span {
  display: block;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .head h4 span {
    display: inline;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .head h4 {
    font-size: 13.75px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step1 .head h4 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .head h4 {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .head h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}
#findAdoctor .fad_form_step1 .head h5 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .head h5 {
    font-size: 13.75px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step1 .head h5 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .head h5 {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .head h5 {
    font-size: 16px;
    margin-top: 10px;
  }
}
#findAdoctor .fad_form_step1 .head h5 span {
  display: block;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .head h5 span {
    display: inline;
  }
}
#findAdoctor .fad_form_step1 .body {
  margin-top: 20px;
  font-family: 'cs_prakasregular';
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .body {
    margin-top: 40px;
  }
}
#findAdoctor .fad_form_step1 .body form .form-control {
  font-size: 11px;
  font-family: 'cs_prakasregular';
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .body form .form-control {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .body form .form-control {
    font-size: 14.66666667px;
  }
}
#findAdoctor .fad_form_step1 .body form .label-datetime {
  text-align: center;
  font-family: 'cs_prakasregular';
  font-style: italic;
  font-size: 11px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step1 .body form .label-datetime {
    text-align: right;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .body form .label-datetime {
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .body form .label-datetime {
    font-size: 11px;
  }
}
#findAdoctor .fad_form_step1 .body form .btn {
  background-color: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 13px;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step1 .body form .btn {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step1 .body form .btn {
    font-size: 17.33333333px;
  }
}
#findAdoctor .fad_form_step1 .body form .btn > span {
  position: relative;
  top: 1px;
  left: -5px;
}
#findAdoctor .fad_form_step2 {
  margin-top: 20px;
}
#findAdoctor .fad_form_step2 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1776bd;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step2 .head h2 {
    font-size: 48.33333333px;
  }
}
#findAdoctor .fad_form_step2 .head h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  text-align: center;
  margin-top: 10px;
}
#findAdoctor .fad_form_step2 .head h4 span {
  display: block;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step2 .head h4 span {
    display: inline;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step2 .head h4 {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .head h4 {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .head h4 {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .head h4 {
    font-size: 14.66666667px;
    margin-top: 20px;
  }
}
#findAdoctor .fad_form_step2 .head h5 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step2 .head h5 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .head h5 {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .head h5 {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .head h5 {
    font-size: 16.25px;
    margin-top: 10px;
  }
}
#findAdoctor .fad_form_step2 .head h5 span {
  display: block;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step2 .head h5 span {
    display: inline;
  }
}
#findAdoctor .fad_form_step2 .body {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .body {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body {
    margin-top: 40px;
  }
}
#findAdoctor .fad_form_step2 .body .col-md-6:nth-child(2n+1) {
  clear: left;
}
#findAdoctor .fad_form_step2 .body .zone2 {
  margin-top: -20px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
}
#findAdoctor .fad_form_step2 .body .zone2 input[type="radio"],
#findAdoctor .fad_form_step2 .body .zone2 input[type="checkbox"] {
  margin-top: 2px;
}
#findAdoctor .fad_form_step2 .body .zone2 h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'cs_prakasregular';
  font-size: 13px;
}
#findAdoctor .fad_form_step2 .body .zone2 .display-schdule {
  /*height: 240px;
                    @media (min-width: @screen-xlg-min) {
                        height: 220px;
                    }*/
}
#findAdoctor .fad_form_step2 .body .zone2 .display-schdule .radio-inline,
#findAdoctor .fad_form_step2 .body .zone2 .display-schdule .checkbox-inline {
  padding-left: 0;
}
#findAdoctor .fad_form_step2 .body .zone2 .btn {
  background-color: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  text-transform: uppercase;
  width: 150px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .body .zone2 .btn {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .zone2 .btn {
    font-size: 17.33333333px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box {
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .ffs_box {
    margin-bottom: 40px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb {
  float: left;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_left {
  width: 40%;
  float: left;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_left {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_left {
    width: 17%;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail {
  clear: both;
  padding: 10px;
  margin-top: 10px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail {
    width: 80%;
    float: right;
    clear: none;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail {
    float: left;
    width: 430px;
    padding-left: 15px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail h4 {
  font-family: 'cs_prakasregular';
  font-style: italic;
  font-size: 11px;
  margin: 20px 0 0 0;
  padding: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail h5 {
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin: 0px 0 0 0;
  padding: 0;
  color: #1776bd;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail input[type="radio"],
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail input[type="checkbox"] {
  margin-top: 2px;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'cs_prakasregular';
  font-size: 13px;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .display-schdule {
  /*height: 240px;
                            @media (min-width: @screen-xlg-min) {
                                height: 220px;
                            }*/
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .display-schdule .radio-inline,
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .display-schdule .checkbox-inline {
  padding-left: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .btn {
  background-color: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  text-transform: uppercase;
  width: 150px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .btn {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_c_detail .btn {
    font-size: 17.33333333px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right {
  width: 60%;
  float: left;
  padding-left: 15px;
  position: relative;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right {
    width: 80%;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right h4 {
  margin: 0;
  padding: 0;
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right h4 {
    font-size: 15.29411765px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right span {
  display: block;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right span label {
  font-family: 'cs_prakasbold';
  font-size: 11.76470588px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right span label {
    font-size: 11.76470588px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right a {
  color: #469ae9;
  border: solid 1px #cccccc;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-family: 'cs_prakasbold';
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin-top: 10px;
  display: block;
  width: 100px;
  text-align: center;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_thumb .ffsb_t_right a:hover {
  text-decoration: none;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_calendar {
  margin-top: 10px;
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_calendar {
    margin-top: 0px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_calendar .ffsb_c {
  padding: 15px;
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_calendar .ffsb_c {
    padding-top: 0px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_calendar .bootstrap-datetimepicker-widget {
  margin: 0 auto;
}
#findAdoctor .fad_form_step2 .body .ffs_box .wrap_ffsb_c_calendar {
  widht: 100%;
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .wrap_ffsb_c_calendar {
    width: 240px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .wrap_ffsb_c_calendar h4 {
  font-family: 'cs_prakasregular';
  font-style: italic;
  font-size: 11.76470588px;
  margin: 20px 0 0 0;
  padding: 0;
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .wrap_ffsb_c_calendar h4 {
    margin: 10px 0 0 0;
    font-size: 13.33333333px;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail {
    float: left;
    width: 430px;
    padding-left: 15px;
  }
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail h4 {
  font-family: 'cs_prakasregular';
  font-style: italic;
  font-size: 11px;
  margin: 20px 0 0 0;
  padding: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail h5 {
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin: 0px 0 0 0;
  padding: 0;
  color: #1776bd;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form {
  margin-top: 10px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form input[type="radio"],
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form input[type="checkbox"] {
  margin-top: 2px;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'cs_prakasregular';
  font-size: 13px;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .display-schdule {
  /*height: 240px;
                            @media (min-width: @screen-xlg-min) {
                                height: 220px;
                            }*/
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .display-schdule .radio-inline,
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .display-schdule .checkbox-inline {
  padding-left: 0;
}
#findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .btn {
  background-color: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  text-transform: uppercase;
  width: 150px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .btn {
    font-size: 14.44444444px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step2 .body .ffs_box .ffsb_c_detail form .btn {
    font-size: 17.33333333px;
  }
}
#findAdoctor .fad_form_step3 {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 20px;
}
#findAdoctor .fad_form_step3 .head {
  margin-top: 20px;
}
#findAdoctor .fad_form_step3 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step3 .head h2 {
    font-size: 38.66666667px;
  }
}
#findAdoctor .fad_form_step3 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#findAdoctor .fad_form_step3 .head h2 span + span {
  color: #363636;
}
#findAdoctor .fad_form_step3 .head h2 span + span + span {
  color: #ed1c24;
}
#findAdoctor .fad_form_step3 .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
#findAdoctor .fad_form_step3 .body .box_profile {
  background-color: #6caee0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_profile {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px;
  }
}
#findAdoctor .fad_form_step3 .body .box_profile h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_profile h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .body .box_profile .box_profile_left {
    float: left;
    width: 28%;
  }
}
#findAdoctor .fad_form_step3 .body .box_profile .box_profile_left .thumb img {
  margin: 0 auto;
}
#findAdoctor .fad_form_step3 .body .box_profile .box_profile_left .thumb_btn {
  margin: 10px 0;
}
#findAdoctor .fad_form_step3 .body .box_profile .box_profile_left .thumb_btn a {
  width: 110px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  font-family: 'cs_prakasbold';
  font-size: 11px;
  margin: 0 auto;
  color: #469ae9;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .body .box_profile .box_profile_left .thumb_btn a {
    width: 100%;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step3 .body .box_profile .box_profile_left .thumb_btn a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .body .box_profile .box_profile_right {
    float: left;
    width: 72%;
    padding-left: 15px;
  }
}
#findAdoctor .fad_form_step3 .body .box_profile .box_profile_right .table tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
#findAdoctor .fad_form_step3 .body .box_profile .box_profile_right .table tr td a {
  color: #004071;
}
#findAdoctor .fad_form_step3 .body .box_form_login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login {
    float: left;
    margin-top: 0px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login h3 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .body .box_form_login h4 {
    margin-top: 8px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 8px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login h5 {
    margin-top: 0;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form {
  margin-top: 10px;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group {
  margin-bottom: 10px;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .btn_login {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .btn_login {
    width: 100%;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .btn_forget {
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .btn_forget {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_form form .form-group .btn_forget {
    text-align: left;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social h5 {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-register .btn {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  line-height: 24px;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-register .btn {
    width: 150px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn {
    width: 150px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step3 .body .box_form_login .bfl_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#findAdoctor .fad_form_step3_register {
  margin-top: 20px;
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile {
  background-color: #6caee0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .box_profile {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .box_profile h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_left {
    float: left;
    width: 28%;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_left .thumb img {
  margin: 0 auto;
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_left .thumb_btn {
  margin: 10px 0;
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_left .thumb_btn a {
  width: 110px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  font-family: 'cs_prakasbold';
  font-size: 10px;
  margin: 0 auto;
  color: #469ae9;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_left .thumb_btn a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_right {
    float: left;
    width: 72%;
    padding-left: 15px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_right .table tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
#findAdoctor .fad_form_step3_register .ffsregister .box_profile .box_profile_right .table tr td a {
  color: #004071;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_head {
  display: none;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_head {
    display: block;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_head h3 {
  display: block;
  font-family: 'cs_prakasbold';
  font-size: 20px;
  margin: 0;
  color: #636363;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_head_sub {
  display: none;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social {
    float: right;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social h5 {
    margin-top: 10px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 0 0;
  padding: 0 0 5px 0;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn {
    width: 150px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from {
  float: left;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from {
    margin-top: 0px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 10px 0;
  padding: 0;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from .form-group {
  margin-bottom: 10px;
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from .form-group label {
    line-height: 28px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
#findAdoctor .fad_form_step3_register .ffsregister .ffsregister_from .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies {
  margin-top: 30px;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 10px 0;
  padding: 0;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .form-group {
  margin-bottom: 10px;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .form-group label {
    line-height: 28px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_contact .form-group textarea {
  height: 80px;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies {
    margin-top: 0;
  }
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies h6 {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .checkbox-inline input {
  margin-top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .checkbox-inline input {
    margin-top: 6px;
  }
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .form-group textarea {
  height: 80px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .form-group .control-label {
    line-height: 11px;
  }
}
#findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .btn {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  line-height: 24px;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step3_register .ffs_contact_allergies .ffsca_allergies .btn {
    width: 150px;
    margin: 0;
  }
}
#findAdoctor .fad_form_step4 {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 20px;
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step4 {
    padding-top: 20px;
  }
}
#findAdoctor .fad_form_step4 .head {
  margin-top: 20px;
}
#findAdoctor .fad_form_step4 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #findAdoctor .fad_form_step4 .head h2 {
    font-size: 38.66666667px;
  }
}
#findAdoctor .fad_form_step4 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#findAdoctor .fad_form_step4 .head h2 span + span {
  color: #363636;
}
#findAdoctor .fad_form_step4 .head h2 span + span + span {
  color: #ed1c24;
}
#findAdoctor .fad_form_step4 .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
#findAdoctor .fad_form_step4 .body .box_profile {
  background-color: #6caee0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_profile {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px;
  }
}
#findAdoctor .fad_form_step4 .body .box_profile h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_profile h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .body .box_profile .box_profile_left {
    float: left;
    width: 28%;
  }
}
#findAdoctor .fad_form_step4 .body .box_profile .box_profile_left .thumb img {
  margin: 0 auto;
}
#findAdoctor .fad_form_step4 .body .box_profile .box_profile_left .thumb_btn {
  margin: 10px 0;
}
#findAdoctor .fad_form_step4 .body .box_profile .box_profile_left .thumb_btn a {
  width: 110px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  font-family: 'cs_prakasbold';
  font-size: 10px;
  margin: 0 auto;
  color: #469ae9;
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .body .box_profile .box_profile_left .thumb_btn a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .body .box_profile .box_profile_right {
    float: left;
    width: 72%;
    padding-left: 15px;
  }
}
#findAdoctor .fad_form_step4 .body .box_profile .box_profile_right .table tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
#findAdoctor .fad_form_step4 .body .box_profile .box_profile_right .table tr td a {
  color: #004071;
}
#findAdoctor .fad_form_step4 .body .box_form_login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login {
    float: left;
    margin-top: 0px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login h3 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login h4 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .body .box_form_login h4 {
    margin-top: 8px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 8px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login h5 {
    margin-top: 0;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form {
  margin-top: 10px;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group {
  margin-bottom: 10px;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group label {
    line-height: 28px;
    font-size: 12.22222222px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .btn_login {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .btn_login {
    width: 100%;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .btn_forget {
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .btn_forget {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_form form .form-group .btn_forget {
    text-align: left;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social h5 {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-register .btn {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  line-height: 24px;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-register .btn {
    width: 150px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn {
    width: 150px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .group {
  margin-top: 10px;
}
#findAdoctor .fad_form_step4 .body .box_form_login .bfl_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#findAdoctor .box_form_appointent {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .box_form_appointent {
    margin-top: 15px;
  }
}
#findAdoctor .box_form_appointent h3 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #findAdoctor .box_form_appointent h3 {
    margin-top: 0px;
    font-size: 17.64705882px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent h3 {
    font-size: 20px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .table_request {
  margin-top: 10px;
}
#findAdoctor .box_form_appointent .bfla_form .table_request .table {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .table_request .table {
    font-size: 12.94117647px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .table_request .table tr > td {
  border: none;
  padding: 3px;
  color: #636363;
}
#findAdoctor .box_form_appointent .bfla_form .form_request h4 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request h4 {
    font-size: 12.94117647px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request h5 {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 5px 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request h5 {
    font-size: 12.94117647px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .form-group textarea {
  height: 80px;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_upload {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request form .detail_upload {
    font-size: 12.94117647px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_upload h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request form .detail_upload h6 {
    font-size: 14.11764706px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .wrapbox_captcha {
  width: 200px;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group {
  margin-top: 5px;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
@media (min-width: 480px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group .form-control {
    width: 300px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .btn_upload {
  background-color: #1776bd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  width: 200px;
  cursor: pointer;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .btn_upload em {
  display: block;
  padding: 6px 12px;
  font-family: 'cs_prakasbold';
  font-size: 12px;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request form .btn_upload em {
    font-size: 14.11764706px;
  }
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .btn_upload span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .btn_upload span input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  cursor: pointer;
}
#findAdoctor .box_form_appointent .bfla_form .form_request form .btn_submit .btn {
  width: 150px;
  background-color: #1776bd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  cursor: pointer;
  font-family: 'cs_prakasbold';
  font-size: 12px;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #findAdoctor .box_form_appointent .bfla_form .form_request form .btn_submit .btn {
    font-size: 14.11764706px;
  }
}
#findAdoctor .ffs_thank {
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #findAdoctor .ffs_thank {
    min-height: 700px;
  }
}
@media (min-width: 1366px) {
  #findAdoctor .ffs_thank {
    font-size: 14.66666667px;
    min-height: 340px;
  }
}
#findAdoctor .ffs_thank h4 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1366px) {
  #findAdoctor .ffs_thank h4 {
    font-size: 17.33333333px;
  }
}
.head_profile_doctor {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .head_profile_doctor {
    margin-top: 20px;
  }
}
.head_profile_doctor h3 {
  font-size: 24px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 5px 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .head_profile_doctor h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .head_profile_doctor h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .head_profile_doctor h3 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .head_profile_doctor h3 {
    font-size: 28.23529412px;
  }
}
.head_profile_doctor h3 > span {
  color: #363636;
}
#profile-schdule tr td {
  padding: 4px 8px;
  line-height: 1em;
}
.box_doctor_profile {
  display: block;
  position: relative;
  padding-left: 95px;
  height: auto;
  margin-top: 10px;
  height: 110px;
}
@media (min-width: 1200px) {
  .box_doctor_profile {
    padding-left: 105.55555556px;
    height: 120px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile {
    padding-left: 126.66666667px;
    height: 150px;
  }
}
.box_doctor_profile > h2 {
  font-size: 24px;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  margin: 5px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .box_doctor_profile > h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile > h2 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile > h2 {
    font-size: 24px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile > h2 {
    font-size: 28.23529412px;
  }
}
.box_doctor_profile .thumb {
  width: 85px;
  height: 112.5px;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #c1c1c1;
}
@media (min-width: 768px) {
  .box_doctor_profile .thumb {
    width: 85px;
    height: 112.5px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile .thumb {
    width: 85px;
    height: 112.5px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile .thumb {
    width: 94.44444444px;
    height: 125px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile .thumb {
    width: 113.33333333px;
    height: 150px;
  }
}
.box_doctor_profile > h3 {
  margin: 0;
  padding: 0;
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  margin-bottom: 5px;
  color: #1776bd;
}
@media (min-width: 768px) {
  .box_doctor_profile > h3 {
    font-size: 15.29411765px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile > h3 {
    font-size: 15.29411765px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile > h3 {
    font-size: 15.29411765px;
    margin-bottom: 6px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile > h3 {
    font-size: 17.33333333px;
    margin-bottom: 6px;
  }
}
.box_doctor_profile > p {
  font-family: 'cs_prakasregular';
  font-size: 11.76470588px;
  line-height: 1em;
  min-height: 3.7em;
  padding-bottom: 5px;
  margin: 0;
}
@media (min-width: 768px) {
  .box_doctor_profile > p {
    font-size: 11.76470588px;
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile > p {
    font-size: 11.76470588px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile > p {
    font-size: 11.76470588px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile > p {
    font-size: 13.33333333px;
    padding-bottom: 7.5px;
  }
}
.box_doctor_profile > p > span {
  display: block;
  line-height: 1.2em;
  padding: 0 0 3px 0;
}
@media (min-width: 768px) {
  .box_doctor_profile > p > span {
    padding-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile > p > span {
    padding-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile > p > span {
    padding-bottom: 3.6px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile > p > span {
    padding-bottom: 3.6px;
  }
}
.box_doctor_profile > p > span > label {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.box_doctor_profile > p > span > em {
  font-style: normal;
  padding-left: 5px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .box_doctor_profile > p > span > em {
    padding-left: 5px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile > p > span > em {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile > p > span > em {
    padding-left: 6px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile > p > span > em {
    padding-left: 7.5px;
  }
}
.box_doctor_profile .btnViewProfile {
  color: #469ae9;
  font-family: 'cs_prakasregular';
  text-transform: uppercase;
  font-size: 10px;
  border: solid 1px #e5e5e5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding: 3px 12px;
}
@media (min-width: 768px) {
  .box_doctor_profile .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .box_doctor_profile .btnViewProfile {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .box_doctor_profile .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 14.4px;
    padding-right: 14.4px;
    font-size: 11.11111111px;
  }
}
@media (min-width: 1366px) {
  .box_doctor_profile .btnViewProfile {
    padding-top: 3.6px;
    padding-bottom: 3.6px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13.33333333px;
  }
}
#research .paging_base {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  #research .paging_base {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  #research .paging_base {
    margin-top: 30px;
  }
}
#research .paging_base ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#research .paging_base ul li {
  display: inline-block;
  color: #0072bc;
  font-size: "cs_prakasregular";
  font-weight: normal;
  line-height: 25px;
  cursor: pointer;
  margin-left: 3px;
}
#research .paging_base ul li:not(:last-child):after {
  content: " | ";
  color: #363636;
}
#research .paging_base ul .page {
  color: #363636;
  font-family: "cs_prakasbold";
  font-weight: normal;
  cursor: inherit;
}
#research .paging_base ul .form {
  color: #363636;
  display: inline-block;
  cursor: inherit;
}
#research .paging_base ul .form form {
  display: inline-flex;
}
#research .paging_base ul .form input[type="text"] {
  width: 60px;
  height: 25px;
  border-radius: 15px;
  margin-left: 5px;
}
#research .paging_base ul .form button {
  height: 25px;
  width: 45px;
  border: none;
  border-radius: 15px;
  font-size: 12px;
  background-color: #1776bd;
  color: white;
  margin-left: 5px;
}
#research .research_sx_slide {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .research_sx_slide .item {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .research_sx_slide .item .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  #research .research_sx_slide .item .site_mobile {
    display: none;
  }
}
#research .research_sx_slide .item .site_desktop {
  display: none;
}
@media (min-width: 768px) {
  #research .research_sx_slide .item .site_desktop {
    display: block;
  }
}
#research .research_sx_slide .owl-controls {
  position: relative;
  bottom: 0;
  right: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  #research .research_sx_slide .owl-controls {
    bottom: 10px;
    position: absolute;
    right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
#research .research_sx_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 992px) {
  #research .research_sx_slide .owl-controls .owl-dots {
    text-align: right;
  }
}
#research .research_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .research_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .research_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
@media (min-width: 768px) {
  #research .research_areas {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #research .research_areas {
    margin-top: 30px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas {
    margin-top: 45px;
  }
}
#research .research_areas .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #research .research_areas .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #research .research_areas .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #research .research_areas .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #research .research_areas .head h2 {
    font-size: 50px;
  }
}
#research .research_areas .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#research .research_areas .head h2 span + span {
  color: #363636;
}
#research .research_areas .head h2 span + span + span {
  color: #ed1c24;
}
#research .research_areas .sort_category {
  margin-top: 10px;
}
#research .research_areas .sort_category div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#research .research_areas .sort_category .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #research .research_areas .sort_category .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas .sort_category .form-control {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content {
    display: none;
  }
}
#research .research_areas_content .slide_research_areas_content .item {
  width: 100%;
  background: #ffffff;
}
#research .research_areas_content .slide_research_areas_content .item .thumbpic {
  width: 100%;
  overflow: hidden;
  display: block;
}
#research .research_areas_content .slide_research_areas_content .item .content {
  margin-top: 0px;
  padding: 0 15px;
  line-height: 1em;
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content .item .content {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #research .research_areas_content .slide_research_areas_content .item .content {
    margin-top: 20px;
  }
}
#research .research_areas_content .slide_research_areas_content .item .content .btn_more a {
  font-size: 12.94117647px;
  color: #1876bc;
}
#research .research_areas_content .slide_research_areas_content .item .content .btn_more a:hover {
  text-decoration: none;
}
#research .research_areas_content .slide_research_areas_content .item .content h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  margin: 10px 0 0px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #research .research_areas_content .slide_research_areas_content .item .content h3 {
    font-size: 15.29411765px;
  }
}
#research .research_areas_content .slide_research_areas_content .item .content h3 a {
  color: #1876bc;
}
#research .research_areas_content .slide_research_areas_content .item .content h3 a:hover {
  text-decoration: none;
}
#research .research_areas_content .slide_research_areas_content .item .content h6 {
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-style: normal;
  margin-top: 2px;
  color: #252525;
  font-size: 10.58823529px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #research .research_areas_content .slide_research_areas_content .item .content h6 {
    font-size: 10.58823529px;
  }
}
#research .research_areas_content .slide_research_areas_content .item .content p {
  color: #363636;
  font-family: 'cs_prakasregular';
  /*text-align:center;*/
  margin: 0;
  padding: 0;
  max-height: 3.6em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.2em;
  display: block;
}
@media (min-width: 480px) {
  #research .research_areas_content .slide_research_areas_content .item .content p {
    font-size: 12.94117647px;
    margin: 0px 0 0 0;
  }
}
#research .research_areas_content .slide_research_areas_content .item .profile_content {
  display: none;
  margin-top: 15px;
  padding: 0 15px;
  height: 100%;
}
#research .research_areas_content .slide_research_areas_content .item .profile_content .pc_thumb {
  float: left;
  width: 30%;
}
@media (min-width: 600px) {
  #research .research_areas_content .slide_research_areas_content .item .profile_content .pc_thumb {
    width: 20%;
  }
}
#research .research_areas_content .slide_research_areas_content .item .profile_content .pc_detail {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  padding: 15px 0 15px 15px;
  float: left;
  width: 70%;
  white-space: normal;
}
@media (min-width: 600px) {
  #research .research_areas_content .slide_research_areas_content .item .profile_content .pc_detail {
    width: 80%;
  }
}
#research .research_areas_content .slide_research_areas_content .item .profile_content .pc_detail h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 11px;
}
#research .research_areas_content .slide_research_areas_content .owl-controls {
  margin-top: 15px;
  margin-bottom: 10px;
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #research .research_areas_content .slide_research_areas_content .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#research .research_areas_content .slide_research_areas_content .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #research .research_areas_content .slide_research_areas_content .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#research .research_areas_content .slide_research_areas_content_md {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content_md {
    display: block;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content {
    font-size: 14.66666667px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 12.94117647px;
  margin-top: 3px;
  color: #4d8dc7;
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h3 {
    font-size: 12.94117647px;
    margin-top: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h3 {
    font-size: 14.11764706px;
    margin-top: 6px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content h6 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10px;
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content h6 span {
  display: inline;
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h6 span {
    display: inline;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h6 {
    font-size: 10px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content h6 {
    font-size: 11.33333333px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content .content_detail {
  max-height: 2.4em;
  overflow: hidden;
  margin-top: 0px;
  line-height: 1.2em;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content .content_detail {
    margin-top: 2px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content .content_detail {
    font-size: 12.94117647px;
    margin-top: 5px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content .content_detail {
    font-size: 14.66666667px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content .content_detail p {
  margin: 0;
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .content .btn_more {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content .btn_more {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .content .btn_more {
    font-size: 14.66666667px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content {
  display: none;
  margin-top: 5px;
  padding: 0px;
  height: 100%;
  word-wrap: break-word;
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_thumb {
  float: left;
  width: 30%;
}
@media (min-width: 600px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_thumb {
    width: 20%;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 9.41176471px;
  padding: 0 5px;
  float: left;
  width: 70%;
}
@media (min-width: 600px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
    font-size: 9.41176471px;
  }
}
@media (min-width: 992px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
    font-size: 9.41176471px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
    font-size: 11.76470588px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail {
    font-size: 13.33333333px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 10.58823529px;
}
@media (min-width: 768px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail h4 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 992px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail h4 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail h4 {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .research_areas_content .slide_research_areas_content_md .item .item_box .profile_content .pc_detail h4 {
    font-size: 14.66666667px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls {
  margin-top: 20px;
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: -15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
    right: -15px;
  }
}
@media (min-width: 1920px) {
  #research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-next {
    right: -45px;
  }
}
#research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 7% 0;
}
@media (min-width: 1200px) {
  #research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
    left: -15px;
  }
}
@media (min-width: 1920px) {
  #research .research_areas_content .slide_research_areas_content_md .owl-controls .owl-nav .owl-prev {
    left: -45px;
  }
}
#research .mediacal_journal {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #research .mediacal_journal {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal {
    margin-top: 45px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal {
    margin-top: 45px;
  }
}
#research .mediacal_journal .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #research .mediacal_journal .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .head h2 {
    font-size: 50px;
  }
}
#research .mediacal_journal .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#research .mediacal_journal .head h2 span + span {
  color: #363636;
}
#research .mediacal_journal .head h2 span + span + span {
  color: #ed1c24;
}
#research .mediacal_journal .category_row {
  margin-top: 10px;
  width: 100%;
  /*background-color: yellow;*/
  display: inline-block;
}
@media (min-width: 1200px) {
  #research .mediacal_journal .category_row {
    margin-top: 24px;
  }
}
#research .mediacal_journal .category_row .sort_category {
  margin-top: 10px;
}
#research .mediacal_journal .category_row .sort_category div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#research .mediacal_journal .category_row .sort_category .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #research .mediacal_journal .category_row .sort_category .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .category_row .sort_category .form-control {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_xs {
    display: none;
  }
}
#research .mediacal_journal .mediacal_journal_xs .item .thumbpic {
  width: 100%;
}
#research .mediacal_journal .mediacal_journal_xs .item .thumbpic img {
  width: 100%;
}
#research .mediacal_journal .mediacal_journal_xs .item .content {
  margin-top: 0px;
  padding: 0 15px;
  line-height: 1em;
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_xs .item .content {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .mediacal_journal_xs .item .content {
    margin-top: 20px;
  }
}
#research .mediacal_journal .mediacal_journal_xs .item .content h3 {
  font-size: 13px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  margin: 10px 0 0px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .item .content h3 {
    font-size: 15.29411765px;
  }
}
#research .mediacal_journal .mediacal_journal_xs .item .content h3 a {
  color: #1876bc;
}
#research .mediacal_journal .mediacal_journal_xs .item .content h3 a:hover {
  text-decoration: none;
}
#research .mediacal_journal .mediacal_journal_xs .item .content h6 {
  font-family: "cs_prakasregular";
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  color: #252525;
  font-size: 10px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .item .content h6 {
    font-size: 11.76470588px;
  }
}
#research .mediacal_journal .mediacal_journal_xs .item .content p {
  color: #363636;
  font-family: 'cs_prakasregular';
  /*text-align:center;*/
  margin: 0;
  padding: 0;
  max-height: 3.6em;
  overflow: hidden;
  font-size: 12.94117647px;
  line-height: 1.2em;
  display: block;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .item .content p {
    font-size: 12.94117647px;
    margin: 0px 0 0 0;
  }
}
#research .mediacal_journal .mediacal_journal_xs .item .btn_more {
  padding: 0 15px;
  font-size: 11px;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .item .btn_more {
    font-size: 12.94117647px;
  }
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls {
  margin-top: 10px;
  margin-bottom: 10px;
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 31% 0;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_xs .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#research .mediacal_journal .mediacal_journal_md {
  display: none;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_md {
    display: block;
  }
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
  font-size: 14.11764706px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 14.11764706px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 14.11764706px;
    margin: 5px 0 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 14.11764706px;
    margin: 5px 0 2px 0;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 14.11764706px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 {
    font-size: 16px;
  }
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 a {
  color: #1876bc;
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .title h3 a:hover {
  text-decoration: none;
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #252525;
  font-size: 10.58823529px;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 10.58823529px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 12px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .title h6 {
    font-size: 12px;
  }
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .content {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 11px;
  display: block;
  position: relative;
  max-height: 4em;
  overflow: hidden;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .content {
    font-size: 14.66666667px;
  }
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .content p {
  margin: 0;
  padding: 0;
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .content em {
  font-style: normal;
}
#research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
  background-color: #ffffff;
  color: #1876bc;
  font-size: 11px;
  cursor: pointer;
  display: inline-block;
}
@media (min-width: 480px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .item .box_item .btn_more a {
    font-size: 14.66666667px;
  }
}
#research .mediacal_journal .mediacal_journal_md .owl-controls {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .owl-controls {
    margin-top: 40px;
  }
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: -15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 10% 0;
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-next {
    width: 26.66666667px;
    right: -30px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-next {
    right: -45px;
  }
}
#research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: -15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 10% 0;
}
@media (min-width: 1200px) {
  #research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-prev {
    width: 26.66666667px;
    left: -30px;
  }
}
@media (min-width: 1920px) {
  #research .mediacal_journal .mediacal_journal_md .owl-controls .owl-nav .owl-prev {
    left: -45px;
  }
}
#research .doctor_interview {
  background-color: #2880c1;
  padding: 20px 0 10px 0;
}
@media (min-width: 768px) {
  #research .doctor_interview {
    padding: 20px 0 0px 0;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #research .doctor_interview {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_interview {
    margin-top: 30px;
  }
}
#research .doctor_interview .head h2 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #research .doctor_interview .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #research .doctor_interview .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #research .doctor_interview .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_interview .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_interview .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #research .doctor_interview .head h2 {
    font-size: 50px;
  }
}
#research .doctor_interview .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#research .doctor_interview .head h2 span + span {
  color: #363636;
}
#research .doctor_interview .head h2 span + span + span {
  color: #ed1c24;
}
#research .doctor_interview .doctor_interview_xs {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #research .doctor_interview .doctor_interview_xs {
    display: none;
  }
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .thumb a::after {
  content: '';
  background: url(../images/health/played.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .thumb a:hover::after {
  background: url(../images/research/play.png) no-repeat center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background-color: #fafafa;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: normal;
  font-size: 12.94117647px;
}
@media (min-width: 480px) {
  #research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .content {
    font-size: 12.94117647px;
  }
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .content h3 {
  color: #363636;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 15.29411765px;
}
@media (min-width: 480px) {
  #research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .content h3 {
    font-size: 15.29411765px;
  }
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .content .date {
  font-size: 10.58823529px;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .btn_more {
  margin-top: 10px;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .btn_more a {
  background-color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  color: #469ae9;
  font-family: 'cs_prakasregular';
  font-size: 11.76470588px;
  border: solid 1px #cccccc;
  padding: 2px 6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 480px) {
  #research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .item .detail_profile .btn_more a {
    font-size: 11.76470588px;
    padding: 3px 8px;
  }
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls {
  margin-top: 20px;
  margin-bottom: 10px;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 30% 0;
}
@media (min-width: 480px) {
  #research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 30% 0;
}
@media (min-width: 480px) {
  #research .doctor_interview .doctor_interview_xs .doctor_interview_xs_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#research .doctor_interview .doctor_interview_md {
  float: left;
  width: 100%;
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #research .doctor_interview .doctor_interview_md {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  #research .doctor_interview .doctor_interview_md {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md {
    margin-bottom: 50px;
  }
}
#research .doctor_interview .doctor_interview_md .doctor_interview_md_container {
  background-color: #fafafa;
  width: 100%;
  float: left;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight {
  float: left;
  width: 42.5%;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .thumb a::after {
  content: '';
  background: url(../images/health/played.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .thumb a:hover::after {
  background: url(../images/research/play.png) no-repeat center center;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 5px #1776bd;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: #fafafa;
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile {
    padding: 0 0 0 120px;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .thumb {
  display: none;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .thumb {
    display: block;
    float: left;
    width: 106px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content {
    padding: 5px;
    font-size: 11.11111111px;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content .content_detail {
  height: 2.6em;
  overflow: hidden;
  line-height: 1.3em;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content h3 {
  color: #363636;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content h3 {
    font-size: 14.44444444px;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .content span {
  display: block;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .btn_more {
  margin-top: 10px;
}
#research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .btn_more a {
  background-color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  color: #469ae9;
  font-family: 'cs_prakasregular';
  font-size: 9px;
  border: solid 1px #cccccc;
  padding: 2px 6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_highlight .detail_profile .btn_more a {
    font-size: 10px;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_detail {
  float: left;
  width: 57.5%;
  padding: 0 0px 0 0;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item {
  float: left;
  width: 33.333%;
  border: solid 1px #1776bd;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a > span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  width: 100%;
  float: left;
  font-family: 'cs_prakasregular';
  font-size: 10px;
  padding: 3px;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a > span {
    font-size: 11.11111111px;
    padding: 5px 6px;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a > span label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1em;
  float: left;
  width: 80%;
  color: #1776bd;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a > span em {
  float: left;
  width: 20%;
  text-align: right;
  font-style: normal;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a::after {
  content: '';
  background: url(../images/health/played.png) no-repeat center center;
  background-size: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a::after {
    background-size: 15%;
  }
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a:hover > span {
  background-color: rgba(40, 128, 193, 0.5);
  color: #ffffff;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a:hover > span label {
  color: #ffffff;
}
#research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a:hover::after {
  background: url(../images/research/play.png) no-repeat center center;
  background-size: 20%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #1776bd;
}
@media (min-width: 1200px) {
  #research .doctor_interview .doctor_interview_md .di_md_detail .doctor_interview_md_slide .item .box_item a:hover::after {
    border: solid 5px #1776bd;
    background-size: 15%;
  }
}
#research .doctor_seminars {
  margin-top: 20px;
  margin-bottom: 20px;
}
#research .doctor_seminars .head h2 {
  color: #363636;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #research .doctor_seminars .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #research .doctor_seminars .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #research .doctor_seminars .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_seminars .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_seminars .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #research .doctor_seminars .head h2 {
    font-size: 50px;
  }
}
#research .doctor_seminars .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#research .doctor_seminars .head h2 span + span {
  color: #363636;
}
#research .doctor_seminars .head h2 span + span + span {
  color: #ed1c24;
}
#research .doctor_seminars .sort_category {
  margin-top: 10px;
}
#research .doctor_seminars .sort_category div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#research .doctor_seminars .sort_category label {
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #research .doctor_seminars .sort_category label {
    display: none;
  }
}
#research .doctor_seminars .sort_category .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #research .doctor_seminars .sort_category .form-control {
    margin-bottom: 0;
    font-size: 11px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_seminars .sort_category .form-control {
    margin-top: 5px;
  }
}
#research .doctor_seminars .doctor_seminars_sx {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #research .doctor_seminars .doctor_seminars_sx {
    display: none;
  }
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .thumb a {
  display: block;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail {
  padding: 0 15px;
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
@media (min-width: 480px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail {
    font-size: 14.66666667px;
  }
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail h3 {
  font-size: 13px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1200px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail h3 {
    font-size: 17.33333333px;
  }
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail h3 a {
  color: #1876bc;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail h3 a:hover {
  text-decoration: none;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail table tr > td {
  padding: 2px 5px 2px 0px;
  vertical-align: top;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail table tr > td > label {
  margin: 0;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .detail .content {
  margin-top: 10px;
  height: 5.8em;
  overflow: hidden;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls {
  margin-top: 20px;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0%;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 16% 0;
}
@media (min-width: 480px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0%;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 16% 0;
}
@media (min-width: 480px) {
  #research .doctor_seminars .doctor_seminars_sx .doctor_seminars_sx_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#research .doctor_seminars .container_ds {
  display: none;
  margin-top: 10px;
  position: relative;
}
@media (min-width: 768px) {
  #research .doctor_seminars .container_ds {
    display: block;
  }
}
#research .doctor_seminars .container_ds .list-group_scroll {
  height: 350px;
  overflow: auto;
}
@media (min-width: 1200px) {
  #research .doctor_seminars .container_ds .list-group_scroll {
    height: 450px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_seminars .container_ds .list-group_scroll {
    height: 550px;
  }
}
#research .doctor_seminars .container_ds .list-group a {
  display: block;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin-bottom: 0px;
}
#research .doctor_seminars .container_ds .list-group a:nth-child(even) {
  background-color: #f0f7fc;
}
#research .doctor_seminars .container_ds .list-group a h4 {
  color: #363636;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  display: block;
}
@media (min-width: 1366px) {
  #research .doctor_seminars .container_ds .list-group a h4 {
    font-size: 14.66666667px;
  }
}
#research .doctor_seminars .container_ds .list-group a em {
  font-family: 'cs_prakasregular';
  font-size: 10.58823529px;
  font-style: normal;
  display: block;
}
@media (min-width: 1200px) {
  #research .doctor_seminars .container_ds .list-group a em {
    font-size: 12px;
  }
}
#research .doctor_seminars .container_ds .list-group a:hover {
  background-color: #1876bc;
}
#research .doctor_seminars .container_ds .list-group a:hover h4 {
  color: #ffffff;
}
#research .doctor_seminars .container_ds .list-group a:hover em {
  color: #ffffff;
}
#research .doctor_seminars .box_md_doctor_seminars {
  height: 350px;
  overflow: auto;
  position: relative;
}
@media (min-width: 1200px) {
  #research .doctor_seminars .box_md_doctor_seminars {
    height: 450px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_seminars .box_md_doctor_seminars {
    height: 550px;
  }
}
#research .doctor_seminars .box_md_doctor_seminars .thumb a {
  display: block;
}
#research .doctor_seminars .box_md_doctor_seminars .detail {
  padding: 0 15px;
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
}
@media (min-width: 1200px) {
  #research .doctor_seminars .box_md_doctor_seminars .detail {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_seminars .box_md_doctor_seminars .detail {
    font-size: 14.66666667px;
  }
}
#research .doctor_seminars .box_md_doctor_seminars .detail h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #research .doctor_seminars .box_md_doctor_seminars .detail h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #research .doctor_seminars .box_md_doctor_seminars .detail h3 {
    font-size: 17.33333333px;
  }
}
#research .doctor_seminars .box_md_doctor_seminars .detail h3 a {
  color: #1876bc;
}
#research .doctor_seminars .box_md_doctor_seminars .detail h3 a:hover {
  text-decoration: none;
}
#research .doctor_seminars .box_md_doctor_seminars .detail table tr > td {
  padding: 2px 5px 2px 0px;
  vertical-align: top;
}
#research .doctor_seminars .box_md_doctor_seminars .detail table tr > td > label {
  margin: 0;
}
#research .doctor_seminars .box_md_doctor_seminars .detail .content {
  margin-top: 10px;
}
#refer {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #refer {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  #refer .refer_head .container {
    padding: 0 50px;
  }
}
#refer .refer_head .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24.8px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #refer .refer_head .head h2 {
    font-size: 31px;
  }
}
@media (min-width: 768px) {
  #refer .refer_head .head h2 {
    font-size: 24.8px;
  }
}
@media (min-width: 992px) {
  #refer .refer_head .head h2 {
    font-size: 24.8px;
  }
}
@media (min-width: 1200px) {
  #refer .refer_head .head h2 {
    font-size: 31px;
  }
}
@media (min-width: 1366px) {
  #refer .refer_head .head h2 {
    font-size: 41.33333333px;
  }
}
@media (min-width: 1920px) {
  #refer .refer_head .head h2 {
    font-size: 51.66666667px;
  }
}
#refer .refer_head .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#refer .refer_head .head h2 span + span {
  color: #363636;
}
#refer .refer_head .head h2 span + span + span {
  color: #ed1c24;
}
#refer .refer_head .body {
  font-size: 12px;
  font-family: "cs_prakasregular";
  font-weight: normal;
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 1366px) {
  #refer .refer_head .body {
    font-size: 14.11764706px;
  }
}
#refer .refer_head .body .content {
  text-align: center;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 14.70588235px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 992px) {
  #refer .refer_head .body .content {
    width: 80%;
    padding: 10px 0;
  }
}
@media (min-width: 1366px) {
  #refer .refer_head .body .content {
    font-size: 16.66666667px;
  }
}
#refer .refer_head .body .content_tabel {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  #refer .refer_head .body .content_tabel {
    margin-top: 30px;
  }
}
#refer .refer_head .body .content_tabel h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 16.47058824px;
  color: #448cc7;
  margin: 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #refer .refer_head .body .content_tabel h4 {
    font-size: 18.66666667px;
  }
}
#refer .refer_head .body .content_tabel table td {
  vertical-align: top;
  padding: 2px 5px 2px 0px;
}
@media (min-width: 768px) {
  #refer .refer_head .body .content_tabel table td {
    padding: 5px;
  }
}
@media (min-width: 1366px) {
  #refer .refer_head .body .content_tabel table td {
    padding: 5px;
  }
}
@media (min-width: 1366px) {
  #refer .refer_head .body .content_tabel table td {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  #refer .refer_form .container {
    padding: 0 50px;
  }
}
#refer .refer_form .container_form_refer {
  margin-top: 30px;
  margin-bottom: 30px;
}
#refer .refer_form .container_form_refer h2 {
  font-family: 'cs_prakasbold';
  font-size: 18.82352941px;
  color: #1776bd;
  margin: 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer h2 {
    font-size: 21.33333333px;
  }
}
#refer .refer_form .container_form_refer h3 {
  font-family: 'cs_prakasbold';
  font-size: 16.47058824px;
  color: #1776bd;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer h3 {
    font-size: 18.66666667px;
  }
}
#refer .refer_form .container_form_refer .form-group {
  margin-bottom: 10px;
}
#refer .refer_form .container_form_refer .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.63157895px;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #refer .refer_form .container_form_refer .form-group label {
    line-height: 12.22222222px;
    font-size: 13.33333333px;
  }
}
@media (min-width: 992px) {
  #refer .refer_form .container_form_refer .form-group label {
    line-height: 12.22222222px;
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group label {
    font-size: 14.11764706px;
  }
}
@media (min-width: 1920px) {
  #refer .refer_form .container_form_refer .form-group label {
    font-size: 16px;
  }
}
#refer .refer_form .container_form_refer .form-group .recomment {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group .recomment {
    font-size: 14.11764706px;
  }
}
#refer .refer_form .container_form_refer .form-group .title_rec {
  font-family: 'cs_prakasbold';
  font-size: 12px;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group .title_rec {
    font-size: 14.11764706px;
  }
}
#refer .refer_form .container_form_refer .form-group .btnSubmit {
  font-family: 'cs_prakasbold';
  font-size: 14px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group .btnSubmit {
    font-size: 16.47058824px;
  }
}
#refer .refer_form .container_form_refer .form-group .checkbox-inline {
  padding-top: 4px;
}
#refer .refer_form .container_form_refer .form-group .checkbox-inline input[type="checkbox"],
#refer .refer_form .container_form_refer .form-group .checkbox-inline input[type="radio"] {
  margin-top: 0;
}
#refer .refer_form .container_form_refer .form-group .radio-inline {
  padding-top: 4px;
}
#refer .refer_form .container_form_refer .form-group .radio-inline input[type="checkbox"],
#refer .refer_form .container_form_refer .form-group .radio-inline input[type="radio"] {
  margin-top: 0;
}
#refer .refer_form .container_form_refer .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  height: 28px;
  padding: 2px 6px;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group .form-control {
    font-size: 14.11764706px;
  }
}
#refer .refer_form .container_form_refer .form-group textarea.form-control {
  height: 60px;
}
#refer .refer_form .container_form_refer .form-group textarea.form-control.form-control_big {
  height: 120px;
}
#refer .refer_form .container_form_refer .form-group .listform-control_inline {
  position: relative;
}
#refer .refer_form .container_form_refer .form-group .listform-control_inline > div {
  position: relative;
}
#refer .refer_form .container_form_refer .form-group .listform-control_inline > div > span {
  position: absolute;
  top: 7px;
  left: -5px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
}
#refer .refer_form .container_form_refer .form-group .listform-control_inline > div .form-control_inline {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  height: 28px;
  padding: 2px 6px;
  margin-bottom: 0px;
  border-width: 0 0 1px 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin-left: 5px;
}
@media (min-width: 1366px) {
  #refer .refer_form .container_form_refer .form-group .listform-control_inline > div .form-control_inline {
    font-size: 14.11764706px;
  }
}
body {
  position: relative;
}
#popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000 transparent;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.2);
  /* For IE 5.5 - 7*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
  /* For IE 8*/
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
  z-index: 7777;
}
#popup-overlay .popup-area-detail {
  width: 90%;
  height: 66.66666667%;
  background: white;
  border-radius: 20px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: #64a5e1 solid 3px;
  padding: 60px 33.33333333px;
  /*---------*/
  /*---------*/
}
@media (min-width: 1200px) {
  #popup-overlay .popup-area-detail {
    width: 66.66666667%;
  }
}
#popup-overlay .popup-area-detail .popup-content-init {
  width: 100%;
  height: 100%;
  /*background-color: green;*/
}
#popup-overlay .popup-area-detail .image {
  width: 100%;
  height: 300px;
  /*background: blue;*/
  overflow: hidden;
  text-align: center;
}
#popup-overlay .popup-area-detail .image img {
  display: inline-block !important;
}
@media (min-width: 992px) {
  #popup-overlay .popup-area-detail .image {
    width: 20%;
    float: left;
  }
}
#popup-overlay .popup-area-detail .container {
  float: left;
  /*background: yellow;*/
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  #popup-overlay .popup-area-detail .container {
    width: 70%;
    margin-left: 5%;
  }
}
#popup-overlay .popup-area-detail .container h1,
#popup-overlay .popup-area-detail .container h2,
#popup-overlay .popup-area-detail .container h3,
#popup-overlay .popup-area-detail .container h4,
#popup-overlay .popup-area-detail .container h5,
#popup-overlay .popup-area-detail .container h6 {
  color: #1776bd;
  font-weight: normal;
  font-family: 'cs_prakasfdbold';
}
#popup-overlay .popup-area-detail .container table {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: normal;
  font-family: 'cs_prakasfdregular';
  color: #636363;
}
#popup-overlay .popup-area-detail .container td {
  vertical-align: top;
}
#popup-overlay .popup-area-detail .container td:first-child {
  width: 80px;
}
#popup-overlay .popup-area-detail .container td:last-child {
  padding-left: 20px;
}
#popup-overlay .popup-area-detail .container .table-short td:first-child {
  width: 40px;
}
#popup-overlay .popup-area-detail .popup-close {
  width: 33.33333333px;
  height: 33.33333333px;
  background: url(../images/global/close-popup.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
  top: 15px;
  border-radius: 100%;
  cursor: pointer;
}
.package_promotion_doctor {
  background-color: lightgreen;
  padding: 20px;
  display: inline-block;
}
.package_promotion_doctor .doctor_info .container {
  float: left;
  /*background: yellow;*/
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .package_promotion_doctor .doctor_info .container {
    width: 70%;
    margin-left: 5%;
  }
}
.package_promotion_doctor .doctor_info .container h1,
.package_promotion_doctor .doctor_info .container h2,
.package_promotion_doctor .doctor_info .container h3,
.package_promotion_doctor .doctor_info .container h4,
.package_promotion_doctor .doctor_info .container h5,
.package_promotion_doctor .doctor_info .container h6 {
  color: #1776bd;
  font-weight: normal;
  font-family: 'cs_prakasfdbold';
}
.package_promotion_doctor .doctor_info .container table {
  border-collapse: collapse;
  font-size: 14px;
  font-weight: normal;
  font-family: 'cs_prakasfdregular';
  color: #636363;
}
.package_promotion_doctor .doctor_info .container td {
  vertical-align: top;
}
.package_promotion_doctor .doctor_info .container td:last-child {
  /*padding-left: 20px;*/
}
#consult_online .btnForgotNext {
  margin-top: 30px;
  background-color: #1776bd;
  font-family: 'cs_prakasbold';
  font-size: 12.94117647px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #consult_online .btnForgotNext {
    font-size: 14.66666667px;
  }
}
#consult_online .nav_co_step {
  background: #ec1b22;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ec1b22), color-stop(20%, #ec1b22), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ec1b22 0%, #ec1b22 20%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
  height: 40px;
  border: solid 1px #dadada;
  border-width: 1px 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #consult_online .nav_co_step {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .nav_co_step {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step {
    height: 53.33333333px;
  }
}
#consult_online .nav_co_step.disabledstep2 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(20%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 20%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#consult_online .nav_co_step.disabledstep3 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(40%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 40%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#consult_online .nav_co_step.disabledstep4 {
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d9d9d9), color-stop(65%, #d9d9d9), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #d9d9d9 0%, #d9d9d9 65%, #ffffff 20%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@startColor', endColorstr='@endColor', GradientType=1);
  /* IE6-9 */
}
#consult_online .nav_co_step .nco_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#consult_online .nav_co_step .nco_wrap ul li {
  margin: 0;
  padding: 0;
  float: left;
  border: solid 1px #dadada;
  border-width: 0px 1px 0 0;
  height: 38px;
  background-color: #ffffff;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0 1% 0 15px;
  width: 24%;
  position: relative;
  left: 0px;
  z-index: 2;
}
@media (min-width: 992px) {
  #consult_online .nav_co_step .nco_wrap ul li {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li {
    height: 51.33333333px;
    width: 32%;
  }
}
#consult_online .nav_co_step .nco_wrap ul li:last-child {
  border-width: 0px 0px 0 0;
}
#consult_online .nav_co_step .nco_wrap ul li > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  left: 40%;
  top: 30%;
}
@media (min-width: 992px) {
  #consult_online .nav_co_step .nco_wrap ul li > div {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li > div {
    height: 53.33333333px;
    position: relative;
    left: 0%;
    top: 0%;
  }
}
#consult_online .nav_co_step .nco_wrap ul li label {
  display: block;
  font-family: "cs_prakasregular";
  color: #363636;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
}
@media (min-width: 992px) {
  #consult_online .nav_co_step .nco_wrap ul li label {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li label {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #consult_online .nav_co_step .nco_wrap ul li label {
    font-size: 14.66666667px;
  }
}
#consult_online .nav_co_step .nco_wrap ul li label > span {
  display: none;
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li label > span {
    display: inline;
  }
}
#consult_online .nav_co_step .nco_wrap ul li strong {
  display: none;
  font-family: 'cs_prakasbold';
  color: #363636;
  font-weight: normal;
  font-size: 12px;
}
@media (min-width: 992px) {
  #consult_online .nav_co_step .nco_wrap ul li strong {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li strong {
    font-size: 13.33333333px;
    display: block;
  }
}
#consult_online .nav_co_step .nco_wrap ul li.disabled {
  background-color: #d9d9d9;
  border: solid 1px #959595;
  border-width: 0px 1px 0 0;
}
#consult_online .nav_co_step .nco_wrap ul li.disabled label {
  color: #959595;
}
#consult_online .nav_co_step .nco_wrap ul li.disabled strong {
  color: #959595;
}
#consult_online .nav_co_step .nco_wrap ul li.active {
  width: 50%;
  background-color: #ec1b22;
  position: relative;
  left: -20px;
  z-index: 1;
}
#consult_online .nav_co_step .nco_wrap ul li.active ~ li {
  left: -20px;
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li.active {
    width: 32%;
  }
}
#consult_online .nav_co_step .nco_wrap ul li.active > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0 auto;
  position: relative;
  left: 0%;
  top: 0%;
  padding-left: 20px;
}
@media (min-width: 992px) {
  #consult_online .nav_co_step .nco_wrap ul li.active > div {
    height: 53.33333333px;
  }
}
@media (min-width: 1200px) {
  #consult_online .nav_co_step .nco_wrap ul li.active > div {
    height: 53.33333333px;
  }
}
#consult_online .nav_co_step .nco_wrap ul li.active label {
  color: #ffffff;
}
#consult_online .nav_co_step .nco_wrap ul li.active label > span {
  display: inline;
}
#consult_online .nav_co_step .nco_wrap ul li.active strong {
  display: block;
  color: #ffffff;
}
#consult_online .co_form_step1 .container_step1 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d0d0d0;
}
#consult_online .co_form_step1 .container_step1 .head {
  font-size: 12.94117647px;
  font-family: "cs_prakasregular";
  font-weight: normal;
  margin-top: 10px;
  padding: 0 15px;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .head {
    font-size: 14.66666667px;
  }
}
#consult_online .co_form_step1 .container_step1 .head h2 {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #consult_online .co_form_step1 .container_step1 .head h2 {
    font-size: 48.33333333px;
  }
}
#consult_online .co_form_step1 .container_step1 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#consult_online .co_form_step1 .container_step1 .head h2 span + span {
  color: #363636;
}
#consult_online .co_form_step1 .container_step1 .head h2 span + span + span {
  color: #ed1c24;
}
#consult_online .co_form_step1 .container_step1 .head p {
  text-align: center;
}
#consult_online .co_form_step1 .container_step1 .body {
  margin-top: 30px;
}
#consult_online .co_form_step1 .container_step1 .body h3 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step1 .container_step1 .body h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .body h3 {
    font-size: 17.33333333px;
  }
}
#consult_online .co_form_step1 .container_step1 .body .form-group {
  margin-bottom: 10px;
}
#consult_online .co_form_step1 .container_step1 .body .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step1 .container_step1 .body .form-group label {
    line-height: 12.22222222px;
    font-size: 12.22222222px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step1 .container_step1 .body .form-group label {
    line-height: 12.22222222px;
    font-size: 12.22222222px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .body .form-group label {
    font-size: 14.66666667px;
  }
}
#consult_online .co_form_step1 .container_step1 .body .form-group .checkbox-inline {
  padding-top: 6px;
  font-size: 11px;
}
#consult_online .co_form_step1 .container_step1 .body .form-group .checkbox-inline input[type="checkbox"],
#consult_online .co_form_step1 .container_step1 .body .form-group .checkbox-inline input[type="radio"] {
  margin-top: 0;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .body .form-group .checkbox-inline input[type="checkbox"],
  #consult_online .co_form_step1 .container_step1 .body .form-group .checkbox-inline input[type="radio"] {
    margin-top: -1px;
  }
}
#consult_online .co_form_step1 .container_step1 .body .form-group .radio-inline {
  padding-top: 6px;
  font-size: 11px;
}
#consult_online .co_form_step1 .container_step1 .body .form-group .radio-inline input[type="checkbox"],
#consult_online .co_form_step1 .container_step1 .body .form-group .radio-inline input[type="radio"] {
  margin-top: 0;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1 .body .form-group .radio-inline input[type="checkbox"],
  #consult_online .co_form_step1 .container_step1 .body .form-group .radio-inline input[type="radio"] {
    margin-top: -1px;
  }
}
#consult_online .co_form_step1 .container_step1 .body .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#consult_online .co_form_step1 .container_step1_bottom {
  padding-top: 20px;
  padding-bottom: 30px;
}
#consult_online .co_form_step1 .container_step1_bottom h3 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step1 .container_step1_bottom h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1_bottom h3 {
    font-size: 17.33333333px;
  }
}
#consult_online .co_form_step1 .container_step1_bottom .form-group {
  margin-bottom: 10px;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step1 .container_step1_bottom .form-group label {
    line-height: 12.22222222px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step1 .container_step1_bottom .form-group label {
    line-height: 12.22222222px;
    font-size: 12.94117647px;
  }
}
#consult_online .co_form_step1 .container_step1_bottom .form-group .checkbox-inline {
  padding-top: 4px;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1_bottom .form-group .checkbox-inline {
    padding-top: 3px;
  }
}
#consult_online .co_form_step1 .container_step1_bottom .form-group .checkbox-inline input[type="checkbox"],
#consult_online .co_form_step1 .container_step1_bottom .form-group .checkbox-inline input[type="radio"] {
  margin-top: 0;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group .radio-inline {
  padding-top: 4px;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group .radio-inline input[type="checkbox"],
#consult_online .co_form_step1 .container_step1_bottom .form-group .radio-inline input[type="radio"] {
  margin-top: 0;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group textarea.form-control {
  height: 60px;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group textarea.form-control.form-control_big {
  height: 120px;
}
#consult_online .co_form_step1 .container_step1_bottom .form-group textarea + em {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  font-style: normal;
  line-height: 1em;
  display: block;
  margin-top: 5px;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail {
  position: relative;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .thumb {
  position: absolute;
  top: 0;
  left: 10;
  width: 30px;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .detail {
  padding-left: 40px;
  font-size: 12.94117647px;
  font-family: "cs_prakasregular";
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1_bottom .conainer_detail .detail {
    font-size: 14.66666667px;
  }
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .detail .btnSubmit {
  margin-top: 30px;
  background-color: #1776bd;
  font-family: 'cs_prakasbold';
  font-size: 12.94117647px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step1 .container_step1_bottom .conainer_detail .detail .btnSubmit {
    font-size: 14.66666667px;
  }
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .btn_file {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .btn_file em {
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-size: 12.94117647px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 20px;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .btn_file em + em {
  background: url(../images/consult/input_file.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: relative;
  left: 5px;
  top: 2px;
}
#consult_online .co_form_step1 .container_step1_bottom .conainer_detail .btn_file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#consult_online .co_form_step2 {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 20px;
}
#consult_online .co_form_step2 .head {
  margin-top: 20px;
}
#consult_online .co_form_step2 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #consult_online .co_form_step2 .head h2 {
    font-size: 48.33333333px;
  }
}
#consult_online .co_form_step2 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#consult_online .co_form_step2 .head h2 span + span {
  color: #363636;
}
#consult_online .co_form_step2 .head h2 span + span + span {
  color: #ed1c24;
}
#consult_online .co_form_step2 .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
#consult_online .co_form_step2 .body .box_profile {
  background-color: #6caee0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_profile {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px;
  }
}
#consult_online .co_form_step2 .body .box_profile h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_profile h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .body .box_profile .box_profile_left {
    float: left;
    width: 28%;
  }
}
#consult_online .co_form_step2 .body .box_profile .box_profile_left .thumb img {
  margin: 0 auto;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_left .thumb_btn {
  margin: 10px 0;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_left .thumb_btn a {
  width: 110px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  font-family: 'cs_prakasbold';
  font-size: 10px;
  margin: 0 auto;
  color: #469ae9;
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .body .box_profile .box_profile_left .thumb_btn a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .body .box_profile .box_profile_right {
    float: left;
    width: 72%;
    padding-left: 15px;
  }
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_list {
  margin-top: 10px;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_list tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_list tr td {
    font-size: 12.94117647px;
  }
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_list tr td a {
  color: #004071;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_list tr.unregister td {
  color: #004071;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_result {
  margin-top: 10px;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_result tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_result tr td a {
  color: #004071;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_result tr td > span {
  display: block;
  padding-left: 30px;
}
#consult_online .co_form_step2 .body .box_profile .box_profile_right .tabel_result tr td > span.check {
  background: url(../images/consult/true.png) no-repeat center left;
  background-size: contain;
  height: 30px;
  line-height: 30px;
}
#consult_online .co_form_step2 .body .box_form_login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login {
    float: left;
    margin-top: 0px;
  }
}
#consult_online .co_form_step2 .body .box_form_login h3 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login h3 {
    font-size: 17.64705882px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2 .body .box_form_login h3 {
    font-size: 20px;
  }
}
#consult_online .co_form_step2 .body .box_form_login h4 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login h4 {
    margin-top: 20px;
    font-size: 17.64705882px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .body .box_form_login h4 {
    margin-top: 8px;
    font-size: 20px;
  }
}
#consult_online .co_form_step2 .body .box_form_login h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login h5 {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_form {
  margin-top: 10px;
}
#consult_online .co_form_step2 .body .box_form_login .co_form .form-group {
  margin-bottom: 10px;
}
#consult_online .co_form_step2 .body .box_form_login .co_form .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_form .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .body .box_form_login .co_form .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_form .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#consult_online .co_form_step2 .body .box_form_login .co_form .form-group .btn_login {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_form .form-group .btn_login {
    width: 100%;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_form .form-group .btn_forget {
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_form .form-group .btn_forget {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2 .body .box_form_login .co_form .form-group .btn_forget {
    text-align: left;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social h5 {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-register .btn {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  line-height: 24px;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-register .btn {
    width: 150px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group {
  margin-top: 10px;
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn {
    width: 150px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2 .body .box_form_login .co_social .group {
  margin-top: 10px;
}
#consult_online .co_form_step2 .body .box_form_login .co_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .co_form_step2_register {
  margin-top: 20px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_head {
  display: none;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_head {
    display: block;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_head h3 {
  display: block;
  font-family: 'cs_prakasbold';
  font-size: 20px;
  margin: 0;
  color: #636363;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_head_sub {
  display: none;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social {
  float: left;
}
@media (min-width: 1200px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social {
    float: right;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social h4 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social h4 {
    font-size: 20px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 14px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social h5 {
    margin-top: 10px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 0 0;
  padding: 0 0 5px 0;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group {
  margin-top: 10px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn {
    width: 150px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .group {
  margin-top: 10px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from {
  float: left;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_from {
    margin-top: 0px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from h4 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 10px 0;
  padding: 0;
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_from h4 {
    font-size: 20px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group {
  margin-bottom: 10px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group label {
    font-size: 12.94117647px;
  }
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from .btnBack {
  background-color: #d9534f;
  color: #ffffff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-size: 12.5px;
  text-align: center;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 1px;
  margin: 0 auto;
}
#consult_online .co_form_step2_register .ffsregister .ffsregister_from .btnContinue {
  background-color: #1776bd;
  color: #ffffff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  font-size: 12.5px;
  text-align: center;
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 1px;
  margin: 0 auto;
}
#consult_online .co_form_step3 {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 20px;
}
#consult_online .co_form_step3 .head {
  margin-top: 20px;
}
#consult_online .co_form_step3 .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 23.2px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 32.22222222px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #consult_online .co_form_step3 .head h2 {
    font-size: 48.33333333px;
  }
}
#consult_online .co_form_step3 .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#consult_online .co_form_step3 .head h2 span + span {
  color: #363636;
}
#consult_online .co_form_step3 .head h2 span + span + span {
  color: #ed1c24;
}
#consult_online .co_form_step3 .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
#consult_online .co_form_step3 .body .box_profile {
  background-color: #6caee0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_profile {
    float: right;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding: 10px 20px;
  }
}
#consult_online .co_form_step3 .body .box_profile h4 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_profile h4 {
    font-size: 17.64705882px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_profile h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .body .box_profile .box_profile_left {
    float: left;
    width: 28%;
  }
}
#consult_online .co_form_step3 .body .box_profile .box_profile_left .thumb img {
  margin: 0 auto;
}
#consult_online .co_form_step3 .body .box_profile .box_profile_left .thumb_btn {
  margin: 10px 0;
}
#consult_online .co_form_step3 .body .box_profile .box_profile_left .thumb_btn a {
  width: 110px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
  font-family: 'cs_prakasbold';
  font-size: 10px;
  margin: 0 auto;
  color: #469ae9;
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .body .box_profile .box_profile_left .thumb_btn a {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .body .box_profile .box_profile_right {
    float: left;
    width: 72%;
    padding-left: 15px;
  }
}
#consult_online .co_form_step3 .body .box_profile .box_profile_right .table tr td {
  border: none;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  padding: 3px;
  line-height: 1em;
  color: #ffffff;
}
#consult_online .co_form_step3 .body .box_profile .box_profile_right .table tr td a {
  color: #004071;
}
#consult_online .co_form_step3 .body .box_form_login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login {
    float: left;
    margin-top: 0px;
  }
}
#consult_online .co_form_step3 .body .box_form_login h3 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_form_login h3 {
    font-size: 17.33333333px;
  }
}
#consult_online .co_form_step3 .body .box_form_login h4 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login h4 {
    margin-top: 20px;
    font-size: 17.64705882px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .body .box_form_login h4 {
    margin-top: 8px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_form_login h4 {
    font-size: 20px;
  }
}
#consult_online .co_form_step3 .body .box_form_login h5 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  font-weight: normal;
  color: #636363;
  margin: 8px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login h5 {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_form_login h5 {
    font-size: 17.33333333px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_form form {
  margin-top: 10px;
}
#consult_online .co_form_step3 .body .box_form_login .co_form form .form-group {
  margin-bottom: 10px;
}
#consult_online .co_form_step3 .body .box_form_login .co_form form .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.94117647px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group label {
    line-height: 28px;
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group label {
    font-size: 14.66666667px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
#consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .btn_login {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  width: 150px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .btn_login {
    width: 100%;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .btn_forget {
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  text-align: center;
  display: block;
  line-height: 28px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .btn_forget {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_form_step3 .body .box_form_login .co_form form .form-group .btn_forget {
    text-align: left;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social h5 {
  font-family: 'cs_prakasbold';
  font-size: 17.64705882px;
  font-weight: normal;
  color: #636363;
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social h5 {
    margin: 5px 0 0 0;
    font-size: 17.64705882px;
  }
}
@media (min-width: 1366px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social h5 {
    font-size: 20px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-register .btn {
  font-family: 'cs_prakasbold';
  font-size: 12.5px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  height: 28px;
  padding: 2px;
  margin: 0 auto;
  line-height: 24px;
  display: block;
  width: 150px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-register .btn {
    width: 150px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group {
  margin-top: 10px;
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  width: 200px;
  text-transform: uppercase;
  color: #ffffff;
  height: 30px;
  padding: 0 2px;
  display: block;
  line-height: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn {
    width: 130px;
    font-size: 8.5px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn {
    width: 150px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_fb {
  background-color: #1776bd;
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
  display: inline-block;
  background: url(../images/finddoctor/fb.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_fb span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_tw {
  background-color: #33b5e6;
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
  display: inline-block;
  background: url(../images/finddoctor/tw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_tw span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_gg {
  background-color: #dd4c39;
}
#consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
  display: inline-block;
  background: url(../images/finddoctor/gg.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  #consult_online .co_form_step3 .body .box_form_login .co_social .btn-group .btn.btn_gg span {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 5px;
  }
}
#consult_online .co_form_step3 .body .box_form_login .co_social .group {
  margin-top: 10px;
}
#consult_online .co_form_step3 .body .box_form_login .co_social .group p {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .box_form_appointent {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #consult_online .box_form_appointent {
    margin-top: 15px;
  }
}
#consult_online .box_form_appointent h3 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #consult_online .box_form_appointent h3 {
    margin-top: 0px;
    font-size: 20px;
  }
}
#consult_online .box_form_appointent .bfla_form .table_request {
  margin-top: 10px;
}
#consult_online .box_form_appointent .bfla_form .table_request .table {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .box_form_appointent .bfla_form .table_request .table tr > td {
  border: none;
  padding: 3px;
  color: #636363;
}
#consult_online .box_form_appointent .bfla_form .form_request h4 {
  font-family: 'cs_prakasbold';
  font-size: 13px;
  font-weight: normal;
  color: #636363;
  margin: 10px 0 0 0;
  padding: 0;
}
#consult_online .box_form_appointent .bfla_form .form_request h5 {
  font-family: 'cs_prakasbold';
  font-size: 11px;
  font-weight: normal;
  color: #636363;
  margin: 0px 0 5px 0;
  padding: 0;
}
#consult_online .box_form_appointent .bfla_form .form_request form .form-group textarea {
  height: 80px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_upload {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_upload h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_security {
  font-family: 'cs_prakasregular';
  font-size: 11px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_security h6 {
  font-family: 'cs_prakasbold';
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .wrapbox_captcha {
  width: 200px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group {
  margin-top: 5px;
}
#consult_online .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
@media (min-width: 480px) {
  #consult_online .box_form_appointent .bfla_form .form_request form .detail_security .box_captcha .form-group .form-control {
    width: 300px;
  }
}
#consult_online .box_form_appointent .bfla_form .form_request form .btn_upload {
  background-color: #1776bd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  width: 200px;
  cursor: pointer;
}
#consult_online .box_form_appointent .bfla_form .form_request form .btn_upload em {
  display: block;
  padding: 6px 12px;
  font-family: 'cs_prakasbold';
  font-size: 12px;
  color: #ffffff;
  font-style: normal;
  text-align: center;
}
#consult_online .box_form_appointent .bfla_form .form_request form .btn_upload span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#consult_online .box_form_appointent .bfla_form .form_request form .btn_upload span input {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  cursor: pointer;
}
#consult_online .box_form_appointent .bfla_form .form_request form .btn_submit .btn {
  width: 150px;
  background-color: #1776bd;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  cursor: pointer;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  color: #ffffff;
}
#consult_online .co_thank {
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 11px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #consult_online .co_thank {
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  #consult_online .co_thank {
    font-size: 12.94117647px;
  }
}
#consult_online .co_thank h4 {
  font-family: 'cs_prakasbold';
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  #consult_online .co_thank h4 {
    font-size: 17.64705882px;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 19, 2015, 3:00:08 PM
    Author     : Tanut
*/
#corporate .container_corporate_story > .row {
  background-color: #e4e5e6;
}
#corporate .container_corporate_story .thumb a img {
  width: 100%;
}
#corporate .container_corporate_story .content {
  padding: 15px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1366px) {
  #corporate .container_corporate_story .content {
    font-size: 14.66666667px;
  }
}
#corporate .container_corporate_story .content h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  color: #ec1b22;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 5px;
}
@media (min-width: 1366px) {
  #corporate .container_corporate_story .content h3 {
    font-size: 26.66666667px;
  }
}
#corporate .container_corporate_story .content h3 > span {
  color: #1776bd;
}
#corporate .corporate_vision_mission .container_corporate_vm {
  margin-top: 20px;
}
@media (min-width: 1366px) {
  #corporate .corporate_vision_mission .container_corporate_vm {
    margin-top: 40px;
  }
}
#corporate .corporate_vision_mission .container_corporate_vm .head h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  text-align: center;
  color: #1776bd;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_vision_mission .container_corporate_vm .head h3 {
    font-size: 50px;
  }
}
#corporate .corporate_vision_mission .container_corporate_vm .head h3 > span {
  color: #ec1b22;
}
#corporate .corporate_vision_mission .container_corporate_vm .body {
  padding: 0 15px 30% 15px;
  margin-top: 10px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  background: url(../images/corporate/bg_vm.jpg) no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 768px) {
  #corporate .corporate_vision_mission .container_corporate_vm .body {
    margin-top: 20px;
    background: url(../images/corporate/bg_vm_md.jpg) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 20%;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_vision_mission .container_corporate_vm .body {
    font-size: 14.66666667px;
  }
}
#corporate .corporate_vision_mission .container_corporate_vm .body h4 {
  font-family: 'cs_prakasbold';
  font-size: 15.29411765px;
  color: #1776bd;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (min-width: 1366px) {
  #corporate .corporate_vision_mission .container_corporate_vm .body h4 {
    font-size: 17.33333333px;
  }
}
#corporate .corporate_management_team {
  background-color: #1876bc;
  padding: 20px 0 40px 0;
}
@media (min-width: 768px) {
  #corporate .corporate_management_team {
    padding: 20px 0 20pxpx 0;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_management_team {
    padding-top: 40px;
  }
}
#corporate .corporate_management_team .head {
  margin-top: 10px;
}
#corporate .corporate_management_team .head h3 {
  color: #ffffff;
  font-family: 'cs_prakasbold';
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_management_team .head h3 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_management_team .cmt_xs {
    display: none;
  }
}
#corporate .corporate_management_team .cmt_xs .box_cmt_xs {
  margin-top: 20px;
}
#corporate .corporate_management_team .cmt_xs .box_cmt_xs .detail {
  background-color: #ffffff;
  padding: 15px;
}
#corporate .corporate_management_team .cmt_xs .box_cmt_xs .detail h4 {
  font-family: 'cs_prakasregular';
  color: #363636;
  font-weight: normal;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
}
#corporate .corporate_management_team .cmt_xs .box_cmt_xs .detail em {
  font-family: 'cs_prakasbold';
  color: #1776bd;
  font-weight: normal;
  font-size: 15.29411765px;
  font-style: normal;
}
#corporate .corporate_management_team .cmt_md {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #corporate .corporate_management_team .cmt_md {
    display: block;
  }
}
#corporate .corporate_management_team .cmt_md .item {
  background-color: #ffffff;
}
#corporate .corporate_management_team .cmt_md .item .detail {
  padding: 7px;
  min-height: 190px;
}
#corporate .corporate_management_team .cmt_md .item .detail h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 14.11764706px;
  color: #1776bd;
}
#corporate .corporate_management_team .cmt_md .item .detail h4 {
  margin: 5px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 14.11764706px;
  color: #363636;
}
#corporate .corporate_management_team .cmt_md .item .detail .description {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
#corporate .corporate_management_team .cmt_md .item .detail .description > div {
  margin-top: 10px;
}
#corporate .corporate_management_team .cmt_md .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 100px;
  right: -30px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
}
@media (min-width: 480px) {
  #corporate .corporate_management_team .cmt_md .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 150px;
  }
}
#corporate .corporate_management_team .cmt_md .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 100px;
  left: -30px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 40px;
  text-indent: -9999px;
  display: block;
}
@media (min-width: 480px) {
  #corporate .corporate_management_team .cmt_md .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
    height: 44.44444444px;
    top: 150px;
  }
}
#corporate .corporate_management_team .cmt_md .cmt_md_localtion {
  width: 100%;
  margin-top: 20px;
}
#corporate .corporate_investor_relation {
  display: none;
}
@media (min-width: 768px) {
  #corporate .corporate_investor_relation {
    display: block;
  }
}
#corporate .corporate_investor_relation .container_corporate_ir {
  margin-top: 10px;
}
#corporate .corporate_investor_relation .ccir_main {
  margin-top: 20px;
}
#corporate .corporate_investor_relation .head {
  padding: 15px;
  background-color: #0072bc;
}
#corporate .corporate_investor_relation .head h3 {
  color: #ffffff;
  font-family: 'cs_prakasbold';
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_investor_relation .head h3 {
    font-size: 50px;
  }
}
#corporate .corporate_investor_relation .cir_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#corporate .corporate_investor_relation .cir_list ul li a {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 11px;
  display: block;
  padding: 5px;
  color: #252525;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
#corporate .corporate_investor_relation .cir_list ul li a:hover {
  text-decoration: none;
  color: #1876bc;
  background-color: #e2eff9;
}
#corporate .corporate_investor_relation .cir_title {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 11px;
  display: block;
  overflow: hidden;
  height: 4em;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_head h3 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #1876bc;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_thumb {
  border: solid 1px #bdd3dd;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group .list-group-item {
  padding: 5px 7px;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a {
  display: block;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  margin-bottom: 0px;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a:nth-child(even) {
  background-color: #f0f7fc;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a h4 {
  color: #363636;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12px;
  display: block;
}
@media (min-width: 1200px) {
  #corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a h4 {
    font-size: 13.33333333px;
  }
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a em {
  font-family: 'cs_prakasregular';
  font-size: 9px;
  font-style: normal;
  display: block;
}
@media (min-width: 1200px) {
  #corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a em {
    font-size: 12px;
  }
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a:hover {
  background-color: #1876bc;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a:hover h4 {
  color: #ffffff;
}
#corporate .corporate_investor_relation .cir_latest_news .cln_content .list-group a:hover em {
  color: #ffffff;
}
#corporate .corporate_investor_relation .cir_download {
  padding-bottom: 10px;
}
#corporate .corporate_investor_relation .cir_download .cld_head h3 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #1876bc;
}
#corporate .corporate_investor_relation .cir_download .cld_content h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 11px;
  margin: 5px 0 0 0;
  padding: 0;
}
#corporate .corporate_investor_relation .cir_download .cld_content em {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10px;
  font-style: normal;
  margin: 0;
  padding: 0;
}
#corporate .corporate_investor_relation .cir_sitebar .cirs_stock_price .cirssp_head h3 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #1876bc;
}
#corporate .corporate_investor_relation .cir_sitebar .cirs_stock_chart {
  margin-top: 10px;
}
#corporate .corporate_investor_relation .cir_sitebar .cirs_stock_chart .cirssc_head h3 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #1876bc;
}
#corporate .corporate_investor_relation .cir_sitebar .cirs_send {
  margin-top: 10px;
}
#corporate .corporate_investor_relation .cir_sitebar .cirs_send .btn {
  border: solid 1px #cccccc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  text-align: left;
  background: #e8e8e8 url(../images/corporate/btn.jpg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 124px;
  text-indent: -9999px;
  height: 47px;
}
#corporate .corporate_csr_campaign {
  padding: 10px 0 10px 0;
  background-color: #f2f2f3;
}
@media (min-width: 1366px) {
  #corporate .corporate_csr_campaign {
    padding-top: 40px;
  }
}
#corporate .corporate_csr_campaign .head {
  margin-top: 10px;
}
#corporate .corporate_csr_campaign .head h3 {
  color: #363636;
  font-family: 'cs_prakasbold';
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_csr_campaign .head h3 {
    font-size: 50px;
  }
}
#corporate .corporate_csr_campaign .head h3 > span {
  color: #1776bd;
}
#corporate .corporate_csr_campaign .ccsrc_sx {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #corporate .corporate_csr_campaign .ccsrc_sx {
    display: none;
  }
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail {
  padding: 10px 15px;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail .title h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 15.29411765px;
  color: #1776bd;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail .title em {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10.58823529px;
  font-style: italic;
  margin: 0;
  padding: 0;
  display: block;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin: 5px 0 0 0;
  padding: 0;
  display: block;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail .content p {
  margin: 0;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .detail .btn_more a {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin: 0;
  padding: 0;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls {
  margin-top: 15px;
  margin-bottom: 10px;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-dots {
  text-align: center;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-dots .owl-dot span {
  display: inline-block;
  background: #ffffff;
  border: solid 1px #a2a2a2;
  width: 15px;
  height: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-dots .owl-dot.active span {
  background: #1776bd;
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 0px;
  right: 15px;
  background: url(../images/sx/coc/slide/btnNext.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 19.5% 0;
}
@media (min-width: 480px) {
  #corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-nav .owl-next {
    width: 22.22222222px;
  }
}
#corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 0px;
  left: 15px;
  background: url(../images/sx/coc/slide/btnPrev.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 0;
  text-indent: -9999px;
  display: block;
  padding: 19.5% 0;
}
@media (min-width: 480px) {
  #corporate .corporate_csr_campaign .ccsrc_sx .ccsrc_sx_slide .owl-controls .owl-nav .owl-prev {
    width: 22.22222222px;
  }
}
#corporate .corporate_csr_campaign .ccsrc_md {
  display: none;
}
@media (min-width: 768px) {
  #corporate .corporate_csr_campaign .ccsrc_md {
    display: block;
  }
}
#corporate .corporate_csr_campaign .ccsrc_md .category_row {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #corporate .corporate_csr_campaign .ccsrc_md .category_row {
    display: block;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_csr_campaign .ccsrc_md .category_row {
    margin-top: 24px;
  }
}
#corporate .corporate_csr_campaign .ccsrc_md .category_row .sort_category div[class^='col-'] {
  padding-left: 1px;
  padding-right: 1px;
}
#corporate .corporate_csr_campaign .ccsrc_md .category_row .sort_category .form-control {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #corporate .corporate_csr_campaign .ccsrc_md .category_row .sort_category .form-control {
    margin-bottom: 0;
    font-size: 12.94117647px;
    height: 28px;
    padding: 2px 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_csr_campaign .ccsrc_md .category_row .sort_category .form-control {
    margin-top: 5px;
  }
}
#corporate .corporate_csr_campaign .container_ccsrc_md {
  margin-top: 10px;
}
#corporate .corporate_csr_campaign .container_ccsrc_md .ccsrc_highligth .description {
  padding: 10px 10px;
}
#corporate .corporate_csr_campaign .container_ccsrc_md .ccsrc_highligth .description h3 {
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 14.11764706px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
#corporate .corporate_csr_campaign .container_ccsrc_md .ccsrc_highligth .description em {
  display: block;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10.58823529px;
  font-style: normal;
}
#corporate .corporate_csr_campaign .container_ccsrc_md .ccsrc_highligth .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin-top: 5px;
  height: 12em;
  overflow: hidden;
}
#corporate .corporate_csr_campaign .container_ccsrc_md .ccsrc_highligth .btn_more {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin-top: 5px;
}
#corporate .corporate_csr_campaign .ccsrc_slide_list .description {
  padding: 10px 10px;
}
#corporate .corporate_csr_campaign .ccsrc_slide_list .description h3 {
  color: #1776bd;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 14.11764706px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2em;
  height: 1.2em;
}
#corporate .corporate_csr_campaign .ccsrc_slide_list .description em {
  display: block;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 10.58823529px;
  font-style: normal;
}
#corporate .corporate_csr_campaign .ccsrc_slide_list .content {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin-top: 0px;
  height: 4em;
  overflow: hidden;
}
#corporate .corporate_csr_campaign .ccsrc_slide_list .btn_more {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  margin-top: 5px;
}
#corporate .corporate_contactus {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1366px) {
  #corporate .corporate_contactus {
    padding-top: 40px;
  }
}
#corporate .corporate_contactus .head h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  text-align: center;
  color: #363636;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_contactus .head h3 {
    font-size: 50px;
  }
}
#corporate .corporate_contactus .head h3 > span {
  color: #1776bd;
}
#corporate .corporate_contactus .nav_contactus {
  margin-top: 10px;
}
#corporate .corporate_contactus .nav_contactus ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#corporate .corporate_contactus .nav_contactus ul li {
  margin: 5px 0;
}
@media (min-width: 768px) {
  #corporate .corporate_contactus .nav_contactus ul li {
    display: inline-block;
    margin: 0 auto;
  }
}
#corporate .corporate_contactus .nav_contactus ul li a {
  border: solid 1px #1776bd;
  color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 13px;
}
@media (min-width: 768px) {
  #corporate .corporate_contactus .nav_contactus ul li a {
    width: 100%;
    font-size: 11px;
  }
}
#corporate .corporate_contactus .nav_contactus ul li a:hover,
#corporate .corporate_contactus .nav_contactus ul li a.active {
  background-color: #1776bd;
  color: #ffffff;
}
#corporate .corporate_contactus .container_location {
  margin-top: 20px;
}
#corporate .corporate_contactus .container_location .location_map .btn_location_map {
  margin-top: 10px;
}
#corporate .corporate_contactus .container_location .location_map .btn_location_map a {
  max-width: 300px;
  width: 100%;
  background-color: #1776bd;
  display: block;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  margin: 0 auto;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 13px;
}
#corporate .corporate_contactus .container_location .location_map .btn_location_map a > span {
  background: url(../images/corporate/btn_d.png) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: -5px;
}
#corporate .corporate_contactus .container_location .list_detail_location {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #corporate .corporate_contactus .container_location .list_detail_location {
    margin-top: 0;
    padding-left: 15px;
  }
}
#corporate .corporate_contactus .container_location .list_detail_location h4 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 17.64705882px;
  color: #1776bd;
  margin-bottom: 10px;
}
#corporate .corporate_contactus .container_location .list_detail_location dl {
  margin: 2px 0;
  padding: 0;
  float: left;
  width: 100%;
}
#corporate .corporate_contactus .container_location .list_detail_location dl > dt {
  float: left;
  padding-right: 10px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 12.94117647px;
}
#corporate .corporate_contactus .container_location .list_detail_location dl > dd {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location {
  width: 100%;
  margin-top: 10px;
  float: left;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location ul li {
  position: relative;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  padding-left: 20px;
  width: 100%;
  float: left;
  margin: 2px 0;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location ul li em {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #e3322a;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  color: #ffffff;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon {
  width: 100%;
  margin-top: 20px;
  float: left;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul li {
  position: relative;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
  padding-left: 35px;
  width: 100%;
  float: left;
  margin: 2px 0;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul li em {
  display: block;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul li em.icon_bts {
  background: url(../images/corporate/bts.png) no-repeat center center;
  background-size: contain;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul li em.icon_mrt {
  background: url(../images/corporate/mrt.png) no-repeat center center;
  background-size: contain;
}
#corporate .corporate_contactus .container_location .list_detail_location .way_location_icon ul li em.icon_bus {
  background: url(../images/corporate/bus.png) no-repeat center center;
  background-size: contain;
}
#corporate .corporate_feedback {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback {
    padding-top: 40px;
  }
}
#corporate .corporate_feedback .head h3 {
  margin: 0;
  padding: 0;
  font-family: 'cs_prakasbold';
  text-align: center;
  color: #363636;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_feedback .head h3 {
    font-size: 50px;
  }
}
#corporate .corporate_feedback .head h3 > span {
  color: #1776bd;
}
#corporate .corporate_feedback p {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback p {
    font-size: 14.66666667px;
  }
}
#corporate .corporate_feedback .detail_from {
  padding: 30px 0px;
}
#corporate .corporate_feedback .g-recaptcha {
  margin: 0 auto;
  display: table;
}
#corporate .corporate_feedback .form-group {
  margin-bottom: 10px;
}
#corporate .corporate_feedback .form-group label {
  font-family: 'cs_prakasregular';
  font-size: 12.63157895px;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #corporate .corporate_feedback .form-group label {
    line-height: 12.22222222px;
    font-size: 13.33333333px;
  }
}
@media (min-width: 992px) {
  #corporate .corporate_feedback .form-group label {
    line-height: 12.22222222px;
    font-size: 13.33333333px;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group label {
    font-size: 14.11764706px;
  }
}
@media (min-width: 1920px) {
  #corporate .corporate_feedback .form-group label {
    font-size: 16px;
  }
}
#corporate .corporate_feedback .form-group .recomment {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group .recomment {
    font-size: 14.11764706px;
  }
}
#corporate .corporate_feedback .form-group .title_rec {
  font-family: 'cs_prakasbold';
  font-size: 12px;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group .title_rec {
    font-size: 14.11764706px;
  }
}
#corporate .corporate_feedback .form-group .btnSubmit {
  font-family: 'cs_prakasbold';
  font-size: 14px;
  background-color: #1776bd;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  color: #ffffff;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group .btnSubmit {
    font-size: 16.47058824px;
  }
}
#corporate .corporate_feedback .form-group .checkbox-inline {
  padding-top: 4px;
}
#corporate .corporate_feedback .form-group .checkbox-inline input[type="checkbox"],
#corporate .corporate_feedback .form-group .checkbox-inline input[type="radio"] {
  margin-top: 0;
}
#corporate .corporate_feedback .form-group .radio-inline {
  padding-top: 4px;
  vertical-align: sub;
}
#corporate .corporate_feedback .form-group .radio-inline input[type="checkbox"],
#corporate .corporate_feedback .form-group .radio-inline input[type="radio"] {
  margin-top: 0;
}
#corporate .corporate_feedback .form-group .radio-inline input[type="text"] {
  width: 85%;
  float: right;
}
#corporate .corporate_feedback .form-group .form-control {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  height: 28px;
  padding: 2px 6px;
}
@media (min-width: 992px) {
  #corporate .corporate_feedback .form-group .form-control {
    width: 70%;
  }
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group .form-control {
    font-size: 14.11764706px;
  }
}
#corporate .corporate_feedback .form-group textarea {
  margin: 0 auto;
}
#corporate .corporate_feedback .form-group textarea.form-control {
  height: 60px;
}
#corporate .corporate_feedback .form-group textarea.form-control.form-control_big {
  height: 120px;
}
#corporate .corporate_feedback .form-group .listform-control_inline {
  position: relative;
}
#corporate .corporate_feedback .form-group .listform-control_inline > div {
  position: relative;
}
#corporate .corporate_feedback .form-group .listform-control_inline > div > span {
  position: absolute;
  top: 7px;
  left: -5px;
  font-family: 'cs_prakasregular';
  font-size: 12px;
}
#corporate .corporate_feedback .form-group .listform-control_inline > div .form-control_inline {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  height: 28px;
  padding: 2px 6px;
  margin-bottom: 0px;
  border-width: 0 0 1px 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin-left: 5px;
}
@media (min-width: 1366px) {
  #corporate .corporate_feedback .form-group .listform-control_inline > div .form-control_inline {
    font-size: 14.11764706px;
  }
}
/*
@Company    : Merge
@Developer  : Akekapon Sangsai <akekapon.s@merge.co.th> 0849136073
@Date       : Nov 17, 2015 11:55:26 AM 
*/
/* 
    Created on : Nov 17, 2015, 11:55:26 AM
    Author     : Deerat
*/
.inventor-scale {
  width: 100%;
  height: 900px;
}
@media (min-width: 900px) {
  .inventor-scale {
    width: 900px;
  }
}
#jobopp_step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#jobopp_step ul li.step {
  position: relative;
  display: inline-block;
  float: left;
  padding: 15px 30px;
  color: #959595;
  width: 25%;
  font-size: 10.8px;
  margin-bottom: -6px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 480px) {
  #jobopp_step ul li.step {
    padding: 15px 3px;
  }
}
#jobopp_step ul li.step:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 102%;
  border: 1px solid #dadada;
  border-left: 0;
  right: -30px;
  top: -1px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  z-index: 1;
}
@media (max-width: 767px) {
  #jobopp_step ul li.step:after {
    width: 20px;
    right: -20px;
    top: 0px;
  }
}
#jobopp_step ul li.step.active:after {
  background-color: #ec1b22;
}
#jobopp_step ul li.step.finish:after {
  background-color: #a1a1a1;
}
@media (max-width: 480px) {
}
@media (max-width: 767px) {
}
#jobopp_step ul li.step:last-child .step_topic {
  padding-right: 35%;
}
@media (max-width: 992px) {
  #jobopp_step ul li.step:last-child .step_topic {
    padding-right: 20%;
  }
}
#jobopp_step ul li.step:last-child:after {
  content: none;
}
#jobopp_step ul li.step h4 {
  margin: 0;
  font-size: 11px;
}
@media (min-width: 1200px) {
  #jobopp_step ul li.step h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #jobopp_step ul li.step h4 {
    display: none;
  }
}
#jobopp_step ul li.step.active {
  background-color: #ec1b22;
  color: #fff;
}
#jobopp_step ul li.step.finish {
  background-color: #a1a1a1;
  color: #fff;
}
#jobopp_step ul li .step_topic {
  float: right;
}
.header_top.border-bot {
  border-bottom: solid 1px #dfdfdf;
}
.header_top.border-bot .breadcrumb {
  margin-top: 10px;
  margin-bottom: 5px;
}
.header_top.border-bot .breadcrumb li a {
  font-family: 'cs_prakasregular';
  color: #959595;
  font-size: 13.33333333px;
}
.header_top.border-bot .breadcrumb li a:hover {
  color: #525252;
}
.header_top.border-bot .breadcrumb > li + li:before {
  content: ">";
}
.header_top.border-bot .breadcrumb > .active span {
  border-bottom: 1px solid #959595;
  margin-left: 2px;
}
#jobopp_form .head {
  text-align: center;
  margin-top: 10px;
}
#jobopp_form .head span {
  font-size: 50px;
  color: #1776bd;
}
@media (max-width: 992px) {
  #jobopp_form .head span {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  #jobopp_form .head span {
    font-size: 25px;
  }
}
#jobopp_form .head span + span {
  color: #363636;
}
#jobopp_form .jobopp_head h4 {
  color: #1776bd;
}
@media (max-width: 480px) {
  #jobopp_form .jobopp_head h4 {
    font-size: 16px;
  }
}
#jobopp_form .jobopp_head a.dl_btn {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background-color: #1776bd;
  padding: 10px 20px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  #jobopp_form .jobopp_head a.dl_btn {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #jobopp_form .jobopp_head a.dl_btn {
    float: none;
  }
}
#jobopp_form .jobopp_data {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 60px;
}
#jobopp_form .jobopp_data .appli_data .form-group {
  margin-bottom: 10px;
}
#jobopp_form .jobopp_data .appli_data label {
  display: block;
  margin-bottom: 0;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  line-height: 23px;
  font-weight: normal;
}
#jobopp_form .jobopp_data .appli_data .has-error {
  border-color: #a94442 !important;
}
#jobopp_form .jobopp_data .appli_data .photo_att {
  text-align: center;
  font-style: italic;
  border: 3px solid #b7b7b7;
  padding: 70px 15px 15px;
  width: 150px;
  height: 195px;
  max-width: 150px;
  margin-bottom: 20px;
  position: relative;
}
#jobopp_form .jobopp_data .appli_data .photo_att .photo_finish {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#jobopp_form .jobopp_data .appli_data .photo_att .upphoto_btn {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: #1776bd;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  margin-top: 0;
  display: inline-block;
}
#jobopp_form .jobopp_data .appli_data .photo_att .upphoto_btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#jobopp_form .jobopp_data .appli_data #appdate {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #636363;
}
#jobopp_form .jobopp_data .appli_data #appposition {
  font-weight: bold;
  color: #636363;
  line-height: 23px;
}
#jobopp_form .jobopp_data .appli_data input,
#jobopp_form .jobopp_data .appli_data select.form-control {
  font-family: 'cs_prakasregular';
  font-size: 12px;
  height: 28px;
  padding: 2px 6px;
}
@media (min-width: 992px) {
  #jobopp_form .jobopp_data .appli_data .label-inform {
    padding-left: 0;
    padding-right: 0;
  }
}
#jobopp_form .jobopp_data .appli_data .input-group-addon {
  padding: 5px 12px;
}
#jobopp_form .jobopp_data .appli_data .child_btn {
  display: block;
  margin: auto;
  font-size: 18px;
  color: #636363;
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 2.5px 8px;
  line-height: 19px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #jobopp_form .jobopp_data .appli_data .child_btn {
    width: 30%;
  }
}
@media (min-width: 767px) {
  #jobopp_form .jobopp_data .appli_data .sibling {
    text-align: center;
  }
}
@media (min-width: 767px) {
  #jobopp_form.jobopp_step2 .form-group .row > div,
  #jobopp_form.jobopp_step3 .form-group .row > div {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #jobopp_form.jobopp_step2 .jobopp_data .appli_data .child_btn,
  #jobopp_form.jobopp_step3 .jobopp_data .appli_data .child_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
#jobopp_form.jobopp_step4 .jobopp_head h3 {
  color: #1776bd;
  font-size: 20px;
}
@media (max-width: 480px) {
  #jobopp_form.jobopp_step4 .jobopp_head h3 {
    font-size: 16px;
  }
}
#jobopp_form.jobopp_step4 .jobopp_data .appli_data .review_result {
  font-family: inherit;
}
#jobopp_form.jobopp_step4 .jobopp_data .appli_data .review_result.bold {
  font-weight: 600;
}
#jobopp_form.jobopp_step4 .jobopp_data .appli_data label {
  font-family: inherit;
  font-size: 13.5px;
}
#jobopp_form.jobopp_step4 .jobopp_data .appli_data label.bold {
  font-weight: 600;
}
#jobopp_form.jobopp_step4 .accept {
  font-family: 'cs_prakasregular';
  font-size: 14px;
}
#jobopp_form.jobopp_step5 .head {
  text-align: center;
  margin-top: 20px;
}
#jobopp_form.jobopp_step5 .head span {
  font-size: 45px;
  color: #1776bd;
}
@media (max-width: 992px) {
  #jobopp_form.jobopp_step5 .head span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #jobopp_form.jobopp_step5 .head span {
    font-size: 18px;
  }
}
#jobopp_form.jobopp_step5 .head span + span {
  color: #363636;
}
#jobopp_form.jobopp_step5 .jobopp_completed label {
  font-size: 16px;
  color: #1776bd;
}
#jobopp_form.jobopp_step5 .jobopp_completed small {
  color: #777;
}
#jobopp_form.jobopp_step5 .jobopp_completed small span {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
#jobopp_form.jobopp_step5 .jobopp_completed .jobopp_nav {
  margin-top: 140px;
  margin-bottom: 50px;
}
.jobopp_nav {
  margin-top: 20px;
  text-align: center;
}
.jobopp_nav .next-btn {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: #1776bd;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
}
#corporate .corporate_jobopportunities {
  background-color: #f2f2f3;
  margin-top: 40px;
}
#corporate .corporate_jobopportunities .head {
  text-align: center;
}
#corporate .corporate_jobopportunities .head h3 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  #corporate .corporate_jobopportunities .head h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #corporate .corporate_jobopportunities .head h3 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  #corporate .corporate_jobopportunities .head h3 {
    font-size: 24px;
  }
}
#corporate .corporate_jobopportunities .head h3 > span {
  color: #1776bd;
}
#corporate .corporate_jobopportunities .jobinvited {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 10px;
}
#corporate .corporate_jobopportunities .jobinvited label {
  font-weight: 500;
  color: #1776bd;
}
#corporate .corporate_jobopportunities .jobinvited ul {
  list-style: none;
  padding-left: 0;
}
#corporate .corporate_jobopportunities .jobopportunities_detail {
  font-weight: normal;
  font-size: 13px;
}
#corporate .corporate_jobopportunities .jobopportunities_detail h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #1776bd;
  margin-bottom: 10px;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_name {
  margin-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  #corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_name {
    margin-top: 10px;
    text-align: center;
  }
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_name h3 {
  color: #1776bd;
  margin: 0;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 992px) {
  #corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select {
    margin-top: 10px;
    text-align: center;
  }
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select h4 {
  color: #333;
  display: inline-block;
  line-height: 28px;
}
@media (max-width: 992px) {
  #corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select h4 {
    width: 100%;
  }
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select ul {
  margin: 0;
  padding: 0;
  margin-left: 5px;
  list-style: none;
  display: inline-block;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select ul li {
  display: inline-block;
  margin: 0 5px;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select ul li a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid #1776bd;
  background-color: #fff;
  color: #1776bd;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select ul li.active a,
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_select ul li:hover a {
  color: #fff;
  background-color: #1776bd;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail {
  background-color: #fff;
  border-radius: 5px;
  height: 500px;
  overflow: auto;
  margin-bottom: 50px;
  padding: 30px 15px;
}
@media (max-width: 768px) {
  #corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail {
    height: auto;
    padding: 30px 0px;
  }
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol {
  color: #1776bd;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
  padding: 0;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol > li {
  margin-bottom: 10px;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol > li label {
  font-family: 'db_helvethaica_x55_regular';
  color: #1776bd;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol > li .medical_des {
  width: 100%;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol > li .medical_des span {
  margin-left: 2em;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
#corporate .corporate_jobopportunities .jobopportunities_detail .jobcat_detail .jobcat_detail_inner ol ul {
  list-style-type: disc;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
#patienCare .wattana_card {
  margin-top: 80px;
  margin-bottom: 80px;
}
#patienCare .wattana_card .head {
  font-family: 'db_helvethaica_x65_med';
}
#patienCare .wattana_card .head h2 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 50px;
  color: #1776bd;
}
@media (max-width: 767px) {
  #patienCare .wattana_card .head h2 {
    font-size: 27px;
  }
}
#patienCare .wattana_card .head h2 span {
  color: #636363;
}
#patienCare .wattana_card .wattana_card_detail_left {
  font-family: 'db_helvethaica_x55_regular';
  font-size: 13.9px;
  color: #636363;
}
#patienCare .wattana_card .wattana_card_hospital_list ul,
#patienCare .wattana_card .wattana_card_hospital_list ol {
  padding: 0;
  width: 48%;
  list-style: none;
  float: left;
}
@media (max-width: 767px) {
  #patienCare .wattana_card .wattana_card_hospital_list ul,
  #patienCare .wattana_card .wattana_card_hospital_list ol {
    width: 100%;
  }
}
#patienCare .wattana_card .wattana_card_hospital_list ul li,
#patienCare .wattana_card .wattana_card_hospital_list ol li {
  padding-left: 15px;
  margin-left: 25px;
  list-style: decimal;
}
#patienCare .wattana_card .wattana_card_hospital_list .star {
  color: #1776bd;
}
#patienCare .wattana_card .wattana_card_detail_right {
  font-family: 'db_helvethaica_x55_regular';
  font-size: 13px;
  color: #636363;
  margin-top: 25px;
}
#patienCare .wattana_card .wattana_card_detail_right a {
  color: #636363;
}
@media (min-width: 1200px) {
  #patienCare .wattana_card .wattana_card_detail_right {
    margin-top: -10px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right h3 {
  font-family: 'db_helvethaica_x65_med';
  margin: 0;
}
@media (max-width: 767px) {
  #patienCare .wattana_card .wattana_card_detail_right h3 {
    font-size: 18px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li {
  padding: 15px;
}
@media (max-width: 1366x) {
  #patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li {
    padding: 10px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li label {
  font-size: 15px;
  color: #1776bd;
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li label:hover {
  cursor: pointer;
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li .w_img {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1366px) {
  #patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li .w_img {
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right ul.wattana_card_benefit_list li:nth-child(odd) {
  background-color: #f0f7fc;
}
#patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare {
  background-color: #f5f5f6;
  padding: 15px;
}
@media (max-width: 1366x) {
  #patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare {
    padding: 10px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare .w_img {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1366px) {
  #patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare .w_img {
    float: none;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
#patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare label {
  font-size: 18px;
  color: #1776bd;
}
#patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare label:hover {
  cursor: pointer;
}
@media (min-width: 767px) {
  #patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare label {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #patienCare .wattana_card .wattana_card_detail_right .wattana_card_compare label {
    font-size: 14px;
  }
}
.modalViewcard {
  font-family: 'db_helvethaica_x55_regular';
  color: #636363;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modalViewcard {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .modalViewcard .content-body-patient {
    padding: 10px;
  }
}
.modalViewcard .content-body-patient h4 {
  font-family: 'db_helvethaica_x65_med';
}
@media (min-width: 992px) {
  .modalViewcard .content-body-patient h4 {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  .modalViewcard .content-body-patient h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .modalViewcard .content-body-patient h4 {
    font-size: 16px;
  }
}
.modalViewcard .content-body-patient h5 {
  font-size: 16px;
  color: #1776bd;
}
@media (max-width: 767px) {
  .modalViewcard .content-body-patient h5 {
    font-size: 12px;
  }
}
.modalViewcard .content-body-patient .table {
  font-family: 'db_helvethaica_x55_regular';
  color: #636363;
  font-size: 13px;
}
@media (max-width: 480px) {
  .modalViewcard .content-body-patient .table {
    font-size: 11px;
  }
}
.modalViewcard .content-body-patient .table th {
  font-family: 'db_helvethaica_x55_regular';
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 480px) {
  .modalViewcard .content-body-patient .table th {
    font-size: 11px;
  }
}
.modalViewcard .content-body-patient .fee_detail {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .modalViewcard .content-body-patient .fee_detail {
    padding: 10px;
  }
}
#search_result {
  margin-top: 30px;
}
#search_result .head {
  margin-bottom: 30px;
}
#search_result .head h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  #search_result .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  #search_result .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  #search_result .head h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #search_result .head h2 {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  #search_result .head h2 {
    font-size: 40px;
  }
}
@media (min-width: 1920px) {
  #search_result .head h2 {
    font-size: 50px;
  }
}
#search_result .head h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#search_result .head h2 span + span {
  color: #363636;
}
#search_result .head h2 span + span + span {
  color: #ed1c24;
}
#search_result .item {
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 992px) {
  #search_result .item {
    max-height: 180px;
  }
}
@media (min-width: 1200px) {
  #search_result .item {
    max-height: 200px;
  }
}
#search_result .item .picture {
  border: #e1e1e1 1px solid;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}
@media (min-width: 768px) {
  #search_result .item .picture {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  #search_result .item .picture {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  #search_result .item .picture {
    width: 100px;
    height: 100px;
  }
}
#search_result .item .text .title h3 {
  font-size: 15.29411765px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  color: #1876bc;
  /*text-align:center;*/
  margin: 10px 0 5px 0;
  padding: 0;
}
@media (min-width: 480px) {
  #search_result .item .text .title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 768px) {
  #search_result .item .text .title h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.2em;
    height: 1.2em;
  }
}
@media (min-width: 992px) {
  #search_result .item .text .title h3 {
    font-size: 15.29411765px;
    margin: 5px 0 2px 0;
  }
}
@media (min-width: 1200px) {
  #search_result .item .text .title h3 {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1366px) {
  #search_result .item .text .title h3 {
    font-size: 17.33333333px;
  }
}
@media (min-width: 1920px) {
  #search_result .item .text .title h3 {
    font-size: 17.33333333px;
  }
}
#search_result .item .text .title h3 a {
  color: #1876bc;
}
#search_result .item .text .title h3 a:hover {
  text-decoration: none;
}
#search_result .item .text .description {
  color: #363636;
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  display: block;
  max-height: 4.2em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
  #search_result .item .text .description {
    font-size: 12.94117647px;
  }
}
@media (min-width: 768px) {
  #search_result .item .text .description {
    font-size: 12.94117647px;
  }
}
@media (min-width: 992px) {
  #search_result .item .text .description {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1200px) {
  #search_result .item .text .description {
    font-size: 12.94117647px;
  }
}
@media (min-width: 1366px) {
  #search_result .item .text .description {
    font-size: 14.66666667px;
  }
}
@media (min-width: 1920px) {
  #search_result .item .text .description {
    font-size: 14.66666667px;
  }
}
#search_result .item .text .description p {
  margin: 0 !important;
}
#search_result #result_pagin .page_navigation {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  float: right;
  clear: both;
}
#search_result #result_pagin .page_navigation a {
  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;
}
#search_result #result_pagin .page_navigation a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
#search_result #result_pagin .page_navigation a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#search_result #result_pagin .page_navigation a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#search_result #result_pagin .page_navigation .active_page {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
#search_result #result_pagin .page_navigation .no_more {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
  border-color: #ddd;
}
#search_result #result_pagin .page_navigation .no_more:hover {
  color: #777;
}
#landing .highlight_landing .mobile {
  display: block;
}
@media (min-width: 768px) {
  #landing .highlight_landing .mobile {
    display: none;
  }
}
#landing .highlight_landing .dekstop {
  display: none;
}
@media (min-width: 768px) {
  #landing .highlight_landing .dekstop {
    display: block;
  }
}
#landing .box_enjoy {
  margin-top: 10px;
}
@media (min-width: 1366px) {
  #landing .box_enjoy {
    margin-top: 30px;
  }
}
#landing .box_enjoy .logo {
  margin: 0 auto;
  padding: 0;
  background: url(../images/landing/logo.jpg) no-repeat center center;
  background-size: contain;
  width: 85.5px;
  height: 60px;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #landing .box_enjoy .logo {
    float: left;
  }
}
#landing .box_enjoy .head_title {
  color: #1776bd;
  margin: 10px 0 0 0;
  padding: 0;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #landing .box_enjoy .head_title {
    float: left;
    line-height: 60px;
    margin: 0 0 0 10px;
  }
}
#landing .box_enjoy .container_video {
  padding: 10px;
}
#landing .box_enjoy .container_video .box_container_video {
  background-color: #424143;
  color: #ffffff;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #landing .box_enjoy .container_video .box_container_video {
    margin-top: 0px;
  }
}
#landing .box_enjoy .container_video .box_container_video .main_video {
  padding: 10px;
  font-family: "cs_prakasfdregular";
  font-weight: normal;
  font-size: 12.94117647px;
  line-height: 1.35em;
}
@media (min-width: 1366px) {
  #landing .box_enjoy .container_video .box_container_video .main_video {
    font-size: 14.66666667px;
  }
}
#landing .box_enjoy .container_video .box_container_video .main_video .player {
  position: relative;
}
#landing .box_enjoy .container_video .box_container_video .main_video .player a {
  position: relative;
  display: block;
}
#landing .box_enjoy .container_video .box_container_video .main_video .player a:hover:after {
  background: url(../images/landing/botton_vdo.png) no-repeat center center;
  background-size: contain;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#landing .box_enjoy .container_video .box_container_video .main_video .content_player {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #landing .box_enjoy .container_video .box_container_video .main_video .content_player {
    margin-top: 5px;
  }
}
#landing .box_enjoy .container_video .box_container_video .main_video .content_player h5 {
  font-size: 12.94117647px;
  line-height: 1.35em;
  font-family: "cs_prakasbold";
  margin-bottom: 5px;
}
@media (min-width: 1366px) {
  #landing .box_enjoy .container_video .box_container_video .main_video .content_player h5 {
    font-size: 14.66666667px;
  }
}
#landing .box_enjoy .container_video .box_container_video .category_video {
  padding: 10px;
  font-family: 'cs_prakasfdregular';
  font-weight: normal;
  font-size: 12.94117647px;
  line-height: 1.35em;
  float: left;
}
@media (min-width: 1366px) {
  #landing .box_enjoy .container_video .box_container_video .category_video {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #landing .box_enjoy .container_video .box_container_video .category_video {
    padding: 10px 10px 10px 0px;
  }
}
@media (min-width: 1200px) {
  #landing .box_enjoy .container_video .box_container_video .category_video {
    padding: 10px 10px 10px 10px;
  }
}
#landing .box_enjoy .container_video .box_container_video .category_video .thumb a {
  position: relative;
  display: block;
}
#landing .box_enjoy .container_video .box_container_video .category_video .thumb a:hover:after {
  background: url(../images/landing/botton_vdo.png) no-repeat center center;
  background-size: contain;
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#landing .box_enjoy .container_video .box_container_video .category_video .content {
  margin-top: 5px;
  height: 4em;
  overflow: hidden;
}
@media (min-width: 768px) {
  #landing .box_enjoy .container_video .box_container_video .category_video .content {
    height: 4em;
    overflow: hidden;
    margin-bottom: 5px;
  }
}
#landing .box_enjoy .be_header h2 {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ed1c24;
  background: url(../images/landing/logo.png) no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 45.5px;
  margin: 10px auto 0 auto;
  text-indent: -99999px;
}
@media (min-width: 768px) {
  #landing .box_enjoy .be_header h2 {
    font-size: 24px;
    text-indent: -99999px;
    background: url(../images/landing/logo.png) no-repeat center center;
    background-size: contain;
    width: 170px;
    height: 45.5px;
    margin: 10px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  #landing .box_enjoy .be_header h2 {
    width: 226.66666667px;
    height: 60.66666667px;
  }
}
@media (min-width: 1366px) {
  #landing .box_enjoy .be_header h2 {
    width: 340px;
    height: 91px;
  }
}
@media (min-width: 1920px) {
  #landing .box_enjoy .be_header h2 {
    font-size: 30px;
  }
}
#landing .box_enjoy .be_header h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #0873ba;
}
#landing .box_enjoy .be_header h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasfdregular';
  font-size: 17.64705882px;
  font-weight: normal;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  #landing .box_enjoy .be_header h3 {
    display: none;
  }
}
@media (min-width: 1366px) {
  #landing .box_enjoy .be_header h3 {
    font-size: 20px;
  }
}
#landing .box_enjoy .be_header .blockquote {
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  font-weight: normal;
  text-align: center;
  line-height: 1.35em;
  color: #0873ba;
  margin: 10px auto;
  width: 265px;
  height: 80px;
  background: url(../images/landing/text.png) no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  #landing .box_enjoy .be_header .blockquote {
    width: 240.90909091px;
    height: 72.72727273px;
    background: url(../images/landing/text.png) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    margin: 10px auto;
  }
}
@media (min-width: 1200px) {
  #landing .box_enjoy .be_header .blockquote {
    width: 294.44444444px;
    height: 88.88888889px;
  }
}
@media (min-width: 1366px) {
  #landing .box_enjoy .be_header .blockquote {
    width: 353.33333333px;
    height: 106.66666667px;
    margin: 20px auto;
  }
}
@media (min-width: 1920px) {
  #landing .box_enjoy .be_header .blockquote {
    width: 530px;
    height: 160px;
    margin: 20px auto;
  }
}
#landing .box_enjoy .be_header .discription {
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  font-weight: normal;
  line-height: 1.35em;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #landing .box_enjoy .be_header .discription {
    padding: 0 5px 0 25px;
  }
}
@media (min-width: 992px) {
  #landing .box_enjoy .be_header .discription {
    padding: 0 10px 0 30px;
  }
}
@media (min-width: 1366px) {
  #landing .box_enjoy .be_header .discription {
    font-size: 14.66666667px;
    padding: 0 10px 0 40px;
  }
}
#landing .container_packages {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #landing .container_packages {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#landing .container_packages .box_packages {
  background-color: #dddedf;
  padding: 10px 30px 10px 30px;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages {
    padding: 30px 45px 30px 45px;
  }
}
#landing .container_packages .box_packages.packages01 {
  background-image: url(../images/landing/bg_01.png);
  background-size: contain;
}
#landing .container_packages .box_packages.packages01 h3 {
  background: url(../images/landing/text1.png) no-repeat center center;
  background-size: contain;
  width: 193.125px;
  height: 17.5px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #landing .container_packages .box_packages.packages01 h3 {
    width: 171.66666667px;
    height: 15.55555556px;
  }
}
@media (min-width: 992px) {
  #landing .container_packages .box_packages.packages01 h3 {
    width: 206px;
    height: 18.66666667px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages.packages01 h3 {
    height: 28px;
  }
}
#landing .container_packages .box_packages.packages02 {
  background-image: url(../images/landing/bg_02.png);
  background-size: contain;
}
#landing .container_packages .box_packages.packages02 h3 {
  background: url(../images/landing/text2.png) no-repeat center center;
  background-size: contain;
  width: 193.125px;
  height: 17.5px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #landing .container_packages .box_packages.packages02 h3 {
    width: 171.66666667px;
    height: 15.55555556px;
  }
}
@media (min-width: 992px) {
  #landing .container_packages .box_packages.packages02 h3 {
    width: 206px;
    height: 18.66666667px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages.packages02 h3 {
    height: 28px;
  }
}
#landing .container_packages .box_packages.packages03 {
  background-image: url(../images/landing/bg_03.png);
  background-size: contain;
}
#landing .container_packages .box_packages.packages03 h3 {
  background: url(../images/landing/text3.png) no-repeat center center;
  background-size: contain;
  width: 193.125px;
  height: 17.5px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #landing .container_packages .box_packages.packages03 h3 {
    width: 171.66666667px;
    height: 15.55555556px;
  }
}
@media (min-width: 992px) {
  #landing .container_packages .box_packages.packages03 h3 {
    width: 206px;
    height: 18.66666667px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages.packages03 h3 {
    height: 28px;
  }
}
#landing .container_packages .box_packages .box_packages_01 {
  margin: 10px auto;
  padding: 0;
  background: url(../images/landing/logo_01.jpg) no-repeat center center;
  background-size: contain;
  width: 62.5px;
  height: 62.5px;
  border-top-right-radius: 62.5px;
  border-bottom-right-radius: 62.5px;
  border-bottom-left-radius: 62.5px;
  border-top-left-radius: 62.5px;
  text-indent: -9999px;
  border: solid 2px #ffffff;
}
@media (min-width: 1200px) {
  #landing .container_packages .box_packages .box_packages_01 {
    width: 69.44444444px;
    height: 69.44444444px;
    border-top-right-radius: 69.44444444px;
    border-bottom-right-radius: 69.44444444px;
    border-bottom-left-radius: 69.44444444px;
    border-top-left-radius: 69.44444444px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .box_packages_01 {
    width: 78.125px;
    height: 78.125px;
    border-top-right-radius: 78.125px;
    border-bottom-right-radius: 78.125px;
    border-bottom-left-radius: 78.125px;
    border-top-left-radius: 78.125px;
  }
}
#landing .container_packages .box_packages .box_packages_02 {
  margin: 10px auto;
  padding: 0;
  background: url(../images/landing/logo_02.jpg) no-repeat center center;
  background-size: contain;
  width: 62.5px;
  height: 62.5px;
  border-top-right-radius: 62.5px;
  border-bottom-right-radius: 62.5px;
  border-bottom-left-radius: 62.5px;
  border-top-left-radius: 62.5px;
  text-indent: -9999px;
  border: solid 2px #ffffff;
}
@media (min-width: 1200px) {
  #landing .container_packages .box_packages .box_packages_02 {
    width: 69.44444444px;
    height: 69.44444444px;
    border-top-right-radius: 69.44444444px;
    border-bottom-right-radius: 69.44444444px;
    border-bottom-left-radius: 69.44444444px;
    border-top-left-radius: 69.44444444px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .box_packages_02 {
    width: 78.125px;
    height: 78.125px;
    border-top-right-radius: 78.125px;
    border-bottom-right-radius: 78.125px;
    border-bottom-left-radius: 78.125px;
    border-top-left-radius: 78.125px;
  }
}
#landing .container_packages .box_packages .box_packages_03 {
  margin: 10px auto;
  padding: 0;
  background: url(../images/landing/logo_03.jpg) no-repeat center center;
  background-size: contain;
  width: 62.5px;
  height: 62.5px;
  border-top-right-radius: 62.5px;
  border-bottom-right-radius: 62.5px;
  border-bottom-left-radius: 62.5px;
  border-top-left-radius: 62.5px;
  text-indent: -9999px;
  border: solid 2px #ffffff;
}
@media (min-width: 1200px) {
  #landing .container_packages .box_packages .box_packages_03 {
    width: 69.44444444px;
    height: 69.44444444px;
    border-top-right-radius: 69.44444444px;
    border-bottom-right-radius: 69.44444444px;
    border-bottom-left-radius: 69.44444444px;
    border-top-left-radius: 69.44444444px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .box_packages_03 {
    width: 78.125px;
    height: 78.125px;
    border-top-right-radius: 78.125px;
    border-bottom-right-radius: 78.125px;
    border-bottom-left-radius: 78.125px;
    border-top-left-radius: 78.125px;
  }
}
#landing .container_packages .box_packages h3 {
  margin: 20px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasfdregular';
  font-size: 17.64705882px;
  font-weight: normal;
  text-align: center;
  color: #0873ba;
}
@media (min-width: 768px) {
  #landing .container_packages .box_packages h3 {
    height: 2.7em;
    overflow: hidden;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages h3 {
    font-size: 20px;
  }
}
#landing .container_packages .box_packages .content {
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  font-weight: normal;
  text-align: center;
  line-height: 1.35em;
  color: #231f20;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 768px) {
  #landing .container_packages .box_packages .content {
    height: 12em;
    overflow: hidden;
    margin-top: 10px;
  }
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .content {
    height: 8em;
    overflow: hidden;
    margin-top: 20px;
  }
}
#landing .container_packages .box_packages .link_other ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#landing .container_packages .box_packages .link_other ul li {
  margin: 5px 0;
}
#landing .container_packages .box_packages .link_other ul li .btn {
  border: solid 1px #81c4e0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #1b7dbf;
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 12.94117647px;
}
@media (min-width: 1366px) {
  #landing .container_packages .box_packages .link_other ul li .btn {
    font-size: 15.71428571px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#landing .container_packages .box_packages .link_other ul li .btn:hover {
  border: solid 1px #ffffff;
  background-color: rgba(14, 118, 188, 0.5);
  color: #ffffff;
}
#landing .container_packages .recomment {
  padding-top: 15px;
  padding-bottom: 15px;
}
#landing .container_packages .recomment h4 {
  margin: 0px 0 0 0;
  padding: 0;
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  font-weight: normal;
  color: #231F20;
}
@media (min-width: 1366px) {
  #landing .container_packages .recomment h4 {
    font-size: 14.66666667px;
  }
}
#landing .container_packages .recomment ul {
  margin: 0 0 0 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #landing .container_packages .recomment ul li {
    float: left;
    padding: 0 25px 0 0;
  }
}
#landing .container_packages .recomment ul li a {
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  font-weight: normal;
  color: #0e76bd;
}
@media (min-width: 1366px) {
  #landing .container_packages .recomment ul li a {
    font-size: 14.66666667px;
  }
}
#landing .container_packages .recomment ul li a:hover {
  text-decoration: none;
}
.modal_vdo .title,
.modal .title {
  font-family: "cs_prakasbold";
  font-weight: normal;
  font-size: 17.64705882px;
  color: #0e76bc;
  line-height: 1.35em;
  padding-bottom: 5px;
}
@media (min-width: 1366px) {
  .modal_vdo .title,
  .modal .title {
    font-size: 17.64705882px;
  }
}
.modal_vdo .content,
.modal .content {
  font-family: 'cs_prakasfdregular';
  font-size: 12.94117647px;
  padding-top: 10px;
}
@media (min-width: 1366px) {
  .modal_vdo .content,
  .modal .content {
    font-size: 14.66666667px;
  }
}
@media (min-width: 992px) {
  #wraper404 {
    padding-top: 15%;
  }
}
@media (min-width: 1200px) {
  #wraper404 {
    padding-top: 10%;
  }
}
@media (min-width: 1920px) {
  #wraper404 {
    padding-top: 3.6%;
  }
}
#wraper404 h2 {
  color: #1776bd;
  margin: 0;
  padding: 0;
  font-family: 'db_helvethaica_x75_bd';
  font-weight: normal;
  font-size: 27.5px;
  margin-top: 30px;
}
@media (min-width: 480px) {
  #wraper404 h2 {
    font-size: 34.375px;
  }
}
@media (min-width: 768px) {
  #wraper404 h2 {
    font-size: 55px;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #wraper404 h2 {
    font-size: 27.5px;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  #wraper404 h2 {
    font-size: 32.35294118px;
  }
}
@media (min-width: 1920px) {
  #wraper404 h2 {
    font-size: 40px;
    margin-top: 150px;
  }
}
#wraper404 h3 {
  color: #1776bd;
  margin: 0;
  padding: 0;
  font-family: 'db_helvethaica_x75_bd';
  font-weight: normal;
  font-size: 17.5px;
  margin-top: 10px;
}
@media (min-width: 480px) {
  #wraper404 h3 {
    font-size: 21.875px;
  }
}
@media (min-width: 768px) {
  #wraper404 h3 {
    font-size: 35px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #wraper404 h3 {
    font-size: 17.5px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  #wraper404 h3 {
    font-size: 20.58823529px;
  }
}
@media (min-width: 1920px) {
  #wraper404 h3 {
    margin-top: 15px;
    font-size: 30px;
  }
}
#wraper404 .discription {
  color: #636363;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-family: 'db_helvethaica_x55_regular';
  font-size: 13px;
}
@media (min-width: 480px) {
  #wraper404 .discription {
    font-size: 16.25px;
  }
}
@media (min-width: 768px) {
  #wraper404 .discription {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #wraper404 .discription {
    font-size: 13px;
    margin-top: 10px;
  }
  #wraper404 .discription br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #wraper404 .discription {
    font-size: 15.29411765px;
  }
}
@media (min-width: 1920px) {
  #wraper404 .discription {
    margin-top: 15px;
    font-size: 20px;
  }
}
#wraper404 .discription a {
  color: #1776bd;
}
#wraper404 .col-img {
  margin-top: 20px;
}
#wraper404 .col-img img {
  margin-left: auto;
  margin-right: auto;
}
/* CSS Document */
.containerf {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .containerf {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containerf {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerf {
    width: 1170px;
  }
}
#searchfinddocter .head_sfdt {
  padding: 10px 0 30px 0;
}
@media (min-width: 992px) {
  #searchfinddocter .head_sfdt {
    padding-top: 30px;
  }
}
#searchfinddocter .head_sfdt h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'cs_prakasregular';
  font-size: 23.2px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1776bd;
}
@media screen and (max-width: 767px) {
  #searchfinddocter .head_sfdt h2 {
    margin: 30px 0 0 0;
    font-size: 29px;
  }
}
@media screen and (max-width: 479px) {
  #searchfinddocter .head_sfdt h2 {
    margin: 30px 0 0 0;
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .head_sfdt h2 {
    font-size: 29px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #searchfinddocter .head_sfdt h2 {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  #searchfinddocter .head_sfdt h2 {
    font-size: 29px;
  }
}
@media (min-width: 1366px) {
  #searchfinddocter .head_sfdt h2 {
    font-size: 38.66666667px;
  }
}
@media (min-width: 1920px) {
  #searchfinddocter .head_sfdt h2 {
    font-size: 38.66666667px;
  }
}
#searchfinddocter .head_sfdt h2 span {
  display: inline-block;
  padding: 0 5px;
  color: #1776bd;
}
#searchfinddocter .head_sfdt h2 span + span {
  color: #363636;
}
#searchfinddocter .head_sfdt h2 span + span + span {
  color: #ed1c24;
}
#searchfinddocter .head_sfdt h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 12.94117647px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
#searchfinddocter .head_sfdt h4 span {
  display: block;
}
@media (min-width: 768px) {
  #searchfinddocter .head_sfdt h4 span {
    display: inline;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .head_sfdt h4 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #searchfinddocter .head_sfdt h4 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #searchfinddocter .head_sfdt h4 {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  #searchfinddocter .head_sfdt h4 {
    font-size: 16px;
    margin-top: 20px;
  }
}
#searchfinddocter .search_sfdt {
  width: 73%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #searchfinddocter .search_sfdt {
    width: 82%;
  }
}
@media screen and (max-width: 991px) {
  #searchfinddocter .search_sfdt {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_sfdt {
    width: 85%;
  }
}
#searchfinddocter .search_sfdt .form-group {
  position: relative;
  font-family: 'cs_prakasregular';
}
#searchfinddocter .search_sfdt .form-group .sr-txt-search {
  padding-left: 50px;
}
@media (min-width: 992px) {
  #searchfinddocter .search_sfdt .form-group .sr-txt-search {
    width: 100%;
    margin: 0 auto;
  }
  #searchfinddocter .search_sfdt .form-group .sr-txt-search.active {
    border: 1px solid #1776bd;
  }
}
@media (min-width: 1200px) {
  #searchfinddocter .search_sfdt .form-group .sr-txt-search {
    width: 100%;
    margin: 0 auto;
  }
  #searchfinddocter .search_sfdt .form-group .sr-txt-search.active {
    border: 1px solid #1776bd;
  }
}
@media (min-width: 1200px) {
  #searchfinddocter .search_sfdt .form-group .sr-txt-search {
    width: 100%;
    margin: 0 auto;
  }
  #searchfinddocter .search_sfdt .form-group .sr-txt-search.active {
    border: 1px solid #1776bd;
  }
}
@media (min-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .sr-txt-search {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 10px 20px 10px 50px;
  }
  #searchfinddocter .search_sfdt .form-group .sr-txt-search.active {
    border: 1px solid #1776bd;
  }
}
@media screen and (max-width: 479px) {
  #searchfinddocter .search_sfdt .form-group .sr-txt-search {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 10px 20px 10px 50px;
    width: 100%;
  }
  #searchfinddocter .search_sfdt .form-group .sr-txt-search.active {
    border: 1px solid #1776bd;
  }
}
#searchfinddocter .search_sfdt .form-group .glyphicon-search {
  position: absolute;
  font-size: 24px;
  top: 7px;
  left: 14px;
  color: #1776bd;
}
@media (min-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .glyphicon-search {
    top: 13px;
  }
}
@media screen and (max-width: 479px) {
  #searchfinddocter .search_sfdt .form-group .glyphicon-search {
    top: 13px;
    left: 10px;
  }
}
#searchfinddocter .search_sfdt .form-group .glyphicon-remove {
  position: absolute;
  font-size: 18px;
  top: 18px;
  right: 14px;
  color: #D0D0D0;
  cursor: pointer;
}
@media (min-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .glyphicon-remove {
    top: 18px;
  }
}
@media screen and (max-width: 479px) {
  #searchfinddocter .search_sfdt .form-group .glyphicon-remove {
    top: 18px;
    right: 10px;
  }
}
#searchfinddocter .search_sfdt .form-group .highlight {
  color: #1776bd;
}
#searchfinddocter .search_sfdt .form-group .result_search {
  width: 100%;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search {
  padding: 15px 0 0 15px;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 300px;
  overflow-y: scroll;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px 1px #e4e4e4;
  -moz-box-shadow: 0px 0px 8px 1px #e4e4e4;
  box-shadow: 0px 0px 8px 1px #e4e4e4;
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search label {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search label {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul {
    padding-left: 10px;
  }
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li {
  list-style: none;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  position: relative;
}
@media screen and (max-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li {
    font-size: 12px;
  }
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .count_result {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #888888;
}
@media screen and (max-width: 480px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .count_result {
    right: 10px;
  }
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_img {
  float: left;
  width: 14%;
  padding: 15px;
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_img img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_img {
    display: none;
  }
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_desc {
  float: left;
  width: 70%;
  padding: 15px 15px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_desc {
    width: 100%;
  }
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_desc p {
  line-height: 1.6em;
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li .dr_desc .dr_spec {
  color: #888;
}
#searchfinddocter .search_sfdt .form-group .result_search .suggest_search ul li:hover {
  background: #c8e8ff;
  color: #414042;
}
#searchfinddocter .search_cat {
  padding: 20px 0;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #searchfinddocter .search_cat {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  #searchfinddocter .search_cat {
    width: 100%;
  }
}
#searchfinddocter .search_cat:before,
#searchfinddocter .search_cat:after {
  content: " ";
  display: table;
}
#searchfinddocter .search_cat:after {
  clear: both;
}
#searchfinddocter .search_cat:before,
#searchfinddocter .search_cat:after {
  content: " ";
  display: table;
}
#searchfinddocter .search_cat:after {
  clear: both;
}
#searchfinddocter .search_cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#searchfinddocter .search_cat ul li {
  width: 33.33%;
  float: left;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #searchfinddocter .search_cat ul li {
    width: 16.66%;
  }
}
#searchfinddocter .search_cat ul li a {
  width: 100%;
  display: block;
  color: #414042;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  #searchfinddocter .search_cat ul li a {
    width: 120px;
    height: 115px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_cat ul li a {
    width: 60%;
  }
}
#searchfinddocter .search_cat ul li a:hover {
  color: #1776bd;
  background-color: #c8e8ff;
}
#searchfinddocter .search_cat ul li span {
  display: block;
  width: 100%;
  height: 0;
  padding: 40% 0;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  #searchfinddocter .search_cat ul li span {
    width: 90px;
    padding: 0% 0;
    height: 70px;
  }
}
@media screen and (max-width: 479px) {
  #searchfinddocter .search_cat ul li span {
    width: 90%;
    padding: 35% 0;
  }
}
#searchfinddocter .search_cat ul li label {
  display: block;
  height: 3em;
  text-align: center;
  font-family: 'cs_prakasbold';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
}
#searchfinddocter .search_foot {
  font-family: 'cs_prakasregular';
  margin-top: 30px;
  margin-bottom: 30px;
}
#searchfinddocter .search_foot .sf01 {
  text-align: center;
  padding-bottom: 30px;
}
#searchfinddocter .search_foot .sf01 h3 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf01 h3 {
    display: inline;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_foot .sf01 h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf01 h3 br {
    display: none;
  }
}
#searchfinddocter .search_foot .sf01 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  color: #1776bd;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf01 h4 {
    display: inline;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_foot .sf01 h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf01 h4 br {
    display: none;
  }
}
#searchfinddocter .search_foot .sf02 {
  text-align: center;
}
#searchfinddocter .search_foot .sf02 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #939598;
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf02 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_foot .sf02 h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf02 h4 br {
    display: none;
  }
}
#searchfinddocter .search_foot .sf03 {
  text-align: center;
  padding-bottom: 10px;
}
#searchfinddocter .search_foot .sf03 h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #d21e64;
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf03 h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #searchfinddocter .search_foot .sf03 h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #searchfinddocter .search_foot .sf03 h4 br {
    display: none;
  }
}
/* CSS Document */
.containerf {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .containerf {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containerf {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerf {
    width: 1170px;
  }
}
.translateMiddleVertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.translateXYCenter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sr-filter-foot-fixed {
  padding-bottom: 46px;
}
.sr-filter-foot-fixed .sr-filter-foot {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.sr-search-result-fixed {
  padding-top: 46px;
}
.sr-search-result-fixed .sr-mcalendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  -webkit-box-shadow: 0px 2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 8px 0px #e4e4e4;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
}
.sr-search-head-fixed {
  padding-top: 70px;
}
.sr-search-head-fixed .sr-search-head {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head {
  height: 60px;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .container {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(151, 151, 151, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(151, 151, 151, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(151, 151, 151, 0.5);
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .containerf {
  -webkit-box-shadow: 0px 2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 8px 0px #e4e4e4;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .form-group {
  padding: 5px;
  border: solid 1px #dcddde;
  background-color: #fff;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .sr-col-input {
  width: 57.142857142857146%;
  padding-right: 0;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .sr-col-selectbox,
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .sr-col-selectbox-specialties {
  display: none;
}
.sr-search-head-fixed.sr-search-result-head-fixed #search_result .sr-search-head .sr-col-head-calendar {
  display: block;
  float: left;
  width: 42.85714285714286%;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today[disabled] {
  background-color: #1776bd !important;
  background-image: none;
  color: #ffffff !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #1776bd !important;
  background-image: none;
  color: #ffffff !important;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  font-size: 12px;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 4px 8px;
}
#search_result .sr-search-head {
  height: 60px;
  border-top: solid 1px #dcddde;
  position: relative;
  padding: 5px 0;
}
@media (min-width: 992px) {
  #search_result .sr-search-head {
    border-top: none;
    margin-bottom: 30px;
    height: 50px;
  }
}
#search_result .sr-search-head .sr-col-input {
  padding-left: 0;
  padding-right: 0;
  border-right: solid 1px #dcddde;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #search_result .sr-search-head .sr-col-input {
    width: 89%;
  }
}
@media screen and (max-width: 479px) {
  #search_result .sr-search-head .sr-col-input {
    width: 86.5%;
  }
}
@media screen and (max-width: 350px) {
  #search_result .sr-search-head .sr-col-input {
    width: 86.5%;
  }
}
@media (min-width: 992px) {
  #search_result .sr-search-head .sr-col-input {
    border-right: none;
    padding-right: 15px;
  }
}
#search_result .sr-search-head form {
  position: relative;
}
#search_result .sr-search-head .form-group {
  margin-bottom: 0;
}
#search_result .sr-search-head .sr-txt-search {
  border: none;
  height: 50px;
  line-height: 50px;
  padding-left: 54.5px;
  width: 100%;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-family: 'cs_prakasregular';
  border: solid 1px #dcddde;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  #search_result .sr-search-head .sr-txt-search {
    margin-top: -5px;
    height: 59px;
    font-size: 16px;
    border: none;
  }
}
#search_result .sr-search-head .sr-found-count {
  position: absolute;
  font-family: 'cs_prakasregular';
  right: 10px;
  color: #a2a2a2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4%;
}
#search_result .sr-search-head .glyphicon-search {
  color: #1776bd;
  font-size: 24px;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search_result .sr-search-head .sr-col-criteria {
  height: 34px;
  text-align: center;
}
@media (min-width: 992px) {
  #search_result .sr-search-head .sr-col-criteria {
    display: none;
  }
}
#search_result .sr-search-head .btn-criteria {
  position: absolute;
  color: #888;
  font-size: 25px;
  min-width: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #search_result .sr-search-head .btn-criteria {
    top: 82%;
    left: 61%;
  }
}
@media screen and (max-width: 479px) {
  #search_result .sr-search-head .btn-criteria {
    top: 75%;
    left: 87%;
  }
}
#search_result .sr-search-head .sr-col-selectbox {
  padding-left: 0;
}
#search_result .sr-search-head .sr-col-selectbox-specialties {
  padding-left: 0;
  padding-right: 0;
}
#search_result .sr-search-head .chosen-container {
  width: 100% !important;
}
#search_result .sr-search-head .chosen-container:focus {
  outline: none;
}
#search_result .sr-search-head .chosen-container-single .chosen-single {
  background: #fff;
  outline: none;
  height: 3.6em;
  line-height: 3.6em;
}
#search_result .sr-search-head .chosen-results li {
  overflow: visible;
  text-align: inherit;
  align-content: center;
}
#search_result .sr-search-head .chosen-container-single .chosen-single div b {
  background: url('../../include/chosen/chosen-sprite.png') no-repeat 0 16px;
  display: block;
  height: 100%;
  width: 100%;
}
#search_result .sr-search-head .sr-col-head-calendar {
  display: none;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .sche_area {
  background-color: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .control-prev .pull-left {
  background-image: url('../images/fdt/arrow-left.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 10;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .control-next .pull-right {
  background-image: url('../images/fdt/arrow-right.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc-view table {
  width: 100%;
  margin: 0 auto;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc-state-highlight {
  background: none !important;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-widget-header {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  background-color: #f8f8f8;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-widget-header span {
  font-family: 'cs_prakasbold';
  width: 14.285714285714286%;
  width: 70%;
  font-size: 14px;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-widget-header span:first-line {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 1200px) {
  #search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-widget-header span:first-line {
    font-size: 14px;
  }
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-day-header {
  width: 33.33%;
  font-size: 14px;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-day-header p {
  font-family: 'cs_prakasregular';
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc th.fc-day-header p span {
  font-weight: bold;
}
#search_result .sr-search-head .sr-col-head-calendar .schedule-area .fc-axis {
  display: none;
  width: 0px;
}
#search_result .sr-search-head .sr-col-calendar {
  width: 100%;
  float: left;
  height: 44px;
  display: table;
  background: #f8f8f8;
  border-radius: 0 4px 0 0;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-arrow {
  width: 10%;
  /*float: left;*/
  height: 44px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-arrow a {
  color: #414042;
  font-size: 20px;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-arrow a.disabled {
  color: #e4e4e4;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-date {
  width: 26.666666666666668%;
  /*float: left;*/
  text-align: center;
  height: 44px;
  display: table-cell;
  vertical-align: middle;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-date p {
  font-family: 'cs_prakasbold';
  margin: 0;
}
#search_result .sr-search-head .sr-col-calendar .sr-col-calendar-date p span {
  font-family: 'cs_prakasregular';
  display: block;
  margin-top: 5px;
}
#search_result .sr-search-results .sr-mcalendar {
  border-top: solid 1px #dcddde;
  border-bottom: solid 1px #dcddde;
  height: 62px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-mcalendar {
    display: none;
  }
}
#search_result .sr-search-results .sr-mcalendar .calendar_area {
  background-color: #fff;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area {
  width: 80%;
  margin: 0 auto;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .sche_area {
  background-color: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .control-prev {
  width: 70px;
  height: 59px;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: -12%;
  border-right: 1px solid #e4e4e4;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .control-prev .pull-left {
  background-image: url('../images/fdt/arrow-left.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #search_result .sr-search-results .sr-mcalendar .schedule-area .control-prev .pull-left {
    left: 32px;
  }
}
@media screen and (max-width: 480px) {
  #search_result .sr-search-results .sr-mcalendar .schedule-area .control-prev .pull-left {
    left: 33px;
  }
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .control-next {
  width: 70px;
  height: 59px;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  right: -12%;
  border-left: 1px solid #e4e4e4;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .control-next .pull-right {
  background-image: url('../images/fdt/arrow-right.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #search_result .sr-search-results .sr-mcalendar .schedule-area .control-next .pull-right {
    right: 32px;
  }
}
@media screen and (max-width: 480px) {
  #search_result .sr-search-results .sr-mcalendar .schedule-area .control-next .pull-right {
    right: 33px;
  }
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc-view table {
  width: 95%;
  margin: 0 auto;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc-state-highlight {
  background: none !important;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-widget-header {
  height: 60px;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  padding-left: 5%;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-widget-header span {
  font-family: 'cs_prakasbold';
  width: 14.285714285714286%;
  width: 70%;
  font-size: 14px;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-widget-header span:first-line {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 1200px) {
  #search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-widget-header span:first-line {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-day-header {
  width: 33.33%;
  font-size: 14px;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-day-header p {
  font-family: 'cs_prakasregular';
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc th.fc-day-header p span {
  font-weight: bold;
}
#search_result .sr-search-results .sr-mcalendar .schedule-area .fc-axis {
  display: none;
  width: 0px;
}
#search_result .sr-search-results .sr-mcalendar .container {
  padding-left: 0;
  padding-right: 0;
}
#search_result .sr-search-results .sr-mcalendar .container .row {
  margin: 0;
}
#search_result .sr-search-results .sr-mcalendar .srmc-arrow,
#search_result .sr-search-results .sr-mcalendar .srmc-arrow:hover {
  background: #f7f7f7;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  color: #414042;
}
#search_result .sr-search-results .sr-mcalendar .srmc-arrow.disabled {
  color: #e4e4e4;
}
#search_result .sr-search-results .sr-mcalendar .srmc-left {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
}
#search_result .sr-search-results .sr-mcalendar .srmc-center {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  height: 60px;
}
#search_result .sr-search-results .sr-mcalendar .srmc-center #srmc-calendar-text {
  margin-bottom: 0;
  font-size: 15px;
  font-family: 'cs_prakasbold';
  padding-left: 8px;
}
#search_result .sr-search-results .sr-mcalendar .srmc-center #srmc-calendar-text span {
  font-family: 'cs_prakasregular';
}
#search_result .sr-search-results .sr-mcalendar .srmc-center .btn-mcalendar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 85px;
  width: 25px;
}
#search_result .sr-search-results .sr-mcalendar .srmc-center .btn-mcalendar img {
  max-width: 100%;
}
#search_result .sr-search-results .sr-mcalendar .srmc-right {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  height: 60px;
}
#search_result .sr-search-results .sr-search-result-content > .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content > .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #search_result .sr-search-results .sr-search-result-content > .container {
    width: 1170px;
  }
}
@media (min-width: 1366px) {
  #search_result .sr-search-results .sr-search-result-content > .container {
    width: 1366px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-data {
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-data {
    border-radius: 5px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-head {
  display: none;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-head {
    display: block;
    border: solid 1px #e4e4e4;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-head .row {
  margin-left: 0;
  margin-right: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head {
  width: 14.285714285714286%;
  float: left;
  /*background:#f00;*/
  height: 70px;
  padding: 10px 10px 10px 13px;
  border-right: solid 1px #e4e4e4;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head.no-border-right {
  border-right: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head p {
  font-family: 'cs_prakasbold';
  margin-bottom: 0;
  padding-left: 7px;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .form-group {
  margin-bottom: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .form-control {
  padding-left: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .icon-sort {
  background: none;
  border: none;
  background: url('../images/icon/sort-3.png') center center no-repeat !important;
  width: 14px;
  height: 15px;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date {
  padding-left: 8px;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date::-moz-placeholder {
  color: #555;
  opacity: 1;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date:-ms-input-placeholder {
  color: #555;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date::-webkit-input-placeholder {
  color: #555;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date::-webkit-input-placeholder {
  color: #555;
  opacity: 1 !important;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date:-moz-placeholder {
  color: #555;
  opacity: 1 !important;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date::-moz-placeholder {
  color: #555;
  opacity: 1 !important;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-head .txt_date:-ms-input-placeholder {
  color: #555;
  opacity: 1 !important;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar {
  width: 42.85714285714286%;
  float: left;
  height: 70px;
  display: table;
  background: #f8f8f8;
  border-radius: 0 4px 0 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .control-prev .pull-left {
  background-image: url('../images/fdt/arrow-left.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 25px;
  left: 8px;
  z-index: 10;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .control-next .pull-right {
  background-image: url('../images/fdt/arrow-right.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 25px;
  right: 8px;
  z-index: 10;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc-view table {
  width: 100%;
  margin: 0 auto;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc-state-highlight {
  background: none !important;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-widget-header {
  height: 70px;
  vertical-align: middle;
  text-align: center;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-widget-header span {
  font-family: 'cs_prakasbold';
  width: 14.285714285714286%;
  width: 70%;
  font-size: 14px;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-widget-header span:first-line {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 1200px) {
  #search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-widget-header span:first-line {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-day-header {
  width: 33.33%;
  font-size: 14px;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-day-header p {
  font-family: 'cs_prakasregular';
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc th.fc-day-header p span {
  font-weight: bold;
}
#search_result .sr-search-results .sr-search-result-content .sr-col-calendar .schedule-area .fc-axis {
  display: none;
  width: 0px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li {
  border-left: solid 1px #E4E4E4;
  border-right: solid 1px #E4E4E4;
  border-bottom: solid 1px #E4E4E4;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li > .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li:last-child {
    display: table;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active {
  box-shadow: 0px 0px 0px 1px #3399ff inset;
}
@media screen and (max-width: 991px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active {
    box-shadow: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-search-result-list > li.active:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left {
  width: 29.21875%;
  text-align: center;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left a {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left a .media-object {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.5em;
  float: left;
}
@media (min-width: 1200px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left a .media-object {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left a .media-object {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-left a .media-object {
    width: 80px;
    height: 80px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body {
  position: relative;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-arrow-right {
  position: absolute;
  top: 0;
  right: 9%;
  font-size: 18px;
  color: #1776bd;
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-arrow-right {
    right: 4%;
  }
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-arrow-right {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-heading {
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 15px;
  margin: 0 0 5px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-heading {
    font-size: 20px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-heading a {
  color: #0072bc;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-subheading {
  color: #000;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 0 0 5px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-subheading {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-language {
  color: #000;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 0 0 20px;
  display: table;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-language {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-language .media-language-label {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 5px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-language .media-language-data {
  display: table-cell;
  width: 100%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time {
  padding-left: 0;
  list-style: none;
  height: 50px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time li {
  margin-bottom: 10px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time li:last-child {
  margin-bottom: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time .mpat-title {
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 0 0 5px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time .mpat-time {
  color: #636363;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time .btn-next-availabity {
  display: inline-block;
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time .btn-next-availabity {
    width: 240px;
    height: 48px;
    line-height: 3.0em;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-place-and-time .btn-next-availabity:hover {
  background: #c8e8ff;
  color: #414042;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education {
  margin-bottom: 20px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education {
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education .glyphicon-triangle-bottom {
  font-size: 10px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education .glyphicon-triangle-top {
  display: none;
  font-size: 10px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education.expand .glyphicon-triangle-top {
  display: inline-block;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education.expand .glyphicon-triangle-bottom {
  display: none;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .btn-toggle-education {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .sr-education-list {
  padding-left: 0;
  list-style: none;
  display: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .sr-education-list li {
  display: table;
  color: #636363;
  font-family: 'cs_prakasregular';
  font-size: 13px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .sr-education-list li {
    font-size: 14px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .sr-education-list .sr-education-year {
  display: table-cell;
  width: 1%;
  padding-right: 15px;
  white-space: nowrap;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .media-body .media-education .sr-education-list .sr-education-school {
  display: table-cell;
  width: 100%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-left {
  padding: 30px 0 20px;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-left {
    display: table-cell;
    /*float: left;*/
    width: 57.142857142857146%;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right {
  /*display:table;*/
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 1px 0;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right {
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    width: 42.85714285714286%;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table {
  display: table;
  width: 100%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-arrow-left {
  width: 8%;
  display: table-cell;
  text-align: center;
  height: 100%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-arrow-right {
  width: 4%;
  display: table-cell;
  text-align: center;
  height: 100%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date {
  width: 26.666666666666668%;
  text-align: center;
  height: 100%;
  display: table-cell;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date.col-even {
  background-color: #faf9f9;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 auto 15px;
  display: none;
  height: 205px;
  overflow: hidden;
  /*transition: height 1s;

								/.btn-calendar-more {
								 	display: block;
								 }*/
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time.off {
  display: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time.expand {
  /*height: 100%;*/
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time.expand .btn-calendar-more {
  display: none;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time {
    display: block;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul {
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul li {
  margin-bottom: 5px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul h5 {
  font-family: 'cs_prakasbold';
  color: #939598;
  font-size: 11px;
  text-align: left;
  margin: 0 0 5px;
  padding-bottom: 5px;
  min-height: 33px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a {
  display: block;
  background: #fff;
  padding: 5px 0;
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 15px;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a {
    font-size: 12px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a.btn-calendar-less {
  background: transparent;
  border: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a.btn-calendar-less .glyphicon-triangle-top {
  font-size: 10px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a.btn-calendar-less:hover {
  background: transparent;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a .active {
  background-color: #1776bd;
  color: #ffffff;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a.data_timenot {
  color: #ccc;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a.data_timenot:hover {
  background: #ffffff;
  color: #ccc;
  cursor: not-allowed;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .sr-result-table .sr-col-calendar-date .sr-wplace-and-time ul a:hover {
  background: #c8e8ff;
  color: #414042;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .btn-next-availabity {
  display: none;
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  position: relative;
  z-index: 2;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .btn-next-availabity:hover {
  background: #c8e8ff;
  color: #414042;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-body .sr-result-right .btn-next-availabity {
    display: inline-block;
    width: 75%;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination {
  /*background: #f00;*/
  text-align: center;
  padding: 8px 0;
  margin-bottom: 38px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:before,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:after {
  content: " ";
  display: table;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination:after {
  clear: both;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination {
  margin: 0 auto;
  display: block;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination.sr-md-pagination {
  display: none;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination.sr-xs-pagination > li {
  width: 10%;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination.sr-xs-pagination > li.left {
  width: 12%;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination.sr-md-pagination {
    display: block;
  }
  #search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination.sr-xs-pagination {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li.active > a,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li.active > span {
  color: #414042;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li.disabled > a,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li.disabled > span {
  color: #e4e4e4;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li .glyphicon {
  position: relative;
  top: 2px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li > a,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li > span {
  float: none;
  width: auto;
  height: auto;
  text-indent: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  font-size: 16px;
  font-family: 'cs_prakasregular';
  color: #0072bc;
  padding: 4px 8px 1px 8px;
}
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li > a:hover,
#search_result .sr-search-results .sr-search-result-content .sr-search-result-pagination .pagination > li > span:hover {
  color: #414042;
}
#search_result .sr-search-results .sr-search-result-content .sr-mbreak-line {
  display: block;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-mbreak-line {
    display: inline;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-not-sure {
  font-family: 'cs_prakasregular';
  text-align: center;
  margin-bottom: 20px;
  color: #414042;
  font-size: 14px;
}
#search_result .sr-search-results .sr-search-result-content .sr-not-sure a {
  color: #1776bd;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-not-sure {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-appointment-caption {
  font-family: 'cs_prakasregular';
  font-size: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-appointment-caption {
    font-size: 16px;
  }
}
#search_result .sr-search-results .sr-search-result-content .sr-emergency-call {
  font-family: 'cs_prakasregular';
  font-size: 14px;
  text-align: center;
  color: #d21e64;
  margin-bottom: 30px;
}
#search_result .sr-search-results .sr-search-result-content .sr-emergency-call a {
  color: #d21e64;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-search-result-content .sr-emergency-call {
    font-size: 16px;
  }
}
#search_result .sr-search-results .sr-search-result-content .search_foot {
  font-family: 'cs_prakasregular';
  margin-top: 30px;
  margin-bottom: 30px;
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf01 {
  text-align: center;
  padding-bottom: 30px;
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h3 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h3 {
    display: inline;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h3 br {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  color: #1776bd;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h4 {
    display: inline;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf01 h4 br {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf02 {
  text-align: center;
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf02 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #939598;
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf02 h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf02 h4 br {
    display: none;
  }
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf03 {
  text-align: center;
  padding-bottom: 10px;
}
#search_result .sr-search-results .sr-search-result-content .search_foot .sf03 h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #d21e64;
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf03 h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #search_result .sr-search-results .sr-search-result-content .search_foot .sf03 h4 br {
    display: none;
  }
}
#search_result .sr-search-results .sr-filter-button {
  text-align: center;
  width: 55%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  left: 23%;
  z-index: 99;
}
#search_result .sr-search-results .sr-filter-button a {
  font-family: 'cs_prakasbold';
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  color: #469ae9;
  width: 40%;
  -webkit-box-shadow: 0px 0px 8px 5px #e4e4e4;
  -moz-box-shadow: 0px 0px 8px 5px #e4e4e4;
  box-shadow: 0px 0px 8px 5px #e4e4e4;
}
@media (min-width: 992px) {
  #search_result .sr-search-results .sr-filter-button {
    display: none;
  }
}
#search_result .sr-popup-filter {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  top: 100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
@media (min-width: 992px) {
  #search_result .sr-popup-filter {
    display: none;
  }
}
#search_result .sr-popup-filter .sr-filter-head {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 8px 0px #e4e4e4;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
  padding: 8px 0;
  height: 62px;
}
#search_result .sr-popup-filter .sr-filter-head .srft-table {
  display: table;
  width: 100%;
  padding: 10px 0;
}
#search_result .sr-popup-filter .sr-filter-head .srft-table:before,
#search_result .sr-popup-filter .sr-filter-head .srft-table:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-filter-head .srft-table:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-filter-head .srft-table:before,
#search_result .sr-popup-filter .sr-filter-head .srft-table:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-filter-head .srft-table:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-left {
  display: table-cell;
  width: 33.333333333333336%;
  vertical-align: middle;
  text-align: left;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-left a {
  font-family: 'cs_prakasregular';
  color: #1d7abf;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-center {
  display: table-cell;
  width: 33.333333333333336%;
  vertical-align: middle;
  text-align: center;
  font-family: 'cs_prakasregular';
  color: #1776bd;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-center h4 {
  margin: 0;
  font-size: 24px;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-right {
  display: table-cell;
  width: 33.333333333333336%;
  vertical-align: middle;
  text-align: right;
}
#search_result .sr-popup-filter .sr-filter-head .srft-head-right a {
  font-family: 'cs_prakasregular';
  color: #1d7abf;
}
#search_result .sr-popup-filter .sr-filter-body {
  overflow-y: scroll;
  padding: 15px 0;
}
#search_result .sr-popup-filter#sr-popup-browse .sr-filter-body {
  padding-top: 0;
}
#search_result .sr-popup-filter .sr-form-group > label {
  font-family: 'cs_prakasregular';
  color: #333333;
  font-size: 15px;
}
#search_result .sr-popup-filter .sr-form-group .form-group {
  border: solid 1px #e4e4e4;
  border-radius: 5px;
}
#search_result .sr-popup-filter .sr-form-group .form-group:before,
#search_result .sr-popup-filter .sr-form-group .form-group:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-form-group .form-group:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-form-group .form-group:before,
#search_result .sr-popup-filter .sr-form-group .form-group:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-form-group .form-group:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-form-group .form-group.form-group-more {
  height: 85px;
  overflow: hidden;
}
#search_result .sr-popup-filter .sr-form-group .form-group label {
  font-family: 'cs_prakasregular';
  color: #333333;
  padding: 10px 8px;
  display: block;
  margin-left: 0;
  border-right: solid 1px #e4e4e4;
  border-bottom: solid 1px #e4e4e4;
  font-size: 15px;
  margin-bottom: 0;
}
#search_result .sr-popup-filter .sr-form-group .form-group label.radio-inline {
  float: left;
  display: block;
  width: 33.333333333333336%;
  padding-left: 28px;
}
#search_result .sr-popup-filter .sr-form-group .form-group label.radio-inline span {
  margin-left: 5px;
}
#search_result .sr-popup-filter .sr-form-group .form-group label span {
  margin-left: 8px;
}
#search_result .sr-popup-filter .sr-form-group .form-group label.last {
  border-bottom: none;
}
#search_result .sr-popup-filter .sr-form-group .form-group label.not_right {
  border-right: none;
}
#search_result .sr-popup-filter .sr-form-group .form-group.last {
  border-bottom: none;
}
#search_result .sr-popup-filter .sr-filter-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
  text-align: center;
  z-index: 3;
  background: #fff;
  font-family: 'cs_prakasregular';
  font-size: 18px;
  -webkit-box-shadow: 0px -2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px -2px 8px 0px #e4e4e4;
  box-shadow: 0px -2px 8px 0px #e4e4e4;
}
#search_result .sr-popup-filter .sr-filter-foot .btn-apply-filter {
  font-family: 'cs_prakasregular';
  font-size: 16px;
  padding: 10px;
  width: 40%;
  display: inline-block;
  border-radius: 20px;
  background: #1776bd;
  color: #fff;
  margin-top: 10px;
}
#search_result .sr-popup-filter .sr-filter-tab-head {
  padding-left: 0;
  list-style: none;
}
#search_result .sr-popup-filter .sr-filter-tab-head:before,
#search_result .sr-popup-filter .sr-filter-tab-head:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-filter-tab-head:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-filter-tab-head:before,
#search_result .sr-popup-filter .sr-filter-tab-head:after {
  content: " ";
  display: table;
}
#search_result .sr-popup-filter .sr-filter-tab-head:after {
  clear: both;
}
#search_result .sr-popup-filter .sr-filter-tab-head > li {
  width: 50%;
  float: left;
  text-align: center;
  font-family: 'cs_prakasregular';
  color: #888888;
}
#search_result .sr-popup-filter .sr-filter-tab-head > li.active a {
  color: #333;
  background: #fff;
  /*border:none;*/
  border-bottom: solid 1px #fff;
}
#search_result .sr-popup-filter .sr-filter-tab-head > li a {
  background: #f8f8f8;
  display: block;
  color: #888888;
  border-bottom: solid 1px #e4e4e4;
  border-left: solid 0.5px #e4e4e4;
  border-right: solid 0.5px #e4e4e4;
  margin-right: 0;
  border-radius: 0;
  padding: 15px 0;
}
#search_result .sr-popup-filter .sr-filter-tab-content ul {
  list-style: none;
  padding-left: 0;
}
#search_result .sr-popup-filter .sr-filter-tab-content ul strong {
  font-family: 'cs_prakasbold';
  color: #333;
  display: block;
  border-bottom: solid 1px #e4e4e4;
  padding: 8px 0;
}
#search_result .sr-popup-filter .sr-filter-tab-content ul li {
  font-family: 'cs_prakasregular';
  color: #333;
  display: block;
  border-bottom: solid 1px #e4e4e4;
  padding: 8px 0 8px 15px;
}
#search_result .sr-popup-filter .sr-filter-tab-content ul li a {
  color: #333;
}
/* CSS Document */
#appointment {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
#appointment .barStatus {
  padding: 10px 0;
}
#appointment .barStatus:before,
#appointment .barStatus:after {
  content: " ";
  display: table;
}
#appointment .barStatus:after {
  clear: both;
}
#appointment .barStatus:before,
#appointment .barStatus:after {
  content: " ";
  display: table;
}
#appointment .barStatus:after {
  clear: both;
}
@media (min-width: 480px) {
  #appointment .barStatus {
    padding-top: 30px;
  }
}
#appointment .barStatus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#appointment .barStatus ul li {
  float: left;
  width: 33.33%;
  position: relative;
}
#appointment .barStatus ul li em {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #e4e4e4;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-style: normal;
  color: #a7a9ac;
  margin: 0 auto;
  z-index: 1;
  background-color: #ffffff;
  position: relative;
  font-family: 'cs_prakasbold';
}
@media (min-width: 768px) {
  #appointment .barStatus ul li em {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
}
#appointment .barStatus ul li label {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1em;
  font-family: 'cs_prakasbold';
  color: #a7a9ac;
  font-weight: normal;
  font-size: 13px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  #appointment .barStatus ul li label {
    font-size: 15px;
    line-height: 1.2em;
  }
}
#appointment .barStatus ul li.old em {
  background-color: #00bf8c;
  color: #ffffff;
  border: solid 1px #00bf8c;
}
#appointment .barStatus ul li.active em {
  background-color: #00bf8c;
  color: #ffffff;
  border: solid 1px #00bf8c;
}
#appointment .barStatus ul li.active label {
  color: #363636;
}
#appointment .barStatus ul li.step01:before {
  width: 50%;
  position: absolute;
  top: 17px;
  left: 50%;
  height: 6px;
  border: solid 1px #e4e4e4;
  border-width: 1px 0;
  content: '';
}
@media (min-width: 768px) {
  #appointment .barStatus ul li.step01:before {
    top: 25px;
    height: 12px;
  }
}
#appointment .barStatus ul li.step02:before {
  width: 50%;
  position: absolute;
  top: 17px;
  left: 0%;
  height: 6px;
  border: solid 1px #e4e4e4;
  border-width: 1px 0;
  content: '';
}
@media (min-width: 768px) {
  #appointment .barStatus ul li.step02:before {
    top: 25px;
    height: 12px;
  }
}
#appointment .barStatus ul li.step02:after {
  width: 50%;
  position: absolute;
  top: 17px;
  left: 50%;
  height: 6px;
  border: solid 1px #e4e4e4;
  border-width: 1px 0;
  content: '';
}
@media (min-width: 768px) {
  #appointment .barStatus ul li.step02:after {
    top: 25px;
    height: 12px;
  }
}
#appointment .barStatus ul li.step03:before {
  width: 50%;
  position: absolute;
  top: 17px;
  left: 0%;
  height: 6px;
  border: solid 1px #e4e4e4;
  border-width: 1px 0;
  content: '';
}
@media (min-width: 768px) {
  #appointment .barStatus ul li.step03:before {
    top: 25px;
    height: 12px;
  }
}
#appointment .barStatus.barStep02 ul li.step01:before {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .barStatus.barStep02 ul li.step02:before {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .barStatus.barStep03 ul li.step01:before {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .barStatus.barStep03 ul li.step02:before {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .barStatus.barStep03 ul li.step02:after {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .barStatus.barStep03 ul li.step03:before {
  background-color: #00bf8c;
  border: solid 1px #00bf8c;
}
#appointment .appointmentDetail h2 {
  font-family: 'cs_prakasbold';
  font-size: 28px;
  color: #1776bd;
  text-align: center;
  margin: 25px 0;
}
@media (min-width: 992px) {
  #appointment .appointmentDetail h2 {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
#appointment .appointmentDetail .profile_mobile {
  border: solid 1px #d1d3d4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_mobile {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_mobile {
    display: none;
  }
}
#appointment .appointmentDetail .profile_mobile .pmt {
  border-bottom: solid 1px #e4e4e4;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_mobile .pmt {
    padding-left: 130px;
    min-height: 140px;
  }
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmt {
    padding-left: 100px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmt figure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10;
  left: 10px;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_mobile .pmt figure {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmt figure {
    left: 20px;
    width: 85px;
    height: 85px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmt dl {
  font-family: 'cs_prakasregular';
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_mobile .pmt dl {
    padding-top: 10px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmt dl dt {
  color: #0072bc;
  line-height: 2em;
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmt dl dt {
    margin-left: 26px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmt dl dd {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.6em;
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmt dl dd {
    margin-left: 26px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmb {
  padding-top: 20px;
}
#appointment .appointmentDetail .profile_mobile .pmb dl {
  font-family: 'cs_prakasregular';
  font-size: 14px;
}
#appointment .appointmentDetail .profile_mobile .pmb dl dd {
  position: relative;
  padding-left: 70px;
  padding-bottom: 5px;
  text-align: justify;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_mobile .pmb dl dd {
    padding-left: 130px;
  }
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmb dl dd {
    padding-left: 125px;
  }
}
#appointment .appointmentDetail .profile_mobile .pmb dl dd em {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-style: normal;
  width: 60px;
  text-align: right;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_mobile .pmb dl dd em {
    left: 0px;
    width: 100px;
    text-align: right;
  }
}
@media screen and (max-width: 479px) {
  #appointment .appointmentDetail .profile_mobile .pmb dl dd em {
    left: 40px;
  }
}
#appointment .appointmentDetail .profile_desktop {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 13px;
  display: none;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_desktop {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_desktop {
    display: block;
  }
}
#appointment .appointmentDetail .profile_desktop .pmt {
  border-bottom: solid 1px #e4e4e4;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_desktop .pmt {
    padding-left: 130px;
    min-height: 140px;
  }
}
#appointment .appointmentDetail .profile_desktop .pmt figure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10;
  left: 10px;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_desktop .pmt figure {
    width: 110px;
    height: 110px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #appointment .appointmentDetail .profile_desktop .pmt dl {
    padding-top: 20px;
    text-align: justify;
  }
}
#appointment .appointmentDetail .profile_desktop .pmt dl dt {
  color: #0072bc;
  line-height: 2em;
  font-family: 'cs_prakasregular';
  font-size: 20px;
  text-align: justify;
}
#appointment .appointmentDetail .profile_desktop .pmt dl dd {
  margin-bottom: 10px;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  text-align: justify;
}
#appointment .appointmentDetail .profile_desktop .pmb {
  padding-top: 10px;
}
#appointment .appointmentDetail .profile_desktop .pmb dl {
  margin: 5px 0 15px 0;
  text-align: justify;
}
#appointment .appointmentDetail .profile_desktop .pmb dl dd {
  position: relative;
  padding-left: 70px;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  margin-bottom: 5px;
  text-align: justify;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_desktop .pmb dl dd {
    padding-left: 130px;
    text-align: justify;
  }
}
#appointment .appointmentDetail .profile_desktop .pmb dl dd em {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-style: normal;
  width: 60px;
  text-align: right;
  text-align: justify;
}
@media (min-width: 480px) {
  #appointment .appointmentDetail .profile_desktop .pmb dl dd em {
    left: 0px;
    width: 100px;
    text-align: right;
    text-align: justify;
  }
}
#appointment .appointmentDetail .profile_desktop .pmb dl dd em.sess {
  left: 40px;
}
#appointment .appointmentDetail .profile_from {
  margin-top: 0px;
  font-size: 13px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_from {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_from {
    margin-top: 0;
  }
}
#appointment .appointmentDetail .profile_from .row_with_col {
  padding-bottom: 10px;
}
#appointment .appointmentDetail .profile_from .row_group {
  margin-bottom: 35px;
}
#appointment .appointmentDetail .profile_from .close {
  position: relative;
  top: 0px;
  right: -66px;
  color: inherit;
}
#appointment .appointmentDetail .profile_from .title {
  margin-bottom: 15px;
}
#appointment .appointmentDetail .profile_from .title label {
  display: block;
  font-family: 'cs_prakasbold';
  font-size: 16px;
  margin: 10px 0 5px 0;
}
#appointment .appointmentDetail .profile_from .title em {
  font-style: normal;
  line-height: 1.1em;
  font-size: 13px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
}
#appointment .appointmentDetail .profile_from .sub_title {
  margin-bottom: 5px;
}
#appointment .appointmentDetail .profile_from .sub_title em {
  font-style: normal;
  line-height: 1.1em;
  font-size: 13px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
}
#appointment .appointmentDetail .profile_from .fileAdd {
  margin-top: 10px;
}
#appointment .appointmentDetail .profile_from .fileAdd .btn {
  text-align: left;
  position: relative;
  background-color: #f8f8f8;
  border: solid 1px #e4e4e4;
  font-family: 'cs_prakasbold';
  color: #1776bd;
  cursor: default;
  padding-right: 40px;
}
#appointment .appointmentDetail .profile_from .fileAdd .btn em {
  font-style: normal;
  color: #939598;
}
#appointment .appointmentDetail .profile_from .fileAdd .btn .btnClose {
  width: 12px;
  height: 12px;
  background: url(../../assets/images/appointment/close.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
}
#appointment .appointmentDetail .profile_from .btnFilebox {
  margin-top: 15px;
  position: relative;
  height: 40px;
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_from .btnFilebox {
    width: 200px;
  }
}
#appointment .appointmentDetail .profile_from .btnFilebox input {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#appointment .appointmentDetail .profile_from .btnFilebox input:hover {
  background: #c8e8ff;
  color: #414042;
}
#appointment .appointmentDetail .profile_from .btnFilebox span {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #1776bd;
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  font-family: 'cs_prakasbold';
  cursor: pointer;
  position: relative;
  z-index: 9;
}
#appointment .appointmentDetail .profile_from .btnFilebox span:hover {
  background: #c8e8ff;
  color: #414042;
}
#appointment .appointmentDetail .profile_from .row_condition {
  line-height: 1.6em;
  font-size: 13px;
  font-family: 'cs_prakasregular';
}
#appointment .appointmentDetail .profile_from .btnSubmit {
  background: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  margin: 0 auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_from .btnSubmit {
    margin: 0;
    height: 40px;
  }
}
#appointment .appointmentDetail .profile_from .form-select {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_from .form-select {
    margin-top: 0;
  }
}
#appointment .appointmentDetail .profile_contact {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 85px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 20px;
  display: none;
  font-size: 13px;
  font-family: 'cs_prakasregular';
  color: #000;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_contact {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_contact {
    display: block;
  }
}
#appointment .appointmentDetail .profile_contact .icon {
  background: url(../images/appointment/icon_w.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#appointment .appointmentDetail .profile_contact p {
  margin-top: 10px;
  color: #000;
}
#appointment .appointmentDetail .profile_date {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 10px 0px 40px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #appointment .appointmentDetail .profile_date {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .appointmentDetail .profile_date {
    display: block;
  }
}
#appointment .appointmentDetail .profile_date dl {
  padding-top: 10px;
}
#appointment .appointmentDetail .profile_date dl dd {
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  font-family: 'cs_prakasregular';
  margin-bottom: 5px;
}
#appointment .appointmentDetail .profile_date dl dd em {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-style: normal;
  width: 80px;
  text-align: right;
}
#appointment .contact_information {
  font-size: 13px;
}
@media (min-width: 768px) {
  #appointment .contact_information {
    font-size: 15px;
  }
}
#appointment .contact_information h2 {
  font-family: 'cs_prakasbold';
  font-size: 22px;
  color: #1776bd;
  text-align: center;
  margin: 25px 0;
}
@media (min-width: 992px) {
  #appointment .contact_information h2 {
    font-size: 40px;
    padding-top: 10px;
    padding-bottom: 25px;
  }
}
#appointment .contact_information .cileft {
  position: relative;
}
#appointment .contact_information .cileft.cilefttrue:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 249, 249, 0.7);
  z-index: 2;
}
#appointment .contact_information .contact_login_email {
  border: 1px solid #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  z-index: 3;
  position: relative;
  padding: 20px 15px 10px 15px;
}
#appointment .contact_information .contact_login_email h4 {
  font-size: 15px;
  font-family: 'cs_prakasbold';
  margin: 0;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_login_email h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  #appointment .contact_information .contact_login_email h4 {
    font-size: 24px;
  }
}
#appointment .contact_information .contact_login_email.active {
  border: solid 2px #1776bd;
}
#appointment .contact_information .contact_login_email .contact_login_email_true {
  display: none;
}
#appointment .contact_information .contact_login_email .contact_login_email_true label {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 14px;
}
#appointment .contact_information .contact_login_email .contact_login_email_true a {
  font-size: 12px;
}
#appointment .contact_information .contact_login_email .contact_login_email_true .btnSubmit {
  background: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  margin: 0px 0 0px 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_login_email .contact_login_email_true .btnSubmit {
    margin: 0px 0 0px 0;
    height: 40px;
  }
}
#appointment .contact_information .contact_login_email .contact_login_email_true #btnCloseLogin {
  height: 40px;
  line-height: 40px;
  float: right;
  margin: 0px 10px 0px 0;
}
#appointment .contact_information .contact_or {
  margin-top: 15px;
  position: relative;
}
#appointment .contact_information .contact_or label {
  width: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #ffffff;
  height: 20px;
  line-height: 20px;
  position: relative;
  font-weight: normal;
  font-size: 15px;
}
#appointment .contact_information .contact_or:before {
  content: '';
  border-bottom: solid 1px #e4e4e4;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
}
#appointment .contact_information .contact_form {
  margin-top: 20px;
}
#appointment .contact_information .contact_form::-moz-placeholder {
  color: #939598;
  opacity: 1;
}
#appointment .contact_information .contact_form:-ms-input-placeholder {
  color: #939598;
}
#appointment .contact_information .contact_form::-webkit-input-placeholder {
  color: #939598;
}
#appointment .contact_information .contact_form::-webkit-input-placeholder {
  color: #939598;
  opacity: 1 !important;
}
#appointment .contact_information .contact_form:-moz-placeholder {
  color: #939598;
  opacity: 1 !important;
}
#appointment .contact_information .contact_form::-moz-placeholder {
  color: #939598;
  opacity: 1 !important;
}
#appointment .contact_information .contact_form:-ms-input-placeholder {
  color: #939598;
  opacity: 1 !important;
}
#appointment .contact_information .contact_form h4 {
  font-family: 'cs_prakasbold';
  font-size: 24px;
  margin: 0px;
  letter-spacing: normal;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_form h4 {
    font-size: 24px;
  }
}
#appointment .contact_information .contact_form .close {
  position: relative;
  top: 0px;
  right: -66px;
  color: inherit;
}
#appointment .contact_information .contact_form .newline_row {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .contact_form .newline_row {
    margin-top: 12px;
  }
}
#appointment .contact_information .contact_form .row_form {
  margin-top: 10px;
  margin-bottom: 10px;
}
#appointment .contact_information .contact_form .row_form .mirror_email {
  font-size: 14px;
  font-family: 'cs_prakasregular';
  color: #939598;
  margin-left: 15px;
  padding: 10px 0;
}
#appointment .contact_information .contact_form .row_form .btn-toggle {
  position: relative;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 100%;
  -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);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-align: left;
  font-size: 13px;
  height: 34px;
  padding-right: 30px;
  overflow: hidden;
  z-index: 1;
}
#appointment .contact_information .contact_form .row_form .btn-toggle img {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 16px;
  height: 16px;
}
#appointment .contact_information .contact_form .row_form .btn-toggle .country_name {
  padding-left: 25px;
}
#appointment .contact_information .contact_form .row_form .btn-toggle .icon-sort {
  position: absolute;
  top: 9px;
  right: 1px;
  border: none;
  background: url('../../assets/images/icon/sort-3.png') #fff center center no-repeat !important;
  width: 32px;
  height: 15px;
  padding: 8px;
}
#appointment .contact_information .contact_form .row_form .option {
  position: absolute;
  top: 31px;
  left: 15px;
  width: 87.2%;
  border-bottom: 1px solid #ccc;
  display: none;
  list-style: none;
  line-height: 2.3em;
  font-size: 13px;
  padding-left: 0;
  height: 250px;
  overflow: auto;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 1199px) {
  #appointment .contact_information .contact_form .row_form .option {
    width: 85%;
  }
}
#appointment .contact_information .contact_form .row_form .option li {
  margin: 0;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding-left: 10px;
  cursor: pointer;
}
#appointment .contact_information .contact_form .row_form .option li:hover {
  background: #c8e8ff;
  color: #414042;
}
#appointment .contact_information .contact_form .row_form .option li span {
  padding-left: 10px;
}
#appointment .contact_information .contact_form .row_email {
  margin-top: 10px;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .contact_form .row_email {
    margin-top: 10px;
    margin-bottom: 5px !important;
  }
}
#appointment .contact_information .contact_form .last_row {
  padding-bottom: 15px;
}
#appointment .contact_information .contact_form .form-group {
  margin-bottom: 0;
}
#appointment .contact_information .contact_form .form-group label {
  font-size: 14px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_form .form-group label {
    font-size: 15px;
  }
}
#appointment .contact_information .contact_form .form-group .col01 {
  float: left;
  width: 40%;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_form .form-group .col01 {
    padding: 0 15px;
  }
}
#appointment .contact_information .contact_form .form-group .col02 {
  float: left;
  width: 60%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_form .form-group .col02 {
    padding: 0 15px;
  }
}
#appointment .contact_information .contact_form .form-group .boxRadio {
  border: solid 1px #d1d3d4;
  float: left;
  width: auto;
  padding: 0px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_form .form-group .boxRadio {
    border: none;
    padding: 0px 0px;
  }
}
#appointment .contact_information .contact_form .form-group .boxRadio .boxRadioLeft {
  float: left;
  padding: 5px 0;
}
#appointment .contact_information .contact_form .form-group .boxRadio .boxRadioRight {
  float: left;
  padding: 5px 0;
  margin-left: 10px;
  border-left: solid 1px #d1d3d4;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_form .form-group .boxRadio .boxRadioRight {
    border: none;
  }
}
#appointment .contact_information .contact_form .form-group em {
  font-style: normal;
}
#appointment .contact_information .contact_form .form-group.has-error em {
  color: #d65184;
}
#appointment .contact_information .contact_form .form-group.has-error .form-control {
  border-color: #d65184;
}
#appointment .contact_information .contact_form .form-group .select_code {
  list-style: none;
}
#appointment .contact_information .contact_form .form-group .select_code .flag {
  width: 16px;
  height: 16px;
}
#appointment .contact_information .contact_form fieldset {
  border: solid 1px #d1d3d4;
  border-width: 1px 0;
  padding: 15px 0;
}
#appointment .contact_information .contact_form fieldset .date-appointment {
  z-index: 1;
}
#appointment .contact_information .contact_form fieldset.fieldset02 {
  border-width: 0px 0px 1px 0;
}
#appointment .contact_information .contact_form fieldset.fieldset02 .regis_term {
  font-size: 13px;
  font-family: 'cs_prakasregular';
  color: #939598;
  margin-top: 20px;
}
#appointment .contact_information .contact_form fieldset.fieldset02 .regis_term a {
  color: #0072bc;
}
#appointment .contact_information .contact_form fieldset .row_form {
  margin: 10px 0;
}
#appointment .contact_information .contact_form fieldset .emrecomment {
  display: block;
  color: #939598;
  padding-left: 20px;
  font-size: 13px;
}
#appointment .contact_information .contact_form fieldset .check_field {
  font-size: 15px;
  font-family: 'cs_prakasbold';
}
#appointment .contact_information .contact_form .error {
  font-size: 13px;
  color: #d65184;
  font-family: 'cs_prakasregular';
  font-style: normal;
}
#appointment .contact_information .contact_form .error em {
  color: #d65184;
}
#appointment .contact_information .contact_form .error em a {
  color: #23527c !important;
}
#appointment .contact_information .contact_form .btnSubmit {
  background: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 18px;
  margin: 15px auto 40px auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_form .btnSubmit {
    margin: 20px 0 40px 0;
    height: 40px;
    font-size: 16px;
  }
}
#appointment .contact_information .profile_desktop {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 15px;
  display: none;
  margin-top: 0px;
}
@media (min-width: 992px) {
  #appointment .contact_information .profile_desktop {
    display: block;
  }
}
#appointment .contact_information .profile_desktop .pmt {
  border-bottom: solid 1px #e4e4e4;
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  #appointment .contact_information .profile_desktop .pmt {
    padding-left: 130px;
    min-height: 140px;
  }
}
#appointment .contact_information .profile_desktop .pmt figure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10;
  left: 10px;
}
@media (min-width: 480px) {
  #appointment .contact_information .profile_desktop .pmt figure {
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .profile_desktop .pmt dl {
    padding-top: 20px;
  }
}
#appointment .contact_information .profile_desktop .pmt dl dt {
  color: #0072bc;
  line-height: 2em;
  font-family: 'cs_prakasregular';
  font-size: 20px;
}
#appointment .contact_information .profile_desktop .pmt dl dd {
  margin: 10px 0;
  font-family: 'cs_prakasregular';
  font-size: 14px;
}
#appointment .contact_information .profile_desktop .pmb {
  padding-top: 10px;
}
#appointment .contact_information .profile_desktop .pmb dl {
  margin: 5px 0 15px 0;
  text-align: justify;
}
#appointment .contact_information .profile_desktop .pmb dl dd {
  position: relative;
  padding-left: 70px;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  margin-bottom: 5px;
  text-align: justify;
}
@media (min-width: 480px) {
  #appointment .contact_information .profile_desktop .pmb dl dd {
    padding-left: 130px;
    text-align: justify;
  }
}
#appointment .contact_information .profile_desktop .pmb dl dd em {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-style: normal;
  width: 60px;
  text-align: right;
}
@media (min-width: 480px) {
  #appointment .contact_information .profile_desktop .pmb dl dd em {
    left: 0px;
    width: 100px;
    text-align: right;
  }
}
#appointment .contact_information .profile_contact {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 85px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 20px;
  display: none;
  font-size: 13px;
  font-family: 'cs_prakasregular';
  color: #000;
}
@media (min-width: 768px) {
  #appointment .contact_information .profile_contact {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .contact_information .profile_contact {
    display: block;
  }
}
#appointment .contact_information .profile_contact .icon {
  background: url(../images/appointment/icon_w.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}
#appointment .contact_information .profile_contact p {
  margin-top: 10px;
}
#appointment .contact_information .profile_date {
  border: solid 1px #e4e4e4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 10px 10px 0px 40px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #appointment .contact_information .profile_date {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #appointment .contact_information .profile_date {
    display: block;
  }
}
#appointment .contact_information .profile_date dl {
  padding-top: 10px;
  text-align: justify;
}
#appointment .contact_information .profile_date dl dd {
  position: relative;
  padding-left: 100px;
  font-size: 14px;
  font-family: 'cs_prakasregular';
  margin-bottom: 5px;
}
#appointment .contact_information .profile_date dl dd em {
  position: absolute;
  top: 0;
  left: 0px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-style: normal;
  width: 80px;
  text-align: right;
}
#appointment .contact_information .contact_member h4 {
  font-family: 'cs_prakasbold';
  font-size: 18px;
  font-weight: normal;
}
#appointment .contact_information .contact_member p {
  margin-bottom: 5px;
  font-family: 'cs_prakasregular';
  font-size: 14px;
}
#appointment .contact_information .contact_list_member {
  margin-top: 30px;
}
#appointment .contact_information .contact_list_member dl {
  text-align: justify;
}
#appointment .contact_information .contact_list_member dl dd {
  position: relative;
  padding-left: 150px;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  margin: 5px 0 15px 0;
  text-align: justify;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_list_member dl dd {
    padding-left: 200px;
    text-align: justify;
  }
}
#appointment .contact_information .contact_list_member dl dd em {
  font-size: 14px;
  font-family: 'cs_prakasbold';
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
}
#appointment .contact_information .wrapContactList {
  max-width: 480px;
  margin: 0 auto;
}
#appointment .contact_information .contact_description {
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
  font-family: 'cs_prakasregular';
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_description {
    font-size: 18px;
    max-width: 450px;
    margin-top: -20px;
  }
}
#appointment .contact_information .contact_description em {
  font-size: 14px;
  font-style: normal;
  color: #939598;
}
#appointment .contact_information .appointmentSummary {
  margin-top: 10px;
  margin-bottom: 30px;
  border: solid 1px #d1d3d4;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary {
    max-width: 600px;
  }
}
#appointment .contact_information .appointmentSummary .head-mobile {
  background: #1776bd;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-mobile {
    height: 80px;
    display: none;
  }
}
#appointment .contact_information .appointmentSummary .head-mobile h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: 'cs_prakasbold';
  line-height: 40px;
  padding-left: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-mobile h5 {
    line-height: 80px;
    font-size: 20px;
    text-align: justify;
  }
}
#appointment .contact_information .appointmentSummary .head-mobile .other {
  position: absolute;
  top: 25px;
  right: 10px;
  display: none;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-mobile .other {
    display: block;
  }
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  float: left;
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -99999px;
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul li a.email {
  background: url(../images/appointment/email.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul li a.print {
  background: url(../images/appointment/print.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile .other ul li a.file {
  background: url(../images/appointment/file.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile #lineother {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/appointment/icon_as.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
#appointment .contact_information .appointmentSummary .head-mobile #lineother.btnclose {
  background: url(../images/appointment/close2.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul li {
  margin: 0 5px;
  padding: 0;
  list-style: none;
  float: left;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul li a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -99999px;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul li a.email {
  background: url(../images/appointment/email.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul li a.print {
  background: url(../images/appointment/print.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-mobile .other-mobile ul li a.file {
  background: url(../images/appointment/file.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-desktop {
  background: #1776bd;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-desktop {
    height: 80px;
    display: block;
  }
}
#appointment .contact_information .appointmentSummary .head-desktop h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-family: 'cs_prakasbold';
  line-height: 40px;
  padding-left: 15px;
  text-align: justify;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-desktop h5 {
    line-height: 35px;
    padding-top: 5px;
    font-size: 18px;
    text-align: justify;
  }
}
#appointment .contact_information .appointmentSummary .head-desktop .other {
  position: absolute;
  top: 25px;
  right: 10px;
  display: none;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .head-desktop .other {
    display: block;
  }
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul li {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  float: left;
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -99999px;
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul li a.email {
  background: url(../images/appointment/email.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul li a.print {
  background: url(../images/appointment/print.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .head-desktop .other ul li a.file {
  background: url(../images/appointment/file.png) no-repeat center center;
  background-size: contain;
}
#appointment .contact_information .appointmentSummary .body {
  border-bottom: solid 1px #d1d3d4;
  padding: 10px 15px 0 15px;
}
#appointment .contact_information .appointmentSummary .body dl dd {
  position: relative;
  padding-left: 120px;
  margin: 5px 0 10px 0;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .body dl dd {
    padding-left: 200px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .appointmentSummary .body dl dd {
    padding-left: 135px;
  }
}
#appointment .contact_information .appointmentSummary .body dl dd em {
  font-family: 'cs_prakasbold';
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 100px;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .body dl dd em {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .appointmentSummary .body dl dd em {
    width: 112px;
  }
}
#appointment .contact_information .appointmentSummary .bfoot {
  padding: 10px 15px 0 15px;
}
#appointment .contact_information .appointmentSummary .bfoot dl dd {
  position: relative;
  padding-left: 120px;
  font-family: 'cs_prakasregular';
  margin: 5px 0 10px 0;
  font-size: 14px;
  line-height: 1.6em;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .bfoot dl dd {
    padding-left: 200px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .appointmentSummary .bfoot dl dd {
    padding-left: 135px;
  }
}
#appointment .contact_information .appointmentSummary .bfoot dl dd em {
  font-family: 'cs_prakasbold';
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 100px;
}
@media (min-width: 768px) {
  #appointment .contact_information .appointmentSummary .bfoot dl dd em {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  #appointment .contact_information .appointmentSummary .bfoot dl dd em {
    width: 112px;
  }
}
#appointment .contact_information .appointmentSummary .bfoot dl dd div {
  line-height: 2.3em;
  text-align: justify;
}
#appointment .contact_information .aif {
  font-size: 14px;
  font-family: 'cs_prakasregular';
  color: #939598;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #appointment .contact_information .aif {
    font-size: 15px;
  }
}
#appointment .contact_information .contact_list_form .form-group {
  margin-bottom: 0;
}
#appointment .contact_information .contact_list_form .form-group label {
  font-size: 14px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_list_form .form-group label {
    font-size: 15px;
  }
}
#appointment .contact_information .contact_list_form .form-group .col01 {
  float: left;
  width: 40%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_list_form .form-group .col01 {
    padding: 0 15px;
  }
}
#appointment .contact_information .contact_list_form .form-group .col02 {
  float: left;
  width: 60%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_list_form .form-group .col02 {
    padding: 0 15px;
  }
}
#appointment .contact_information .contact_list_form .form-group .boxRadio {
  border: solid 1px #d1d3d4;
  float: left;
  width: auto;
  padding: 0px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_list_form .form-group .boxRadio {
    border: none;
    padding: 0px 0px;
  }
}
#appointment .contact_information .contact_list_form .form-group .boxRadio .boxRadioLeft {
  float: left;
  padding: 5px 0;
}
#appointment .contact_information .contact_list_form .form-group .boxRadio .boxRadioRight {
  float: left;
  padding: 5px 0;
  margin-left: 10px;
  border-left: solid 1px #d1d3d4;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #appointment .contact_information .contact_list_form .form-group .boxRadio .boxRadioRight {
    border: none;
  }
}
#appointment .contact_information .contact_list_form .form-group em {
  font-style: normal;
}
#appointment .contact_information .contact_list_form .form-group.has-error em {
  color: #d65184;
}
#appointment .contact_information .contact_list_form .form-group.has-error .form-control {
  border-color: #d65184;
}
#appointment .contact_information .contact_list_form fieldset {
  border: solid 1px #d1d3d4;
  border-width: 1px 0;
  padding-top: 5px;
}
#appointment .contact_information .contact_list_form fieldset.fieldset02 {
  border-width: 0px 0px 1px 0;
}
#appointment .contact_information .contact_list_form fieldset .row_form {
  padding: 10px 0;
}
#appointment .contact_information .contact_list_form fieldset .emrecomment {
  display: block;
  color: #939598;
  padding-left: 20px;
  font-style: normal;
  font-size: 13px;
}
#appointment .contact_information .contact_list_form fieldset .check_field {
  font-size: 15px;
  font-family: 'cs_prakasbold';
}
#appointment .contact_information .contact_list_form .btnSubmit {
  background: #1776bd;
  color: #ffffff;
  font-family: 'cs_prakasbold';
  font-size: 18px;
  margin: 20px auto 40px auto;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  #appointment .contact_information .contact_list_form .btnSubmit {
    margin: 20px 0 40px 0;
    height: 40px;
  }
}
/* ### find a doctor - profile time submit ### */
#profile_finddoctor {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
#profile_finddoctor .more-doctor .suggest_doctor {
  margin-top: 30px;
  border-top: 2px solid #e4e4e4;
  padding-top: 20px;
  height: 275px;
  overflow: hidden;
}
#profile_finddoctor .more-doctor .doctor-lists {
  width: 100%;
  height: 100%;
}
#profile_finddoctor .more-doctor .doctor-card {
  width: 31.5%;
  height: 190px;
  padding: 20px 20px 20px 10px;
  border: 1px solid #dcddde;
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card {
    width: 284px;
    height: 128px;
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card {
    width: 330px;
    height: 153.33333333px;
  }
}
#profile_finddoctor .more-doctor .doctor-card .img-mask {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0.5em;
  float: left;
}
@media (min-width: 1200px) {
  #profile_finddoctor .more-doctor .doctor-card .img-mask {
    width: 110px;
    height: 110px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card .img-mask {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card .img-mask {
    width: 73.33333333px;
    height: 73.33333333px;
  }
}
#profile_finddoctor .more-doctor .doctor-card .info {
  display: table;
}
#profile_finddoctor .more-doctor .doctor-card .info .name {
  text-align: left;
  margin-top: 0.5em;
  font-size: 17px;
  color: #0072bc;
  font-family: 'cs_prakasbold';
}
@media (min-width: 1200px) {
  #profile_finddoctor .more-doctor .doctor-card .info .name {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card .info .name {
    font-size: 15px;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card .info .name {
    font-size: 15px;
    margin-left: 0.5em;
  }
}
#profile_finddoctor .more-doctor .doctor-card .info .department {
  margin: 5px 0;
}
@media (min-width: 1200px) {
  #profile_finddoctor .more-doctor .doctor-card .info .department {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card .info .department {
    font-size: 13px;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card .info .department {
    font-size: 15px;
    margin-left: 0.5em;
  }
}
#profile_finddoctor .more-doctor .doctor-card .info .language {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #profile_finddoctor .more-doctor .doctor-card .info .language {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card .info .language {
    font-size: 13px;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card .info .language {
    font-size: 15px;
  }
}
#profile_finddoctor .more-doctor .doctor-card .info .next_availability {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 30px;
  margin-top: 10px;
  background-color: #f8f8f8;
  color: #999;
}
@media (min-width: 1200px) {
  #profile_finddoctor .more-doctor .doctor-card .info .next_availability {
    padding: 6.66666667px 16.66666667px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .more-doctor .doctor-card .info .next_availability {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  #profile_finddoctor .more-doctor .doctor-card .info .next_availability {
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .more-doctor .doctor-card .info .next_availability {
    font-size: 13px;
    padding: 5px 10px;
  }
}
#profile_finddoctor .sr-popup-confirm {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0px 2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px 2px 8px 0px #e4e4e4;
  box-shadow: 0px 2px 8px 0px #e4e4e4;
}
#profile_finddoctor .sr-popup-confirm.show {
  display: block;
}
@media (min-width: 992px) {
}
#profile_finddoctor .sr-popup-confirm .sr-filter-body {
  overflow-y: scroll;
  padding: 15px 0;
}
#profile_finddoctor .sr-popup-confirm#sr-popup-browse .sr-filter-body {
  padding-top: 0;
}
#profile_finddoctor .sr-popup-confirm .sr-filter-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  text-align: center;
  z-index: 3;
  background: #fff;
  font-family: 'cs_prakasregular';
  font-size: 18px;
  -webkit-box-shadow: 0px -2px 8px 0px #e4e4e4;
  -moz-box-shadow: 0px -2px 8px 0px #e4e4e4;
  box-shadow: 0px -2px 8px 0px #e4e4e4;
}
#profile_finddoctor .sr-popup-confirm .sr-filter-foot .btn-apply-filter {
  font-family: 'cs_prakasregular';
  font-size: 16px;
  padding: 10px;
  width: 40%;
  display: inline-block;
  border-radius: 20px;
  background: #1776bd;
  color: #fff;
  margin-top: 10px;
}
#profile_finddoctor .sr-popup-confirm .sr-filter-foot .mconfirm {
  padding: 10px 60px;
  border-radius: 20px;
  margin-top: 20px;
  background-color: #e4e4e4;
  border: none;
  color: #d0d0d0;
  font-size: 18px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
}
@media (max-width: 1199px) {
  #profile_finddoctor .sr-popup-confirm .sr-filter-foot .mconfirm {
    font-size: 16px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .sr-popup-confirm .sr-filter-foot .mconfirm {
    padding: 10px 25px;
  }
}
#profile_finddoctor .sr-popup-confirm .sr-filter-foot .mconfirm.active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .sr-popup-confirm .sr-filter-foot .mconfirm:hover {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .remarks {
  padding: 60px 0;
  text-align: center;
}
#profile_finddoctor .remarks .highlight-grey {
  color: #939598;
}
#profile_finddoctor .remarks .highlight-red {
  color: #d21e64;
}
#profile_finddoctor .search_foot {
  font-family: 'cs_prakasregular';
  margin-top: 40px;
  margin-bottom: 30px;
}
#profile_finddoctor .search_foot .sf01 {
  text-align: center;
  padding-bottom: 30px;
}
#profile_finddoctor .search_foot .sf01 h3 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf01 h3 {
    display: inline;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf01 h3 br {
    display: none;
  }
}
#profile_finddoctor .search_foot .sf01 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  color: #1776bd;
  line-height: 1.2em;
  margin: 0;
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf01 h4 {
    display: inline;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf01 h4 br {
    display: none;
  }
}
#profile_finddoctor .search_foot .sf02 {
  text-align: center;
}
#profile_finddoctor .search_foot .sf02 h4 {
  font-family: 'cs_prakasregular';
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #939598;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .search_foot .sf02 h4 {
    font-size: 18.66666667px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf02 h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #profile_finddoctor .search_foot .sf02 h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf02 h4 br {
    display: none;
  }
}
#profile_finddoctor .search_foot .sf03 {
  text-align: center;
  padding-bottom: 10px;
}
#profile_finddoctor .search_foot .sf03 h4 {
  font-family: 'cs_prakasbold';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
  color: #d21e64;
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .search_foot .sf03 h4 {
    font-size: 22.66666667px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf03 h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #profile_finddoctor .search_foot .sf03 h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #profile_finddoctor .search_foot .sf03 h4 br {
    display: none;
  }
}
#profile_finddoctor .profile_mobile {
  margin-top: 40px;
  display: block;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_mobile {
    display: none;
  }
}
#profile_finddoctor .profile_mobile .profile .name {
  font-family: 'cs_prakasbold';
  font-size: 30px;
  color: #0072bc;
  text-align: center;
}
#profile_finddoctor .profile_mobile .profile .picture {
  max-width: 270px;
  margin: 0 auto;
}
#profile_finddoctor .profile_mobile .profile .descriptions {
  width: 100%;
  height: auto;
  display: table;
  margin: 25px auto;
  font-family: 'cs_prakasregular';
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .profile_mobile .profile .descriptions {
    font-size: 16px;
  }
}
#profile_finddoctor .profile_mobile .profile .descriptions .row_desc {
  margin: 15px 0;
}
#profile_finddoctor .profile_mobile .profile .descriptions .row_desc .desc_title {
  width: 100%;
  text-align: right;
  float: right;
  margin-right: 25px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .profile_mobile .profile .descriptions .row_desc .desc_title {
    margin-right: 25px;
  }
}
#profile_finddoctor .profile_mobile .profile .descriptions .row_desc .desc_name {
  line-height: 1.4em;
}
#profile_finddoctor .profile_mobile .profile .full-calendar {
  z-index: 15;
  font-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  right: 110px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #profile_finddoctor .profile_mobile .profile .full-calendar {
    top: 18px;
    right: 100px;
    font-size: 22px;
    width: 22px;
    height: 22px;
  }
}
#profile_finddoctor .profile_mobile .profile .schedule-title h4 {
  font-size: 22px;
  text-align: center;
  font-family: 'cs_prakasbold';
  margin-bottom: 20px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .control-prev {
  width: 80px;
  height: 60px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 10;
  background-color: #f8f8f8;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .control-prev .pull-left {
  background-image: url('../images/fdt/arrow-left.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 10;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .control-next {
  width: 80px;
  height: 60px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 10;
  background-color: #f8f8f8;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .control-next .pull-right {
  background-image: url('../images/fdt/arrow-right.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 10;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule {
  height: auto;
  position: relative;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .schedule-callback {
  max-width: 400px;
  margin: 0 auto;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .schedule-callback .schedule-calendar {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc-view table {
  width: 100%;
  margin: 0 auto;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc-head-container {
  background-color: #fff;
  border-top: 1px solid #e4e4e4 !important;
  border-bottom: 1px solid #e4e4e4 !important;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc-row .fc-widget-header table {
  width: 100%;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-sun,
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-tue,
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-thu,
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-sat {
  background-color: #f8f8f8;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc th.fc-widget-header {
  height: 60px;
  vertical-align: middle;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc th.fc-widget-header span {
  font-family: 'cs_prakasbold';
  font-size: 16px;
  width: 80%;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc th.fc-widget-header span:first-line {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc th.fc-widget-header span:first-line {
    font-size: 14px;
  }
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc th,
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc td {
  border: none;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc-widget-header {
  padding: 0 20px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule .fc-state-highlight {
  background: none !important;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule th.fc-day-header {
  text-align: left;
  padding-left: 60px;
  width: 80%;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content {
  padding: 0 35px;
}
@media (max-width: 991px) {
  #profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content {
    padding: 0 0px;
  }
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .title {
  font-family: 'cs_prakasbold';
  color: #939598;
  font-size: 15px;
  text-align: center;
  margin: 10px auto;
  padding: 10px 0px;
  background-color: #f8f8f8;
  width: 70%;
  border-radius: 5px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group {
  width: 70%;
  margin: 0 auto;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time {
  text-align: center;
  display: block;
  background: #fff;
  padding: 15px 0;
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #d1d3d4;
  margin: 0 0 10px 0;
  white-space: nowrap;
  cursor: pointer;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less {
  background: transparent;
  border: none;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less .glyphicon-triangle-top {
  font-size: 10px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less:hover {
  background: transparent;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time .active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time:hover {
  background: #c8e8ff;
  color: #414042;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body {
  width: 100%;
  min-height: 60px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule {
  width: 100%;
  float: left;
  padding: 0 60px;
  margin-top: -4px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
  /*transition: height 1s;

    						/.btn-calendar-more {
    							display: block;
    						 }*/
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time.off {
  display: none;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time.col-even {
  background-color: #faf9f9;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time.expand {
  /*height: 100%;*/
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time.expand .btn-calendar-more {
  display: none;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
  }
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul {
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul li {
  margin-top: 15px;
  margin-bottom: 40px;
  padding-left: 30px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
  font-family: 'cs_prakasbold';
  color: #939598;
  font-size: 13px;
  text-align: left;
  margin: 0 0 5px;
  padding-bottom: 5px;
  min-height: 25px;
  padding: 0 30px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
  width: 94%;
  display: block;
  background: #fff;
  padding: 10px 15px;
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 15px;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  white-space: nowrap;
  text-align: center;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less {
  background: transparent;
  border: none;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less .glyphicon-triangle-top {
  font-size: 10px;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less:hover {
  background: transparent;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a .btn-next-availabity {
  display: none;
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  position: relative;
  z-index: 2;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a .btn-next-availabity:hover {
  background: #c8e8ff;
  color: #414042;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a .btn-next-availabity {
    display: inline-block;
    width: 75%;
  }
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.data_timenot {
  color: #ccc;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.data_timenot:hover {
  background: #ffffff;
  color: #ccc;
  cursor: not-allowed;
}
#profile_finddoctor .profile_mobile .profile .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a:hover {
  background: #c8e8ff;
  color: #414042;
}
#profile_finddoctor .profile_mobile .profile .education {
  margin-top: 25px;
  font-family: 'cs_prakasregular';
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 2px solid #e4e4e4;
}
#profile_finddoctor .profile_mobile .profile .education h3 {
  font-weight: bold;
}
#profile_finddoctor .profile_mobile .profile .education dl {
  position: relative;
  padding-left: 60px;
}
#profile_finddoctor .profile_mobile .profile .education dl dt {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 16px;
  font-weight: normal;
}
#profile_finddoctor .profile_mobile .profile .education dl dd {
  font-size: 16px;
  margin-left: 45px;
}
#profile_finddoctor .profile_mobile .profile .education dl dd h4 {
  font-size: 16px;
}
#profile_finddoctor .profile_mobile .profile .education dl label {
  font-weight: normal;
}
#profile_finddoctor .profile_mobile .profile .certificate {
  margin-top: 20px;
  font-family: 'cs_prakasregular';
  width: 100%;
  margin: 0 auto;
}
#profile_finddoctor .profile_mobile .profile .certificate h3 {
  font-weight: bold;
}
#profile_finddoctor .profile_mobile .profile .certificate dl {
  position: relative;
  padding-left: 60px;
}
#profile_finddoctor .profile_mobile .profile .certificate dl dt {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 16px;
  font-weight: normal;
}
#profile_finddoctor .profile_mobile .profile .certificate dl dd {
  font-size: 16px;
  margin-left: 45px;
}
#profile_finddoctor .profile_mobile .profile .certificate dl dd h4 {
  font-size: 16px;
}
#profile_finddoctor .profile_mobile .profile .certificate dl label {
  font-weight: normal;
}
#profile_finddoctor .profile_desktop {
  margin-top: 40px;
  display: none;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_desktop {
    display: block;
  }
}
#profile_finddoctor .profile_desktop .doctor_info {
  margin-bottom: 15px;
}
#profile_finddoctor .profile_desktop .doctor_info .doctor_name {
  font-family: 'cs_prakasbold';
  font-size: 38px;
  color: #0072bc;
}
#profile_finddoctor .profile_desktop .doctor_desc {
  font-family: 'cs_prakasregular';
  line-height: 2.0em;
  font-size: 16px;
}
#profile_finddoctor .profile_desktop h4 {
  margin: 25px 0 15px 0;
}
#profile_finddoctor .profile_desktop .doctor_edu {
  line-height: 1.4em;
  font-size: 16px;
}
#profile_finddoctor .profile_desktop .doctor_edu .edu_degree {
  font-family: 'cs_prakasregular';
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.6em;
}
#profile_finddoctor .profile_desktop .doctor_edu .edu_u {
  margin-bottom: 10px;
  line-height: 1.6em;
}
#profile_finddoctor .profile_desktop .header_filter {
  margin-top: 60px;
  padding: 30px 15px 10px 15px;
}
#profile_finddoctor .profile_desktop .header_filter .heading {
  font-family: 'cs_prakasregular';
  font-size: 22px;
  margin-left: 0px;
  font-weight: bold;
}
#profile_finddoctor .profile_desktop .schedule-area .pull-left {
  background-image: url('../images/fdt/arrow-left.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 10;
}
#profile_finddoctor .profile_desktop .schedule-area .pull-right {
  background-image: url('../images/fdt/arrow-right.png') !important;
  background-size: 100% 100%;
  width: 16px !important;
  height: 24px !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 20px;
  right: 35px;
  z-index: 10;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule {
  height: auto;
  position: relative;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .schedule-calendar {
  border: 1px solid #e4e4e4;
  border-bottom: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc-view table {
  width: 100%;
  margin: 0 auto;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc-head-container {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4e4e4 !important;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc-row .fc-widget-header table {
  width: 100%;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-sun,
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-tue,
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-thu,
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-sat {
  background-color: #f8f8f8;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc th.fc-widget-header {
  height: 60px;
  vertical-align: middle;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc th.fc-widget-header span {
  font-family: 'cs_prakasregular';
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #profile_finddoctor .profile_desktop .schedule-area .schedule .fc th.fc-widget-header span {
    width: 100%;
    font-size: 13px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc th.fc-widget-header span:first-line {
  font-family: 'cs_prakasregular';
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1200px) {
  #profile_finddoctor .profile_desktop .schedule-area .schedule .fc th.fc-widget-header span:first-line {
    font-size: 14px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc-state-highlight {
  background: none !important;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc th,
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc td {
  border: none;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule .fc-widget-header {
  padding: 0 20px;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content {
  padding: 0 35px;
}
@media (max-width: 991px) {
  #profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content {
    padding: 0 0px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .title {
  font-family: 'cs_prakasbold';
  color: #939598;
  font-size: 12px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group {
  width: 80%;
  margin: 0 auto;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time {
  text-align: center;
  display: block;
  background: #fff;
  padding: 5px 0;
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 16px;
  border-radius: 5px;
  border: solid 1px #d1d3d4;
  margin: 0 0 10px 0;
  white-space: nowrap;
  cursor: pointer;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less {
  background: transparent;
  border: none;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less .glyphicon-triangle-top {
  font-size: 10px;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time.btn-calendar-less:hover {
  background: transparent;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time .active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .profile_desktop .schedule-area .schedule td.fc-widget-content .schedule-group-item .time-group .time:hover {
  background: #c8e8ff;
  color: #414042;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body {
  width: 100%;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule {
  width: 100%;
  float: left;
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 0 35px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: -4px;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time {
  width: 100%;
  list-style: none;
  padding-left: 0;
  min-height: 150px;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time li {
  width: 100%;
  margin-top: 60px;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time li a.btn-next-availabity {
  display: none;
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time li a.btn-next-availabity:hover {
  background: #c8e8ff;
  color: #414042;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time li a.btn-next-availabity {
    display: inline-block;
    width: 100%;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .media-place-and-time li a:hover {
  background: #c8e8ff;
  color: #414042;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
  position: relative;
  width: 171px;
  float: left;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
  /*transition: height 1s;

						/.btn-calendar-more {
							display: block;
						 }*/
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time.off {
  display: none;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time.col-even {
  background-color: #faf9f9;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time.expand {
  /*height: 100%;*/
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time.expand .btn-calendar-more {
  display: none;
}
@media (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
    width: 194px;
  }
}
@media screen and (min-width: 1024px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
    width: 119px;
    min-height: 213px;
  }
}
@media screen and (min-width: 1280px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
    width: 148px;
    min-height: 220px;
  }
}
@media screen and (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
    width: 171px;
    min-height: 235px;
  }
}
@media screen and (min-width: 1920px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time {
    display: block;
    width: 194px;
    min-height: 256px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul {
  padding-top: 15px;
  list-style: none;
  padding-left: 0;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul li {
  margin-bottom: 5px;
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul li {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul li {
    padding-left: 30px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
  font-family: 'cs_prakasbold';
  color: #939598;
  font-size: 11px;
  text-align: left;
  margin: 0 0 5px;
  padding-bottom: 5px;
  min-height: 25px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1920px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul h4 {
    font-size: 12px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
  width: 80%;
  display: block;
  background: #fff;
  padding: 5px 15px;
  color: #1776bd;
  font-family: 'cs_prakasregular';
  font-size: 12px;
  border-radius: 5px;
  border: solid 1px #e4e4e4;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
    font-size: 8px;
  }
}
@media screen and (min-width: 1280px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1920px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a {
    font-size: 15px;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less {
  background: transparent;
  border: none;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less .glyphicon-triangle-top {
  font-size: 10px;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-calendar-less:hover {
  background: transparent;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.data_timenot {
  color: #ccc;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.data_timenot:hover {
  background: #ffffff;
  color: #ccc;
  cursor: not-allowed;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-next-availabity {
  display: none;
  color: #0072bc;
  font-family: 'cs_prakasregular';
  font-size: 14px;
  padding: 10px 20px;
  margin: 20px 0;
  border-radius: 4px;
  border: solid 1px #e4e4e4;
  position: relative;
  z-index: 2;
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-next-availabity:hover {
  background: #c8e8ff;
  color: #414042;
}
@media (min-width: 992px) {
  #profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a.btn-next-availabity {
    display: inline-block;
    width: 75%;
  }
}
#profile_finddoctor .profile_desktop .schedule-area .result_body .result_schedule .sr-wplace-and-time ul a:hover {
  background: #c8e8ff;
  color: #414042;
}
#profile_finddoctor .profile_desktop .summary_choose {
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 20px 14px;
  font-family: 'cs_prakasregular';
  color: #000;
  font-weight: bold;
}
#profile_finddoctor .profile_desktop .summary_choose .summary_desc {
  line-height: 1.8em;
  font-size: 18px;
  padding: 15px 0 20px 0;
}
#profile_finddoctor .profile_desktop .summary_choose .summary_desc .wait-select {
  font-family: 'cs_prakasregular';
  color: #888;
  margin: 20px 0 10px 0;
  font-weight: normal;
}
#profile_finddoctor .profile_desktop .summary_choose .summary_desc .choose_dr_name .dr_name {
  color: #0072bc;
}
#profile_finddoctor .profile_desktop .summary_choose .summary_desc .choose_time_location .dr_time {
  color: #0072bc;
}
#profile_finddoctor .profile_desktop .summary_choose .summary_desc .choose_time_location .dr_location {
  color: #0072bc;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  margin: 10px 0;
  float: inherit;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .text {
  color: #939598;
  font-size: 18px;
  font-family: 'cs_prakasregular';
  font-weight: normal;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .text.unselect {
  padding: 10px 0;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .text.selected {
  color: #414042;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .text.selected span {
  color: #1776bd;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .confirm {
  padding: 10px 60px;
  border-radius: 20px;
  background-color: #e4e4e4;
  border: none;
  color: #d0d0d0;
  font-size: 18px;
  font-family: 'cs_prakasbold';
  font-weight: normal;
  float: right !important;
}
@media (max-width: 1199px) {
  #profile_finddoctor .profile_desktop .summary_choose .submit-area .confirm {
    font-size: 16px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1199px) {
  #profile_finddoctor .profile_desktop .summary_choose .submit-area .confirm {
    padding: 10px 25px;
  }
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .confirm.active {
  background-color: #1776bd;
  color: #ffffff;
}
#profile_finddoctor .profile_desktop .summary_choose .submit-area .confirm:hover {
  background-color: #1776bd;
  color: #ffffff;
}
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding: 1em 0;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
@media (max-width: 991px) {
  .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
  }
}

/*# sourceMappingURL=web.css.map */