.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.footer, .header, .marketing {
  padding-right: 1rem;
  padding-left: 1rem;
}

.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.footer {
  padding-top: 1.5rem;
  color: #777;
  border-top: .05rem solid #e5e5e5;
}

.container-narrow > hr {
  margin: 2rem 0;
}

.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}

.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

.marketing {
  margin: 3rem 0;
}

.marketing p + h4 {
  margin-top: 1.5rem;
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D1t000000EcsB&v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?orgId=00D1t000000EcsB#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?orgId=00D1t000000EcsB&v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?orgId=00D1t000000EcsB&v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?orgId=00D1t000000EcsB&v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?orgId=00D1t000000EcsB&v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before, .fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before, .fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.book-appointment-slider {
  margin: 0 0 50px;
}

.book-appointment-slider .slick-next, .book-appointment-slider .slick-prev {
  position: absolute;
  top: inherit;
  bottom: 0;
}

.book-appointment-slider .slick-prev {
  left: 0;
  right: inherit;
}

.book-appointment-slider .slick-next {
  left: inherit;
  right: 0;
}

.book-appointment-slider .btn-wrap {
  margin: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.book-appointment-slider .btn-wrap .btn-next {
  margin-left: auto;
}

.book-appointment-slider .book-appointment-slide-01 .btn-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

b {
  font-weight: 700;
}

body, p {
  font-size: 20px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  line-height: 1.4;
}

p.p-text-lg {
  font-size: 24px;
}

p.p-text-md {
  font-size: 16px;
}

p.p-text-sm {
  font-size: 12px;
  font-family: Poppins, sans-serif;
}

a {
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.btn, a {
  font-size: 16px;
  line-height: 1.4;
}

.btn {
  font-weight: 800;
}

.btn, h1, h2, h3, h4, h5, h6 {
  font-family: Maven Pro, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  line-height: 1.2;
}

h1, h3 {
  font-weight: 500;
}

h2, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 56px;
}

h1.h1-lg {
  font-size: 112px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 40px;
}

h4.h4-md {
  font-size: 38px;
}

h4.h4-sm {
  font-size: 36px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 30px;
}

h6.h6-roboto {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

h6.h6-sm {
  font-size: 22px;
  font-weight: 700;
}

.form-control {
  font-weight: 500;
  font-weight: 400;
}

.form-control, label {
  font-size: 24px;
  font-family: Maven Pro, sans-serif;
  line-height: 1.2;
}

label {
  font-weight: 500;
}

.form-style-inline .form-control, .form-style-inline label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.subscribe-newsletter-block label {
  font-size: 38px;
  font-weight: 400;
  font-family: Maven Pro, sans-serif;
}

.footer-home p {
  font-size: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-home a, .footer-home li {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer-home .fa {
  font-size: 40px;
}

.footer .footer-content-wrapper li {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.footer .fa {
  font-size: 30px;
}

.footer a {
  font-size: 26px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

.footer .social-media-nav .nav-item:last-child a {
  font-size: 20px;
}

.groovy-numbers-card h2 {
  font-family: Roboto, sans-serif;
}

.groovy-innovation-card h5 {
  font-size: 18px;
}

.who-we-are-card h5 {
  font-size: 20px;
}

.who-we-are-card .btn, .who-we-are-card .p-text-md {
  font-size: 12px;
}

.fast-service-card h6.h6-sm {
  font-size: 20px;
}

.banner-wrapper h4 {
  font-size: 36px;
}

.banner-wrapper h6 {
  font-size: 22px;
}

.scroll-down {
  font-weight: 300;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.top-header-content .fa {
  font-size: 26px;
}

.top-header-content .hotline-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.top-header-content .top-nav-list .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.header .navbar .nav-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.static-center-style-card p, .text-center-lg-style p {
  font-size: 24px;
  text-align: center;
}

.contact-us-card h6 {
  font-size: 24px;
}

.contact-us-card a, .contact-us-card p {
  font-size: 16px;
}

.find-us-block .nav-link {
  font-size: 18px;
  font-weight: 400;
  text-transform: inherit;
}

.find-us-block .nav-link span {
  text-transform: uppercase;
}

.contact-us-social-block .fa {
  font-size: 40px;
}

.services-nav-content-card p {
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Maven Pro, sans-serif;
  font-weight: 700;
}

.active .services-nav-content-card p {
  font-size: 17px;
}

.open-position-card h6 {
  font-weight: 400;
}

.open-position-card p {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.form-careers-content .form-control {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.custom-radio-select label {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Maven Pro, sans-serif;
  font-weight: 700;
}

.dr-box-wrapper-block h6 {
  font-size: 14px;
  font-family: Maven Pro, sans-serif;
  font-weight: 700;
}

.dr-box-wrapper-block p {
  font-size: 14px;
  font-family: Maven Pro, sans-serif;
  font-weight: 400;
}

.summery-nav p, .summery-nav span {
  font-size: 16px;
  font-family: Maven Pro, sans-serif;
}

.summery-nav p {
  font-weight: 700;
}

.summery-nav span {
  font-weight: 400;
}

.mbsc-calendar-day-text, .mbsc-calendar-title, .mbsc-calendar-week-day {
  font-weight: 700;
  font-family: Maven Pro, sans-serif;
}

.mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
  font-size: 30px;
  font-weight: 700;
  font-family: Maven Pro, sans-serif;
}

.mbsc-calendar-title {
  font-size: 32px;
}

.mbsc-calendar-day-text, .mbsc-ios.mbsc-calendar-week-day {
  font-size: 30px;
}

@media screen and (max-width: 992px) {
  body, p {
    font-size: 16px;
  }
  
  p.p-text-lg {
    font-size: 20px;
  }
  
  p.p-text-md {
    font-size: 14px;
  }
  
  p.p-text-sm {
    font-size: 12px;
    font-family: Poppins, sans-serif;
  }
  
  .btn, a {
    font-size: 14px;
  }
  
  h1 {
    font-size: 32px;
  }
  
  h1.h1-lg {
    font-size: 56px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 26px;
  }
  
  h4, h4.h4-md {
    font-size: 24px;
  }
  
  h4.h4-sm {
    font-size: 22px;
  }
  
  h5 {
    font-size: 20px;
  }
  
  h6, h6.h6-sm {
    font-size: 18px;
  }
  
  .form-control, label {
    font-size: 20px;
  }
  
  .subscribe-newsletter-block label {
    font-size: 24px;
  }
  
  .footer-home p {
    font-size: 16px;
  }
  
  .footer-home a, .footer-home li {
    font-size: 14px;
  }
  
  .footer-home .fa {
    font-size: 40px;
  }
  
  .footer .footer-content-wrapper li {
    font-size: 14px;
  }
  
  .footer .fa {
    font-size: 20px;
  }
  
  .footer a {
    font-size: 18px;
  }
  
  .footer .social-media-nav .nav-item:last-child a {
    font-size: 16px;
  }
  
  .groovy-innovation-card h5 {
    font-size: 18px;
  }
  
  .who-we-are-card h5 {
    font-size: 16px;
  }
  
  .who-we-are-card .btn, .who-we-are-card .p-text-md {
    font-size: 12px;
  }
  
  .fast-service-card h6.h6-sm {
    font-size: 16px;
  }
  
  .banner-wrapper h4 {
    font-size: 26px;
  }
  
  .banner-wrapper h6 {
    font-size: 20px;
  }
  
  .scroll-down {
    font-size: 14px;
  }
  
  .top-header-content .fa {
    font-size: 16px;
  }
  
  .header .navbar .nav-link, .top-header-content .hotline-link, .top-header-content .top-nav-list .nav-link {
    font-size: 14px;
  }
  
  .static-center-style-card p, .text-center-lg-style p {
    font-size: 18px;
  }
  
  .contact-us-card h6 {
    font-size: 20px;
  }
  
  .contact-us-card a, .contact-us-card p {
    font-size: 14px;
  }
  
  .find-us-block .nav-link {
    font-size: 18px;
  }
  
  .contact-us-social-block .fa {
    font-size: 30px;
  }
  
  .services-nav-content-card p {
    font-size: 14px;
  }
  
  .active .services-nav-content-card p {
    font-size: 17px;
  }
  
  .custom-radio-select label, .open-position-card p {
    font-size: 14px;
  }
  
  .dr-box-wrapper-block h6, .dr-box-wrapper-block p {
    font-size: 12px;
  }
  
  .summery-nav p, .summery-nav span {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  header .btn {
    padding: 0 5px;
    font-size: 10px;
  }
  
  .mbsc-calendar-day-text, .mbsc-ios.mbsc-calendar-week-day, .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
    font-size: 18px;
  }
  
  .mbsc-calendar-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 370px) {
  .top-header-content .fa {
    font-size: 14px;
  }
  
  .top-header-content .hotline-link, .top-header-content .top-nav-list .nav-link {
    font-size: 12px;
  }
}

.img-fluid {
  width: 100%;
}

.navbar-brand {
  background: url(../images/groovy-logo.png) no-repeat 50% / contain;
  width: 275px;
  height: 137px;
  display: block;
  padding: 0;
  margin: 0;
}

.navbar-brand svg {
  width: 100%;
  height: auto;
}

.background-contain {
  background-size: contain;
}

.background-contain, .background-cover {
  background-position: 50%;
  background-repeat: no-repeat;
}

.background-cover {
  background-size: cover;
}

.icon-size-01 {
  width: 75px;
  height: 75px;
  display: block;
}

.laser-hair-removal-icon {
  background: url(../images/laser-hair-removal-icon.svg) no-repeat 50% / contain;
}

.body-shaping-clinic-icon {
  background: url(../images/body-shaping-clinic-icon.svg) no-repeat 50% / contain;
}

.dermatology-icon {
  background: url(../images/dermatology-icon.svg) no-repeat 50% / contain;
}

.icon-size-02 {
  width: 16px;
  height: 10px;
  display: block;
}

.ic-arrows-right {
  background: url(../images/ic-arrows-right.svg) no-repeat 50% / contain;
}

.icon-size-03 {
  width: 125px;
  height: 125px;
  display: block;
}

.ic-media-play {
  background: url(../images/ic-media-play.svg) no-repeat 50% / contain;
}

.icon-size-04 {
  width: 95px;
  height: 95px;
  display: block;
}

.success-story-icon {
  background: url(../images/success-story-icon.svg) no-repeat 50% / contain;
}

.professional-therapist-icon {
  background: url(../images/professional-therapist-icon.svg) no-repeat 50% / contain;
}

.success-sport-icon {
  background: url(../images/success-sport-icon.svg) no-repeat 50% / contain;
}

.medical-professional-icon {
  background: url(../images/medical-professional-icon.svg) no-repeat 50% / contain;
}

.img-contact-us-home {
  width: calc(100% + 90px);
}

.our-mission-icon {
  background: url(../images/our-mission-icon.svg) no-repeat 50% / contain;
}

.our-vision-icon {
  background: url(../images/our-vision-icon.png) no-repeat 50% / contain;
}

.icon-size-05 {
  width: 127px;
  height: 127px;
  display: block;
}

.quality-care-icon {
  background: url(../images/quality-care-icon.svg) no-repeat 50% / contain;
}

.fawless-customer-service-icon {
  background: url(../images/fawless-customer-service-icon.svg) no-repeat 50% / contain;
}

.safe-icon {
  background: url(../images/safe-icon.png) no-repeat 50% / contain;
}

.fitness-icon {
  background: url(../images/fitness-icon.png) no-repeat 50% / contain;
}

.beauty-icon {
  background: url(../images/beauty-icon.png) no-repeat 50% / contain;
}

.medical-icon {
  background: url(../images/medical-icon.png) no-repeat 50% / contain;
}

.icon-size-06 {
  width: 46px;
  height: 46px;
  display: block;
}

.phone-contact-icon {
  background: url(../images/phone-contact-icon.svg) no-repeat 50% / contain;
}

.email-contact-icon {
  background: url(../images/email-contact-icon.svg) no-repeat 50% / contain;
}

.opening-contact-icon {
  background: url(../images/opening-contact-icon.svg) no-repeat 50% / contain;
}

.icon-size-07 {
  width: 56px;
  height: 56px;
  display: block;
}

.service-body-shaping-clinic-icon {
  background: url(../images/service-body-shaping-clinic-icon.svg) no-repeat 50% / contain;
}

.service-laser-hair-removal-icon {
  background: url(../images/service-laser-hair-removal-icon.svg) no-repeat 50% / contain;
}

.service-dermatology-icon {
  background: url(../images/service-dermatology-icon.svg) no-repeat 50% / contain;
}

.dr-img-wrapper-style {
  border-radius: 100%;
  border: 10px solid #fff;
  display: block;
  max-width: 112px;
  width: 100%;
  margin: 0 auto;
}

.selected-service-appointment .service-body-shaping-clinic-icon, [type=radio]:checked + label .service-body-shaping-clinic-icon {
  background: url(../images/service-body-shaping-clinic-green-icon.svg) no-repeat 50% / contain;
}

.selected-service-appointment .service-laser-hair-removal-icon, [type=radio]:checked + label .service-laser-hair-removal-icon {
  background: url(../images/service-laser-hair-removal-green-icon.svg) no-repeat 50% / contain;
}

.selected-service-appointment .service-dermatology-icon, [type=radio]:checked + label .service-dermatology-icon {
  background: url(../images/service-dermatology-green-icon.svg) no-repeat 50% / contain;
}

.icon-size-08 {
  width: 34px;
  height: 34px;
  display: block;
}

.edit-icon {
  background: url(../images/edit-icon.svg) no-repeat 50% / contain;
}

.arrow-icon-size {
  width: 24px;
  height: 24px;
  display: block;
}

.arrow-prev-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background: url(../images/arrow-prev-icon.svg) no-repeat 50% / contain;
}

.arrow-next-icon {
  background: url(../images/arrow-next-icon.svg) no-repeat 50% / contain;
}

.form-group {
  margin: 0 0 15px;
}

.form-control {
  height: auto;
  background: #fff;
  padding: 15px 45px;
  border: 2px solid #65a22e;
  color: #6d2b88;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #65a22e;
  color: #65a22e;
}

.form-control::-webkit-input-placeholder {
  color: #6d2b88;
}

.form-control::-moz-placeholder {
  color: #6d2b88;
}

.form-control:-ms-input-placeholder {
  color: #6d2b88;
}

.form-control:-moz-placeholder {
  color: #6d2b88;
}

.form-style-01 .form-control {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #c4c4c4;
}

.form-style-01 .form-control:focus {
  border-color: #6d2b88;
}

textarea.form-control {
  resize: none;
}

textarea.textarea-adjust-height {
  min-height: 218px;
}

.error-msg {
  position: absolute;
  bottom: 5px;
  padding: 0 0 0 15px;
  color: red !important;
  font-size: .8rem;
  font-weight: 400;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.custom-radio-select {
  position: relative;
}

.custom-radio-select label {
  color: #65a22e;
}

.custom-radio-select [type=radio]:checked + label {
  color: #fff;
}

.custom-radio-select [type=radio]:checked, .custom-radio-select [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio-select [type=radio]:checked + label, .custom-radio-select [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.custom-radio-select [type=radio]:checked + label:before, .custom-radio-select [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #65a22e;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
}

.custom-radio-select [type=radio]:checked + label:after, .custom-radio-select [type=radio]:not(:checked) + label:after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #65a22e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 20px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.custom-radio-select [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio-select [type=radio]:checked + label:before {
  border-color: #fff;
}

.custom-radio-select [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-radio-select .dr-box-wrapper-block, .custom-radio-select .location-appointment, .custom-radio-select .services-nav-content-card, .custom-radio-select .time-slot-time {
  position: relative;
  z-index: 10;
}

.select-doctor-appointment-block .custom-radio-select [type=radio]:checked + label:before, .select-doctor-appointment-block .custom-radio-select [type=radio]:not(:checked) + label:before {
  border: 2px solid #ebebeb;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.select-doctor-appointment-block .custom-radio-select [type=radio]:checked + label:before {
  border-color: #65a22e;
  border-width: 4px;
}

.select-doctor-appointment-block .custom-radio-select [type=radio]:checked + label:after, .select-doctor-appointment-block .custom-radio-select [type=radio]:not(:checked) + label:after {
  background: #fff;
}

.custom-radio-select [type=radio]:disabled + label:before {
  border-color: #b9b9b9;
}

.custom-radio-select [type=radio]:disabled + label {
  color: #b9b9b9;
}

.form-style-inline .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.form-style-inline .form-group:last-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-style-inline .form-group:last-child label {
  margin-top: 15px;
}

.form-style-inline label {
  margin: 0;
  max-width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.form-style-inline .form-control {
  max-width: calc(100% - 120px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  border: 2px solid hsla(0,0%,72.5%,.35);
  border-radius: 10px;
  padding: 15px;
}

.form-style-inline .form-control:focus {
  border-color: #65a22e;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #6d2b88;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text, .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  background: #65a22e;
  border-color: #65a22e;
  color: #fff;
}

.md-mobile-picker-inline {
  display: block;
  position: relative;
  margin: 0 0 25px;
}

.mbsc-ios.mbsc-datepicker-inline, .mbsc-ios.mbsc-datepicker .mbsc-calendar, .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell, .mbsc-ios.mbsc-datepicker .mbsc-calendar-slide {
  border: 0;
  background: transparent;
}

.mbsc-ios.mbsc-calendar-header, .mbsc-ios.mbsc-calendar-wrapper {
  border: 0;
  background: none;
}

.mbsc-calendar-cell > div:first-child {
  display: none !important;
}

.hide-content {
  display: none;
}

.mbsc-calendar-controls {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mbsc-calendar-controls .custom-view {
  display: none;
}

.mbsc-calendar-controls .custom-view-nav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.mbsc-calendar-controls .custom-view-nav + .mbsc-calendar-button {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.mbsc-calendar-controls #mbsc-control-4 + .mbsc-calendar-button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.mbsc-calendar-title {
  color: #6d2b88;
  text-transform: uppercase;
}

.mbsc-calendar-week-day {
  color: #65a22e;
  text-transform: uppercase;
}

.mbsc-calendar-day-inner .mbsc-calendar-day-text {
  color: #65a22e;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
  border: 4px solid #65a22e;
  border-radius: 20px;
  margin: 0 auto 15px;
  padding: 0;
  width: 65px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
  color: #fff;
  border-color: #fff;
  background: #65a22e;
  text-transform: uppercase;
  margin: 0 auto 15px;
  padding: 0;
  width: 65px;
  height: 80px;
}

.mbsc-disabled .mbsc-calendar-cell-text {
  color: #b9b9b9;
  border-color: #b9b9b9;
  opacity: 1;
}

.mbsc-button-icon {
  display: block;
  width: 34px;
  height: 34px;
}

.mbsc-calendar-button[aria-label="Next page"], .mbsc-calendar-button[aria-label="Previous page"] {
  position: absolute;
  top: 125px;
}

.mbsc-calendar-button[aria-label="Previous page"] {
  left: -8px;
}

.mbsc-calendar-button[aria-label="Previous page"] .mbsc-button-icon {
  background: url(../images/calendar-arrow-prev.svg) no-repeat 50% / contain;
}

.mbsc-calendar-button[aria-label="Next page"] {
  right: -8px;
}

.mbsc-calendar-button[aria-label="Next page"] .mbsc-button-icon {
  background: url(../images/calendar-arrow-next.svg) no-repeat 50% / contain;
}

.mbsc-calendar-button .mbsc-icon > svg {
  display: none;
}

@media screen and (max-width: 575px) {
  .mbsc-calendar-day-inner .mbsc-calendar-day-text {
    width: 35px;
    height: 50px;
  }
  
  .mbsc-ios.mbsc-datepicker .mbsc-highlighted .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-end .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-range-hover-start .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
    padding: 0;
    width: 35px;
    height: 50px;
  }
  
  .mbsc-calendar-button[aria-label="Next page"], .mbsc-calendar-button[aria-label="Previous page"] {
    top: 2px;
  }
  
  .mbsc-calendar-button[aria-label="Previous page"] {
    left: 0;
  }
  
  .mbsc-calendar-button[aria-label="Next page"] {
    right: 0;
  }
  
  .pick-date-appointment-block.pick-date-appointment-calendar-block {
    padding: 0 10px;
  }
}

body {
  position: relative;
  color: #6d2b88;
}

.map-wrapper iframe {
  width: 100%;
  min-height: 400px;
}

.block-title-wrapper {
  margin: 0;
  position: relative;
}

.block-title-wrapper .block-title {
  color: #65a22e;
  margin: 0 0 25px;
}

.block-title-wrapper .block-subtitle {
  color: #65a22e;
  margin: 0 0 15px;
  text-transform: inherit;
}

.block-title-wrapper .block-brief {
  color: #6d2b88;
  border-left: 10px solid #6d2b88;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.block-title-wrapper.block-title-left {
  margin: 0 0 50px;
}

.block-title-wrapper.title-center-lines {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 50px;
}

.block-title-wrapper.title-center-lines:after, .block-title-wrapper.title-center-lines:before {
  content: "";
  display: block;
  background: #6d2b88;
  width: 56px;
  height: 10px;
}

.block-title-wrapper.title-center-lines h2 {
  margin: 0;
  padding: 0 30px;
}

.title-content-seperator-line {
  width: 10px;
  height: 90px;
  background: #6d2b88;
  display: block;
  margin: 0 auto;
}

.icon-main-wrapper-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-main-wrapper-02 h6 {
  margin: 0;
  padding: 0 0 0 15px;
  color: #65a22e;
  max-width: calc(100% - 127px);
}

.gallery-link {
  display: block;
  margin: 0 0 30px;
  position: relative;
}

.gallery-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #6d2b88;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-link:before, .gallery-link:hover:before {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.gallery-link:hover:before {
  opacity: .4;
}

.img-line {
  display: block;
  position: relative;
}

.img-line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 10px;
  background: #6d2b88;
}

.img-line.img-line-right:after {
  right: 0;
}

.img-line.img-line-left:after {
  left: 0;
}

.summery-nav .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px solid hsla(0,0%,72.5%,.35);
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 30px;
}

.summery-nav .list-item .btn {
  padding: 0;
  margin-left: auto;
}

.summery-nav .list-item .services-nav-content-card {
  padding: 0;
}

.summery-nav .list-item .services-nav-content-card:after {
  display: none;
}

.summery-nav p {
  margin: 0;
}

.summery-nav .dr-img-wrapper-style {
  width: 50px;
  border: 0;
  margin-right: 10px;
}

.summery-nav .services-nav-content-card p {
  max-width: calc(100% - 60px);
  color: #6d2b88;
}

.summery-nav .services-nav-content-card span {
  color: #65a22e;
}

.summery-nav .services-nav-content-card .service-nav-icon-wrapper {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #65a22e;
}

.summery-nav .services-nav-content-card .service-nav-icon-wrapper .icon-size-07 {
  width: 36px;
  height: 36px;
}

a, a:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  cursor: pointer;
}

a:hover {
  color: #000;
}

.btn.focus, .btn:focus, a, a:focus, a:hover, button, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
}

.btn {
  background: transparent;
  text-transform: uppercase;
  border: 3px solid transparent;
  padding: 15px 50px;
  border-radius: 82px;
  -webkit-border-radius: 82px;
  -moz-border-radius: 82px;
  -ms-border-radius: 82px;
  -o-border-radius: 82px;
}

.btn.btn-sm {
  padding: 15px 20px;
}

.btn.btn-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.btn-with-icon i {
  margin: 0 0 0 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.btn-white {
  background: #fff;
  color: #65a22e;
  border-color: #fff;
}

.btn-white:hover {
  background: #65a22e;
  color: #fff;
}

.btn-white.btn-white-purple {
  color: #6d2b88;
  border-color: #707070;
}

.btn-white.btn-white-purple:hover {
  border-color: #707070;
  color: #fff;
}

.btn-green-outline {
  background: #fff;
  color: #65a22e;
  border-color: #65a22e;
}

.btn-green, .btn-green-outline:hover {
  background: #65a22e;
  color: #fff;
}

.btn-green, .btn-green:hover {
  border-color: #65a22e;
}

.btn-green:hover {
  background: #fff;
  color: #65a22e;
}

.btn-green.btn-with-icon:hover {
  background: #65a22e;
  color: #fff;
  border-color: #65a22e;
}

.btn-green.btn-with-icon:hover i {
  margin: 0 0 0 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.btn-purple {
  background: #6d2b88;
  color: #fff;
  border-color: #6d2b88;
}

.btn-purple:hover {
  background: #fff;
  color: #6d2b88;
  border-color: #6d2b88;
}

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-arrow:hover i, .btn-arrow i {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.btn-arrow.prev-btn i {
  margin-right: 30px;
}

.btn-arrow.next-btn i {
  margin-left: 30px;
}

.prev-btn {
  background: #b9b9b9;
}

.prev-btn, .prev-btn:hover {
  color: #fff;
}

.prev-btn:hover i {
  margin-right: 15px;
}

.prev-btn.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.next-btn {
  background: #6d2b88;
}

.next-btn, .next-btn:hover {
  color: #fff;
}

.next-btn:hover i {
  margin-left: 15px;
}

.header {
  padding: 0;
}

.header .top-header {
  background: #6d2b88;
  padding: 15px 0;
}

.header .top-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top-header .top-header-content {
  border-left: 3px solid #fff;
  padding: 0 15px;
  height: 32px;
}

.header .top-header .top-header-content:first-child {
  border: 0;
}

.header .social-media-nav .nav-link {
  color: #fff;
  padding: 0 15px;
}

.header .social-media-nav .nav-link:hover {
  color: #65a22e;
}

.header .hotline-link {
  color: #fff;
  padding: 0 15px;
}

.header .hotline-link:hover {
  color: #65a22e;
}

.header .top-nav-list {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top-nav-list .nav-link {
  border-left: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
}

.header .top-nav-list .nav-link:hover {
  color: #65a22e;
}

.header .top-nav-list .nav-item:first-child .nav-link {
  border-left: 0;
}

.header .navbar {
  padding: 15px 0;
}

.header .navbar .navbar-brand {
  margin-top: -32px;
}

.header .navbar .navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .navbar .nav-link {
  color: #6d2b88;
  padding: 0 7.5px;
}

.header .navbar .active.nav-link, .header .navbar .nav-link.active, .header .navbar .nav-link:hover {
  color: #65a22e;
}

.block {
  position: relative;
  display: block;
  padding: 50px 0;
}

.fast-services-block {
  background: #65a22e;
  margin: 0 0 50px;
  padding: 35px 0 20px;
}

.fast-services-block .col-lg-4 {
  margin-bottom: 15px;
}

.our-services-block .home-services-card:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.our-news-block a {
  position: relative;
}

.our-news-block a i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -62.5px 0 0 -62.5px;
}

.groovy-numbers-block {
  background: url(../images/groovy-numbers-background.png) no-repeat 50% / cover;
  display: block;
  position: relative;
  padding: 75px 0;
}

.subscribe-newsletter-block {
  background: #6d2b88;
  padding: 30px 0;
  display: block;
}

.subscribe-newsletter-block .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-newsletter-block label {
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.subscribe-newsletter-block.form-style-01 .form-control {
  border-color: #fff;
  color: #fff;
  margin: 0 30px;
}

.subscribe-newsletter-block.form-style-01 .form-control::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-newsletter-block.form-style-01 .form-control::-moz-placeholder {
  color: #fff;
}

.subscribe-newsletter-block.form-style-01 .form-control:-ms-input-placeholder {
  color: #fff;
}

.subscribe-newsletter-block.form-style-01 .form-control:-moz-placeholder {
  color: #fff;
}

.contact-us-home-block .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us-home-block .form-style-01 {
  border: 11px solid #65a22e;
  padding: 50px 65px;
}

.contact-us-home-block h4 {
  color: #6d2b88;
}

.contact-us-home-block .block-title {
  position: relative;
  padding-left: 75px;
}

.contact-us-home-block .block-title:after {
  content: "";
  right: 0;
  top: 50%;
  position: absolute;
  margin: -.5px 0 0;
  display: block;
  max-width: 180px;
  width: calc(100% - 475px);
  height: 1px;
  background: #6d2b88;
}

.groovy-innovation-block .col-md-6 {
  margin-bottom: 25px;
}

.banner-wrapper {
  position: relative;
  background: purple;
  overflow: hidden;
}

.banner-wrapper .scroll-down {
  position: absolute;
  bottom: 60px;
  left: -20px;
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.banner-wrapper .col-lg-6 {
  position: relative;
}

.banner-wrapper .col-lg-6:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.banner-wrapper .col-lg-6:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.banner-wrapper .banner-caption-slider, .banner-wrapper .slick-item, .banner-wrapper .slick-list, .banner-wrapper .slick-track {
  height: 100%;
}

.banner-wrapper .slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-wrapper .caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-wrapper .caption-wrapper .btn {
  margin-top: auto;
}

.banner-wrapper h4 {
  text-transform: capitalize;
  color: #65a22e;
  margin: 0 0 30px;
}

.banner-wrapper h6 {
  text-transform: inherit;
  color: #fff;
  margin: 0 0 60px;
}

.banner-wrapper h1 {
  color: #fff;
  margin: 0 0 60px;
  position: relative;
}

.banner-wrapper h1 span {
  position: relative;
  display: block;
  padding-left: 115px;
}

.banner-wrapper h1 span:before {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  background: #65a22e;
}

.banner-wrapper .banner-caption-slider .slick-dots {
  position: absolute;
  top: 0;
  left: -60px;
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-wrapper .banner-caption-slider .slick-dots li {
  margin: 7.5px 0;
}

.banner-wrapper .banner-caption-slider .slick-dots button {
  width: 12px;
  height: 14px;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #65a22e;
  text-indent: -99999px;
}

.banner-wrapper .banner-caption-slider .slick-dots .slick-active button, .banner-wrapper .banner-caption-slider .slick-dots button {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.banner-wrapper .banner-caption-slider .slick-dots .slick-active button {
  background: #65a22e;
}

.internal-banner-wrapper {
  min-height: 279px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 0;
}

.internal-banner-wrapper h1 {
  position: relative;
  padding-left: 115px;
  color: #fff;
}

.internal-banner-wrapper h1:before {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  background: #65a22e;
}

.internal-banner-wrapper h1.no-style {
  padding-left: 0;
}

.internal-banner-wrapper h1.no-style:before {
  display: none;
}

.about-groovy-block p {
  margin: 0 0 30px;
}

.about-groovy-block p:last-child {
  margin: 0;
}

.contact-us-block .container {
  border: 7px solid #65a22e;
  padding: 50px 50px 25px;
}

.contact-us-block h4 {
  margin: 0 0 25px;
}

.contact-us-block h4, .get-in-touch-block h4 {
  color: #65a22e;
  text-align: center;
  display: block;
}

.get-in-touch-block h4 {
  margin: 0 0 50px;
}

.get-in-touch-block .form-group {
  margin: 0 0 25px;
}

.get-in-touch-block .btn {
  border-radius: 0;
  width: 100%;
}

.find-us-block h4 {
  color: #65a22e;
  margin: 0 0 50px;
  text-align: center;
  display: block;
}

.find-us-block .col-md-6 {
  padding: 0;
}

.find-us-block .nav-link {
  text-align: left;
  border-radius: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  background: #65a22e;
  color: #fff;
  padding: 15px 30px;
}

.find-us-block .nav-link:last-child {
  border: 0;
}

.find-us-block .nav-link.active {
  background: #65a22e;
  color: #fff;
}

.find-us-block .map-wrapper iframe {
  min-height: 406px;
}

.contact-us-social-block h6 {
  text-transform: uppercase;
  margin: 0 0 15px;
  color: #6d2b88;
  text-align: center;
}

.contact-us-social-block .social-media-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us-social-block .nav-item {
  margin: 15px 30px;
}

.contact-us-social-block .nav-link {
  color: #65a22e;
}

.contact-us-social-block .nav-link:hover {
  color: #6d2b88;
}

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

.services-nav .nav-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.services-nav button {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
}

.static-block-style-02 .block-title-wrapper .block-brief {
  margin: 0;
  border-color: #65a22e;
}

.static-block-style-02 .block-title-wrapper .content-block-brief {
  color: #6d2b88;
  border-left: 10px solid #65a22e;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.static-block-style-02 .block-title-wrapper .content-block-brief p {
  margin: 0 0 15px;
}

.static-block-style-02 .block-title-wrapper .content-block-brief p:last-child {
  margin: 0;
}

.groovy-musuem-block .block-title-wrapper .block-brief {
  border-color: #65a22e;
}

.groovy-musuem-block h6 {
  margin: 0 0 15px;
  color: #65a22e;
}

.groovy-musuem-block .col-lg-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.static-block-style-03 h6 {
  margin: 0 0 30px;
  color: #65a22e;
}

.static-block-style-03 .col-lg-3, .static-block-style-03 .col-lg-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.static-block-style-03 .container-border-left {
  position: relative;
  padding-left: 45px;
}

.static-block-style-03 .container-border-left:after {
  background: #6d2b88;
  width: 10px;
  top: 0;
  left: 10px;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
}

.dermatology-block .container-border-left .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-our-team-block .block-title-center {
  text-align: center;
}

.join-our-team-block .block-title-wrapper .content-block-brief {
  border-color: #6d2b88;
}

.open-positions-block .col-md-6 {
  margin: 0 0 30px;
}

.form-careers-content {
  border: 5px solid #65a22e;
  padding: 50px 50px 0;
}

.form-careers-content h6 {
  text-align: center;
  margin: 0 0 50px;
  display: block;
  text-transform: inherit;
}

.form-careers-content .form-control {
  border-width: 5px;
  padding: 15px 30px;
}

.form-careers-content .form-group {
  margin: 0 0 50px;
}

.form-careers-content .btn {
  display: block;
  border-radius: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.book-appointment-block {
  border-bottom: 1px solid #707070;
}

.book-appointment-block .block-title {
  margin: 0 0 30px;
  color: #65a22e;
}

.book-appointment-block.personal-details-appointment-block, .book-appointment-block.select-doctor-appointment-block, .book-appointment-block.time-appointment-block, .summery-appointment-block {
  border-bottom: 0;
}

.custom-radio-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-radio-select-wrapper label {
  width: 100%;
}

.custom-radio-select-wrapper.three-column .custom-radio-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

.custom-radio-select-wrapper.three-column .custom-radio-select:first-child {
  padding-left: 0;
}

.custom-radio-select-wrapper.three-column .custom-radio-select:last-child {
  padding-right: 0;
}

.custom-radio-select-wrapper.five-column .custom-radio-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.custom-radio-select-wrapper.five-column .custom-radio-select:first-child {
  padding-left: 0;
}

.custom-radio-select-wrapper.five-column .custom-radio-select:last-child {
  padding-right: 0;
}

.custom-radio-select-wrapper.six-column .custom-radio-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
  padding: 0 15px;
}

.custom-radio-select-wrapper.six-column .custom-radio-select:first-child {
  padding-left: 0;
}

.custom-radio-select-wrapper.six-column .custom-radio-select:last-child {
  padding-right: 0;
}

.custom-radio-select-wrapper.seven-column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-radio-select-wrapper.seven-column .custom-radio-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571428%;
  flex: 0 0 14.28571428%;
  max-width: 14.28571428%;
  padding: 0 7.5px;
  margin: 0 0 15px;
}

.custom-radio-select-wrapper.seven-column .custom-radio-select:first-child, .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(8), .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(16) {
  padding-left: 0;
}

.custom-radio-select-wrapper.seven-column .custom-radio-select:last-child, .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(7), .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(12) {
  padding-right: 0;
}

.choose-serive-appointment-block .services-nav-content-card {
  padding: 15px;
}

.choose-serive-appointment-block .services-nav-content-card:after {
  display: none;
}

.pick-the-branch-appointment-block label {
  padding: 20px 0;
  text-align: center;
}

.select-doctor-appointment-block .custom-radio-select, .select-doctor-appointment-block label {
  height: 100%;
}

.select-doctor-appointment-block .custom-radio-select-wrapper {
  margin-top: 85px;
}

.dr-box-wrapper-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 70px 0 20px;
}

.dr-box-wrapper-block .dr-img-wrapper-style {
  position: absolute;
  top: -56px;
  left: 50%;
  margin: 0 0 0 -56px;
}

.dr-box-wrapper-block h6 {
  color: #6d2b88;
  margin: 0 0 5px;
}

.dr-box-wrapper-block p {
  color: #65a22e;
  margin: 0;
}

.time-appointment-block {
  border-radius: 30px;
  background: hsla(0,0%,72.5%,.1);
}

.book-appointment-slide-01, .book-appointment-slide-02, .book-appointment-slide-03 {
  margin-top: 30px;
}

.pick-date-appointment-block {
  padding: 0 30px;
}

.pick-date-appointment-block label {
  padding: 20px 0;
  text-align: center;
}

.who-we-are-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 8px 10px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 8px 10px rgba(0,0,0,.1607843137254902);
}

.who-we-are-card .card-content, .who-we-are-card .card-img {
  position: relative;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.who-we-are-card .card-img:before {
  content: "";
  background: rgba(0,0,0,.5);
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.who-we-are-card .card-img:before, .who-we-are-card .card-img:hover:before {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.who-we-are-card .card-img:hover:before {
  opacity: .4;
}

.who-we-are-card .card-content {
  background: #65a22e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.who-we-are-card .card-content .btn {
  margin-top: auto;
}

.who-we-are-card .card-content h5, .who-we-are-card .card-content p {
  color: #fff;
}

.who-we-are-card .card-content h5 {
  padding-bottom: 7.5px;
  margin: 0 0 7.5px;
  border-bottom: 1px solid #6d2b88;
}

.groovy-innovation-card {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254902);
}

.groovy-numbers-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
}

.groovy-numbers-card h2, .groovy-numbers-card h6 {
  color: #fff;
}

.groovy-numbers-card h6 span {
  display: block;
}

.groovy-numbers-card .icon-size-04, .groovy-numbers-card h2 {
  margin-bottom: 20px;
}

.groovy-numbers-card h6 {
  margin: 0;
}

.groovy-innovation-card {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.groovy-innovation-card .card-content {
  position: absolute;
  width: 100%;
  background: #6d2b88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  bottom: -100%;
  padding: 30px 10px;
  min-height: 130px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.groovy-innovation-card .card-content h5 {
  margin: 0;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.groovy-innovation-card:hover .card-content {
  bottom: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.home-services-card {
  padding: 50px 0;
}

.home-services-card .card-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-services-card .card-content .btn {
  margin-top: auto;
  width: 235px;
}

.home-services-card .card-content h1, .home-services-card .card-content h3, .home-services-card .card-content p {
  color: #6d2b88;
}

.home-services-card .card-content h1 {
  margin: 0 0 30px;
  line-height: .8;
}

.home-services-card .card-content h3 {
  border-left: 10px solid #65a22e;
  padding: 10px 0 10px 20px;
  margin: 0 0 15px;
}

.home-services-card.card-services-02 .btn {
  margin-left: auto;
}

.home-services-card .card-img a {
  display: block;
}

.fast-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.fast-service-card .icon-wrapper {
  background: #fff;
  border-radius: 100%;
  padding: 15px;
}

.fast-service-card h6, .fast-service-card p {
  color: #fff;
}

.fast-service-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
}

.fast-service-card p {
  margin: 0;
}

.fast-service-card h6 {
  margin: 0 0 10px;
}

.static-center-style-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.static-center-style-card .icon-size-03 {
  margin-bottom: 30px;
}

.static-center-style-card h2 {
  margin: 0 0 50px;
}

.static-center-style-card .title-content-seperator-line {
  margin-bottom: 50px;
}

.static-center-style-card p {
  margin: 0 0 25px;
}

.contact-us-card {
  margin: 25px 0;
}

.contact-us-card .col-md-4, .contact-us-card .col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us-card a, .contact-us-card h6, .contact-us-card p {
  color: #65a22e;
}

.contact-us-card h6 {
  margin: 15px 0 0;
}

.contact-us-card a {
  margin: 0;
  display: block;
}

.contact-us-card a:hover {
  color: #6d2b88;
}

.contact-us-card p {
  margin: 0 0 10px;
}

.contact-us-card p:last-child {
  margin: 0;
}

.services-nav-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 10px 25px;
}

.services-nav-content-card p {
  max-width: calc(100% - 100px);
  margin: 0;
  color: #65a22e;
}

.services-nav-content-card .service-nav-icon-wrapper, .services-nav-content-card p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.services-nav-content-card .service-nav-icon-wrapper {
  background: #6d2b88;
  border-radius: 100%;
  width: 85px;
  height: 85px;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-nav-content-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  display: block;
  background: #65a22e;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

[type=radio]:checked + label .services-nav-content-card p {
  color: #fff;
}

button.active .services-nav-content-card .service-nav-icon-wrapper, button:hover .services-nav-content-card .service-nav-icon-wrapper {
  background: #65a22e;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

button.active .services-nav-content-card p, button:hover .services-nav-content-card p {
  color: #6d2b88;
}

button.active .services-nav-content-card:after, button.active .services-nav-content-card p, button:hover .services-nav-content-card p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

button.active .services-nav-content-card:after {
  height: 13px;
  -webkit-box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 6px 9px rgba(0,0,0,.1607843137254902);
}

.our-machines-card {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #6d2b88;
  background: #fff;
  -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.1607843137254902);
  box-shadow: 0 2px 9px rgba(0,0,0,.1607843137254902);
}

.our-machines-card h5 {
  padding: 15px 0;
  text-align: center;
  display: block;
  background: #fff;
}

.services-card-01 {
  position: relative;
}

.services-card-01 p {
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 0;
  background: hsla(0,0%,100%,.7);
  height: 50px;
}

.services-card-01 p, .services-card-01:hover p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.services-card-01:hover p {
  height: 100%;
}

.dermatology-block .services-card-01 {
  margin-bottom: 30px;
}

.dermatology-block .services-card-01 p {
  min-height: 94px;
}

.dermatology-block .services-card-01:hover p {
  height: 100%;
}

.face-non-surgical-body-block .services-card-01 p {
  min-height: 100px;
}

.face-non-surgical-body-block .services-card-01:hover p {
  height: 100%;
}

.open-position-card {
  border: 5px solid #65a22e;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}

.open-position-card .btn {
  padding: 15px 0;
  border-radius: 0;
  margin-top: auto;
}

.open-position-card h5 {
  margin: 0 0 15px;
}

.open-position-card h6 {
  margin: 0;
}

.open-position-card h6:last-child {
  margin-bottom: 0;
}

.open-position-card .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 30px;
  border-bottom: 2px solid #65a22e;
  margin: 0 0 15px;
}

.open-position-card p {
  margin: 0 0 15px;
}

.open-position-card p.last-child {
  margin-bottom: 30px;
}

.choose-serive-appointment-block .services-nav-content-card .service-nav-icon-wrapper {
  background: #65a22e;
}

.choose-serive-appointment-block [type=radio]:checked + label .services-nav-content-card .service-nav-icon-wrapper {
  background: #fff;
}

.dr-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dr-content-card span {
  color: #65a22e;
}

.dr-content-card p {
  margin: 0;
}

.footer-home {
  position: relative;
  display: block;
  padding: 70px 0;
  background: hsla(0,0%,72.5%,.3);
}

.footer-home .footer-title {
  text-transform: uppercase;
  color: #65a22e;
  position: relative;
  padding: 30px 0;
  margin: 0;
}

.footer-home .footer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b9b9b9;
}

.footer-home .footer-nav {
  margin: 30px 0;
}

.footer-home .footer-nav a {
  color: #6d2b88;
}

.footer-home .footer-nav a:hover {
  color: #65a22e;
}

.footer-home .footer-nav li {
  margin: 0 0 5px;
  color: #6d2b88;
}

.footer-home .footer-nav li.nav-item {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-home .footer-nav li.nav-item a {
  font-weight: 700;
}

.footer-home .footer-nav li.nav-item .fa {
  color: #65a22e;
  margin-right: 5px;
  min-width: 40px;
}

.footer {
  position: relative;
  display: block;
  padding: 70px 0;
  background: #fff;
}

.footer .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer a {
  color: #6d2b88;
}

.footer .fa, .footer a:hover {
  color: #65a22e;
}

.footer a:hover .fa {
  color: #6d2b88;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.footer .navbar-brand {
  margin: auto 0;
}

.footer .footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer .footer-content-wrapper .fa {
  position: absolute;
  top: 0;
  left: -35px;
}

.footer .footer-content-wrapper .footer-nav li {
  color: #6d2b88;
}

.footer .footer-content-wrapper .footer-nav li.nav-item {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer .footer-content-wrapper .footer-nav li.nav-item .fa {
  color: #65a22e;
  margin-right: 5px;
  min-width: 40px;
}

.footer .footer-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.footer .footer-nav > .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-nav > .nav-item > .fa {
  margin-right: 15px;
}

.footer .social-media-nav {
  width: 100%;
}

.footer .social-media-nav .nav-item .nav-link {
  line-height: 1;
  padding: 0 15px;
}

.footer .social-media-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.footer .social-media-nav .nav-item:last-child {
  margin-left: auto;
}

.footer .social-media-nav .nav-item:last-child .nav-link {
  text-transform: uppercase;
  padding-right: 0;
}

.footer .seprator-line-footer {
  display: block;
  height: 100%;
  width: 1px;
  background: #6d2b88;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    width: 24px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    z-index: 11;
    top: 50%;
    margin: -20px 0 0;
    right: 30px;
    z-index: 1;
    border: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .navbar-toggler:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #65a22e;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .navbar-toggler span:first-child {
    top: 10px;
  }
  
  .navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 17px;
  }
  
  .navbar-toggler span:nth-child(4) {
    top: 24px;
  }
  
  .navbar-toggler.open span:first-child {
    top: 17px;
    width: 0;
    left: 50%;
  }
  
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .navbar-toggler.open span:nth-child(4) {
    top: 17px;
    width: 0;
    left: 50%;
  }
  
  .header .navbar .navbar-collapse {
    position: absolute;
    top: 84px;
    left: 0;
    z-index: 10;
    background: #fff;
    width: 100%;
  }
  
  .header .navbar .nav-link {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #6d2b88;
  }
  
  .container {
    max-width: 100%;
  }
  
  .header .hotline-link {
    padding: 0 7.5px;
  }
  
  .header .top-header .top-header-content {
    height: 20px;
    padding: 0 7.5px;
  }
  
  .header .social-media-nav .nav-link, .header .top-nav-list .nav-link {
    padding: 0 7.5px;
  }
  
  .header .btn-green-outline {
    margin-right: 60px;
  }
  
  .navbar-brand {
    width: 175px;
    height: 86px;
  }
  
  .btn {
    padding: 7.5px 25px;
  }
  
  .btn.btn-sm {
    padding: 7.5px 10px;
  }
  
  .caption-wrapper {
    padding: 60px 30px;
  }
  
  .banner-wrapper .col-lg-6:last-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .banner-wrapper .banner-caption-slider .slick-dots {
    left: 0;
    top: inherit;
    bottom: 30px;
    height: 14px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .banner-wrapper .banner-caption-slider .slick-dots li {
    margin: 0 7.5px;
  }
  
  .banner-wrapper .scroll-down {
    bottom: inherit;
    top: 50%;
    margin-top: -36px;
  }
  
  .block {
    padding: 30px 0;
  }
  
  .fast-services-block {
    margin-bottom: 30px;
  }
  
  .who-we-are-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .who-we-are-card .card-content, .who-we-are-card .card-img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .contact-us-home-block .col-lg-6:last-child {
    margin-top: 30px;
  }
  
  .contact-us-home-block .img-contact-us-home {
    width: 100%;
  }
  
  .block-title-wrapper.block-title-left {
    margin-bottom: 15px;
  }
  
  .home-services-card {
    padding: 30px 0;
  }
  
  .our-services-block .home-services-card:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .our-services-block .home-services-card .col-md-7 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  
  .our-services-block .home-services-card .col-md-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  
  .footer {
    padding: 30px 0;
  }
  
  .footer .col-lg-1, .footer .col-lg-3, .footer .col-lg-4, .footer .footer-nav .nav-item {
    margin-bottom: 15px;
  }
  
  .footer .footer-nav .nav-item:last-child {
    margin: 0;
  }
  
  .footer .footer-nav .nav-item .social-media-nav .nav-item {
    margin-bottom: 0;
  }
  
  .internal-banner-wrapper h1 {
    padding-left: 65px;
  }
  
  .internal-banner-wrapper h1:before {
    width: 50px;
  }
  
  .static-block-style-02 .col-lg-5 {
    margin-bottom: 15px;
  }
  
  .static-block-style-03 .col-lg-3, .static-block-style-03 .col-lg-4 {
    margin-bottom: 30px;
  }
  
  .services-card-01 p {
    height: 100%;
  }
  
  .form-careers-content {
    padding: 30px;
  }
  
  .form-careers-content h6 {
    margin: 0 0 30px;
  }
  
  .form-careers-content .form-group {
    margin: 0 0 15px;
  }
  
  .form-careers-content .form-group .col-lg-6 {
    margin-bottom: 15px;
  }
  
  .form-careers-content .form-group .col-lg-6:last-child {
    margin-bottom: 0;
  }
  
  .contact-us-block .container {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 768px) {
  .home-services-card.card-services-02 .btn {
    margin-left: 0;
  }
  
  .subscribe-newsletter-block .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .subscribe-newsletter-block label {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .subscribe-newsletter-block.form-style-01 .form-control {
    margin: 15px 0;
  }
  
  .groovy-innovation-card .card-content {
    bottom: 0;
  }
  
  .services-nav .nav-item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .static-block-style-03 .container-border-left {
    padding-left: 30px;
  }
  
  .static-block-style-03 .col-md-6 {
    margin-bottom: 30px;
  }
  
  .static-block-style-03 .col-md-6:last-child {
    margin-bottom: 0;
  }
  
  .static-block-style-02 .block-title-wrapper .content-block-brief {
    padding-left: 10px;
  }
  
  .contact-us-block .container {
    padding: 30px;
  }
  
  .contact-us-block .container h4 {
    margin: 0 0 15px;
  }
  
  .contact-us-block .contact-us-card {
    margin: 15px 0;
  }
  
  .contact-us-card .col-sm-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .custom-radio-select-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .custom-radio-select-wrapper.three-column .custom-radio-select {
    padding: 0 15px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
  }
  
  .custom-radio-select-wrapper.three-column .custom-radio-select:first-child {
    padding-left: 15px;
  }
  
  .custom-radio-select-wrapper.three-column .custom-radio-select:last-child {
    padding-right: 15px;
    margin: 0;
  }
  
  .custom-radio-select-wrapper.five-column .custom-radio-select {
    padding: 0 15px;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    margin: 0 0 15px;
  }
  
  .custom-radio-select-wrapper.five-column .custom-radio-select:first-child {
    padding-left: 15px;
  }
  
  .custom-radio-select-wrapper.five-column .custom-radio-select:last-child {
    padding-right: 15px;
    margin: 0;
  }
  
  .custom-radio-select-wrapper.six-column .custom-radio-select {
    padding: 0 15px;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    margin: 55px 0 15px;
  }
  
  .custom-radio-select-wrapper.six-column .custom-radio-select:first-child {
    padding-left: 15px;
  }
  
  .custom-radio-select-wrapper.six-column .custom-radio-select:last-child {
    padding-right: 15px;
  }
  
  .custom-radio-select-wrapper.seven-column .custom-radio-select {
    padding: 0 15px;
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    margin: 0 0 15px;
  }
  
  .custom-radio-select-wrapper.seven-column .custom-radio-select:first-child, .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(8), .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(16) {
    padding-left: 15px;
  }
  
  .custom-radio-select-wrapper.seven-column .custom-radio-select:last-child, .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(7), .custom-radio-select-wrapper.seven-column .custom-radio-select:nth-child(12) {
    padding-right: 15px;
  }
  
  .select-doctor-appointment-block .custom-radio-select-wrapper {
    margin-top: 0;
  }
  
  .summery-nav .dr-img-wrapper-style {
    margin-left: 0;
  }
}

@media screen and (max-width: 575px) {
  .header .top-header .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .header .top-header .top-header-content {
    border-left-width: 2px;
    padding: 0 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .header .btn-green-outline {
    margin-right: 40px;
  }
  
  .header .btn.btn-sm {
    padding: 5px;
  }
  
  .header .navbar .navbar-brand {
    height: 50px;
    margin: 0;
    width: 100px;
  }
  
  .header .navbar .navbar-toggler {
    margin: -18px 0 0;
    right: 15px;
  }
  
  .header .navbar .navbar-collapse {
    top: 80px;
  }
  
  .banner-wrapper h1 span {
    padding-left: 65px;
  }
  
  .banner-wrapper h1 span:before {
    width: 50px;
  }
  
  .banner-wrapper h1, .banner-wrapper h4, .banner-wrapper h6 {
    margin: 0 0 15px;
  }
  
  .banner-wrapper .scroll-down {
    margin-top: -100px;
  }
  
  .who-we-are-block .col-sm-4 {
    margin-bottom: 30px;
  }
  
  .who-we-are-block .col-sm-4:last-child {
    margin-bottom: 0;
  }
  
  .our-news-block a .icon-size-03 {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
  
  .contact-us-home-block .form-style-01 {
    padding: 30px;
  }
  
  .block-title-wrapper.title-center-lines h2 {
    padding: 0 15px;
  }
  
  .block-title-wrapper.title-center-lines:after, .block-title-wrapper.title-center-lines:before {
    width: 30px;
  }
  
  .form-careers-content {
    padding: 15px;
  }
  
  .form-careers-content h6 {
    margin: 0 0 15px;
  }
  
  .contact-us-block .container, .form-careers-content .form-control {
    padding: 15px;
  }
  
  .contact-us-card .col-sm-4 {
    margin: 0 0 15px;
  }
  
  .custom-radio-select-wrapper.five-column .custom-radio-select, .custom-radio-select-wrapper.six-column .custom-radio-select, .custom-radio-select-wrapper.three-column .custom-radio-select {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .custom-radio-select-wrapper.seven-column .custom-radio-select {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  
  .form-style-inline .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .form-style-inline .form-control {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  
  .form-style-inline label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 15px;
    text-align: left;
  }
}