/********* Fontface Fonts *********/
@font-face { font-family: 'Manrope'; src: url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.eot'); src: url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.woff2') format('woff2'), url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.woff') format('woff'), url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.ttf') format('truetype'), url('../fonts/../fonts/../fonts/../fonts/../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.eot'); src: url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.woff2') format('woff2'), url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.woff') format('woff'), url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.ttf') format('truetype'), url('../fonts/../fonts/../fonts/../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/../fonts/../fonts/Manrope-SemiBold.eot'); src: url('../fonts/../fonts/../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/../fonts/Manrope-SemiBold.woff2') format('woff2'), url('../fonts/../fonts/../fonts/Manrope-SemiBold.woff') format('woff'), url('../fonts/../fonts/../fonts/Manrope-SemiBold.ttf') format('truetype'), url('../fonts/../fonts/../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/../fonts/Manrope-ExtraLight.eot'); src: url('../fonts/../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/Manrope-ExtraLight.woff2') format('woff2'), url('../fonts/../fonts/Manrope-ExtraLight.woff') format('woff'), url('../fonts/../fonts/Manrope-ExtraLight.ttf') format('truetype'), url('../fonts/../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg'); font-weight: 200; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Light.eot'); src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Light.woff2') format('woff2'), url('../fonts/Manrope-Light.woff') format('woff'), url('../fonts/Manrope-Light.ttf') format('truetype'), url('../fonts/Manrope-Light.svg#Manrope-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/../fonts/Manrope-Bold.eot'); src: url('../fonts/../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/../fonts/Manrope-Bold.woff2') format('woff2'), url('../fonts/../fonts/Manrope-Bold.woff') format('woff'), url('../fonts/../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/Manrope-Medium.eot'); src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Manrope-Medium.woff2') format('woff2'), url('../fonts/Manrope-Medium.woff') format('woff'), url('../fonts/Manrope-Medium.ttf') format('truetype'), url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
/********* Clear floats *********/
ul:before, ul:after, .boxs:before, .boxs:after, .radio-list:after, .radio-list:before, .fieldgroup:after, .fieldgroup:before {content:" ";display:table}
ul:after, .boxs:after, .radio-list:after, .fieldgroup:after{clear:both}
.displayNone{display:none;}
body,button,input,select,textarea {color:#6d6e71; font-family:'Manrope', Arial, Helvetica, sans-serif; font-size:18px; line-height:1.4; font-weight:normal;}
body {background-color:#fff;} 
img{max-width: 100%;height: auto;}
/********** Owl Carousel **********/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.row.owl-carousel { margin: 0; }
.row.owl-carousel>* {
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #133c55;
  display: inline-block;
  vertical-align: top;
}
.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel .owl-dots {text-align: center;}
.owl-carousel .owl-dot {position: relative;}
.owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: #3680c5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
}

/* jQuery FlexSlider v2.6.0 */
@font-face { font-display: swap; font-family: 'flexslider-icon'; src: url('../fonts/flexslider-icon.eot'); src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
.flexslider { margin: 0; border:none; position: relative;}
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }
.flex-direction-nav a.flex-next:before { content: '\f002'; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav { width: 100%; position: absolute; bottom: 15px; text-align: center; z-index:8;}
.flex-control-nav li { margin: 5px; display: inline-block;}
.flex-control-paging li a { width: 13px; height: 13px; border:2px solid #6f5d5b; display: block; background:none; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.flex-control-paging li a:hover {background:#6f5d5b; }
.flex-control-paging li a.flex-active { background: #6f5d5b; cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/********** Responsive Tab **********/
.restab {position: relative;border:1px solid #00c5ad;}
.tabnav {margin:0;padding: 0; list-style:none}
.tabnav li {display: inline-block;margin: 0;position: relative;background-color: #00c5ad;}
.tabnav li a {display: inline-block;padding: 10px 12px;text-decoration: none;font-size: 14px;font-weight: bold;color: #fff;}
.tabnav .r-tabs-state-active a {color: #00c5ad;text-shadow: none;background-color: white;}
.tab-content {padding: 15px;display: none;}
.restab .r-tabs-panel.r-tabs-state-active {display: block;}
.restab .r-tabs-accordion-title {display:none;}
.tabnav .r-tabs-state-disabled {opacity: 0.5;}
.restab .r-tabs-accordion-title .r-tabs-anchor {display: block;padding: 10px;background-color: #00c5ad;color: #fff;font-weight: bold;text-decoration: none;}
.restab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {background-color: #fff;color: #00c5ad;text-shadow: none;}
.restab .r-tabs-accordion-title.r-tabs-state-disabled {opacity: 0.5;}
/********* Back to Top **********/
#backtotop{cursor:pointer;display:none;height:17px;width:32px;overflow:hidden;position:fixed;right:10px;bottom:20px;text-indent:-99999px;z-index:999; display:none}
/*********  Accordion ******** */
.accordion { margin-bottom: 20px; }
.accordionrow{border:1px solid #4cbef1; margin-bottom:12px; position:relative;}
.accordionrow:last-child{margin-bottom:0;}
.accordion .acclink, .accordion .acclink:focus {position:relative; display:block; padding:10px 50px 12px 20px; cursor: pointer; font-weight: 500; text-decoration:none; outline:0; color:#0f9595;font-size:24px;}
.accordion .acclink i{font-size: 20px;position:absolute; right:15px; top:50%; margin-top:-20px; transition: all 0.4s ease; text-align:center; line-height:40px;color:#4cbef1;}
.accordion .acclink i:before{transition: all 0.4s ease;}
.accordion .acclink:hover, .accordion .acclink.active {text-decoration:none; color:#0f9595;}
.accordion .acclink.active i:before{content: "\f068";;font-family: "Font Awesome 5 Free";font-weight: 900;}
.accord-detail { padding: 10px 20px 10px; display: none }
.aawformblock .aawfieldcol > label {
  display: none;
}
.aawform-group.aawform-btn {
  margin-bottom: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}
/*********	LiteBox v1.3 **********/
.litebox-overlay,.litebox-overlay > * {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}.litebox-overlay {display: none;width: 100%;min-width: 280px;text-align: center;position: fixed;top: 0;left: 0;z-index: 9999;}.litebox-overlay .litebox-loader {position: absolute;width: 40px;height: 40px;left: 20px;top: 20px;border: 3px solid #111;border-right-color: #fff;border-radius: 50%;-webkit-animation: liteboxLoader 1s linear infinite;-moz-animation: liteboxLoader 1s linear infinite;-ms-animation: liteboxLoader 1s linear infinite;-o-animation: liteboxLoader 1s linear infinite;animation: liteboxLoader 1s linear infinite;}.litebox-overlay .litebox-text {width: 100%;padding: 0 15px;background: rgba(0, 0, 0, 0.5);color: #fff;font-size: 12px;line-height: 50px;position: absolute;bottom: 0;z-index: 2;-webkit-opacity: 0;-khtml-opacity: 0;-moz-opacity: 0;opacity: 0;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}.litebox-overlay .litebox-text.active {-webkit-opacity: 1;-khtml-opacity: 1;-moz-opacity: 1;opacity: 1;}.litebox-overlay .litebox-close {width: 40px;height: 40px;opacity: .7;position: absolute;top: 20px;right: 20px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.litebox-overlay .litebox-close:hover {opacity: 1;cursor: pointer;}.litebox-overlay .litebox-nav {display: none;width: 60px;height: 60px;margin-top: -30px;opacity: .2;position: absolute;top: 50%;z-index: 9999999;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}.litebox-overlay .litebox-nav:hover {opacity: .5;cursor: pointer;}.litebox-overlay .litebox-prev {left: 20px;}.litebox-overlay .litebox-next {right: 20px;}.litebox-overlay .litebox-container {position: absolute;top: 10%;right: 10%;bottom: 10%;left: 10%;overflow: hidden;}.litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; }.litebox-overlay img,.litebox-overlay iframe {display: inline-block;max-width: 100%;max-height: 100%;margin: 0 auto;vertical-align: middle;overflow-x: hidden;}.litebox-overlay iframe {width: 100%;height: 100%;position: relative;z-index: 999999;}.litebox-overlay .litebox-inline-html {width: 100%;padding: 20px;background: #FFF;line-height: normal;overflow-x: hidden;line-height: normal !important;position: absolute;}.litebox-overlay .litebox-error {width: 100%;height: 100%;color: #FFF;text-align: center;line-height: inherit;}.litebox-overlay .litebox-error span {background: rgba(0, 0, 0, .9);-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 20px;color: #FFF;text-shadow: 1px 1px 0 #000;line-height: normal;}@media only screen and (max-width: 479px) {.litebox-overlay .litebox-close { display: none; }}
/*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon {background-color:#4cbef1;}
.ui-datepicker th, .ui-state-highlight {background-color:#0f9595;}
.ui-state-active, .ui-datepicker tbody a:hover {background-color:#0f9595;}
.ui-datepicker-prev span, .ui-datepicker-next span { }
.ui-datepicker {color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:13px; z-index:99 !important;}
.ui-datepicker { width: 20em;  padding:0; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding:0; margin:5px 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top:0; width:30px; height:30px; text-align:left; text-indent:-999em; overflow:hidden; background:none; padding:0; margin:0;}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover{top:0; background:none; padding:0; margin:0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev:hover { left:0; }
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next:hover { right:0; }
.ui-datepicker .ui-datepicker-prev:after{content:'';position:absolute;top:5px;width:0;height:0;left:8px;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #fff transparent transparent}
.ui-datepicker .ui-datepicker-next:after{content:'';position:absolute;top:5px;width:0;height:0;right:8px;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #fff}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -7px; top: 50%; margin-top: -8px; font-size:12px; }
.ui-datepicker .ui-datepicker-title {line-height: 30px; margin: 0 35px; overflow: hidden; text-align: center;}
.ui-datepicker .ui-datepicker-title select {background-color:#fff; border:1px solid #fff; color: #000; font-size: 14px; height:30px; margin:0; padding:0;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year{}
.ui-datepicker select.ui-datepicker-month-year { width: 100%; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 48%; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; border:0 none;}
.ui-datepicker th { padding: .5em .3em; text-align: center; font-weight: bold; border: 0; }
.ui-datepicker td { border: 0; padding: 1px; background-color:transparent; }
.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.2;
}
.ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {background-color:transparent;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0; overflow:hidden; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible; } /*----Date Picker----*/
.eventcal-out { position:absolute; width:222px; right:-222px; float:right; top:70px; z-index:22; }
.calendar-icon { width:50px; height:52px; position:absolute; left:-50px; }
.calendar-icon span { background-position:-113px -27px; width:29px; height:29px; margin:10px; }
.calendar-out { padding:5px; }
.calendar-out .ui-datepicker {width:100%;}
.calendar-out .button { background-color:#2979ca; color:#fff; display:block; text-align:center; -webkit-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; }
.calendar-out .button:hover { background-color:#173C84; }
.ui-datepicker  tbody a { color:#fff; }
.ui-datepicker-title { font-size:18px; font-weight:normal; color:#fff; }
.ui-datepicker th { text-transform:uppercase; font-weight:normal; color:#fff; }
.ui-datepicker-prev, .ui-datepicker-next { width:25px; font-size:16px; height:25px; display:inline-block; margin:0; cursor: pointer; color:#fff; }
.ui-datepicker-prev span { background-position:-147px -27px; overflow:hidden; width:25px; height:25px; position:static; margin:5px 0 0; }
.ui-datepicker-next span { background-position:-175px -27px; overflow:hidden; width:25px; height:25px; position:static; margin:5px 0 0; }
.ui-datepicker td span, .ui-datepicker td a {text-align: center; line-height: 20px; width: 32px; height: 32px; line-height: 30px; border-radius: 50%;}
.ui-datepicker-trigger {display:none; width:30px; height:30px; margin:8px 0 0 15px; vertical-align:top; overflow:hidden; background:transparent !important; padding:0; margin:0; position:absolute; right:-45px; top:7px;}
.cal-icon {background-position:-205px -107px; width:30px; height:30px; display:block; vertical-align:top;}
/*! * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons:CC BY 4.0, Fonts:SIL OFL 1.1, Code:MIT License) */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face{font-family:icosocial;src:url(../fonts/icosocial.woff?n1p336) format('woff');font-weight:400;font-style:normal}[class*=" soc-"],[class^=soc-]{font-family:icosocial!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.soc-healthgrades:before{content:"\e900"}.soc-bing:before{content:"\e901"}
/*! Ionicons, v4.2.4 */
@font-face{font-family:Ionicons;src:url(../fonts/ionicons.eot?v=4.2.4);src:url(../fonts/ionicons.woff2?v=4.2.4) format("woff2"),url(../fonts/ionicons.woff?v=4.2.4) format("woff");font-weight:400;font-style:normal}.ion,.ion-ios-add-circle-outline:before,.ion-ios-add-circle:before,.ion-ios-add:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox-outline:before,.ion-ios-checkbox:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close-circle-outline:before,.ion-ios-close-circle:before,.ion-ios-close:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-code:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye-off:before,.ion-ios-eye:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash-off:before,.ion-ios-flash:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder-open:before,.ion-ios-folder:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-heart:before,.ion-ios-help-buoy:before,.ion-ios-help-circle-outline:before,.ion-ios-help-circle:before,.ion-ios-help:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information-circle-outline:before,.ion-ios-information-circle:before,.ion-ios-information:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list-box:before,.ion-ios-list:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-mail:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic-off:before,.ion-ios-mic:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-notifications:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper-plane:before,.ion-ios-paper:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person-add:before,.ion-ios-person:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play-circle:before,.ion-ios-play:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-radio:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh-circle:before,.ion-ios-refresh:before,.ion-ios-remove-circle-outline:before,.ion-ios-remove-circle:before,.ion-ios-remove:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share-alt:before,.ion-ios-share:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square-outline:before,.ion-ios-square:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-star:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add-circle-outline:before,.ion-md-add-circle:before,.ion-md-add:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox-outline:before,.ion-md-checkbox:before,.ion-md-checkmark-circle-outline:before,.ion-md-checkmark-circle:before,.ion-md-checkmark:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close-circle-outline:before,.ion-md-close-circle:before,.ion-md-close:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloud:before,.ion-md-cloudy-night:before,.ion-md-cloudy:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-code:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye-off:before,.ion-md-eye:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash-off:before,.ion-md-flash:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder-open:before,.ion-md-folder:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-heart:before,.ion-md-help-buoy:before,.ion-md-help-circle-outline:before,.ion-md-help-circle:before,.ion-md-help:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information-circle-outline:before,.ion-md-information-circle:before,.ion-md-information:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list-box:before,.ion-md-list:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-mail:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic-off:before,.ion-md-mic:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-notifications:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper-plane:before,.ion-md-paper:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person-add:before,.ion-md-person:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play-circle:before,.ion-md-play:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-radio:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh-circle:before,.ion-md-refresh:before,.ion-md-remove-circle-outline:before,.ion-md-remove-circle:before,.ion-md-remove:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share-alt:before,.ion-md-share:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square-outline:before,.ion-md-square:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-star:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before,.ionicons{display:inline-block;font-family:Ionicons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}

/* Flaticon icon font: Flaticon	*/
@font-face { font-display: swap;
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {font-family: Flaticon; font-style: normal; line-height:1; vertical-align:top;
}
.flaticon-light:before { content: "\f100"; }
.flaticon-dental-7:before { content: "\f101"; }
.flaticon-band-aid:before { content: "\f102"; }
.flaticon-electric-toothbrush-2:before { content: "\f103"; }
.flaticon-braces-6:before { content: "\f104"; }
.flaticon-scraping:before { content: "\f105"; }
.flaticon-scissors:before { content: "\f106"; }
.flaticon-tampon:before { content: "\f107"; }
.flaticon-dental-6:before { content: "\f108"; }
.flaticon-dental-5:before { content: "\f109"; }
.flaticon-chewing-gum:before { content: "\f10a"; }
.flaticon-toothpaste-5:before { content: "\f10b"; }
.flaticon-mouthwash-4:before { content: "\f10c"; }
.flaticon-tweezers:before { content: "\f10d"; }
.flaticon-dental-floss-8:before { content: "\f10e"; }
.flaticon-chair-4:before { content: "\f10f"; }
.flaticon-candy:before { content: "\f110"; }
.flaticon-toothbrush-11:before { content: "\f111"; }
.flaticon-toothbrush-10:before { content: "\f112"; }
.flaticon-virus:before { content: "\f113"; }
.flaticon-clean-tooth:before { content: "\f114"; }
.flaticon-no-smoking:before { content: "\f115"; }
.flaticon-medicine-3:before { content: "\f116"; }
.flaticon-tooth-pliers-2:before { content: "\f117"; }
.flaticon-mouthwash-3:before { content: "\f118"; }
.flaticon-tooth-45:before { content: "\f119"; }
.flaticon-brushing-teeth-1:before { content: "\f11a"; }
.flaticon-brushing-teeth:before { content: "\f11b"; }
.flaticon-toothbrush-9:before { content: "\f11c"; }
.flaticon-toothbrush-8:before { content: "\f11d"; }
.flaticon-apple-3:before { content: "\f11e"; }
.flaticon-toothbrush-7:before { content: "\f11f"; }
.flaticon-medicine-2:before { content: "\f120"; }
.flaticon-electric-toothbrush-1:before { content: "\f121"; }
.flaticon-toothpaste-4:before { content: "\f122"; }
.flaticon-apple-2:before { content: "\f123"; }
.flaticon-dental-floss-7:before { content: "\f124"; }
.flaticon-tablets-1:before { content: "\f125"; }
.flaticon-dentist-7:before { content: "\f126"; }
.flaticon-dental-floss-6:before { content: "\f127"; }
.flaticon-dentist-6:before { content: "\f128"; }
.flaticon-pliers:before { content: "\f129"; }
.flaticon-toothbrush-6:before { content: "\f12a"; }
.flaticon-medical-kit:before { content: "\f12b"; }
.flaticon-mouthwash-2:before { content: "\f12c"; }
.flaticon-toothbrush-5:before { content: "\f12d"; }
.flaticon-toothbrush-4:before { content: "\f12e"; }
.flaticon-crane:before { content: "\f12f"; }
.flaticon-suture-scissors:before { content: "\f130"; }
.flaticon-cutting-rongeurs:before { content: "\f131"; }
.flaticon-amalgam-carrier:before { content: "\f132"; }
.flaticon-mouthwash-1:before { content: "\f133"; }
.flaticon-gauze:before { content: "\f134"; }
.flaticon-anesthetic-syringe:before { content: "\f135"; }
.flaticon-scalpel:before { content: "\f136"; }
.flaticon-aspiring-tip:before { content: "\f137"; }
.flaticon-scissor:before { content: "\f138"; }
.flaticon-hemostat:before { content: "\f139"; }
.flaticon-dental-probe-1:before { content: "\f13a"; }
.flaticon-prophy-angle:before { content: "\f13b"; }
.flaticon-aspirating-tip:before { content: "\f13c"; }
.flaticon-incisors-tooth:before { content: "\f13d"; }
.flaticon-canine-tooth:before { content: "\f13e"; }
.flaticon-dental-prone:before { content: "\f13f"; }
.flaticon-tooth-with-diamond:before { content: "\f140"; }
.flaticon-towel-clamps:before { content: "\f141"; }
.flaticon-implant-wrench:before { content: "\f142"; }
.flaticon-scaler:before { content: "\f143"; }
.flaticon-implant-fixture-1:before { content: "\f144"; }
.flaticon-molar-tooth:before { content: "\f145"; }
.flaticon-mouth-wash:before { content: "\f146"; }
.flaticon-capsule:before { content: "\f147"; }
.flaticon-dental-floss-5:before { content: "\f148"; }
.flaticon-dental-floss-4:before { content: "\f149"; }
.flaticon-toothpaste-3:before { content: "\f14a"; }
.flaticon-implant-fixture:before { content: "\f14b"; }
.flaticon-tooth-44:before { content: "\f14c"; }
.flaticon-inner-tooth:before { content: "\f14d"; }
.flaticon-extraction-forceps:before { content: "\f14e"; }
.flaticon-broken-tooth-3:before { content: "\f14f"; }
.flaticon-decayed-tooth:before { content: "\f150"; }
.flaticon-dental-probe:before { content: "\f151"; }
.flaticon-mouth-mirror:before { content: "\f152"; }
.flaticon-headlamp:before { content: "\f153"; }
.flaticon-cracked-tooth:before { content: "\f154"; }
.flaticon-holed-tooth:before { content: "\f155"; }
.flaticon-dentist-mask:before { content: "\f156"; }
.flaticon-filler:before { content: "\f157"; }
.flaticon-floss:before { content: "\f158"; }
.flaticon-filled-tooth:before { content: "\f159"; }
.flaticon-electric-toothbrush:before { content: "\f15a"; }
.flaticon-teeth-protection:before { content: "\f15b"; }
.flaticon-tablets:before { content: "\f15c"; }
.flaticon-fake-tooth:before { content: "\f15d"; }
.flaticon-toothbrush-3:before { content: "\f15e"; }
.flaticon-dental-floss-3:before { content: "\f15f"; }
.flaticon-toothpaste-2:before { content: "\f160"; }
.flaticon-toothbrush-2:before { content: "\f161"; }
.flaticon-toothpaste-1:before { content: "\f162"; }
.flaticon-examinating-tooth:before { content: "\f163"; }
.flaticon-apple-1:before { content: "\f164"; }
.flaticon-crowned-tooth:before { content: "\f165"; }
.flaticon-pill:before { content: "\f166"; }
.flaticon-shiny-tooth:before { content: "\f167"; }
.flaticon-dentist-5:before { content: "\f168"; }
.flaticon-tooth-with-braces:before { content: "\f169"; }
.flaticon-tooth-43:before { content: "\f16a"; }
.flaticon-broken-tooth-2:before { content: "\f16b"; }
.flaticon-tooth-42:before { content: "\f16c"; }
.flaticon-dental-drill-1:before { content: "\f16d"; }
.flaticon-tooth-41:before { content: "\f16e"; }
.flaticon-tooth-40:before { content: "\f16f"; }
.flaticon-toothbrush-1:before { content: "\f170"; }
.flaticon-record:before { content: "\f171"; }
.flaticon-first-aid-kit:before { content: "\f172"; }
.flaticon-medicine-1:before { content: "\f173"; }
.flaticon-dental-floss-2:before { content: "\f174"; }
.flaticon-protection-2:before { content: "\f175"; }
.flaticon-dental-floss-1:before { content: "\f176"; }
.flaticon-caries:before { content: "\f177"; }
.flaticon-hook:before { content: "\f178"; }
.flaticon-braces-5:before { content: "\f179"; }
.flaticon-medicine:before { content: "\f17a"; }
.flaticon-denture-1:before { content: "\f17b"; }
.flaticon-toothbrush:before { content: "\f17c"; }
.flaticon-dentist-tools-1:before { content: "\f17d"; }
.flaticon-toothpaste:before { content: "\f17e"; }
.flaticon-teeth-3:before { content: "\f17f"; }
.flaticon-lens:before { content: "\f180"; }
.flaticon-tooth-39:before { content: "\f181"; }
.flaticon-tooth-pliers-1:before { content: "\f182"; }
.flaticon-nurse:before { content: "\f183"; }
.flaticon-mouthwash:before { content: "\f184"; }
.flaticon-appointment-2:before { content: "\f185"; }
.flaticon-pills-1:before { content: "\f186"; }
.flaticon-anesthesia-3:before { content: "\f187"; }
.flaticon-apple:before { content: "\f188"; }
.flaticon-teeth-2:before { content: "\f189"; }
.flaticon-glass-of-water:before { content: "\f18a"; }
.flaticon-chair-3:before { content: "\f18b"; }
.flaticon-water:before { content: "\f18c"; }
.flaticon-lips-2:before { content: "\f18d"; }
.flaticon-drill-2:before { content: "\f18e"; }
.flaticon-tooth-38:before { content: "\f18f"; }
.flaticon-tooth-37:before { content: "\f190"; }
.flaticon-dental-4:before { content: "\f191"; }
.flaticon-broken-tooth-1:before { content: "\f192"; }
.flaticon-tooth-36:before { content: "\f193"; }
.flaticon-chair-2:before { content: "\f194"; }
.flaticon-health-care:before { content: "\f195"; }
.flaticon-tooth-35:before { content: "\f196"; }
.flaticon-x-rays:before { content: "\f197"; }
.flaticon-tooth-34:before { content: "\f198"; }
.flaticon-tooth-33:before { content: "\f199"; }
.flaticon-tooth-32:before { content: "\f19a"; }
.flaticon-teeth-1:before { content: "\f19b"; }
.flaticon-tooth-31:before { content: "\f19c"; }
.flaticon-decay:before { content: "\f19d"; }
.flaticon-brackets:before { content: "\f19e"; }
.flaticon-braces-4:before { content: "\f19f"; }
.flaticon-dental-3:before { content: "\f1a0"; }
.flaticon-tooth-30:before { content: "\f1a1"; }
.flaticon-dentist-4:before { content: "\f1a2"; }
.flaticon-dentist-tools:before { content: "\f1a3"; }
.flaticon-lips-1:before { content: "\f1a4"; }
.flaticon-anesthesia-2:before { content: "\f1a5"; }
.flaticon-tooth-29:before { content: "\f1a6"; }
.flaticon-folder:before { content: "\f1a7"; }
.flaticon-broken-tooth:before { content: "\f1a8"; }
.flaticon-implants-1:before { content: "\f1a9"; }
.flaticon-tooth-28:before { content: "\f1aa"; }
.flaticon-girl:before { content: "\f1ab"; }
.flaticon-prosthesis:before { content: "\f1ac"; }
.flaticon-tooth-27:before { content: "\f1ad"; }
.flaticon-doctor-3:before { content: "\f1ae"; }
.flaticon-consult:before { content: "\f1af"; }
.flaticon-boy:before { content: "\f1b0"; }
.flaticon-protection-1:before { content: "\f1b1"; }
.flaticon-tooth-pliers:before { content: "\f1b2"; }
.flaticon-appointment-1:before { content: "\f1b3"; }
.flaticon-drill-1:before { content: "\f1b4"; }
.flaticon-pills:before { content: "\f1b5"; }
.flaticon-implants:before { content: "\f1b6"; }
.flaticon-dentist-3:before { content: "\f1b7"; }
.flaticon-medical-record:before { content: "\f1b8"; }
.flaticon-lips:before { content: "\f1b9"; }
.flaticon-tooth-26:before { content: "\f1ba"; }
.flaticon-braces-3:before { content: "\f1bb"; }
.flaticon-tooth-25:before { content: "\f1bc"; }
.flaticon-tooth-24:before { content: "\f1bd"; }
.flaticon-doctor-2:before { content: "\f1be"; }
.flaticon-tooth-23:before { content: "\f1bf"; }
.flaticon-chair-1:before { content: "\f1c0"; }
.flaticon-doctor-1:before { content: "\f1c1"; }
.flaticon-doctor:before { content: "\f1c2"; }
.flaticon-molar:before { content: "\f1c3"; }
.flaticon-anesthesia-1:before { content: "\f1c4"; }
.flaticon-family:before { content: "\f1c5"; }
.flaticon-tooth-22:before { content: "\f1c6"; }
.flaticon-tooth-21:before { content: "\f1c7"; }
.flaticon-tooth-20:before { content: "\f1c8"; }
.flaticon-tooth-19:before { content: "\f1c9"; }
.flaticon-tooth-18:before { content: "\f1ca"; }
.flaticon-tooth-17:before { content: "\f1cb"; }
.flaticon-tooth-16:before { content: "\f1cc"; }
.flaticon-tooth-15:before { content: "\f1cd"; }
.flaticon-dental-drill:before { content: "\f1ce"; }
.flaticon-dental-floss:before { content: "\f1cf"; }
.flaticon-tooth-14:before { content: "\f1d0"; }
.flaticon-tooth-13:before { content: "\f1d1"; }
.flaticon-tooth-12:before { content: "\f1d2"; }
.flaticon-dental-2:before { content: "\f1d3"; }
.flaticon-tooth-11:before { content: "\f1d4"; }
.flaticon-cheese:before { content: "\f1d5"; }
.flaticon-braces-2:before { content: "\f1d6"; }
.flaticon-x-ray:before { content: "\f1d7"; }
.flaticon-protection:before { content: "\f1d8"; }
.flaticon-drill:before { content: "\f1d9"; }
.flaticon-clipboard:before { content: "\f1da"; }
.flaticon-schedule:before { content: "\f1db"; }
.flaticon-tooth-10:before { content: "\f1dc"; }
.flaticon-teeth:before { content: "\f1dd"; }
.flaticon-tooth-9:before { content: "\f1de"; }
.flaticon-tooth-8:before { content: "\f1df"; }
.flaticon-tooth-7:before { content: "\f1e0"; }
.flaticon-braces-1:before { content: "\f1e1"; }
.flaticon-braces:before { content: "\f1e2"; }
.flaticon-dental-care-1:before { content: "\f1e3"; }
.flaticon-tooth-6:before { content: "\f1e4"; }
.flaticon-medical-list:before { content: "\f1e5"; }
.flaticon-tooth-5:before { content: "\f1e6"; }
.flaticon-dental-1:before { content: "\f1e7"; }
.flaticon-appointment:before { content: "\f1e8"; }
.flaticon-dental:before { content: "\f1e9"; }
.flaticon-dental-care:before { content: "\f1ea"; }
.flaticon-tooth-4:before { content: "\f1eb"; }
.flaticon-anesthesia:before { content: "\f1ec"; }
.flaticon-dental-needle:before { content: "\f1ed"; }
.flaticon-tooth-3:before { content: "\f1ee"; }
.flaticon-denture:before { content: "\f1ef"; }
.flaticon-chair:before { content: "\f1f0"; }
.flaticon-tooth-2:before { content: "\f1f1"; }
.flaticon-tooth-1:before { content: "\f1f2"; }
.flaticon-dentist-2:before { content: "\f1f3"; }
.flaticon-dentist-1:before { content: "\f1f4"; }
.flaticon-mouth-1:before { content: "\f1f5"; }
.flaticon-mouth:before { content: "\f1f6"; }
.flaticon-healthy-tooth:before { content: "\f1f7"; }
.flaticon-tooth:before { content: "\f1f8"; }
.flaticon-dentist:before { content: "\f1f9"; }
/********** Custom Selectbox HeapBox **********/
.heapBox { clear: both; position: relative; }
.heapBox:before, .heapBox:after{ content: " "; display: table }
.heapBox:after{ clear: both }
.heapBox * { margin: 0; padding: 0; outline: none; }
.heapBox.disabled .holder { color: #FFBC46; }
.heapBox a { text-decoration: none; color: #fff; }
.heapBox .holder {display:block; width: 100%; position: relative; background:inherit; border:1px solid #0f9595; color: #58595b; font-size: 16px; height:40px; line-height:26px; padding:6px 50px 6px 10px; z-index: 10; font-weight:normal;  text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.heapBox div.heap { display: none; position: absolute; list-style-type: none; left: 0; width: 100%; top: 100%; overflow: hidden; z-index: 99;}
.heapBox .heap .heapOptions { display: block; overflow: hidden; z-index: 20; position: relative; background-color: rgba(76, 190, 241, 0.9);}
.heapBox .heap a.sliderUp { display: block; width: 100%; height: 15px; background: #fff; background-repeat: no-repeat; background-position: center center; border-bottom: 1px solid #d18814; position: absolute; top: 0px; z-index: 30; }
.heapBox .heap a.sliderDown { display: block; width: 100%; height: 15px; background: #fff; background-repeat: no-repeat; background-position: center center; border-top: 1px solid #d18814; position: absolute; bottom: 0px; z-index: 30; }
.heapBox .heap .heapOptions .heapOption { z-index: 20; position: relative; display: block; padding:0; margin:0; float:left; width:100%;border-bottom: 1px solid #133c55;}
.heapBox .heap .heapOptions .heapOption:last-child {border-bottom: none;}
.heapBox .heap .heapOptions .heapOption a{display: block; font-size:16px; line-height:1.42857; padding:6px 10px; text-transform:none; color:#fff; border:0px solid transparent; font-weight:300;}
.heapBox .heap .heapOptions .heapOption a:hover,
.heapBox .heap .heapOptions .heapOption a.selected{background-color:#0f9595; color:#fff;}
.heapBox .heap .heapOptions .heapOption a.disabled{color: #F6BB5A;}
.shipping-region .heapBox .heap .heapOptions{height: 208px; overflow: auto;}
.heapBox a {cursor: pointer;}
/*********  googmap - Google Map API *********/
.footermap iframe {border:none;width: 100%;height:342px; display: block; line-height: 1;}
.form-control, .form-control:focus{height: 40px; border:1px solid #0f9595; background-color:inherit; border-radius:0; box-shadow:none; outline:0; padding:6px 20px; color:#6d6e71; font-size:18px; font-weight:normal;}
textarea.form-control, textarea.form-control:focus{height:98px; resize:none; border-radius:0;}
.form-control.datepicker, .form-control.datepicker:focus{background-position: right center; background-repeat: no-repeat; background-color: inherit;}
.button, .button:focus{position:relative; display:inline-block; vertical-align:top; color:#0f9595; font-size:16px;line-height:22px; text-transform:uppercase; text-decoration:none; font-weight:bold; padding:6px 20px; border:3px solid #4cbef1; border-radius:0; background-color:inherit;}
.button:hover{color:#4cbef1; text-decoration:none; border-color: #0f9595; background-color:inherit;}
button:focus {outline: 0;box-shadow: none;}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{color:#6d6e71; opacity:1;}
:-moz-placeholder{color:#6d6e71; opacity:1;}
::-moz-placeholder{color:#6d6e71; opacity:1;}
:-ms-input-placeholder{color:#6d6e71; opacity:1;}
.form-control::-webkit-input-placeholder{color:#6d6e71; opacity:1;}
.form-control:-moz-placeholder{color:#6d6e71; opacity:1;}
.form-control::-moz-placeholder{color:#6d6e71; opacity:1;}
.form-control:-ms-input-placeholder{color:#6d6e71; opacity:1;}
.aawformblock .ui-datepicker-trigger .sprite:before, .aawformblock .heapBox .handler:before {
  font-size: 20px;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 free";
  left: 50%;
  top: 50%;
  right: 0;
  text-align: center;
  vertical-align: middle;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 900;
  color:#000;
}
.aawformblock .ui-datepicker-trigger .sprite:before {content: "\f073";}
.aawformblock .heapBox .handler:before {content: "\f078";}
.aawformblock .ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 40px;
  width: 42px;
}
.heapBox .handler {
  position: absolute;
  width: 42px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 10;
}
.aawformblock .aawformradiocol label {padding: 0 2px;}
.heapBox .handler:before {
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    color: #58595b;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 9px;
    z-index: 8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aawformblock .aawfieldcol textarea, .aawformblock .aawfieldcol textarea:focus {height: 40px !important;padding-top: 8px;padding-bottom: 8px;}
/* Magnific Popup CSS */
.mfp-bg {top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8; }
.mfp-wrap {top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden; }
.mfp-container {text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;box-sizing: border-box; }
.mfp-container:before {content: '';display: inline-block;height: 100%;vertical-align: middle; }
.mfp-align-top .mfp-container:before {display: none; }
.mfp-content {position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {width: 100%;cursor: auto; }
.mfp-ajax-cur {cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-pointer;cursor:-webkit-pointer;cursor:pointer;}
.mfp-zoom {cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {-webkit-user-select: none; -moz-user-select: none;user-select: none;}
.mfp-loading.mfp-figure {display: none; }
.mfp-hide {display: none !important; }
.mfp-preloader {color: #CCC;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044; }.mfp-preloader a {  color: #CCC; }  .mfp-preloader a:hover {    color: #FFF; }
.mfp-s-ready .mfp-preloader {display: none; }
.mfp-s-error .mfp-content {display: none; }
button.mfp-close,
button.mfp-arrow {overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046;box-shadow: none;touch-action: manipulation; }
button::-moz-focus-inner {padding: 0;border: 0; }
.mfp-close {width: 44px;height: 44px;line-height: 44px;position: absolute;right: 0;top: 0;text-decoration: none;text-align: center;opacity: 0.65;padding: 0 0 18px 10px;color: #FFF;font-style: normal;font-size: 28px;font-family: Arial, Baskerville, monospace; }.mfp-close:hover,.mfp-close:focus {  opacity: 1; }.mfp-close:active {  top: 1px; }
.mfp-close-btn-in .mfp-close {color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {color: #FFF;right: -6px;text-align: right;padding-right: 6px;width: 100%; }
.mfp-counter {position: absolute;top: 0;right: 0;color: #CCC;font-size: 12px;line-height: 18px;white-space: nowrap; }
.mfp-arrow {position: absolute;opacity: 0.65;margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: transparent; }.mfp-arrow:active {  margin-top: -54px; }.mfp-arrow:hover,.mfp-arrow:focus {  opacity: 1; }.mfp-arrow:before,.mfp-arrow:after {  content: '';  display: block;  width: 0;  height: 0;  position: absolute;  left: 0;  top: 0;  margin-top: 35px;  margin-left: 35px;  border: medium inset transparent; }.mfp-arrow:after {  border-top-width: 13px;  border-bottom-width: 13px;  top: 8px; }.mfp-arrow:before {  border-top-width: 21px;  border-bottom-width: 21px;  opacity: 0.7; }
.mfp-arrow-left {left: 0; }.mfp-arrow-left:after {  border-right: 17px solid #FFF;  margin-left: 31px; }.mfp-arrow-left:before {  margin-left: 25px;  border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {right: 0; }.mfp-arrow-right:after {  border-left: 17px solid #FFF;  margin-left: 39px; }.mfp-arrow-right:before {  border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {padding-top: 40px;padding-bottom: 40px; }.mfp-iframe-holder .mfp-content {  line-height: 0;  width: 100%;  max-width: 900px; }.mfp-iframe-holder .mfp-close {  top: -40px; }
.mfp-iframe-scaler {width: 100%;height: 0;overflow: hidden;padding-top: 56.25%; }.mfp-iframe-scaler iframe {  position: absolute;  display: block;  top: 0;  left: 0;  width: 100%;  height: 100%;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #000; }
img.mfp-img {width: auto;max-width: 100%;height: auto;display: block;line-height: 0;box-sizing: border-box;padding: 40px 0 40px;margin: 0 auto; }
.mfp-figure {line-height: 0; }.mfp-figure:after {  content: '';  position: absolute;  left: 0;  top: 40px;  bottom: 40px;  display: block;  right: 0;  width: auto;  height: auto;  z-index: -1;  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);  background: #444; }.mfp-figure small {  color: #BDBDBD;  display: block;  font-size: 12px;  line-height: 14px; }.mfp-figure figure {margin: 0;}
.mfp-bottom-bar {margin-top: -36px;position: absolute;top: 100%;left: 0;width: 100%;cursor: auto; }
.mfp-title {text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px; }
.mfp-image-holder .mfp-content {max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {.mfp-img-mobile .mfp-image-holder {  padding-left: 0;  padding-right: 0; }.mfp-img-mobile img.mfp-img {  padding: 0; }.mfp-img-mobile .mfp-figure:after {  top: 0;  bottom: 0; }.mfp-img-mobile .mfp-figure small {  display: inline;  margin-left: 5px; }.mfp-img-mobile .mfp-bottom-bar {  background: rgba(0, 0, 0, 0.6);  bottom: 0;  margin: 0;  top: auto;  padding: 3px 5px;  position: fixed;  box-sizing: border-box; }  .mfp-img-mobile .mfp-bottom-bar:empty {    padding: 0; }.mfp-img-mobile .mfp-counter {  right: 5px;  top: 3px; }.mfp-img-mobile .mfp-close {  top: 0;  right: 0;  width: 35px;  height: 35px;  line-height: 35px;  background: rgba(0, 0, 0, 0.6);  position: fixed;  text-align: center;  padding: 0; } }
@media all and (max-width: 900px) {.mfp-arrow {  -webkit-transform: scale(0.75);  transform: scale(0.75); }.mfp-arrow-left {  -webkit-transform-origin: 0;  transform-origin: 0; }.mfp-arrow-right {  -webkit-transform-origin: 100%;  transform-origin: 100%; }.mfp-container {  padding-left: 6px;  padding-right: 6px; } }
/*==========================================================================================================================*/
/*================================================ Main CSS Theme Start ====================================================*/
/*==========================================================================================================================*/
/********** Layout **********/
#container{padding-top:158px;}
.multilocation #container {
  padding-top: 153px;
}
.wrap-inner { margin:0 auto; width:100%; max-width:1280px; padding:0 40px;}
#content {}
.content {}
.sidebar {}
.fullwidth {}
a,a:focus,a:hover{text-decoration: none;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.4;}
p:last-child, p:empty {margin-bottom: 0;}
/********** Header **********/
#header{position:fixed; left:0; top:0; width:100%; z-index:100; background-color:#fff;}
.fixed #header{position:fixed; box-shadow:0 0 5px rgba(0,0,0,.4);}
.topbar{background-color:#4cbef1;}
.topheadrow{text-align: right; max-width: 1818px; margin: 0 auto; padding: 10px 0;line-height: 1.1;}
.topmaplink{display:inline-block; vertical-align:top; line-height:1; position: relative;}
.topheadrow .socialmedia{margin-left: 30px;}
.topmaplink a, .topmaplink a:focus{position: relative; display:inline-block; vertical-align:top; text-decoration: none; color: #fff; line-height:1; padding-left: 22px;}
.topmaplink a:after { position: absolute;left: 0; top: 8%;content: "\f3c5"; font-family: "Font Awesome 5 Free";font-size: 18px;font-weight: 900;}
.topmaplink a:hover{text-decoration: none; color: #444;}
.socialmedia{margin:0; padding: 0; list-style-type:none; display:inline-block; vertical-align:top; line-height:1;}
.socialmedia > li{float:left; margin-left:20px;}
.socialmedia > li:first-child{margin-left:0;}
.socialmedia > li > a{display:block; text-decoration:none; color:#fff; font-size:18px; line-height:1.15;}
.socialmedia > li > a:hover{text-decoration:none; color:#444;}
.header-inner{}
.header-inner .container{}
.headermain{max-width: 1818px; margin: 0 auto;display: flex;align-items: center;justify-content: space-between;padding: 15px 0;}
#logo{margin-top:-35px; width:300px; position:relative; z-index: 1;}
#logo a{display:inline-block;vertical-align: top;max-width: 200px;}
#logo a img, #logo img{width:auto; height:auto;max-width: 100%;}
.single-landing #logo img {
  max-width: 200px;
}
.header-right {
  text-align: right;
  width: calc(100% - 300px);
  line-height: 14px;
}
.headcall{display:inline-block; vertical-align:top; line-height:1; padding:0; }
.headcall a, .headcall a:focus{display:block; color:#fff; font-size:16px; line-height:1.4; font-weight:500; text-decoration: none; background-color: #0f9595;  padding: 10px 17px;}
.headcall a:hover{background-color: #0f9595; color:#fff; text-decoration: none;}
.headcall a i {padding-right: 2px;}
.headbookapp{display:inline-block; vertical-align:top; line-height:1;margin-left:25px;}
.headbookapp a, .headbookapp a:focus{display:block; color:#0f9595; font-size:16px; line-height:1.4; padding:7px 15px; font-weight:bold; text-transform:uppercase; border:3px solid #0f9595; text-decoration: none;}
.headbookapp a:hover{color:#0f9595; border-color:#0f9595; text-decoration: none;}
.multiheadbtn, .multiheadbtn:focus {
  display: inline-block;
  color: #0f9595;
  font-size: 16px;
  line-height: 1.4;
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #4cbef1;
  text-decoration: none;
}
.multiheadlocation {
  display: inline-block;
  position: relative;
}
.location_list {
  display: none;
  width: 280px;
  top: 100%;
  padding: 0;
  right: 0;
  position: absolute;
  background-color: #067cb6;
  list-style: none;
  z-index: 1;
}
.multiheadlocation:hover .location_list {
  display: block;
}
.location_list li {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-align: left;
}
.location_list li a {
  display: inline-block;
  background-color: inherit;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  padding-left: 0;
}
.location_list li a:hover{color: #133c55;}
.multiloc-header #logo {margin: 0;}
/********* Navigation *********/
.mainNavigation {float: none; position: relative; padding:0; text-align:right; display: inline-block; padding-top: 15px; line-height: 1; margin: 0 ;}
.menu-icon, .menu-icon:focus { color: #0f9595; display: none; font-size: 20px; margin: 0 0 0 auto; max-width: 90px; text-align: center; text-decoration: none;}
.menu-icon .fa { margin-right: 10px; font-size: 24px; vertical-align: middle; }
.menu-icon span { display: inline-block;  vertical-align: middle;}
.menu-icon.open, .menu-icon:hover { text-decoration: none; color: #0f9595;}
#nav, #nav ul { list-style: none; margin: 0; padding: 0; z-index:99; text-align: left;}
#nav > li { float:left; margin: 0; padding: 0; position: relative;}
#nav > li > a { position: relative; line-height: 1; color: #0f9595; font-size: 18px; display: block; text-transform: uppercase; text-decoration: none; font-weight:500;padding-bottom: 4px;margin-right: 28px;}
#nav > li:last-child>a {margin-right: 0;}
#nav > li:hover > a, #nav > li.active > a { background-color: inherit; color: #0f9595; text-decoration: none; border-color: #4cbef1;}
#nav ul { display: none; width: 260px; top: 100%; padding: 0; left: 0; position: absolute; z-index: 99; background-color: #43c4e9;}
#nav ul li { float: left; height: auto; width: 100%; margin: 0; padding: 0; position: relative; z-index: 1; }
#nav ul li a {     text-align: left;display: block; text-decoration: none; background-color: inherit; font-size: 16px; line-height: 20px; color: #fff; padding: 10px 15px;}
#nav ul ul { top: 0; left: 260px }
#nav li:hover > ul { display: block; }
#nav li ul > li:hover > a { background-color: #0f9595; color: #fff;}
.arrowclick{display:none;position:absolute;right:0px;top:5px;width:30px;height:30px;z-index:99;cursor:pointer;}
.arrowclick:after{content:'';position:absolute;right:5px;top:50%;margin-top:-5px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;-moz-transition:all .4s ease-out;-webkit-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;}
.arrowclick.active:after{-ms-transform:rotate(-180deg);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.multiloc-header .mainNavigation {padding-top: 24px;}
#nav li.full-megamenu > ul {width: 560px;left: calc(50% - 280px);}
.header-right .headmidright {padding-top: 4px;}
/* ******** Index Slider ******** */
.indexBanner{background-color: #ededed;position:relative;overflow: hidden;}
.teaserBanner {background-color: #ededed;display: block;height: 750px;overflow: hidden;}
.teaserBanner .item{float:left; width:100%; position:relative; background-repeat:no-repeat; background-position:center center; background-size:cover; height:750px;}
.teaserBanner .item > img{width:100%; height:auto; visibility:hidden;}
.teasercaption{position: absolute; left: 0; bottom: 0; width: 100%; height: auto; z-index: 1; padding: 40px 0 50px; }
.teasercaption .wrap-inner{max-width:1920px;}
.teasertext{max-width:100%; margin:0 0 0 auto; padding-right: 0px;text-align: center; }
.teasersmtext {    background: transparent;  padding: 0;}
.teasertext h2{color:#0f9595; font-size:48px; font-weight: bold; margin:0; }
.teaserinnertext{max-width: 315px;}
.teasertext p{color:#6d6e71; margin:0 0 20px;}
.teasebtn, .teasebtn:focus{position:relative; display:inline-block; vertical-align:top; background-color:inherit; color:#0f9595; font-size:16px; height:auto; line-height:20px; padding:8px 15px; text-transform:uppercase; font-weight:bold; border: 3px solid #0f9595; text-decoration: none;}
.teasebtn:hover{background-color:inherit; color:#4cbef1; border-color: #4cbef1; text-decoration: none;}
.videoindexbanner { position: relative; overflow: hidden;height: 750px;}
.videoindexbanner > img { width: 100%; height: auto; visibility: hidden; }
.videoindexbanner iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.videoindexbanner video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; object-fit: cover; }
.videoindexbanner .video-js { display: block; height: 100%!important; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; }
.teaserBanner .item{position: relative;}
.teasercaption{z-index: 2;}
.teaserBanner.owl-carousel .owl-nav .owl-prev, .teaserBanner.owl-carousel .owl-nav .owl-next {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.teaserBanner.owl-carousel .owl-nav .owl-prev {left: 15px;}
.teaserBanner.owl-carousel .owl-nav .owl-next {right: 15px;}
/********** Home Page Content **********/
/********** Home Page banner Form **********/
.hmbookappsection {padding:60px 0;}
.hmbookappsection strong { margin: 13px 0 30px; font-size: 24px; color:#0f9595; line-height: 1.1; text-align: center; margin: 0 0 30px 0;  display:block; text-transform: uppercase;}
.hmbookappfrom .form-control::-webkit-input-placeholder {
color:#6d6e71;
opacity:1;
}
.hmbookappfrom .form-control:-moz-placeholder {
color:#6d6e71;
opacity:1;
}
.hmbookappfrom .form-control::-moz-placeholder {
color:#6d6e71;
opacity:1;
}
.hmbookappfrom .form-control:-ms-input-placeholder {
color:#6d6e71;
opacity:1;
}
/* Start Home Advantages Section */
.hmtechnosection{padding:70px 0 20px;}
.hmtechinfo{padding-bottom: 50px;}
.hmtechinfo h3{color:#0f9595; font-size:24px; font-weight:bold; margin:0 0 10px;}
.hmtechinfo h3 a:hover {text-decoration: none;}
.hmtechinfo p{line-height: 1.3;}
.hmtechnologyone .item {width: 100%;}
.hmtechnologythree {justify-content: center;}
.hmtechnologythree .item {width: 33.33%;text-align: center;}
.hmtechnologythree .hmtechinfo-icon {display: block;margin: 0 auto 12px auto;}
.hmtechnologythree .hmtechinfo-Content {width: 100%;padding-left: 0;}
/* End Home Advantages Section */
/* Start Home About Section */
.hmaboutsection{background:#e6e7e8; margin-bottom: 0px; padding: 60px 0;}
.hmaboutrow {
  align-items: center;
}
.hmaboutblock{padding: 0 10px 0 0;}
.hmaboutdesc{max-width:685px; margin:0 0 0 auto;}
.aboutpagesection {
  padding-top: 50px;
}
.hmaboutdesc p:last-child {
  margin-bottom: 0;
}
.hmaboutdesc h1, .hmaboutdesc h2{font-size: 32px;color: #0f9595;line-height: 1.1;text-align: left;display: block;text-transform: capitalize;font-weight: bold;margin-bottom: 20px;margin-top: 0;}
.hmaboutdesc h3{font-weight:bold; font-size:20px; line-height: 1.1; color:#0f9595; margin:0 0 15px;}
.hmaboutdesc p{margin: 0 0 20px; line-height: normal;}
.hmaboutimgbox{border: 20px solid #fff; background: #e6e7e8; padding: 0px;}
.hmclinicimg{position:relative; background-position:center center; background-repeat:no-repeat; background-size:cover;  overflow:hidden;}
.hmclinicimg img{width:100%; height:auto; visibility:hidden;}
.hmaboutdoctor{padding-top: 42px;}
.aboutvideoblock img {width: 100%;height: auto;visibility: hidden;}
.aboutvideoblock { position: relative;overflow: hidden;}
.aboutvideoblock iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.aboutvideoblock video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; object-fit: cover; }
.aboutvideoblock .video-js { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
/* End Home About Section */

/* Start Home Doctor Section */
.doctr-box .doctr-thumb {
    border: 16px solid #00afaa;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.doctr-box a img {width: 100%;height: auto;}
.doctr-box h3, .doctr-box h3 a {
    font-size: 24px;
    color: #0f9595;
    margin: 0 0 4px 0;
    font-weight: 600;
    text-decoration: none;
}
.doctr-box span {
    font-size: 18px;
    color: #6d6e71;
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}
.doctorsmdec p {color: #6d6e71;margin-bottom: 8px;}
.doctorsmdec p:last-child {margin-bottom: 0;}
.docdtls-link {
    font-size: 18px;
    font-weight: 700;
    color: #00afaa;
    display: inline-block;
    vertical-align: top;
}

/* End Home Doctor Section */
/* Start Home Gallery Section */
.hmgallerysection{padding:60px 0;}
.hmgalleryblock{max-width: 1890px; margin:0 auto;}
.hmgalthumb{position:relative;display: block; overflow:hidden;}
.hmgalthumb:after{ content:''; position:absolute; top: 0; right: 0; bottom:0; left:0; width:100%; height:100%;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hmgalthumb img{width:100%; height: auto;}
.hmgalthumb:hover:after{opacity:0; width:0; height:0;}
.hmgallerylist .item{width: 100%;}
.hmgallerylist.row.facilitiesilser{margin-left: 0px;margin-right: 0px;}
/* End Home Gallery Section */
/* Start Home Our Services Section */
.hmservices-section{position:relative; padding:60px 0;}
.hmservices-section .row.owl-carousel {margin-left: 0px; margin-right: 0px;}
.hmservices-section h2 ,.hmoffersection h2{font-size:24px; line-height:1.1; font-weight:900; color:#0f9595; text-align:center; margin:0 0 55px;}
.hmservicesslider .owl-item .item{width:100%;}
.hmservicesslider .item{width:25%; float:left;}
.hmservicesslider .owl-theme .owl-controls{margin-top:25px !important;}
.hmservices-section .owl-theme .owl-controls .owl-dots {margin-top: 25px;}
.owl-dots {margin-top: 25px;}  
.hmservicesbox {text-align:center;}
.hmservicesbox h3 {font-size: 24px;font-weight: 600;}
.servicelink, .servicelink:focus{display:inline-block; vertical-align:top; text-decoration:none; color:#58595b; text-decoration: none;}
.servicelink:hover{text-decoration: none;}
.servicon{display:block; margin:0 auto 20px; width:100px; height:74px; text-align:center; font-size:74px; color:#0f9595;}
.servicon.servimgicon{text-align:left; overflow: hidden; text-indent: -999em; background-position: center top; background-repeat: no-repeat; background-size:contain;}
.hmserviceslist .servicon img{width: auto; visibility: hidden; display: inline-block; vertical-align: top;}
.servicelink strong{display:block; font-size:24px; font-weight:normal; color:#0f9595;}
.servicelink:hover, .servicelink > strong:hover {color: #43c4e9;  text-decoration: none;}
.hmserviceslist.owl-carousel .item {
  width: 100%;
}
/* End Home Our Services Section */
/* Start Home Discount Plans Section */
.hmplansection{background-color:#e6e7e8; padding:60px 0; }
.hmdiscplanlist .item{margin-bottom: 30px;}
.hmplansection h2{text-align:center; color:#0f9595; font-size:24px; margin:0 0 65px; font-weight:bold;}
.hmdiscplanlist{padding:0; }
.hmdiscplanslider.owl-carousel .item {width: 100%;}
.hmdiscplanslider.owl-carousel .item:first-child {border-left-width: 3px;}
.hmdiscplanlist .item .hmourplan{border:1px solid #4cbef1;padding: 40px 30px;}
.discountlist.owl-carousel .item {width: 100%;}
.plandetail .col-md-4:last-child{border-right:none;}
.plandetail .col-md-4{padding:0; border-right:solid 2px #4cbef1;}
.hmourplan{margin:0; padding:0 15px; text-align:center;}
.plantitle{padding-bottom:30px;}
.plantitle h3{font-size:35px; font-weight:bold; margin:0 0 6px 0; color:#0f9595;}
.plantitle span{font-size:35px; font-weight:bold; color:#0f9595;}
.plantitle p{font-size:15px; font-weight:normal; color:#6d6e71; margin:0;}
.plandesc ul{margin:0; padding:0; list-style-type:none;}
.plandesc li{color:#6d6e71; margin-bottom: 20px;}
.plandesc li:last-child {margin-bottom: 0;}
.discount-pagesection .discountlist{justify-content: center;}
/* End Home Discount Plans Section */
/* Start Home Offer Section */
.hmoffersection{padding:60px 0;}
.hmofferslider.owl-carousel .item {width: 100%;}
.hmoffer-listing .item {margin-top: 30px;}
.offer-block {position: relative;display:table; text-decoration:none;border: 1px solid #00aea9;padding: 20px;text-align: center;height: 100%;}
.offer-block:after {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;background-color: #00aea9;opacity: 0;transition: all 0.3s ease-in-out;z-index: -1;}
.offer-block:hover:after {opacity: 0.3;}
.offer-block:hover, .offer-block:focus {text-decoration:none;}
.offer-content {display: table-cell;vertical-align: middle;}
.offer-block h3 {font-size: 24px;font-weight: 600;text-transform: uppercase;color:#0f9595;margin: 0 0 8px 0;}
.offer-block p {margin-bottom: 8px;color: #707070;}
.offer-block p:last-child {margin-bottom: 0;}

.hmofferlist.owl-carousel .item {width: 100%;padding: 0 1px;height: 100%;}
.hmofferlist .offer-block {height: 100%;}
.hmofferslider .offer-block, .hmofferfive .offer-block {padding: 20px 12px;}
.hmofferlist {justify-content: center;}
.hmofferlist.owl-carousel {padding: 0 25px;}
.hmofferlist.owl-carousel .owl-nav .owl-prev {left: -5px;}
.hmofferlist.owl-carousel .owl-nav .owl-next {right: -5px;}
.hmofferlist.owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hmofferlist.owl-carousel .owl-stage:after { display: none;}
/* End Home Offer Section */
/* Start Home Blog Section */
.hmblog-section {padding:60px 0;}
.hmblog-section h2{font-size:32px; color:#0f9595; text-transform:capitalize; font-weight:bold; 	text-align:center;margin:0 0 30px 0;}
.hmblog-section p { text-align: left; padding-top: 10px;}
.hmblog-section .hmsmalldesc p {
  text-align: center;
}
.hmblog-section h2 a{ color:#0f9595; text-decoration:none;}
.hmblog-section h2 a:hover {text-decoration:none; color:#4cbef1;}
.bloglist .item{width:33.333%; float:left; padding:0 15px;}
.blogbox a.button {padding: 0; border: 0; text-transform: capitalize; font-weight: 900; } 
.blogbox a.button:hover {background: transparent; } 
.bloglist .owl-item .item{width:100%;}
.bloglist{margin:0; padding:0; list-style-type:none;}
.blogbox h3{font-size:24px; color:#0f9595; font-weight:600; margin:0px;}
.blogbox h3 a{color:#0f9595; text-decoration:none;}
.blogthumb{position:relative; display: block; margin-bottom:15px; overflow:hidden;}
.blogthumb:after{opacity:0; content:''; position:absolute; left:0; top:100%; width:100%; height:100%; z-index:1; background-color:rgba(76,190,241,0.5); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.blogthumb img {width:100%; height:auto;}
.blogbox:hover .blogthumb:after{opacity:1; top:0;}
.blogbox p{color:#6d6e71; margin-bottom: 10px;}
.readmorebtn{color:#0f9595; display:block; text-decoration:none;}
.readmorebtn:hover {text-decoration:none; color:#4cbef1;}
.blogbox img{width:100%;}
.blogbox h3:hover a{color:#4cbef1;}
.hmblog-section .owl-carousel{display: block;}
/* End Home Blog Section */
/* Partners Section */
.partners-section {padding:60px 0;}
.partnerslider {text-align: center;}
.partnerslider .item {display: inline-block; float: none;}
.partners-section .owl-carousel .owl-item .item  {width: 100%;}
.partners-section .owl-carousel .owl-item .item  .imagewrap{text-align: center;}
.partners-section .partnerslider .item img {width: auto; height: auto; max-width: 100%;display: inline-block;}
/********** Inner Pages **********/
.page-title{background-color:#43c4e9; padding:70px 0 30px 0; margin-bottom:50px; }
.page-title h1{color:#fff; font-weight:bold; font-size:24px; margin:0; text-align:center; text-transform:uppercase;}
.contentsection{padding:70px 0;}
.page-id-802 .aboutsmdet{text-align:left;}
.contentarea .entry-content h2, .serviceblock h2{margin: 0 0 15px;}
.contentarea .entry-content h3, .serviceblock h3{margin: 0 0 15px;}
.contentarea .entry-content h4, .serviceblock h4{margin: 0 0 15px;}
.video-container{position: relative; margin-bottom: 20px;}
.video-container img {width: 100%; height: auto; visibility: hidden;}
.video-container iframe{width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
p:empty{display: none;}
.single-service .video-container img {width: 100%; height: auto; visibility: hidden;}
.single-service .video-container iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.single-service .video-container br {display: none;}
/********** Book An Appointment Pages **********/
.bookapp-section {padding: 70px 0;}
.bookappform .col-md-12.col-sm-12.col-xs-12{text-align:center;}
.bookappform .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {transform: scale(0.97);-webkit-transform: scale(0.97);transform-origin: 0 0;-webkit-transform-origin: 0 0;}
/********** Blog Pages **********/
.blog-section {padding-bottom:30px;}
.blogblock .item {margin-bottom: 30px;}
/********** About Pages **********/
.aboutblock {margin-bottom: 0px;}
.doctorsmdec img {vertical-align: top;}
.testithumb {margin-bottom:25px;}
.testithumb img {width:100%; height:auto;}
.doctorsection {padding:70px 0;}
.doctorsection .aboutdoctor .testithumb a, .doctorsthumb .testithumb {border: 16px solid #00afaa;display: block;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.doctorsmdec h3, .doctorsmdec h3 a {font-size:24px; color:#0f9595;  margin:0 0 4px 0; font-weight: 600;text-decoration: none;}
.doctorsmdec span {font-size:18px; color:#6d6e71;display:block;margin-bottom: 4px;font-weight: 500;}
.doctorsmdec p {color:#6d6e71;margin-bottom: 8px;}
.doctorsmdec p:last-child{margin-bottom:0;}
.docdtls-link {font-size: 18px;font-weight: 700;color: #00afaa;display: inline-block;vertical-align: top;}
.about-detail {padding: 70px 0;}
.abgallerysection{padding-bottom: 50px;}
.abgalleryblock {max-width: 1736px; margin: 0 auto;}
.abgallerylist .item{margin-bottom: 30px;}
.abgalleryblock .hmclinicimg {height: auto;}
.aboutsmdet h2, .about-detail .hmaboutdesc h1, .about-detail .hmaboutdesc h2 {font-size: 24px;color: #0f9595; font-weight: 600; margin:0 0 10px 0;}
.aboutsmdet p {color: #6d6e71; margin:0 0 15px 0;}
.aboutsmdet p:last-child {margin-bottom: 0; }
.aboutdoctor .item {padding-top: 30px;}
.doctorsection .aboutdoctor .testithumb {float: none;}
.bookappform h2 {font-size: 24px; color: #0f9595; font-weight: bold; text-transform: uppercase; margin:0 0 35px 0; text-align: center;}
/********** Promotions & Insurance Pages **********/
.hmoffersection.prooffersection {padding-bottom: 100px;}
.insuranceblock {padding: 70px 0;}
.insuranceblock + .yourfirstvisit {padding-top: 0;}
.insurancebox h2 {font-size:24px; color:#0f9595; margin:0 0 50px 0; font-weight:bold; text-transform: uppercase;}
.finance-desc h2, .finance-desc h3 {font-size:24px; color:#0f9595; margin:0 0 20px 0; font-weight:600;text-transform: none;}
.finance-desc h3:last-child {margin:0;}
.insurancebox p {color:#6d6e71; margin:0 0 25px 0; font-weight:normal;}
.promotionslist {padding-bottom:70px;}
.insurance-listing{margin:0 0 15px 0; padding:0;}
.insurance-listing li{list-style-type:none; position:relative; padding-left:10px; padding:5px 0 5px 10px; color:#58595b;}
.insurance-listing li:after{position:absolute; content:""; left:0; top:50%; background-color:#58595b; height:3px; width:3px; border-radius:50%; }
.finance-desc p:last-child {margin-bottom: 0;}
.financelogolist .item {text-align: center;margin-top: 30px;}
.bookappblock h2 {font-size:24px; color:#0f9595; margin:0 0 30px 0; font-weight:bold; text-align:center; text-transform:uppercase;}
/********** Promotions & Insurance Pages **********/
.single-service .page-title {margin:0;}
.service-section .col-md-12 {padding:0;}
.servicefull{position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; height: 600px;}
.servicefull img {width:100%; height:auto; visibility: hidden;}
.serevice-dtails {padding:70px 0;}
.serevice-dtails .section-title, .serevice-dtails .section-title h1, .serevice-dtails .section-title h2 {text-align: left;}
.serviceblock p {color:#6d6e71; margin:0 0 20px 0;}
.serviceblock p:last-child {margin:0;}
.servicebook {padding-bottom:75px;}
.serevice-dtails h2{font-size:24px; font-weight: bold;}
.serviceblock ul li {margin-bottom: 10px;}

/********** Start: Blog Pages **********/
.blog-pagination {text-align: center;}
.blog-pagination span {
    padding: 5px 9px;
    border: 1px solid #3680c5;
    display: inline-block;
    vertical-align: top;
}
.blog-pagination a {
    background: #3680c5;
    padding: 6px 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
}
/********** End: Blog Pages **********/
/********** Blog Details Pages **********/
.blog-section {
  padding: 70px 0 40px 0;
}
.blogdetails-section .col-md-12 {padding:0;}
.blogdetrow {padding:60px 0 30px 0;}
.blogdetrow h1 {font-size: 32px;color: #0f9595;font-weight: bold;margin-top: 0;line-height: 1.2;}
.blogdet-section .blogmetadt {margin-bottom: 12px;}
.blogdetrow h2 {font-size:24px; color:#0f9595; margin:0 0 15px 0; font-weight:600;}
.blogdetrow p {color:#6d6e71; margin-bottom:20px;}
.blogdetpagin .pagination {width: 100%; margin: 0;display: block;}
.blogdetpagin {padding-bottom:60px;}
.blogdet-section .blogdetpagin {padding-bottom:0px;}
.paginationav {text-align:right;}
.blogdetpagin .pager {margin: 0; text-align:right;list-style: none;padding-left: 0;}
.blogdetpagin .pager li > a, .blog-details .pager li > a:focus {border:none; font-size:18px; color:#0f9595; border-radius:0; background-color: #fff;padding:7px 15px; text-transform: capitalize; font-weight: normal; font-weight:bold;border: 3px solid #4cbef1;}
.backbtn {font-size:18px; font-weight:bold; color: #0f9595; display:inline-block; text-decoration: none; margin: 8px 0;}
.backbtn:hover, .backbtn:focus {color: #4cbef1; text-decoration: none;}
.blogblock .item:nth-child(3n + 1) {clear: both;}
.blogdetpagin .pager li {display: inline-block;vertical-align: top;}
.blog-pagination a i {font-style: normal;display: inline-block;vertical-align: top;margin-top: -1px;}
/********** Contact Pages **********/
.contact-section {padding: 70px 0;background-color: #ededed;}
.contacthours .footcall, .contacthours .footaddress a, .contacthours .footcall a, .contacthours .footemail a, .contacthours .footsocial > li > a {color:#0f9595;}
.contacthours .foothours li {color:#0f9595;}
.conntactrmap {border:10px solid #4cbef1; padding:12px;}
.conntactrmap iframe {height:300px; width: 100%; display: block; border:none;}
.contact .row:last-child .form-group {margin-bottom: 0;}
.contacthours .footsocial {margin:0;}
.contactblock .footaddress, .contactblock .footemail{font-size:18px;}
.contacthours .headbookappbtn, .contacthours .headbookappbtn:focus{font-size:18px; border-width:5px; margin-top:15px; padding:5px 10px 5px;}
.contactform .aawfieldcol input, .contactform .aawfieldcol input:focus, .contactform .aawfieldcol textarea, 
.contactform .aawfieldcol textarea:focus, .contactform .aawfieldcol select {background-color: transparent;}
.contactform .aawfieldcol.aawfieldtextarea {width: 66.667%;}
.contactform .aawfieldtextarea textarea, .contactform .aawfieldtextarea textarea:focus {height: 40px !important;padding: 8px 10px;}
.map {padding: 0; }
.fcopy { text-align: center;padding: 15px 0;font-size: 16px;}
.fcopy a{font-weight: bold;}
.page-template-template-contact .multiloc-footer .footercolumn,
.page-template-template-book-an-appointment .multiloc-footer .footercolumn,
.page-template-template-find-location .multiloc-footer .footercolumn {max-width: 1290px;}
.page-template-template-contact .multiloc-footer .footriviewcol,
.page-template-template-book-an-appointment .multiloc-footer .footriviewcol,
.page-template-template-find-location .multiloc-footer .footriviewcol {width: 100%;}
/********** Faqs Pages **********/
.faq-pagesection {
  padding: 70px 0;
}
.faqextracon h2, .faqextracon h3 {
    font-size: 24px;
    color: #133c55;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-transform: none;
}
/********** Gallery Page **********/
.galarypagesection {
  padding: 70px 0 40px 0;
}
.media-listing { padding: 0; margin: 0 -10px; }
.media-listing .item {margin-bottom: 30px;}
.media-thumb{position:relative;}
.media-thumb a { display: block; }
.media-thumb img, .videopoplink img { width: 100%; height: auto; }
.videopoplink, .videopoplink:focus{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; font-size: 40px; line-height: 1;color: #fff; text-decoration: none;}
.videopoplink span {position: absolute;left: 50%;top: 50%;display: inline-block;vertical-align: top;height: 40px;width: 40px;background-color: #ffffff;border-radius: 50%;text-align: center;margin-top: -20px;margin-left: -20px;}
.videopoplink span i {font-size: 14px;color: #133c55;display: inline-block;vertical-align: top;padding-top: 14px;}
.videopoplink:hover span i {color: #00afaa;text-decoration: none;}
.videopoplink:hover {color: #fff; text-decoration: none;}
.mfp-gallery .mfp-figure figure {max-width: 1000px;}
/********** Technology Page **********/
.technosmalldesc{padding-bottom: 30px;}
.technosmalldesc h2{font-size: 24px; font-weight: bold; color: #0f9595; margin: 0 0 15px;}
.technosmalldesc p{}
.technosmalldesc p:last-child{margin-bottom: 0;}
.advtecrowlist{}
.advteclist{padding-bottom: 30px;}
.advteclist:last-child{padding-bottom: 0;}
.advtecsmdesc h3{font-size: 24px;font-weight: 600;margin: 0 0 10px; color: #0f9595;}
.advtecsmdesc p{}
.advtecsmdesc p:last-child{margin-bottom: 0;}
.technodescription{padding-top: 40px;}
/********** Footer **********/
#footer{position:relative;}
.footer-inner{background-color:#0f9595; padding:50px 0 50px;}
.footercolumn{max-width: 1680px; margin: 0 auto;}
.footercolumn h3{margin: 0 0 25px; font-size:24px; color:#fff; font-weight:900; text-transform: capitalize;}
.footcall {display:block; color:#fff; font-weight:900; text-decoration:none; margin-bottom:15px;}
.footcall.footfax {
  font-weight: normal;
}
.footcall a{color:#fff; text-decoration:none;font-size: 24px;}
.footcall a .fa, .footcall .fa{font-size:20px; margin-right: 10px;}
.footcall a:hover, .footaddress a:hover {color:#4cbef1; text-decoration:none;}
.footaddress {font-size:20px; color:#fff; font-weight:normal; font-style:normal; text-decoration:none; position:relative; display:inline-block; margin-bottom:15px;}
.footaddress a{color: #fff; display: inline-block; text-decoration: none; vertical-align: top; font-size: 18px;max-width: 250px;}
.footaddress a:hover{color:#4cbef1; text-decoration:none;}
.footemail{font-size:20px; color:#fff; font-weight:normal; font-style:normal;margin-bottom: 15px;}
.footemail a{color:#fff; text-decoration:none;}
.footemail a:hover{color:#4cbef1; text-decoration:none;}
.footsocial {list-style-type:none; display:inline-block; margin:0 0 35px; padding:0;}
.footsocial > li{display:inline-block; margin-right:12px;}
.footsocial > li:last-child{margin-right:0;}
.footsocial > li > a{display:block; text-decoration:none; color:#fff; font-size:20px;}
.footsocial > li > a:hover{text-decoration:none; color:#4cbef1;}
.footbookapp a, .footbookapp a:focus{max-width: 283px; text-align: center; display:block; color:#fff; font-size:20px; padding:5px 15px 5px; font-weight:900; text-transform:uppercase; border:2px solid #4cbef1; text-decoration: none;}
.footbookapp a:hover{color:#4cbef1; border-color:#fff; text-decoration: none;}
.foothours{margin:0; padding:0; list-style-type:none;}
.foothours li{float:left; width:100%; margin-bottom:15px; color:#fff; font-weight:normal;}
.foothours li:last-child{margin-bottom:0;}
.foothours .hoursnote {font-size: 17px;}
.footday{float:left; width:105px; position:relative;}
.foottime{float:right; width:100%; margin-left:-105px; padding-left:123px;}
.foottime span{font-size:13px; display:block;}
.footform h2, .footform h3 {font-size:24px; font-weight:900; color:#0f9595;margin:0 0 25px; text-transform:capitalize;}
.footform .formradio span.wpcf7-list-item{border: 0;}
.formreviewfoot{padding:0;max-width: 825px;margin: 0 auto;}
.topfootercolumn{max-width: 1676px;margin: 0 auto;}
.footform .form-control::-webkit-input-placeholder{color:#fff; opacity:1;}
.footform .form-control:-moz-placeholder{color:#fff; opacity:1;}
.footform .form-control::-moz-placeholder{color:#fff; opacity:1;}
.footform .form-control:-ms-input-placeholder{color:#fff; opacity:1;}
.footform .form-control, .footform .form-control:focus {color:#fff; border: 1px solid #fff;}

.footform .row:last-child .form-group {margin-bottom:0;}
.footform .row .form-group.capchafield {margin-bottom:15px; border-color:#fff;}
.footform .row .form-group.capchafield input{border:none;}
.footform .button{color: #fff;}
.footform .button:hover{color: #4cbef1; border-color: #fff;}
.footform .form-check label{border: 0;}
.footform .aawfieldcol33 {
  width: 50%;
  margin-bottom: 10px;
}
.footform input, .footform textarea {
  background-color: transparent;
  border-color: #fff;
  color:#fff
}
.footform .aawform-group.aawform-btn {padding:0 5px;}
.footform input::placeholder, .footform textarea::placeholder{color:#fff}
.footmapsection{background-size: cover;background-position: center center;background-repeat: no-repeat;padding: 100px 0;position: relative;}
.footform .aawfieldcol input, .footform .aawfieldcol input:focus, .footform .aawfieldcol textarea, .footform .aawfieldcol textarea:focus, .footform .aawfieldcol select, .footform .aawformradiocol label, .footform .heapBox .holder {height: 45px;}
.footform .aawfieldcol textarea, .footform .aawfieldcol textarea:focus {height: 45px !important;padding-top: 10px;padding-bottom: 10px;}
.footform .aawformblock .aawformradiobox {border: none;}
.footform .heapBox .handler, .footform .aawformblock .ui-datepicker-trigger {height: 45px;}
.footmapsection:before{display: block;content: "";background-color: rgba(0,0,0,.5);display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.footmapsection .hmpozreviewblk iframe {height: 400px;}
.footmapsection img{visibility: hidden;max-width: 100%;display: none;}
.mobilecallbtn a {font-size: 16px;text-decoration: none;display: block;font-weight: 700;}
#myModallocationcon button.close {
    background-color: #00afaa;
    color: #fff;
    border: none;
    font-size: 24px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 1;
}
/********** From Page **********/
.form-list {list-style:none; padding:0; margin:0;}
.form-list li {padding:0 0 15px; margin:0;}
.fieldgroup{margin:0 -5px; width:auto;}
.fieldcol{float:left; width:100%; padding:0 5px; margin-bottom:10px; position:relative;}
.fieldcol25{width:25%;}
.fieldcol33{width:33.333%;}
.fieldcol50{width:50%;}
.fieldcol66{width:66.666%;}
.fieldcol75{width:75%;}
.required, .form-list .error {color:#c00;}
.form-list .error {display:block; font-size:12px;}
.form-list .textbox-out {margin-bottom:5px;}
.form-list label, .form-list .label {color:#333; display:block; font-weight:normal;padding-bottom:7px;}
.radio-list input {float:left; margin:5px; clear:left;}
.radio-list label, .radio-list .label {float:left; color:#555;}
.note {font-size:12px; font-style:italic; padding:5px 0 0;}
.capchafield{position:relative; padding-right:100px; border:1px solid #0f9595; height:40px;}
.capchafield .capchaimg{position:absolute; right:0; top:0; width:94px;}
.capchafield input, .capchafield input:focus{border:none; margin-left:-1px; margin-top:-1px;}
.capchaimg{text-align:center; padding:5px 0; background-color:#0f9595;}
.capchaimg img{width:84px; height:28px;}
.wpcf7-not-valid{border: 1px solid #f00 !important;}
.wpcf7-display-none, .wpcf7-not-valid-tip, .wpcf7-validation-errors{display:none !important;}
.nav-links a:hover{background:#641951 !important;}
.thankpage-content {padding: 70px 0;}
.thankyoumsg{text-align:center;}
.formradio label input[type="radio"]{position:absolute; left:0; top:0; display:none;}
.formradio label input[type="radio"]:checked + span{background-color:#0f9595; float:left; color:#fff;}
.formradio { height:40px; margin-bottom:15px;}
.formradio span.wpcf7-list-item{width:50%; margin:0!important; float:left; display:block !important;}
.form-check label{width:100%; margin-bottom:0; display:table; }
.form-check label span{border:1px solid #0f9595; }
.formradio span.wpcf7-list-item label input[type="radio"] + span{padding:7px 0;}
.formradio label input[type="radio"] + span{text-align:center; display:inline-block; font-size:18px; vertical-align:middle; cursor:pointer; float:left; color:#58595b; background-color:#fff; width:100%; padding:3px 0; font-weight:normal; display:table-cell; text-align:center; vertical-align:middle; height:40px; } 
.wpcf7-radio{display: inline-block;width: 100%;background-color: transparent;}
.footform .wpcf7-radio{background-color: transparent;border: 0;}
.nw-captchafield{float:left; width:100%; text-align:center}
.nw-captchafield .form-group{display:inline-block; vertical-align:middle; margin-left:5px; margin-right:5px;}
div.wpcf7 .ajax-loader{display:none !important;}
.nw-captchafield{overflow:hidden}
.advtecthumb {margin-bottom: 10px;}
.advtecthumb img { width: auto; max-width: 100%; height: auto; }
/*.discount-two .item {width: 50%;}*/
.list-col-6 li {width: 50%;float: left;padding: 0 15px;}
/*************** The Tooth Booth Dental *****************/
.teaserBanner .teasersmtext p {margin-bottom:0;}
.teaserBanner .teasersmtext a.teasebtn {margin-top: 20px;display: inline-block;vertical-align: top;}
.discount-two .item {width: 50%;}
.page-template-template-about .page-title{margin-bottom: 0;}
.blogdetrow{padding: 0;}
.blogdet-section{padding: 70px 0;}
.hmaboutsection .container-fluid, .hmoffersection .container-fluid {max-width: 1920px; margin: 0 auto;}
.heapBox .heap .heapOptions {overflow: auto;max-height: 205px;}

/**********************/
.section-title {text-align: center;}
.section-title.left-title, .section-title.left-title * {text-align: left;}
.section-title h2, .section-title h1{font-size: 32px;color: #0f9595;text-align: center;display: block;font-weight: bold;margin: 0 0 30px 0;line-height: 1.2;}
.hmtechinfo-icon{width: 90px;display: inline-block;vertical-align: top;}
.hmtechinfo-icon img{max-width: 100%;width: auto;height: auto;}
.hmtechnologythree .hmtechinfo-icon {width: auto;}
.hmtechnologythree .hmtechinfo-icon img {height: 90px;}
.hmtechinfo-Content{width: calc(100% - 95px); display: inline-block;vertical-align: top;padding-left: 20px;}
.hmdiscplanlist .item .hmourplan{height: 100%;}
.hmdiscplanlist .item .hmourplan .button, .hmdiscplanlist .item .hmourplan .button:focus{margin-top: 30px;background-color: #ffffff;}
.hmdiscplanlist .hmourplan .plandesc{max-width: 298px;display: block;margin: 0 auto;}
.hmofferblock .offerdetail {display: table;margin: 0 auto;}
.hmofferblock .offerdetail .offer-content{display: table-cell;vertical-align: middle;}
.hmsmalldesc {text-align: center; margin-top: -10px;margin-bottom: 30px;}
.hmsmalldesc h2{font-size: 32px;}
.hmsmalldesc h3{font-size: 24px;font-weight: 600;}
.hmsmalldesc p:last-child{padding-bottom: 0; margin-bottom: 0;}
.footar-map iframe { height: 400px; }
.footar-map { line-height: 0; }
.copyright { text-align: center; padding: 0 5px; }
.footform .col-md-6.col-sm-6.col-xs-6 { width: 100%; }
.extracontentsection{padding: 60px 0;}
.extraseccontent h2, .extraseccontent h3 {
    font-size: 24px;
    color: #0f9595;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.hmsevlistrowblock .owl-carousel .item{width: 100%;}
.otherser-section{padding: 70px 0;}
.otherser-section .hmserblock {text-align: center;}
.otherser-section .owl-theme .owl-controls .owl-nav [class*=owl-]{text-indent:inherit;width: auto;height: auto;background-color: transparent;color: #000;font-size: 30px;}
.innerbanner { background-size: cover; background-position: center center; background-repeat: no-repeat;height: 600px;}
.innerbanner  img { max-width: 100%;visibility: hidden;}
.inbancaptext h1 {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.inbancaption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}


.abgallerylist.owl-carousel .item { width: 100%; }
.abgallerysection {padding: 50px 0 20px; background: #ededed; }

.after-before-section {
  padding: 70px 0;
}
.beforethumb {
  text-align: center;
}
.beforethumb img {
  max-width: 100%;
  width: 100%;
  display: block;
  border: 20px solid #00afaa;
}
.beforethumb h3 {
  font-size: 24px;
  color: #133c55;
  font-weight: 800;
  margin-top: 15px;
  line-height: 1.2;
}
.beforesliderow {
  padding: 50px 0;
}
.beforesliderow .ba-outside {
  height: 32px;
}
.beforeafterextra h2 {
  font-size: 32px;
  color: #0f9595;
  text-align: center;
  display: block;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
}
.beforeafterextra p {
  margin-bottom: 0;
  margin-top: 20px;
}

.discount-pagesection {padding: 70px 0 ;}
.disextracontent h2, .disextracontent h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #0f9595;
}
.grid-listing {margin-bottom: 10px;}
.grid-listing ul, .grid-listing ol {padding-left: 18px;margin: 0;}
.grid-listing li {margin-bottom: 10px;}
.hmteamsection {
  padding: 60px 0;
}
.teamselist.owl-carousel .item {
  width: 100%;
}
.teaminbox {
  padding: 20px 0 0 0;
}
.teaminbox h3 {font-size: 24px;font-weight: 600;}
.teaminbox a {
  color: #00afaa;
}
.teaminbox a:hover {
  color: #133c55;
}
.othrdocteam-section {
    background-color: #ededed;
    padding: 70px 0;
}
.hmservicelist.owl-carousel .hmserthumb img, .otherser-section .hmservicelist .hmserthumb img{
  max-width: 100%;
  width: auto;
  height: 240px;
  object-position: center;
  object-fit: cover;
}
.otherservices .hmsercontent h3 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.otherservices .hmsercontent h3 a{color: #133c55;}
.otherservices .hmsercontent h3 a:hover{color: #00afaa;}
.otherservices .hmsercontent {
  margin-top: 10px;
}
.otherservices .hmserthumb a {
  display: inline-block;
  overflow: hidden;
  transition: all 0.5s ease;
}
.otherservices .hmserthumb a img{transition: all 0.5s ease;}
.otherservices .hmserthumb a:hover img{transform: scale(1.1); transition: all 0.5s ease;}

.hmservicelist-two, .hmservicelist-one{justify-content: center;}
.serviceblock h2 {font-weight: 600;}
.serviceblock h3 {font-size: 24px;font-weight: 600;}
.servdtl-listing {margin-bottom: 10px;}
.servdtl-listing ul, .servdtl-listing ol {padding-left: 18px;margin: 0;}
.servcategory-list {display: flex;flex-wrap: wrap;justify-content: center;margin-top: -30px;}
.servcategory-list .item {margin-top: 30px;}
.servcategory-list.owl-carousel {margin-top: 0;}
.servcategory-list.owl-carousel .item {margin-top: 0;width: 100%;}
.promotion-pagesection {
  padding: 70px 0;
}
.promotion-pagesection .hmoffersection {
  padding: 0;
}
.promotion-etra {
  padding-top: 50px;
}
.promotion-etra h2, .promotion-etra h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #00afaa;
  font-weight: 600;
}
.multiplevideo {
  position: relative;
  margin-bottom: 30px;
}
.multiplevideo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.multiplevideo video, .multiplevideo iframe{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.multiimagebox img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.multiimagebox {
  margin-bottom: 30px;
}

.aboutdoctorrow {
  margin-bottom: 30px;
}
.aboutdoctorrow .testithumb {
  margin-bottom: 0;
}
.doctordetailsec {
  padding: 70px 0px;
}
.multivideosection {
  padding: 30px 0;
}
.testithumb {
  float: left;
}
.single-doctors .testithumb{margin-right: 30px;max-width: 360px;}
.single-team .testithumb{margin-right: 30px;max-width: 360px;}
.videomain {
  float: left;
  padding-right: 30px;
}
.doctorsthumb .hmaboutvideo {
  height: auto;
}
.doctorsthumb h3 {
  font-size: 24px;
  color: #133c55;
  font-weight: 600;
}
.doctorsthumb span{color: #133c55;margin-bottom: 15px;display: block;font-weight: 500;}
.doctorbtmboxrow {margin-bottom: 15px;}
.doctorbtmboxrow ul {padding-left: 18px;margin-bottom: 0px;}
.doctorbtmboxrow ul li {margin-bottom: 5px}
.bannertitle h1, .bannertitle h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.yourfirstvisit {
  padding: 70px 0;
}
.yourfirst-col h2, .yourfirst-col h3{
  font-size: 24px;
  font-weight: 600;
  color: #133c55;
  margin-bottom: 15px;
}
.yourfirst-col ul {
  padding-left: 18px;
  margin-bottom: 0;
}
.yourfirst-col ul li {
  padding-bottom: 10px;
}
.yourfirst-col ul li:last-child{padding-bottom: 0;}
.yourfirstimg {border: 20px solid #00afaa;}
.yourfirst-desc {
  padding-top: 50px;
}
.yourfirstrow {padding-top: 20px;}
/* New Landing Css */
.landinglayout1 #header, .landinglayout1.fixed #header, .landinglayout2 #header, .landinglayout2.fixed #header, .landinglayout3 #header, .landinglayout3.fixed #header{position:relative;}
.landinglayout1 .header-inner, .landinglayout2 .header-inner, .landinglayout3 .header-inner{border:none;}
.headermain.headermenudis {
  padding-top: 0;
}
.headermain.headermenudis #logo {
  margin-top: -20px;
}
.landinglayout1 #container,.landinglayout2 #container,.landinglayout3 #container{padding-top:0}
.slbanner{background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;height:800px;position:relative;z-index:0;}
.slbanner:after{content:'';position:absolute;background-color:rgba(28,28,28,0.8);top:0;left:0;width:100%;height:100%;opacity:0.6;}
.slbanner img{visibility:hidden;}
.slconblock{position:absolute;top:0;width:100%;z-index:1;top:50%;transform:translateY(-50%);}
.slconblockopt1{top:40%;}
.sltitlebox h2, .sltitlebox h3{font-size:28px;color:#3680c5;font-weight:500;margin:0 0 10px;line-height:1.1;}
.sllist{margin:0;padding:0;list-style-type:none;position:relative;}
.sllist li{padding:10px 0;position:relative;font-size:18px;color:#ffffff;text-transform:uppercase;font-weight:normal;line-height:1.1;}
.sllist li:after{content:'';position:absolute;background-color:#3680c5;width:46px;height:1px;bottom:0;left:0;right:0;margin:0 auto;}
.slbannerbook1{margin-top:-207px;position:relative;}
.slbannerbook1 .slbookblock{background-color:#f5f5f5;border-radius:26px;padding:55px 30px;}
.slbooktitle{text-align:center;padding-bottom:20px;}
.slbannerbook1 .slbooktitle h2{color:#3680c4;font-size:30px;font-weight:bold;line-height:1.2;margin:0;text-align:center;text-transform: capitalize;}
.bookappform1 .aawfieldcol input, .bookappform1 .aawfieldcol input:focus, .bookappform1 .aawfieldcol textarea, .bookappform1 .aawfieldcol textarea:focus, .bookappform1 .aawfieldcol select, .bookappform1 .heapBox .holder, .bookappform1 .aawformradiobox {background-color: transparent;}
.bookappform1 .aawform-group.aawform-btn{margin-bottom:0;}
.slconblockopt2{display:flex;align-items:center;justify-content:space-between;}
.slconblockopt2 .sllist li:after{left:0;right:auto;}
.slconblockopt2 .slbannerbook{margin-top:0;max-width:425px;margin:0 0 0 auto;padding:30px;background-color:#fff;}
.slconblockopt2 .slbooktitle{text-align:center;padding-bottom:20px;}
.slbanneropt2 .slbooktitle h2{font-size:24px;margin-top:0;margin-bottom:10px;}
.slheadbookform2 .aawformblock .aawfieldcol{width:100%;}
.stikerinner{display:flex;align-items:center;justify-content:space-between;}
.slprmocoupon{background-color:#fff;max-width:340px;margin:0 0 0 auto;}
.slprmotitle{text-align:center;padding:30px 15px;position:relative;}
.slprmotitle:after{content:'';position:absolute;background-repeat:repeat-x;background-position:left top;width:100%;height:9px;bottom:-8px;left:0;z-index:999;}
.slprmotitle h1, .slprmotitle h2{font-size:35px;color:#17a9f1;margin:0;line-height:1.1;}
.slprmosmbox{padding:32px 15px 42px;background-color:#eea92d;text-align:center;position:relative;}
.slprmosmdesc p{color:#384657;font-size:16px;font-weight:500;line-height:1.2;margin:0;}
.slprmosmdesc strong{color:#384657;font-size:24px;font-weight:500;line-height:1.3;display:block;margin-bottom:18px;}
.slconblock3 .sllist li:after{left:0;margin:0;}
.slheadbookform3 .aawfieldcol input, .slheadbookform3 .aawfieldcol input:focus, .slheadbookform3 .aawfieldcol textarea, .slheadbookform3 .aawfieldcol textarea:focus, .slheadbookform3 .aawfieldcol select, .slheadbookform3 .heapBox .holder, .slheadbookform3 .aawformradiobox {background-color: transparent;}
.slbookapprow{position:relative;}
.slconblocktitle{background-color:#384657;padding:40px 15px;position:absolute;bottom:100%;width:100%;}
.slconblocktitle .hmtitle h2{color:#fff;font-size:30px;line-height:1.2;margin:0;position:relative;z-index:1;}
.slbookformrow{background-color:#3680c5;padding:40px 15px;}
.slconblock3{top:42%;}
.slheadbookform3 .aawform-group.aawform-btn{margin-bottom:0;}
.landingsection{padding:60px 0;}
.landingsection .hmtitle h2, .landingsection .hmtitle h1{font-size:30px;margin-top:0;margin-bottom:20px;font-weight:bold;}
.landingsection p:last-child{margin-bottom:0;}
.landservcol p{margin-bottom:0;}
.landservcolhalf p{margin-bottom:0;}
.landingsection iframe{min-height:400px;}
.landinglayout1 .footcontcol,.landinglayout2 .footcontcol, .landinglayout3 .footcontcol, .landinglayout4 .footcontcol{width:100%;text-align:center;}
.landinglayout4 #header, .landinglayout4.fixed #header{position:absolute;background-color:transparent;width: calc(100% - 600px);box-shadow: none;}
.landinglayout4 #header .container{width:auto;max-width:100%;}
.landinglayout1 #header .topbarinner{padding:15px 0 0 0;}
.landinglayout4 .headermain{display:flex;align-items:center;}
.landinglayout4 .topheadlink li{float:none;padding:5px 0;display:block;}
.landinglayout4 .topheadlink > li a{text-align:right;display:block;}
.landinglayout4 #container{padding-top:0;}
.slconblock.slconblockopt5{height:100%;max-width:1920px;margin:0 auto;left:0;right:0;}
.slconblockopt5 .slconblockbox{padding-right:600px;display:flex;align-items:center;height:100%;}
.slconblockopt5 .sltitlebox{max-width:1130px;margin:0 0 0 auto;height:100%;padding-left:100px;}
.slconblockopt5 .sllist li{padding:10px 0 10px 23px;}
.slconblockopt5 .sllist li:after{display:none;}
.slconblockopt5 .sllist li:before{content:"\f2ba";font-family:'Ionicons';position:absolute;top:5px;left:0;font-size:21px;}
.slconblockopt5 .slbannerbookouter{position:absolute;top:0;max-width:600px;bottom:0;right:0;height:100%;}
.slconblockopt5 .slbannerbook{height:100%;padding:30px 20px;display: flex;flex-direction: column;justify-content: center;}
.slconblockopt5 .slbannerbookouter .container{width:auto;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.slheadbookform4 .aawfieldcol.aawfieldcol33{width:100%;}
.slconblockopt5 .slbooktitle h2{font-size:30px;font-weight:normal;line-height:1.2;margin:0;text-align:center;}
.slconblockopt5 .slbooktitle h2 a{display:block;}

.landwlcm-section .section-title * {text-align: left;}
.landreview-section iframe, .landreview-section .aboutvideoblock {height: 450px;}
/* Landing Responsive Css */


.headcallbookcol.multilocationheder{display:inline-block;}
.multilocationheder .headcall{position:relative;margin:0;padding:0;}
.multilocationheder .headcall a.headcallbtn{font-size:16px;font-weight:normal;line-height:18px;color:#fff;text-transform:uppercase;background-color:#3680c5;display:inline-block;vertical-align:top;padding:9px 22px;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.multilocationheder .location_list{display:none;width:280px;top:100%;padding:0;right:0;position:absolute;background-color:#067cb6;list-style:none;z-index:1;}
.multilocationheder .location_list li{display:block;padding:10px 15px;color:#fff;text-align:left;}
.multilocationheder .location_list li a{display:inline-block;background-color:inherit;font-size:16px;line-height:20px;color:#fff;font-weight:500;padding-left:0;}
.multilocationheder .headcall:hover .location_list{display:block;}
/* Header Find a Location Start */
.hederlocation{background-color:#17a9f1;padding:20px 0;}
.hederlocation-inner{text-align:center;}
.hederlocation-inner .finde-office-text{color:#ffffff;font-weight:500;display:inline-block;vertical-align:middle;margin:0 15px 0 0;}
.hederlocation-inner .hederlocation-search{display:inline-block;vertical-align:middle;padding-right:0px;}
.hederlocation-inner .wpgmza_sl_radius_div,.hederlocation-inner .wpgmza_sl_search_button_div,.hederlocation-inner .wpgmza_sl_reset_button_div,.hederlocation-inner #heapbox_locationSelect,.hederlocation-inner .wpgmza_map,.hederlocation-inner .sl_use_loc,.hederlocation-inner .wpgmza_sl_query_innerdiv1,.hederlocation-inner .wpgmza-not-found-msg{display:none !important;height:0;width:0;overflow:hidden;}
.hederlocation-inner .addressInput{width:100%;border:none;height:40px;padding:6px 40px 6px 15px;}
.hederlocation-inner .maplocheadbtnform{position:relative;display:inline-block;vertical-align:top;}
.hederlocation-inner .maplocheadbtnform .wpgmza_sl_query_div,.hederlocation-inner .maplocheadbtnform .wpgmza_sl_query_innerdiv2{width:340px;height:40px;padding:0;margin:0;overflow:visible;}
.hederlocation-inner .maplocheadbtnform .addressInput{height:40px}
.hederlocation-inner .maplocheadbtnform .addressInput,.maplocheadbtnform .addressInput:focus{width:100%;height:40px!important;outline: 0;}
.hederlocation-inner .maplocheadbtnform .searchButtonfooter{position:absolute;right:4px;top:0;padding:0!important}
.hederlocation-inner .maplocheadbtnform .searchButtonfooter:before{content:"\f4a5";font-family:"Ionicons";position:absolute;z-index:1;top:0;left:0;display:inline-block;color:#666666;pointer-events:none;font-size:22px;line-height:40px;width:40px;text-align:center;vertical-align:middle}
.hederlocation-inner .maplocheadbtnform .searchButtonfooter .maplocsearchbtn,.hederlocation-inner .maplocheadbtnform .searchButtonfooter .maplocsearchbtn:focus{font-size:0;width:40px;height:40px;border:0;background-color:transparent;padding:0!important}
.hederlocation-inner .mallocortxt{display:inline-block;vertical-align:top;margin:0 10px 0 5px;padding:0;font-weight:bold;line-height:40px;color:#fff;}
.hederlocation-inner .currentLocationfooter{position:relative;display:inline-block}
.hederlocation-inner .currentLocationfooter:before{content:"\f31c";font-family:"Ionicons";position:absolute;z-index:1;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:inline-block;color:#17a9f1;left:20px;pointer-events:none;}
.hederlocation-inner .currentLocationfooter .button,.hederlocation-inner .currentLocationfooter .button:focus{background-color:#fff;border-radius:0;color:#17a9f1;font-weight:500;font-size:18px;text-transform:capitalize;letter-spacing:0;padding:5px 20px 5px 40px;height:40px}
.hederlocation-inner .currentLocationfooter:hover .button{background-color:#07375b;color:#fff}
.hederlocation-inner .currentLocationfooter:hover:before{color:#fff}
.hederlocation-inner .wpgmza_sl_main_div{overflow:visible;top:0;}
.hederlocation-inner .wpgmza-use-my-location{position:absolute;}
.hederlocation-inner .wpgmza-use-my-location{float:none;position:absolute;right:-160px;top:0;background:no-repeat;border:0;height:40px;width:140px;text-align:left;vertical-align:middle;padding:5px 15px;border-radius:0;color:#17a9f1;margin:0;background-color:#ffffff;line-height: 10px;}
.hederlocation-inner .wpgmza-use-my-location:focus{outline: 0;}
.hederlocation-inner .wpgmza-use-my-location:after{position:absolute;content:"Locate Me";line-height:24px;left:40px;font-weight:500}
.hederlocation-inner .wpgmza-use-my-location .fa{font-size:22px;}
.hederlocation-inner .wpgmza-use-my-location:hover{background-color:#17a9f1;color:#fff;}
/* Header Find a Location Stop */
/* Multi Location Footer Location Start */
.multilocation .multiloc-footer .footform h2, .multilocation .multiloc-footer .footform h3 {font-size: 32px;font-weight: bold;}
.footermultiloction{padding:60px 0;background-color:#17a9f1}
.fotersectiiontitle{font-size:20px;font-weight:500;margin-bottom:20px;color:#fff;}
.footerservicelist{padding:0;margin:0;list-style:none}
.footerservicelist li{margin-bottom:10px;padding:0;}
.footerservicelist li a,.footerservicelist li a:focus{color:#fff;position:relative;padding-left:10px;display:inline-block;font-size: 18px;}
.footerservicelist li a:before{content:"-";position:absolute;left:0}
.footerservicelist li a:hover{color:#07375b}
.footermenu ul{padding:0;margin:0;list-style:none}
.footermenu ul li{margin-bottom:15px}
.footermenu ul li:last-child { margin-bottom: 0;}
.footermenu ul li a,.footerservicelist ul li a:focus{color:#fff;font-weight:500}
.footermenu ul li a:hover{color:#07375b}
.footermenupro .footermenu a {font-size: 20px;}
.footerpromotion{color:#fff;font-weight:500}
.promptionsubtitle{font-size:22px;margin-top:5px}
.fotfindthelocation{margin-bottom:40px}
.fotfindthelocation .finde-office-text{float:left;width:50%;font-size:33px;text-align:left;font-weight:bold;line-height:1.2;margin:0}
.fotfindthelocation .hederlocation-search{float:left;width:50%;text-align:right;padding-top:18px;}
.footerbookbtn,.footerbookbtn:focus{font-weight:bold;padding:8px 20px;display:inline-block;vertical-align:top;background-color:#fff;color:#07375b;font-size:16px;margin-top:15px;border-radius:0px;text-transform: uppercase;line-height: 22px;}
.footerbookbtn:hover{background-color:#07375b;color:#fff}
.multilocationfooterdetail{text-align:center;}
.multilocationinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  margin: 0 -15px;
}
.multilocfotsingle{display:inline-block;vertical-align:top;width:33.33%;padding: 0 15px;font-size: 18px;}
.multilocfotsingle .item {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multilocfotsingle .item .locfottitle a{font-size: 20px;}
.multilocfotsingle .item a{color:#ffffff;}
.multilocfotsingle .item a:hover{color:#17a9f1;}
.multilocfotsingle span{display:block;margin-bottom:10px;}
.multilocfotsingle .locfottitle{font-size:20px;}
.multilocfotsingle .locfotaddres{font-size:16px;line-height:22px;}
.multilocfotsingle .locfotmoile{margin-bottom:0;font-size:18px;line-height:22px;font-weight:500;}
/* Multi Location Footer Location Stop */
/* Footer Find a Location Start */
.footerlocation-inner{text-align:center;}
.footerlocation-inner .finde-office-text{color:#ffffff;font-weight:500;vertical-align:middle;display:inline-block;margin:0}
.footerlocation-inner .wpgmza_sl_radius_div,.footerlocation-inner .wpgmza_sl_search_button_div,.footerlocation-inner .wpgmza_sl_reset_button_div,.footerlocation-inner #heapbox_locationSelect,.footerlocation-inner .wpgmza_map,.footerlocation-inner .sl_use_loc,.footerlocation-inner .wpgmza_sl_query_innerdiv1,.footerlocation-inner .wpgmza-not-found-msg{display:none !important;height:0;width:0;overflow:hidden;}
.footerlocation-inner .addressInput{width:100%;border:none;height:40px;padding:6px 40px 6px 15px;}
.footerlocation-inner .maplocheadbtnform{position:relative;display:inline-block;vertical-align:top;}
.footerlocation-inner .maplocheadbtnform .wpgmza_sl_query_div,.footerlocation-inner .maplocheadbtnform .wpgmza_sl_query_innerdiv2{width:340px;height:40px;padding:0;margin:0;overflow:visible;}
.footerlocation-inner .maplocheadbtnform .addressInput{height:40px}
.footerlocation-inner .maplocheadbtnform .addressInput,.maplocheadbtnform .addressInput:focus{width:100%;height:40px!important}
.footerlocation-inner .maplocheadbtnform .searchButtonfooter{position:absolute;right:4px;top:0;padding:0!important}
.footerlocation-inner .maplocheadbtnform .searchButtonfooter:before{content:"\f4a5";font-family:"Ionicons";position:absolute;z-index:1;top:0;left:0;display:inline-block;color:#666666;pointer-events:none;font-size:22px;line-height:40px;width:40px;text-align:center;vertical-align:middle}
.footerlocation-inner .maplocheadbtnform .searchButtonfooter .maplocsearchbtn,.footerlocation-inner .maplocheadbtnform .searchButtonfooter .maplocsearchbtn:focus{font-size:0;width:40px;height:40px;border:0;background-color:transparent;padding:0!important}
.footerlocation-inner .mallocortxt{display:inline-block;vertical-align:top;margin:0 10px 0 5px;padding:0;font-weight:bold;line-height:40px;color:#fff;}
.footerlocation-inner .currentLocationfooter{position:relative;display:inline-block}
.footerlocation-inner .currentLocationfooter:before{content:"\f31c";font-family:"Ionicons";position:absolute;z-index:1;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;display:inline-block;color:#17a9f1;left:20px;pointer-events:none;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footerlocation-inner .currentLocationfooter .button,.footerlocation-inner .currentLocationfooter .button:focus{background-color:#fff;border-radius:0;color:#17a9f1;font-weight:500;font-size:18px;text-transform:capitalize;letter-spacing:0;padding:5px 20px 5px 40px;height:40px}
.footerlocation-inner .currentLocationfooter:hover .button{background-color:#07375b;color:#fff}
.footerlocation-inner .currentLocationfooter:hover:before{color:#fff}
.footerlocation-inner .wpgmza_sl_main_div{overflow:visible;top:0;}
.footerlocation-inner .wpgmza-use-my-location{position:absolute;}
.footerlocation-inner .wpgmza-use-my-location{float:none;position:absolute;right:-160px;top:0;background:no-repeat;border:0;height:40px;width:140px;text-align:left;vertical-align:middle;padding:5px 15px;border-radius:0;color:#17a9f1;margin:0;background-color:#ffffff;}
.footerlocation-inner .wpgmza-use-my-location:after{position:absolute;content:"Locate Me";line-height:22px;left:40px;font-weight:500}
.footerlocation-inner .wpgmza-use-my-location .fa{font-size:22px;}
.footerlocation-inner .wpgmza-use-my-location:hover{background-color:#17a9f1;color:#fff;}
/* Footer Find a Location Stop */
.footerservicesection {padding: 60px 0;}
.multiloc-footer .foomapcol {
  width: 50%;
  order: 1;
}
.multiloc-footer .footriviewcol {
  width: 50%;
  order: 2;
}
.mobilecallbtn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  color: #fff;
  border-top: 1px solid #fff;
}
.mobilecallbtn a {
  background-color: #5954d2;
  color: #ffffff;
}
.mobilecallbtn a {
  width: 50%;
  float: left;
  vertical-align: middle;
  background-color: #3680c5;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
}
.mobilecallbtn .mobilecallnow {
  border-right: 1px solid #fff;
}
.mobilecallnow i {padding-right: 3px;}

/* Multilocation Detail Page Css */

/* Location Detail Page, Gallery And Promotion Section */

.multisinglecontainsec {
  padding: 60px 0;
}
.multisinglecontainsec h1, .multisinglecontainsec h2 {
  text-align: left;
}
.singleloctionadd, .singleloctioncall, .singleloctionfax, .singleloctionemail, .singleloctionfax {
  margin-bottom: 10px;
}
.singleloctionadd a {
  font-size: 18px;
}
.singleloctioncall a, .singleloctionfax a, .singleloctionemail a, .singleloctionfax {
  font-size: 18px;
  font-weight: 500;
  color: #17a9f1;
}
.singlelocationicon {
  padding-right: 10px;
}
.loctionsocialmedia {
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.loctionsocialmedia li {
  display: inline-block;
  width: auto;
  padding: 0px;
}
.loctionsocialmedia li a {
  padding: 5px 10px;
  background: none;
  display: block;
  color: #5954d2;
}
.loctionsocialmedia li:first-child a {
  padding-left: 0;
}
.locatgalleryslider {
  padding-top: 40px;
}
.locatgalleryslider .item {
  padding: 0;
  width: 100%;
}
.media-thumb {
  position: relative;
}

.locatgalleryslider.owl-carousel .owl-nav [class*="owl-"] {
  font-size: 40px;
  line-height: 1;
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
  border: 0;
  width: auto;
  position: absolute;
  margin-top: -20px;
}
.locatgalleryslider.owl-carousel .owl-nav .owl-prev {
  left: 0;
  top: 20px;
}
.locatgalleryslider.owl-carousel .owl-nav .owl-next {
  right: 0;
  top: 20px;
}
.locatgalleryslider.owl-carousel .owl-nav [class*="owl-"] i {
  -ms-transform: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.multibookappintment .section-title h2 {text-align: left;margin-bottom: 12px;}
.multibookappintment .extraseccontent h3 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 10px;
}
.multibookappintment .aawfieldcol input, .multibookappintment .aawfieldcol input:focus, 
.multibookappintment .aawfieldcol textarea, .multibookappintment .aawfieldcol textarea:focus, .multibookappintment .aawfieldcol select {
  background-color: transparent;
  border-color: #ffffff;
}
.multibookappintment .aawfieldcol33 {width: 50%;}
.multibookappintment .extraseccontent, .multibookappintment .locmap {height: 100%;}
.multibookappintment .locmap iframe  {width: 100%;height: 100%;}


.multipromotionsec {
  padding: 60px 0;
}
.multipromotionsec .promotionlocation {
  margin: 0;
}
.multipromotionsec .promotionlocation .multihoursitem, .multipromotionsec .promotionlocation .promotions-block {
  display: flex;
  padding: 0;
}
.multipromotionsec .promotionlocation .multilochour {
  color: #fff;
  background: #00afaa;
  padding: 40px 40px;
  height: 100%;
  display: table;
}
.multilochour-col {
  display: table-cell;
  vertical-align: middle;
}
.multilochour-col h3 {
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 10px;
}
.multilochour-col .foothours {
  margin-bottom: 0;
}
.multilochour .foothours li {
  margin-bottom: 0;
  padding-bottom: 7px;
}
.multipromotionsec .promotions-block .item {
  vertical-align: middle;
  display: table;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 20px 45px;
}
.multipromotionsec .promotions-block .item .lpromotions {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  z-index: 1;
  text-align: left;
}
.multipromotionsec .promoplanfull {
  background-color: transparent;
  border: none;
  padding: 0;
}
.multipromotionsec .promoplanfull h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}
.multipromotionsec .promoplanfull .promoplanbor {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.promoplanbor p {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
}
.multipromotionsec .promoplanfull .promsubdesc {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 20px;
  padding: 15px 0;
}
.multipromotionsec .promotions-block .item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00afaa;
}
.multipromotionsec .promotions-block .item:nth-child(2n+1):after {opacity: 0.9;}
.multipromotionsec .promotions-block .item:nth-child(2n+2):after {opacity: 0.8;}
.promotions-block .button {
  color: #fff;
  border-color: #fff;
}
/* End: Multilocation Detail Page Css */
.extra-halfcol .section-title h2 {text-align: left;}
.extraloccontent .aawfieldcol33 {
  width: 50%;
}
.extraloccontent .section-title h2 {
  color: #fff;
  text-align: left;
}
.extraloccontent h3 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
}
.extraloccontent .bookappblock p {
  color: #ffffff;
}
.extraloccontent .custombtnsave, .extraloccontent .custombtnsave:focus {
  color: #ffffff;
  background-color: #133c55;
  border-color: #133c55;
}
.extraloccontent iframe {
  display: block;
  width: 100%;
}
.extraloccontent .aawformblock {
  text-align: left;
}
.single-locations .multiloc-footer .foomapcol{width: 100%;}
.single-locations .footform h2, .single-locations .footform h3 {text-align: center;}
.single-locations .footform .aawform-group.aawform-btn {
  text-align: center;
}
/* Multilocation Detail Page Css */


/* Start: Before/After Page */
.beforeafter-section {
  padding: 60px 0;
}
.description-topcontent {padding-bottom: 30px;}
.description-topcontent p:last-child {margin-bottom: 0;}
.beforeafterblock .beforeafterlist {padding-bottom: 30px;}
.beforeafterblock .beforeafterlist:last-child {padding-bottom: 0;}
.beforeafterlist.option_1 {text-align: center;}
.beforeafteropt1 .item + .item {
    margin-top: 30px;
}

.bfraft-imgverti .beforethumbboxrow + .beforethumbboxrow {
    margin-top: 0;
}
.beforeafterblock h2 {
	color: #b32018;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 30px 0;
    text-align: center;
}
.beforethumb img {
    width: 100%;
}
.bfraft-caption {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 10px;
    text-align: center;
    display: block;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 15px;
}
.small-desc {
    text-align: center;
    font-size: 18px;
}
.beforeafteropt2 {
    margin-top: 30px;
}
.bfraft-imglist2 img {
  border: 20px solid #00afaa;
}
.caption-left {
    float: left;
}
.caption-right {
    float: right;
}
.beforeafter-slide {
    margin: 0 auto;
    max-width: 800px;
}
.description-btmcontent {
    padding-top: 30px;
}
.bfraftr-imgcaption:after {
	content: "";
	display: table;
	clear: both;
}
.before-after-slider.owl-carousel .owl-controls .owl-dots {margin-top: 20px;}
.before-after-list {
    position: relative;
}
.before-after-list .bfraftr-imgcaption {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 10px;
}
.beforeafteropt3 {
    margin-top: 30px;
}
.description-btmcontent p:last-child {
    margin-bottom: 0;
}
.beforethumbboxrow + .beforethumbboxrow {
    margin-top: 30px;
}
.beforethumb {
    text-align: center;
}
.bfraft-imglist2 img {
    width: 100%;
}
.bfraft-imgverti {
    display: flex;
    justify-content: space-around;
}
.bfraft-imgverti .beforethumbboxrow {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 50%;
}
.bfraft-imgverti .beforethumbbox {
    width: 100%;
    position: relative;
}
.bfraft-imgverti .small-desc{display: none;}
.bfraft-imgverti .bfraft-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
}
.bfraft-imagecombine .beforethumbboxrow {
    margin-left: 0;
    margin-right: 0;
}
.bfraft-imagecombine .beforethumbbox {
    padding: 0;
}
.before-after-slider .owl-dots  {
  text-align: center;
  margin-top: 10px;
}
.before-after-slider .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  background: #00afaa;
  display: inline-block;
  border-radius: 50px;
  opacity: 0.3;
}
.before-after-slider .owl-dots .owl-dot.active span{opacity: 1;}
.beforeafter-section .page-header {text-align: center;}
/* End: Before/After Page */
/* Start: Testimonials Page */
.testimonialcontentopt {
    padding: 60px 0;
}
.description-topcontent h2, .description-topcontent h3 {
    font-size: 24px;
    color: #0f9595;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-transform: none;
}
.testimonialcontentopt .hmtitle h1 {
    text-align: center;
}
.testimoniallist.owl-carousel .owl-controls {
    margin-top: 20px;
}
.smalldesc {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}
.bubble blockquote {
    position: relative;
    padding: 40px;
    border: none;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin: 0;
    text-align: left;
}
.bubble blockquote:before,
.bubble blockquote:after {
    content: "\201C";
    position: absolute;
    font-size: 70px;
    padding: 10px;
    line-height: 1;
    color: #004248;
}
blockquote:before {
    top: 0;
    left: 0px;
}
.bubble blockquote:after {
    content: "\201D";
    right: 10px;
    bottom: -.5em;
}
.bubble blockquote p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 17px;
}
.bubble .bubblestar {
    margin: 15px 0 0 0;
    border: 0;
    height: auto;
    width: auto;
}
.bubblestar span {
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    font-size: 0;
    position: relative;
    height: 20px;
    width: 20px;
}
.bubblestar span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #ffc506;
}
.bubble .bubble-btmarrow {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f0feff;
    margin: 0 0 0 60px;
    margin-bottom: 10px;
}
.bubble p {
    margin-bottom: 0;
}
.bubble cite {
    font-size: 18px;
    padding-top: 15px;
    display: block;
}
.quotes .authername {
    margin-top: 10px;
    margin-bottom: 0;
}
.quotes {
    margin-bottom: 60px;
}
.bubble {
    margin-bottom: 30px;
}
.bubble:last-child {
    margin-bottom: 0;
}
/* Start: Option 2 */
.testimonialsslider .item {
    width: 100%;
    padding: 0;
}
.testimonials-list .testmonialbox {
    display: table;
    background-color: #f0feff;
    text-align: center;
    padding: 15px;
    width: 100%;
    min-height: 400px;
}
.testimonialsslider .testmonialbox {text-align: center;}
.testimonialsslider .testmonialicon {margin-bottom: 20px;}
.enasingle-slider  .testmonialbox {text-align: left;}
.enasingle-slider .testmonialicon {margin-bottom: 0;}
.testmonialicon i {font-size: 80px;}
.testimonials-list .testmonialboxinner {
    display: table-cell;
    vertical-align: middle;
}
.testimonials-list .testmonialbox-icon {
    width: 75px;
    height: 75px;
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 25px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    line-height: 1;
    vertical-align: top;
    display: block;
}
.testimonials-list .testmonialbox h3 {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
}
.testimonials-list .testmonialbox p:last-child {
    margin-bottom: 0;
}
/* End: Option 2 */
/* Start: Option 3 */
.testimonialone {
    padding: 20px;
    background-color: #f0feff;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.testimonialone .img-client {
    width: 20%;
}
.testimonialone .img-client img {
    border-radius: 8px;
}
.testimonialone .infor-client {
    width: 80%;
    padding-left: 20px;
}
.testimonialone .client-name {
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}
.infor-client p {
    font-size: 18px;
}
.infor-client p:last-child {
    margin-bottom: 0;
}
.ts-testimonial-slide.owl-carousel .owl-controls .owl-dots {
    margin-top: 20px;
}
.testimoniallist.owl-carousel .item {
    width: 100%;
    padding: 0;
}
.testmonialbox {
    padding: 20px;
    background-color: #e9e9e9;
}
.enasingle-slider .testmonialboxinner {
    display: flex;
    align-items: center;
}
.enasingle-slider .testmonialdetail {
    padding-left: 40px;
}
.authername {
    font-size: 24px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}
/* End: Testimonials Page */

/* Start Find a Location Page */
.findlocation-data .wpgmza_marker_list_class {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.findlocation-data .wpgmaps_mlist_row.wpgmza_basic_row {
    margin: 10px 0;
    padding: 0 15px;
    border: 0;
    width: 33.33%;
}
.findlocation-data .wpgmza-basic-listing-content-holder {float:none;border: 1px solid #000;padding: 10px;height: 100%;}
.findlocation-data .wpgmza-basic-listing-image-holder {
    width: 100%;
    float: none
}
.findlocation-data .wpgmza-content-address-holder {
    width: 100%;
    float: none;
    padding-top: 25px;
    text-align: center;
}
.findlocation-data .wpgmza-content-address-holder p.wpgmza-content-address-holder-inner {
    font-size: 20px;
    margin-bottom: 15px !important;
}
.findlocation-data .wpgmza_basic_row .wpgmza-address i {
    padding-right: 5px;
}
.findlocation-data .wpgmza_basic_row .wpgmza-address {
    margin-top: 0;
    font-size: inherit;
    color: #7c7c7c;
    font-style: normal;
    margin-bottom: 15px;
}
.findlocation-data .wpgmza_basic_row .wpgmza-desc p {
    margin: 0;
    font-size: inherit;
}
.findlocation-data .wpgmza_basic_row .wpgmza-desc p a {
    margin-bottom: 15px;
    display: inline-block;
}
.findlocation-data .wpgmza_basic_row .wpgmza-desc p br {
    display: none;
    margin: 0;
}
.findlocation-data .wpgmza_basic_row .wpgmza-content-address-holder img {
    transform: inherit;
    margin: 0 0 20px 0 !important;
    position: inherit;
    float: none !important;
    max-width: 36px !important;
}
.findlocation-data .wpgmza_basic_row .wpgmza-link a {
    padding: 6px 20px;
    background-color: #17a9f1;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.findlocation-data .wpgmza-basic-listing-image-holder img {
    border: 0;
    padding: 0 !important;
    float: none !important;
    margin: 0 !important;
}
.findlocation-data .wpgmza_sl_radius_div,
.findlocation-data .wpgmza_sl_search_button_div,
.findlocation-data .wpgmza_sl_reset_button_div {
    margin: 20px 0 0;
}
.findlocation-data .simplelocinermap iframe {
    display: block;
    height: 500px;
    width: 100%;
}
.findlocation-data {
    padding-bottom: 60px
}
.findlocation-data .wpgmza_sl_main_div {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: visible;
    top: 0;
}
.findlocation-data .simplelocation-section .wpgmza_sl_main_div {
    padding-bottom: 0;
}
.findlocation-data .wpgmza_sl_search_button,
.findlocation-data .wpgmza_sl_reset_button_div,
.findlocation-data .wpgmza_store_locator_options_button {
    padding: 0;
}
.findlocation-data .wpgmza_sl_query_div {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.findlocation-data .wpgmza_sl_query_innerdiv1 {
    float: none;
    width: 100%;
    font-size: 32px;
    color: #0f9595;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.findlocation-data .wpgmza_sl_query_innerdiv2 {
    float: none;
    width: 100%
}
.findlocation-data .wpgmza_sl_query_div .addressInput {
    width: 387px!important;
    float: none;
    height: 36px;
    border-radius: 0px;
    padding: 6px 15px;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 20px;
}
.findlocation-data .wpgmza_sl_query_div .addressInput:focus {
    outline: 0;
}
.findlocation-data .wpgmza-form-field__input {
    border: 1px solid #17a9f1;
}
.findlocation-data .wpgmza_sl_query_div .wpgmza-use-my-location {
    float: none;
    position: relative;
    background: no-repeat;
    border: 1px solid #17a9f1;
    height: 36px;
    width: 140px;
    text-align: left;
    vertical-align: middle;
    padding: 5px 15px;
    border-radius: 0px;
    color: #17a9f1;
    margin: 0
}
.findlocation-data .wpgmza_sl_query_div .wpgmza-use-my-location:focus {
    outline: 0;
}
.findlocation-data .wpgmza_sl_query_div .wpgmza-use-my-location:after {
    position: absolute;
    content: "Locate Me";
    line-height: 22px;
    left: 40px;
    font-weight: 500
}
.findlocation-data .wpgmza_sl_query_div .wpgmza-use-my-location .fa {
    font-size: 22px;
}
.findlocation-data .wpgmza_sl_query_div .wpgmza-use-my-location:hover {
    background-color: #17a9f1;
    color: #fff;
}
.findlocation-data .wpgmza_sl_radius_div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 0;
    overflow: visible;
}
.findlocation-data .wpgmza_sl_radius_div .wpgmza-form-field__label {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.findlocation-data .wpgmza_sl_radius_div .heapBox {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 20px
}
.findlocation-data .wpgmza_sl_radius_div .heapBox .holder {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #17a9f1;
    height: 36px;
    padding: 7px 15px 7px;
    text-align: left;
    width: 140px;
    line-height: 22px;
}
.findlocation-data .wpgmza_sl_radius_div .heapBox .handler {
    right: 14px;
}
.findlocation-data .wpgmza_sl_radius_div .heapBox .handler:before {
    right: 0;
    top: 6px;
    font-size: 24px;
}
.findlocation-data .wpgmza_sl_search_button_div,
.findlocation-data .wpgmza_sl_reset_button_div {
    vertical-align: bottom
}
.findlocation-data .wpgmza_sl_search_button_div input {
    height: 36px;
    padding: 0 15px;
    background-color: #17a9f1;
    border: 1px solid #17a9f1;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    width: 140px;
    margin-right: 20px
}
.findlocation-data .wpgmza_sl_reset_button_div input {
    height: 36px;
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid #17a9f1;
    border-radius: 0px;
    color: #17a9f1;
    text-transform: uppercase;
    font-weight: normal;
    width: 140px
}
.findlocation-data .wpgmza_sl_radius_div {
    vertical-align: top;
    height: auto;
    display: inline-block
}
.findlocation-data .wpgmza_map {
    z-index: 1
}
.findlocation-data #wpgmza_marker_list_container_1 {
    margin: 0 auto;
    width: 100%;
}
.findlocation-data #heapbox_locationSelect {
    display: none
}
.findlocation-data .wpgmaps_directions_outer_div,
.findlocation-data #wpgmaps_directions_notification_1,
.findlocation-data #wpgmaps_directions_reset_1,
.findlocation-data #directions_panel_1 {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.findlocation-data .wpgmaps_directions_outer_div {
    padding-top: 40px;
}
.findlocation-data .wpgmaps_directions_outer_div h2 {
    font-size: 35px;
    color: #0f9595;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}
.findlocation-data .ui-sortable {
    text-align: left;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 15px;
}
.findlocation-data .ui-sortable .wpgmza-form-field {
    padding: 0;
    margin: 0 0 20px 0;
}
.findlocation-data .ui-sortable .wpgmza-form-field:last-child {
    text-align: center;
    margin-bottom: 0;
}
.findlocation-data .ui-sortable .wpgmza-form-field #wpgmza_show_options_1,
.findlocation-data .ui-sortable .wpgmza-form-field #wpgmza_hide_options_1 {
    font-size: 18px !important;
    font-weight: normal;
}
.findlocation-data .ui-sortable .wpgmza-form-field.wpgmza_dir_options {
    margin: 15px 0 0;
    text-align: left
}
.findlocation-data .ui-sortable .wpgmza-form-field.wpgmza_dir_options .wpgmza-form-field__label {
    width: 100%;
}
.findlocation-data .ui-sortable .wpgmza-form-field .wpgmza-form-field__label {
    display: inline-block;
    width: 80px;
    font-size: 18px;
    margin: 0;
}
.findlocation-data .ui-sortable .wpgmza-form-field__input {
    width: 365px !important;
    float: none;
    height: 36px;
    border-radius: 3px;
    padding: 6px 15px;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 20px;
}
.findlocation-data .ui-sortable .wpgmza-use-my-location {
    float: none;
    display: inline-block;
    border: 1px solid #14b4d0;
    height: 36px;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-radius: 3px;
    color: #14b4d0;
    margin: 0;
    background-color: transparent;
}
.findlocation-data .ui-sortable .wpgmza-form-field .wpgmaps_get_directions {
    height: 36px;
    padding: 0 15px;
    background-color: #17a9f1;
    border: 1px solid #17a9f1;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    width: 140px;
    margin-right: 0
}
.findlocation-data #wpgmaps_directions_reset_1 {
    text-align: center;
    padding-bottom: 20px;
}
.findlocation-data #wpgmaps_directions_reset_1 a {
    font-size: 18px !important;
    font-weight: normal;
    margin: 0 20px
}
.findlocation-data #wpgmaps_directions_reset_1 br {
    display: none;
}
.findlocation-data #directions_panel_1 {
    text-align: center;
}
.findlocation-data .adp-directions,
.findlocation-data .adp-summary {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.findlocation-data .adp-directions .adp-substep {
    text-align: left;
}
.findlocation-data #wpgmaps_directions_notification_1 {
    text-align: center;
    padding: 10px 15px;
    border: 1px solid red;
    color: red;
}
/* End: Find Locations Page */
/* Start: Privacy Policy Page Css */
.prvpolicy-content h2, .prvpolicy-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #133c55;
    text-transform: capitalize;
}
/* End: Privacy Policy Page Css */
.ui-datepicker-calendar .ui-state-default {
    background: transparent;
}
/***multisearchbar***/

.hederlocation-search .mallocortxt { display: none; }
.locsearchbox .gmw-form-wrapper input:focus { outline: 0 !important; }
.locsearchbox  .pac-target-input:not(:-webkit-autofill) { outline: 0; }
.hederlocation-inner .locsearchform { display: inline-block; vertical-align: middle; }
.hederlocation-inner .locsearchorbtn { display: inline-block; vertical-align: middle; padding-left: 15px; }
.hederlocation-inner .locsearchform { position: relative; padding-right: 40px; width: 300px; }
.maplocheadbtnform .gmw-form-wrapper input[type=text] { border: 0; }
.hederlocation-inner .locsearchform .gmw-submit-field-wrapper { position: absolute; top: 0; right: 0; }
.hederlocation-inner .gmw-form-wrapper .locsearchform .gmw-submit-field-wrapper .gmw-submit-button { background-color: #fff; width: 40px; height: 40px; }
.hederlocation-inner .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input[type=text] { height: 40px; width: 100%; font-size: 16px; }
.hederlocation-inner .gmw-form-wrapper .locsearchform .gmw-submit-field-wrapper:after { content: "\f4a5"; font-family: "Ionicons"; position: absolute; z-index: 1; top: 0; left: 0; display: inline-block; color: #58595b; pointer-events: none; font-size: 22px; line-height: 40px; width: 40px; text-align: center; vertical-align: middle; }
.hederlocation-inner div.gmw-form-wrapper div.gmw-locator-button-wrapper.text { width: 150px; font-size: 18px; background: white; border-color: #fff; transition: none; }
.hederlocation-inner .gmw-form-wrapper .gmw-locator-button { position: relative; padding-left: 25px; color: #00afaa; }
.hederlocation-inner .gmw-form-wrapper .gmw-locator-button:after { position: absolute; left: 0; content: "\f05b"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 18px; }
.hederlocation-inner div.gmw-form-wrapper div.gmw-locator-button-wrapper.text:hover {     background: #133c55;border-color: #133c55; }
.hederlocation-inner div.gmw-form-wrapper div.gmw-locator-button-wrapper.text:hover span { color: #fff; }

/**footar multi***/
.footermultiloction-search .locsearchbox { display: flex; flex-wrap: wrap; }
.footermultiloction-search .locsearchform, .footermultiloction-search .locsearchorbtn { display: flex; align-items: center; }
.footermultiloction-search .locsearchform .gmw-address-field-wrapper { width: 300px; }
.footermultiloction-search .gmw-form-wrapper.gray.gmw-pt-gray-form-wrapper.locsearch-wrapper.pt { display: flex; align-items: center; justify-content: center; }
.footermultiloction-search .locsearchform .gmw-address-field-wrapper input { font-size: 18px; width: 100% !important; border: none; height: 40px; padding: 6px 15px; border: 1px solid; border-right: 0; }
.footermultiloction-search .locsearchform .gmw-submit-field-wrapper input { font-size: 0; width: auto; 
  height: 40px; border: 1px solid #00afaa !important; background-color: #00afaa !important; color: #fff; padding: 0 25px; }
.footermultiloction-search .locsearchform .gmw-submit-field-wrapper input:hover { 

    background-color: transparent !important;
    border: 1px solid #00afaa !important;
 }
.footermultiloction-search .locsearchorbtn .gmw-locator-button-wrapper.text { background-color: #00afaa; border-radius: 0; font-weight: 500; font-size: 18px !important; text-transform: capitalize; letter-spacing: 0; padding: 5px 20px 5px 40px; height: 40px; color: #fff; width: 100%; line-height: 28px; border-color: #00afaa; position: relative; }
.footermultiloction-search .locsearchorbtn .gmw-locator-button-wrapper.text:before { content: "\f31c"; font-family: "Ionicons"; position: absolute; z-index: 1; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); top: 50%; display: inline-block; color: #fff; left: 20px; pointer-events: none; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.footermultiloction-search .locsearchorbtn .gmw-locator-button-wrapper.text:hover {    background: transparent;
    border-color: #00afaa; }
.footermultiloction-search .locsearchform .gmw-submit-field-wrapper { position: relative; }
.footermultiloction-search .locsearchform .gmw-submit-field-wrapper:before {     text-align: center; position: absolute; left: 0; content: "\f4a5"; font-family: "Ionicons"; font-weight: 900; font-size: 20px; top: 50%; width: 100%; transform: translateY(-50%); color: white; pointer-events: none; }
.footermultiloction-search .mallocortxt {
    display: block;
    margin: 0 10px;
}
/**multilocationsearchbar**/
.simpleloclist-section {padding-top: 60px;}
.simplelocation-section .mallocortxt {display: inline-block;vertical-align: top;padding-right: 10px;padding-top: 7px;}
.simplelocation-section .gmw-form-wrapper input:focus { outline: 0 !important; }
.simplelocation-section  .pac-target-input:not(:-webkit-autofill) { outline: 0; }
.simplelocation-section .locsearchform { display: inline-block; vertical-align: middle; }
.simplelocation-section .locsearchorbtn { display: inline-block; vertical-align: middle; padding-left: 10px; }
.simplelocation-section .locsearchform { position: relative; padding-right: 40px; width: 300px; }
.simplelocation-section .gmw-form-wrapper input[type=text] { border: 0; }
.simplelocation-section .locsearchform .gmw-submit-field-wrapper { position: absolute; top: 0; right: 0; }
.simplelocation-section .gmw-form-wrapper .locsearchform .gmw-submit-field-wrapper .gmw-submit-button {     
  text-indent: -999999px; color: #133c55; background-color: #133c55; width: 40px; height: 40px; }
.simplelocation-section .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input[type=text] { background: #00afaa; color: #fff; height: 40px; width: 100%; font-size: 16px; }
.simplelocation-section .gmw-form-wrapper .locsearchform .gmw-submit-field-wrapper:after { content: "\f4a5"; font-family: "Ionicons"; position: absolute; z-index: 1; top: 0; left: 0; display: inline-block; color: #fff; pointer-events: none; font-size: 22px; line-height: 40px; width: 40px; text-align: center; vertical-align: middle; }
.simplelocation-section div.gmw-form-wrapper div.gmw-locator-button-wrapper.text { width: 150px;font-size: 18px; background: #00afaa; border-color: #fff; transition: none;display: inline-block;vertical-align: top;}
.simplelocation-section .gmw-form-wrapper .gmw-locator-button { position: relative; padding-left: 25px; color: #fff; }
.simplelocation-section .gmw-form-wrapper .gmw-locator-button:after { position: absolute; left: 0; content: "\f05b"; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 18px; color: #fff; }
.simplelocation-section div.gmw-form-wrapper div.gmw-locator-button-wrapper.text:hover { background: #133c55; border-color: #133c55; }
.simplelocation-section div.gmw-form-wrapper div.gmw-locator-button-wrapper.text:hover span { color: #fff; }
.simplelocation-section .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fff; }
.simplelocation-section .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input::-moz-placeholder { /* Firefox 19+ */
color: #fff; }
.simplelocation-section .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input:-ms-input-placeholder { /* IE 10+ */
color: #fff; }
.simplelocation-section .gmw-form-wrapper .locsearchbox .gmw-form-field-wrapper input:-moz-placeholder { /* Firefox 18- */
color: #fff; }
.simplelocation-section .gmw-form-wrapper .locsearchform .gmw-submit-field-wrapper .gmw-submit-button:hover {
    background: #00afaa;
    color: #00afaa;
}
.multi-location-find .locsearchbox {
    text-align: center;
    padding-bottom: 15px;
}

.simplelocation-section .gmw-results-message {
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0 0 15px;
}

.simplelocation-section .gmw-results-message span {
    font-size: 16px;
    font-weight: 600;
}
.multi-location-find {
    padding: 60px 0 0;
}

.multi-location-find .innerpage-title {
    text-align: center;
    padding-bottom: 20px;
}
.multi-location-find .innerpage-title h2 {
    float: none;
    width: 100%;
    font-size: 32px;
    color: #0f9595;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-size: 28px;
    margin: 0;
}
.wpgmza_marker_list_class img.wpgmza_marker_icon { transform: inherit; margin: 0 0 20px 0 !important; position: inherit; float: none !important; max-width: 36px !important; }
.wpgmza_marker_list_class .wpgmza-address a { color: #7c7c7c; }
.wpgmza_marker_list_class .wpgmza-address { margin-top: 0; font-size: inherit; color: #7c7c7c; font-style: normal; margin-bottom: 15px; }
.wpgmza_marker_list_class .wpgmza-address i { padding-right: 5px; }
.wpgmza_marker_list_class .wpgmza-desc a { margin-bottom: 15px; display: inline-block; color: #7c7c7c;}
.wpgmza_marker_list_class .wpgmaps_mlist_col {
    padding-bottom: 20px;
}
.extracontentsection.locbanner-map {
  padding: 0;
  overflow: hidden;
  font-size: 0;
}
.locbanner-map .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.locbanner-map iframe {
  height: 500px;
}
.locpoz, .locpoz iframe {
  height: 100%;
}
/* Start: 404 Page */
.error404-section {padding: 70px 0;}
.content404-page {text-align: center;color: #707070;}
.content404-page h2 {font-size: 240px;line-height: 1;margin-bottom: 10px;}
.content404-page h1 {font-size: 35px;font-weight: 700;line-height: 1.2;margin-bottom: 8px;}
.content404-page h3 {font-size: 22px;font-weight: 500;line-height: 1.2;margin-bottom: 30px;}
/* End: 404 Page */



.aawformblock .aawfieldcol > label {display: block !important;}
.aawformblock .aawfieldcol input::placeholder, .aawformblock .aawfieldcol textarea::placeholder, .aawformblock .aawfieldcol select::placeholder{color: transparent !important;}
body .aawformblock .aawfieldselect .heapBox .holder[rel=""] {color: transparent !important;}

.white-div_accessibility_color .teaserBanner .item , .white-div_accessibility_color .teaserBanner .item  {background-color: transparent !important; }

.white-div_accessibility_color .owl-carousel .owl-dots, .white-div_accessibility_color .owl-carousel .owl-dots .owl-dot, .black-div_accessibility_color .owl-carousel .owl-dots, .black-div_accessibility_color .owl-carousel .owl-dots .owl-dot {background-color: transparent !important; }

.white-div_accessibility_color .ui-datepicker, .black-div_accessibility_color .ui-datepicker {background-color: #1F3E7C !important; }

.white-div_accessibility_color .aawformradiocol input[type="radio"]:checked + label, .black-div_accessibility_color .aawformradiocol input[type="radio"]:checked + label {background-color: #E2E2E2 !important;}

.white-div_accessibility_color .aawformblock .heapBox .handler, .white-div_accessibility_color .aawformblock .ui-datepicker-trigger .sprite, .black-div_accessibility_color .aawformblock .heapBox .handler, .black-div_accessibility_color .aawformblock .ui-datepicker-trigger .sprite, .white-div_accessibility_color .aawformblock .heapBox .holder, .black-div_accessibility_color .aawformblock .heapBox .holder {background-color: transparent !important;}

.black-div_accessibility_color .aawformblock .ui-datepicker-trigger .sprite::before, .black-div_accessibility_color .heapBox .handler::before {color: #fff !important; }


.black-div_accessibility_color .aawformblock .aawfieldcol input, .black-div_accessibility_color .aawformblock .aawfieldcol textarea, .black-div_accessibility_color .aawformblock .aawfieldcol select, .black-div_accessibility_color .aawformblock .heapBox .holder, .black-div_accessibility_color .aawformblock .heapBox .holder, .black-div_accessibility_color .aawformradiobox{border: 1px solid #fff;}

.white-div_accessibility_color .aawformblock .aawfieldcol input, .white-div_accessibility_color .aawformblock .aawfieldcol textarea, .white-div_accessibility_color .aawformblock .aawfieldcol select, .white-div_accessibility_color .aawformblock .heapBox .holder, .white-div_accessibility_color .aawformblock .heapBox .holder, .white-div_accessibility_color .aawformradiobox {border: 1px solid #000;}

.cky-btn-accept {background: #543310 !important; border-color:  inherit !important; color: #fff !important; } 
.cky-btn-accept:hover {background: #b08f70 !important; border-color: inherit !important; color:#fff; opacity: 1 !important;}
.cky-btn-reject {border-color: inherit !important; color: #fff !important; background: #543310 !important;} 
.cky-btn-reject:hover {background: #b08f70 !important; color:#fff;  border-color:inherit !important; opacity: 1 !important;}

.white-div_accessibility_color .indexvideotext-block, .white-div_accessibility_color .indexvideotext-block .container, .white-div_accessibility_color .indexvideotext-block .indexvideotext-slider,
.white-div_accessibility_color .indexvideotext-block h2, .white-div_accessibility_color .indexvideotext-block p { background-color: transparent !important;} 

.white-div_accessibility_color .hmaboutblock .row .item:first-child  { background-color: #f9f4e1 !important; }
.white-div_accessibility_color .media-thumb a { background-color: transparent !important;}
.white-div_accessibility_color .hmteamsection {background-color: #b08f70 !important;}
.white-div_accessibility_color .hmteamsection .row, .white-div_accessibility_color .hmteamsection .col-md-6, .white-div_accessibility_color .hmteamsection .doctrbox-inner,
.white-div_accessibility_color .hmteamsection h3, .white-div_accessibility_color .hmteamsection span { background-color: transparent !important;}
.white-div_accessibility_color .footer-inner, .white-div_accessibility_color .footer-inner .container-fluid, .white-div_accessibility_color .footer-inner .footercolumn { 
  background-color: transparent !important;
}
.black-div_accessibility_color .indexvideotext-block, .black-div_accessibility_color .indexvideotext-block .container, .black-div_accessibility_color .indexvideotext-block .indexvideotext-slider,
.black-div_accessibility_color .indexvideotext-block h2, .black-div_accessibility_color .indexvideotext-block p { background-color: transparent !important;} 

.black-div_accessibility_color .hmaboutblock .row .item:first-child  { background-color: #f9f4e1 !important; }
.black-div_accessibility_color .media-thumb a { background-color: transparent !important;}
.black-div_accessibility_color .hmteamsection {background-color: #b08f70 !important;}
.black-div_accessibility_color .hmteamsection .row, .black-div_accessibility_color .hmteamsection .col-md-6, .black-div_accessibility_color .hmteamsection .doctrbox-inner,
.black-div_accessibility_color .hmteamsection h3, .black-div_accessibility_color .hmteamsection span { background-color: transparent !important;}
.black-div_accessibility_color .footer-inner, .black-div_accessibility_color .footer-inner .container-fluid, .black-div_accessibility_color .footer-inner .footercolumn { 
  background-color: transparent !important;
}
.black-div_accessibility_color .hmadvantage2, .white-div_accessibility_color .hmadvantage2 {
	background-color: #f9f4e1 !important;
}
.black-div_accessibility_color .hmadvantagesec .hmadvantage1, .black-div_accessibility_color .hmadvantagesec .hmadvantage1 {background: linear-gradient(90deg, rgba(249, 244, 225, 1) 0%, rgba(176, 143, 112, 1) 100%) !important;}
.black-div_accessibility_color .hmtechnosection, .white-div_accessibility_color .hmtechnosection { background-color: transparent !important;}



.white-div_accessibility_color .teasercaption, .white-div_accessibility_color .teasercaption .container,
.white-div_accessibility_color .teasercaption .row, .white-div_accessibility_color .teasercaption .col-md-12,
.white-div_accessibility_color .teasercaption .teasertext, .white-div_accessibility_color .teasercaption .teasersmtext,
.white-div_accessibility_color .teasercaption h2, .white-div_accessibility_color .teasercaption p{
background-color: transparent !important;

}

.white-div_accessibility_color .hmbookappfrom .aawformradiocol input[type="radio"]:checked + label {
	background-color: #fff !important;
}


.white-div_accessibility_color .hmbookappfrom .aawfieldcol input, .white-div_accessibility_color .hmbookappfrom .aawfieldcol input:focus, .white-div_accessibility_color .hmbookappfrom .aawfieldcol textarea, .white-div_accessibility_color .hmbookappfrom .aawfieldcol textarea:focus, 
.white-div_accessibility_color .hmbookappfrom .aawfieldcol select, .white-div_accessibility_color .hmbookappfrom .heapBox .holder {
	border-color: #915c21 !important;
	border-right: none !important;
	border-top: none !important;
}



.black-div_accessibility_color .teasercaption, .black-div_accessibility_color .teasercaption .container,
.black-div_accessibility_color .teasercaption .row, .black-div_accessibility_color .teasercaption .col-md-12,
.black-div_accessibility_color .teasercaption .teasertext, .black-div_accessibility_color .teasercaption .teasersmtext,
.black-div_accessibility_color .teasercaption h2, .black-div_accessibility_color .teasercaption p{
background-color: transparent !important;

}

.black-div_accessibility_color .hmbookappfrom .aawformradiocol input[type="radio"]:checked + label {
	background-color: #fff !important;
}


.black-div_accessibility_color .hmbookappfrom .aawfieldcol input, .black-div_accessibility_color .hmbookappfrom .aawfieldcol input:focus, .black-div_accessibility_color .hmbookappfrom .aawfieldcol textarea, .black-div_accessibility_color .hmbookappfrom .aawfieldcol textarea:focus, 
.black-div_accessibility_color .hmbookappfrom .aawfieldcol select, .black-div_accessibility_color .hmbookappfrom .heapBox .holder {
	border-color: #915c21 !important;
	border-right: none !important;
	border-top: none !important;
}
.white-div_accessibility_color .aawform-btn button{background-color: #915c21 !important;}
.black-div_accessibility_color .aawform-btn button{background-color: #915c21 !important;}
