@charset "utf-8";
/********* Fontface Fonts *********/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic.woff2') format('woff2'), url('../fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/********* Clear floats *********/
.wrap-inner:before,
.wrap-inner:after,
.row:before,
.row:after,
ul:before,
ul:after,
.boxs:before,
.boxs:after,
.radio-list:after,
.radio-list:before,
.fieldgroup:after,
.fieldgroup:before {
    content: " ";
    display: table
}
.wrap-inner:after,
.row:after,
ul:after,
.boxs:after,
.radio-list:after,
.fieldgroup:after {
    clear: both
}
.displayNone {
    display: none;
}
body,
button,
input,
select,
textarea {
    color: #737373;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 300;
}
body {
    background-color: #fff;
}
img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}
/********** Start Adit Web Data Form **********/
.aawformblock .aawfieldgroup {
    text-align: center;
}
.aawformblock .aawfieldcol {
    text-align: left;
}
.aawformblock .aawfieldcol>label {
    display: none;
}
.aawformblock .aawfieldcol input,
.aawformblock .aawfieldcol input:focus,
.aawformblock .aawfieldcol textarea,
.aawformblock .aawfieldcol textarea:focus,
.aawformblock .aawfieldcol select,
.aawformblock .aawformradiocol label,
.aawformblock .heapBox .holder {
    background: transparent;
    border-radius: 0;
    font-weight: 300;
    padding: 10px 15px 10px 0;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.aawformblock .aawformradiobox {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
}
.aawformblock .aawfieldcol textarea,
.aawformblock .aawfieldcol textarea:focus {
    height: 40px !important;
    padding: 9px 15px 9px 0;
}
.aawformblock .aawformradiocol label {
    padding: 0 5px;
    height: 40px;
    border: 0;
}
.aawfieldcol input,
.aawfieldcol input:focus,
.aawfieldcol textarea,
.aawfieldcol textarea:focus,
.aawfieldcol select {
    height: 38px;
}
.aawformblock .ui-datepicker-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 39px;
    width: 40px;
}
.aawformblock .ui-datepicker-trigger:before {
    display: none;
}
.aawformblock .ui-datepicker-trigger .datepicker-icon,
.aawformblock .heapBox {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.aawformblock .heapBox .handler {
    background-image: none;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
}
.aawformblock .heapBox .holder {
    padding: 10px 15px 10px 0;
    height: 40px;
}
.aawformblock .ui-datepicker-trigger .sprite:before,
/* .aawformblock .heapBox .handler:before {
    font-size: 26px;
    position: absolute;
    content: "\f3d0";
    font-family: 'Ionicons';
    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%);
} */
.aawformblock .ui-datepicker-trigger .sprite:before, .aawformblock .heapBox .handler:before{
    content: "";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    position: absolute;
    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;
}
.aawformblock .ui-datepicker-trigger .sprite:before{ content: "\f073";}
.aawformblock .heapBox .handler:before{content: "\f078";}
/* Home Banner Form */
.hmbannerform .aawfieldcol input,
.hmbannerform .aawfieldcol input:focus,
.hmbannerform .aawfieldcol textarea,
.hmbannerform .aawfieldcol textarea:focus,
.hmbannerform .aawfieldcol select,
.hmbannerform .aawformradiocol label,
.hmbannerform .heapBox .holder {
    font-size: 15px;
    height: 38px;
}
.hmbannerform .aawform-group.aawform-captcha {
    margin-left: 0;
    margin-right: 0;
    width: 260px;
    height: 67px;
}
.hmbannerform .aawfieldcol33 {
    width: 100%;
}
.hmbookformbox .aawformblock .heapBox .handler {
    right: 0;
}
.hmbookformbox .form-group-form {
    text-align: center;
}
.hmbookformbox .form-group-form .formbutton {
    margin-left: 0;
    margin-right: 0;
}
.hmbookformbox .form-group-form .gcaptcha {
    margin-left: 0;
    margin-right: 0;
    width: 260px;
    height: 67px;
    margin-bottom: 15px;
    display: inline-block;
}
/* Footer Form */
/* Book Appointment Page Form */
/* Contact Page Form */
.contactpageform .aawfieldcol.aawfieldtextarea {
    width: 66.66666667%;
}
/********** Stop Adit Web Data Form **********/
.lazy {
    opacity: 1;
    transition: opacity 0.3s;
}
/*.lazy[data-src] {
    opacity: 0;
}*/
/********** Owl Carousel **********/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.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;
}
.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);
    z-index: 1;
}
.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 {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-grab {
    cursor: move;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.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;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.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;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owlCarousel.carouselBlock .item {
    border: 1px solid #ddd;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: left;
    /*text-indent:-999em;*/
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 50%;
    border: 0;
    margin-top: -24px;
    border-radius: 50%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:before {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    text-align: center;
    line-height: 1;
    color: #e94804;
    font-size: 28px;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: 20px;
}
.owl-theme .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    padding-right: 2px;
}
.owl-theme .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    padding-left: 4px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover {}
.owl-theme .owl-controls .owl-nav .owl-next:hover {}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: #09244c;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e94804
}
/* jQuery FlexSlider v2.6.0 */
@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.woff') format('woff');
    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;
}
.tabnav {
    margin: 0;
    padding: 0;
    list-style: none
}
.tabnav li {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}
.restab .tabnav li a {
    font-size: 20px;
    color: #737373;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px;
    display: block;
    position: relative;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    -ms-transition: inherit;
    transition: inherit;
    background-color: #f6f6f6;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #eaeaea;
}
.restab .tabnav li:last-child a {
    border-bottom: none;
}
.restab .tabnav li a:hover {
    color: #fff;
    background-color: #09244c;
    font-weight: bold;
}
.restab .tabnav .r-tabs-state-active a {
    color: #fff;
    text-shadow: none;
    background-color: #09244c;
    font-weight: bold;
}
.tab-content {
    padding: 15px;
    display: none;
}
.restab .tab-content h3 {
    font-size: 24px;
    color: #c6a310;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}
.restab .tab-content p {
    font-size: 16px;
    color: #58595b;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}
.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: #f2f2f2;
    color: #58595b;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    text-decoration: none;
    position: relative;
}
.restab .r-tabs-accordion-title .r-tabs-anchor:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    height: 22px;
    width: 22px;
    top: 50%;
    right: 14px;
    margin-top: -10px;
}
.restab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #e94804;
    color: #fff;
    text-shadow: none;
    position: relative;
}
.restab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: left -32px;
    height: 22px;
    width: 22px;
    top: 50%;
    right: 14px;
    margin-top: -10px;
}
.restab .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
/********* Back to Top **********/
#backtotop {
    cursor: pointer;
    height: 17px;
    width: 32px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 20px;
    text-indent: -99999px;
    z-index: 999;
    display: none
}
/********* Accordion ******** */
.accordionrow {
    border: 1px solid #e94804;
    margin-bottom: 12px;
    position: relative;
}
.accordionrow:last-child {
    margin-bottom: 0;
}
.accordion .acclink,
.accordion .acclink:focus {
    position: relative;
    display: block;
    padding: 15px 42px 15px 15px;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    outline: 0;
    color: #09244c;
    font-size: 20px;
    line-height: 18px;
}
.accordion .acclink i {
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s ease;
}
.accordion .acclink:hover,
.accordion .acclink.active {
    text-decoration: none;
    color: #e94804;
}
.accordion .acclink.active i {
    transform: rotateZ(-180deg);
}
.accord-detail {
    padding: 0 15px;
    display: none
}
.accord-detail p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}
/*********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: #185db9;
}
.ui-datepicker th,
.ui-state-highlight {
    background-color: #052847;
}
.ui-state-active,
.ui-datepicker tbody a:hover {
    background-color: #ff672b;
}
.ui-state-disabled {opacity: 0.6;pointer-events: none;}
.ui-datepicker {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 20em;
    padding: 0;
    display: none;
    z-index: 22 !important;
}
.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 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;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
}
.ui-datepicker-trigger {
    display: none;
    width: 30px;
    height: 30px;
    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 */
.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(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-90,:root .fa-rotate-180,:root .fa-rotate-270{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:normal;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}
.fa-tiktok:before{content:"\e07b"}
/*! * Font Awesome Free 5.9.0 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
@font-face {
    font-family: 'icosocial';
    src: url('../fonts/icosocial.woff?n1p336') format('woff');
    font-weight: normal;
    font-style: normal;
}
[class^="soc-"],
[class*=" soc-"] {
    font-family: 'icosocial' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    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:normal;font-style:normal}
.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline: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:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle: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:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud: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-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working: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:before,.ion-ios-eye-off: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:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open: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:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline: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:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline: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:before,.ion-ios-list-box: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:before,.ion-ios-mail-open:before,.ion-ios-mail-unread: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:before,.ion-ios-mic-off: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:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add: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:before,.ion-ios-play-circle: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:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline: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:before,.ion-ios-share-alt: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:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline: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:before,.ion-md-add-circle:before,.ion-md-add-circle-outline: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:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle: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:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud: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-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working: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:before,.ion-md-eye-off: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:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open: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:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline: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:before,.ion-md-information-circle:before,.ion-md-information-circle-outline: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:before,.ion-md-list-box: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:before,.ion-md-mail-open:before,.ion-md-mail-unread: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:before,.ion-md-mic-off: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:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add: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:before,.ion-md-play-circle: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:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline: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:before,.ion-md-share-alt: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:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline: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{display:inline-block;font-family:"Ionicons"; font-style:normal;font-weight:normal;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-family: "Flaticon";
    src: url("../fonts/Flaticon.woff") format("woff");
    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";
}
/* Magnific Popup v1.1.0 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;
    cursor: pointer;
}
.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-zoom-out;
    cursor: -webkit-zoom-out;
    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;
    }
}
/********** 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-bottom: 1px solid #adadad;
    color: #adadad;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 5px 20px 5px 0;
    z-index: 10;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.heapBox .handler {
    position: absolute;
    right: 0;
    top: 4px;
    width: 17px;
    height: 100%;
    z-index: 1;
}
.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: #e94804;
    font-size: 26px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.heapBox div.heap {
    display: none;
    position: absolute;
    list-style-type: none;
    left: 0;
    width: 100%;
    top: 100%;
    overflow: hidden;
    z-index: 95;
}
.heapBox .heap .heapOptions {
    display: block;
    overflow: hidden;
    z-index: 20;
    position: relative;
    background-color: #09244c;
    padding: 0;
    border-top: 1px solid #e94804;
}
.heapBox .heap a.sliderUp {
    display: block;
    width: 100%;
    height: 15px;
    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-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%;
    margin: 0;
    border-bottom: 1px solid #e94804;
}
.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;
    text-transform: capitalize;
}
.heapBox .heap .heapOptions .heapOption a:hover,
.heapBox .heap .heapOptions .heapOption a.selected {
    background-color: #e94804;
    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 *********/
.footmap iframe {
    border: none;
    width: 100%;
    height: 300px;
    display: block;
    line-height: 1;
}
.form-group-form {
    text-align: center;
}
.form-group-form .gcaptcha,
.form-group-form .formbutton {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 13px 15px;
}
.form-group {
    margin-bottom: 20px;
}
.form-control,
.form-control:focus {
    border: none;
    height: 34px;
    border-bottom: 1px solid #adadad;
    background-color: inherit;
    box-shadow: none;
    outline: 0;
    padding: 5px 0;
    color: #adadad;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
}
textarea.form-control,
textarea.form-control:focus {
    height: 34px;
    resize: none;
}
.page-template-template-contact textarea.form-control,
.page-template-template-contact textarea.form-control:focus {
    height: 94px;
    resize: none;
}
.form-control.datepicker,
.form-control.datepicker:focus {}
.datepickfield {
    position: relative;
}
.datepickfield:before {
    content: "\f3d0";
    position: absolute;
    top: 0;
    right: 0px;
    z-index: -1;
    display: inline-block;
    font-family: "Ionicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    color: #e94804;
    font-size: 26px;
    line-height: 1;
    padding-top: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-control.datepicker[readonly] {
    background-color: inherit;
}
.DatePreffered {
    position: relative;
    display: block;
}
.DatePreffered: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: #e94804;
    font-size: 26px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 0;
    width: 17px;
    height: 100%;
    z-index: 1;
    padding-top: 4px;
}
.button,
.button:focus {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    border: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 10px 45px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    border: none;
    background: #09244c;
}
.button:hover {
    color: #fff;
    text-decoration: none;
    background: #e94804;
}
.radiobox {
    border-bottom: 1px solid #adadad;
    background-color: #fff;
}
.radioinput {
    float: left;
    width: 50%;
    position: relative;
}
.radioinput input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.radioinput label {
    display: block;
    margin: 0;
    height: 34px;
    color: #adadad;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 4px 5px;
    text-align: center;
    text-transform: none;
    cursor: pointer;
}
.radioinput input[type="radio"]:checked+label {
    background-color: #09244c;
    color: #fff;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #adadad;
    opacity: 1;
}
:-moz-placeholder {
    color: #adadad;
    opacity: 1;
}
::-moz-placeholder {
    color: #adadad;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #adadad;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #adadad;
    opacity: 1;
}
.form-control:-moz-placeholder {
    color: #adadad;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #adadad;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #adadad;
    opacity: 1;
}
.formradio {
    display: block;
    width: 100%;
}
.formradio .wpcf7-form-control.wpcf7-radio {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.formradio label input[type="radio"] {
    position: absolute;
    left: 0;
    display: none;
}
.formradio label input[type="radio"]+span {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    float: left;
    color: #fff;
    background-color: transparent;
    width: 100%;
    padding: 3px 0;
    font-weight: 300;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 34px;
    border-bottom: 1px solid #e94804;
}
.formradio label input[type="radio"]:checked+span {
    background-color: #e94804;
    float: left;
    color: #918bff;
}
span.wpcf7-list-item {
    width: 50%;
    margin: 0 !important;
    display: block !important;
    float: left;
}
.form-check label {
    width: 100%;
    margin-bottom: 0;
    display: table;
}
.formradio span.wpcf7-list-item label input[type="radio"]+span {
    padding: 8px 0;
}
.bookappform .formradio label input[type="radio"]:checked+span,
.innvotbookform .formradio label input[type="radio"]:checked+span {
    background-color: #e94804;
    color: #fff;
}
.bookappform .formradio span.wpcf7-list-item label input[type="radio"]+span,
.innvotbookform .formradio label input[type="radio"]+span {
    color: #5b5b5b;
}
.bookappform .formradio span.wpcf7-list-item label input[type="radio"]:checked+span {
    color: #fff;
}
.innvotbookform .formradio label input[type="radio"]+span {
    padding: 10px 0;
}
/*==========================================================================================================================*/
/*================================================ Main CSS Theme Start ====================================================*/
/*==========================================================================================================================*/
/********** Layout **********/
#container {
    padding-top: 104px;
}
.fixed #container {
    padding-top: 104px;
}
.wrap-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
}
#content {}
.content {}
.sidebar {}
.fullwidth {}
/********** Header **********/
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}
.fixed #header {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
.header-inner {}
.header-inner .container {}
/*.home #container{padding-top:0;}
.home.fixed #container{padding-top:0;}
*/
.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
#logo {
    float: left;
    margin: 0;
    width: 300px;
    position: relative;
    padding: 23px 0;
    text-align: left;
}
#logo>a {
    display: inline-block;
    vertical-align: top;
}
#logo>a img {
    width: 100%;
    height: auto;
}
.header-right {
    float: right;
    width: 100%;
    margin-left: -300px;
    padding-left: 300px;
    text-align: right;
}
.topbar {
    background-color: #09244c;
}
.topbarinner {
    text-align: right;
    padding: 10px 0 0;
}
.topheadlink {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.topheadcall {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.topheadlink>li {
    float: left;
    margin-left: 25px;
}
.topheadlink>li:first-child {
    margin-left: 0;
}
.topheadlink>li a,
.topheadcall a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    color: #09244c;
    padding-left: 30px;
    line-height: 24px;
    font-size: 18px;
}
.topheadlink>li:first-child a {
    padding-left: 26px;
}
.topheadlink>li a .fa,
.topheadcall a .fa {
    color: #00c9b5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 16px;
}
.topheadlink>li a.topmaplink {}
.topheadlink>li a.topemaillink {
    padding-left: 36px;
}
.topheadlink>li a:hover,
.topheadcall a:hover {
    text-decoration: none;
    color: #09244c;
}
.topheadlink>li a:hover .fa,
.topheadcall a:hover .fa {
    color: #00c9b5;
}
.socialmedia {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.socialmedia li {
    float: left;
    margin-left: 15px;
}
.socialmedia li:first-child {
    margin-left: 0;
}
.socialmedia li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #09244c;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
}
.socialmedia li a:hover {
    text-decoration: none;
    color: #00c9b5;
}
.headbookapp {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-left: 20px;
    padding: 13px 0;
    float: right;
}
.headbookappbtn,
.headbookappbtn:focus {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    border: 1px solid #e94804;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #09244c;
    text-decoration: none;
    font-weight: normal;
}
.headbookappbtn:hover {
    background-color: #e94804;
    color: #fff;
    text-decoration: none;
}
/********* Navigation *********/
.mainNavigation {
    margin: 0;
    position: relative;
    padding: 14px 0 0;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-align: left;
}
.menu-icon,
.menu-icon:focus {
    color: #09244c;
    display: none;
    font-size: 20px;
    margin: 0 0 0 auto;
    max-width: 100px;
    text-align: center;
    text-decoration: none;
    text-decoration: none;
}
.menu-icon .fa {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}
.menu-icon span {
    vertical-align: middle;
}
.menu-icon.open,
.menu-icon:hover {
    text-decoration: none;
    color: #e94804;
    text-decoration: none;
}
#nav,
#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
#nav>li {
    float: left;
    padding: 0;
    position: relative;
}
#nav>li>a {
    position: relative;
    padding: 11px 0;
    line-height: 20px;
    color: #09244c;
    font-size: 16px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 20px;
}
#nav>li:last-child>a {
    margin-right: 0;
}
#nav>li:hover>a,
#nav>li.active>a {
    color: #fff;
    text-decoration: none;
}
#nav ul {
    display: none;
    width: 260px;
    top: 100%;
    padding: 0;
    left: 0;
    position: absolute;
    z-index: 99;
    background-color: #09244c;
    border-top: 1px solid #e94804;
}
#nav ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e94804;
}
#nav ul li a {
    display: block;
    text-decoration: none;
    background-color: inherit;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
#nav ul ul {
    top: 0;
    left: 260px
}
#nav li:hover>ul {
    display: block;
}
#nav li ul li:hover>a {
    background-color: #e94804;
    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);
}
#nav li.full-megamenu > ul {width: 700px;left: calc(50% - 350px);}
/* ******** Index Slider ******** */
.indexBanner {
    position: relative;
    background-color: #eaf3f6;
    overflow: hidden;
}
.teaserBanner {background-color: #eaf3f6;display: block;height: 680px;overflow: hidden;}
.teaserBanner .item {
    float: left;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 680px;
}
.teaserBanner .item>img {
    width: 100%;
    height: auto;
    visibility: hidden;
}
.teasercaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.3);
}
.teasercaption .wrap-inner {
    max-width: 1920px;
}
.hmbanner-block {display: flex;flex-direction: column;justify-content: center;height: 100%;}
.teasertext {
    width: 100%;
    max-width: 380px;
    margin: 0 0 203px auto;
    padding: 30px 30px;
    background-color: rgba(255, 255, 255, 0.8);
}
.teasertext .teasetitle {
    color: #09244c;
    font-size: 32px;
    line-height: 1.333;
    margin: 0 0 10px;
    font-weight: 300;
}
.teasertext p {
    color: #e94804;
    font-size: 23px;
    line-height: 1.391;
    margin: 0 0 25px;
    font-weight: normal;
}
.teasebtn,
.teasebtn:focus {
    padding: 10px 25px;
}
.indexbannervideo {
    position: relative;
    overflow: hidden;
}
.indexbannervideo>img {
    width: 100%;
    height: auto;
    visibility: hidden;
    max-height: 650px;
}
.indexbannervideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.indexbannervideo video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
.indexbannervideo .video-js {
    display: block;
    height: 100%!important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.indexBanner .owl-controls {
    width: 1170px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 16px;
    text-align: left;
    left: 0;
    right: 0;
}
.indexBanner .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    top: 0;
    margin: 0 7px;
    left: 0;
    right: 0;
}
/********** Home Page Content **********/
p:empty {
    display: none;
}
/* Start Home Advantages Section */
.hmadvgesection {
    padding-bottom: 0;
    background: #e94804;
}
.hmbookright {
    float: right;
}
.hmbookblock {
    position: relative;
}
.hmbookhead {
    background-color: #082247;
    position: absolute;
    bottom: 100%;
    z-index: 1;
    width: 100%;
}
.hmbookdisc {
    padding: 20px 30px 20px 45px;
}
.hmbookdiscin {
    width: 110px;
    float: left;
}
.hmbookdiscin strong {
    font-size: 60px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
}
.hmbookdiscin strong sup {
    font-size: 35px;
    line-height: 1;
    vertical-align: top;
    top: 10px;
}
.hmbookdiscin span {
    font-size: 19px;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1;
}
.hmbookdisctext {
    width: 100%;
    float: left;
    margin-left: -110px;
    padding-left: 130px;
    font-size: 25px;
    color: #e94804;
    line-height: 1.1;
    font-weight: 300;
    min-height: 94px;
    padding-top: 6px;
}
.hmbooktitle {
    background-color: #e94804;
    padding: 23px 15px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    -webkit-box-shadow: 0px 50px 150px 10px #afafaf;
    -moz-box-shadow: 0px 50px 150px 10px #afafaf;
    box-shadow: 0px 50px 150px 10px #afafaf;
}
.hmbookform {
    background-color: #fff;
    padding: 70px 0;
}
.hmbookformbox {
    max-width: 290px;
    margin: 0 auto;
}
.hmbookformbox .heapBox .handler {
    right: 10px;
}
.hmbookformbox .form-group:last-child .button {
    margin-bottom: 0;
    text-align: center;
}
.hmbookformbox .button {
    display: block;
    margin: 0 auto;
}
.hmbookformbox .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: inline-block;
}
.hmbookformbox textarea.form-control,
.hmbookformbox textarea.form-control:focus {
    height: 34px;
}
.hmadvgeblock {
    padding-top: 80px;
}
.hmadvgeblock .row .item:nth-child(3) {
    clear: both;
}
.advantagesbox {
    padding-left: 80px;
    position: relative;
    margin-bottom: 80px;
}
.advanticon {
    display: block;
    width: 65px;
    height: 42px;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.advantagesbox h2 {
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.advanticondec {
    max-width: 220px;
}
.advanticondec p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0;
}
/* End Home Advantages Section */
/* Start Home Welcome Section */
.hmwelcomesection {
    padding: 80px 0;
}
.hmwelcomeblock {
    text-align: center;
    max-width: 852px;
    margin: 0 auto;
}
.hmwelcomeblock.fullwidth {
    max-width: 100%;
}
.hmwelcomesmdec {
    padding-bottom: 40px;
}
.hmwelcomesmdec h1 {
    font-size: 35px;
    font-weight: 300;
    color: #e94804;
    margin: 0 0 40px;
}
.hmwelcomesmdec h2 {
    font-size: 28px;
    font-weight: 300;
    color: #e94804;
    margin: 0 0 40px;
}
.hmwelcomesmdec p {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.hmwelcomesmdec p:last-child {
    margin-bottom: 0;
}
.aboutvideo {
    position: relative;
}
.aboutvideo img {
    max-width: 100%;
    height: auto;
}
.aboutvideo iframe,
.aboutvideo video,
.aboutthumb iframe,
.aboutthumb video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
}
/* End Home Welcome Section */
/* Start Home Service Section */
.hmservicesection {
    padding: 80px 0;
    background-color: #e7e7e7;
}
.hmservicesection h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.hmserviceslider .item,
.hmservicesthree .item,
.hmserviceslist .item {
    padding: 0 15px;
}
.hmserblock {
    position: relative;
    overflow: hidden;
}
.hmserblock img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.hmseroverlaybox {
    position: absolute;
    height: 76px;
    display: block;
    width: 100%;
    top: calc(100% - 76px);
    left: 0;
    right: 0;
    padding: 10px 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hmseroverlaybox:before {
    content: "";
    position: absolute;
    background-color: #09244c;
    opacity: .88;
    height: 76px;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(100% - 76px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hmseroverlaybox .hmsercontent {
    position: relative;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hmseroverlaybox h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    height: 55px;
    display: table;
    width: 100%;
}
.hmseroverlaybox h3 a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.hmseroverlaybox .button {
    background-color: #00c9b5;
    color: #fff;
    letter-spacing: 0.12em;
}
.hmseroverlaybox .button:hover {
    background-color: #000000;
    color: #ffffff;
}
.hmserblock:hover .hmseroverlaybox {
    top: 0;
    height: 100%;
}
.hmserblock:hover .hmseroverlaybox:before {
    top: 0;
    height: 100%;
}
.hmserblock:hover .hmsercontent {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.hmserviceslider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.hmserviceslider.owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.hmserviceslist {
    text-align: center;
}
.hmserviceslist .item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.hmservicesection .owl-carousel .owl-item {
    overflow: hidden;
}
.hmserviceslist {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;}
.otherservicesection.hmservicesection h2 {margin-bottom: 30px;}
.otherservicesection .owl-carousel.row {margin: 0;}
.hmserviceslider.owl-carousel .item, .hmservicesthree.owl-carousel .item {width: 100%;padding: 0;}
.hmservice-noslide {display: flex;flex-wrap: wrap;justify-content: center;margin-top: -30px;}
.hmservice-noslide .item {margin-top: 30px;}
.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%;}
/* End Home Service Section */
/* Start Home Review Section */
.hmreviewsection {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hmreviewsection h2 {
    font-size: 33px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
}
.hmreviewsection .smalldesc {
    text-align: left;
    max-width: 600px;
}
.hmreviewbox {
    max-width: 705px;
    margin: 0;
    border-radius: 6px;
}
.hmreviewbox iframe {
    border-radius: 6px;
    height: 380px;
}
/* End Home Review Section */
/* Start Home Team Section */
.hmteamsection {
    padding: 80px 0;
}
.hmteamdec {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.hmteamslider {
    width: auto;
    margin: 0 -15px;
}
.hmteamslider .item {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
.hmteamslider .owl-item .item {
    width: 100%;
}
.hmteamslider .item .hmteambox {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}
.hmteamdec h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 30px;
}
.hmteamdec p {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.hmteamdec p:last-child {
    margin-bottom: 0;
}
.hmteamthumb {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.hmteamthumb img {
    width: 100%;
    height: auto;
}
.hmteamtitle {
    text-align: center;
}
.hmteamtitle strong {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 12px;
    display: block;
}
.hmteamtitle strong a {
    color: #fff;
    text-decoration: none;
}
.hmteamtitle strong a:hover {
    color: #fff;
    text-decoration: none;
}
.hmteamtitle p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: 1.1;
}
.hmteamslider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.hmteamslider.owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.hmteamslider.owl-theme .owl-controls .owl-dots {margin-top: 26px;}
.hmteamsection .hmteamlist {
    text-align: center;
}
.hmteamsection .hmteamlist .item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 5px;
}
/* End Home Team Section */
/* Start Home Price Plan Section */
.hmpricing-section {
    background-color: #61529f;
    padding: 80px 0;
}
.hmpricing-block {}
.hmpricing-desc {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}
.hmpricing-desc h2, .hmpricing-desc h1 {
    font-size: 33px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 26px;
}
.hmpricing-desc p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.hmpricing-block .readmore {
    text-align: center;
}
.hmpricing-block .readmore .button {
    background-color: #e94804;
}
.hmpricing-block .readmore .button:hover {
    background-color: #737373;
    color: #fff;
}
.hmpricingslider {}
.hmpricingslider .item,
.hmpricingsliderThree .item {
    float: left;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    transition: all 200ms ease;
}
.hmpricingslider .owl-item .item {
    width: 100%;
}
.hmpricinglist {
    text-align: center;
    margin: 0 -15px;
}
.hmpricinglist .item {
    width: 40%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 30px;
}
.hmpricinglist .item .hmpricingbox {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.hmpricingbox {
    background-color: #fff;
    padding: 60px 50px;
    text-align: center;
    min-height: 600px;
}
.hmpricehead {
    padding-bottom: 30px;
    font-size: 22px;
}
.hmpricetitle {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #09244c;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.1em;
}
.hmpricetag {
    display: block;
    font-weight: 300;
    font-size: 72px;
    color: #e94804;
    line-height: 1;
}
.hmpricetag sup {
    font-size: 32px;
}
.hmpricemonth {
    display: block;
    font-weight: normal;
    font-size: 18px;
    color: #09244c;
}
.hmpricemiddle {}
.hmpricelist {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none;
    text-align: left;
}
.hmpricelist li {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.hmpricelist li:first-child {
    padding-top: 0;
}
.hmpricelist li span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
}
.hmpricelist li span i {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 35px;
    color: #e94804;
    line-height: 1;
}
.hmpricingbox .button {
    border: 1px solid #09244c;
    background-color: inherit;
    color: #09244c;
    padding: 9px 20px;
    font-size: 15px;
}
.hmpricingslider .item .hmpricingbox:hover .button {
    background-color: #09244c;
    color: #fff;
}
.hmpricing-section .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hmpricing-section .owl-carousel .owl-stage:after { display: none;}
.hmpricing-section .owl-carousel .item {height: 100%;}
.hmpricing-section .owl-carousel .hmpricingbox {min-height: auto;height: 100%;}
.hmpricingsliderThree.owl-carousel .item, .hmpricingslider.owl-carousel .item {padding-left: 0;padding-right: 0;}
.hmpricingslider.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}
.hmpricingslider.owl-theme .owl-dots .owl-dot.active span,
.hmpricingslider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #e94804;
}
.servprice-section .hmpricingslider.owl-theme .owl-dots .owl-dot.active span,
.servprice-section .hmpricingslider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #09244c;
}
.hmpricingslider .owl-controls {
    padding-top: 30px;
}
/* End Price Plan Section */
/* Start Home Promotional Section */
.hmprmosection {
    background-color: #e94804;
    padding: 80px 0;
}
.hmprmosection h2 {
    font-size: 33px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 70px;
    text-align: center;
}
.hmprmoblock {
    width: auto;
    margin: 0 -15px;
}
.hmprmoblock .item {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}
.hmprmoblock .item,
.hmprmoblock .owl-item .item {
    width: 100%;
    height: 220px;
    display: table;
}
.hmprmobox {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.hmprmobox h3 {
    font-size: 60px;
    color: #e94804;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 18px 0;
}
.hmprmobox h3 a {
    color: #e94804;
    text-decoration: none;
}
.hmprmobox h3 a:hover {
    color: #09244c;
    text-decoration: none;
}
.hmprmobox strong {
    font-size: 16px;
    color: #09244c;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    line-height: 1.1;
    padding-bottom: 20px;
}
.hmprmolist {
    text-align: center;
}
.hmprmolist .item {
    width: 49%;
    float: none;
    display: inline-table;
    vertical-align: top;
    max-width: 400px;
    margin: 0 auto;
}
.hmprmoslider .owl-controls {
    padding-top: 30px;
}
.price-promo {
    padding-top: 15px;
    display: block;
}
/* End Home Promotional Section */
/* Start Home Blog Section */
.hmblogsection {
    padding: 80px 0 53px;
    background-color: #e7e7e7;
}
.hmblogsection h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 35px;
    text-align: center;
}
.hmblogsection h2 a {
    color: #09244c;
    text-decoration: none;
}
.hmblogsection h2 a:hover {
    color: #e94804;
}
.hmblogrow {}
.hmblogrow .owl-item {
    padding: 0 15px;
}
.hmblogrow .item {
    margin-bottom: 28px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    float: left;
}
.hmblogrow .item:last-child {
    margin-bottom: 0;
}
.hmblogthumb {
    width: 223px;
    float: left;
}
.hmblogthumb img {
    width: 100%;
    height: auto;
}
.hmblogdec {
    width: 100%;
    float: left;
    padding-left: 265px;
    margin-left: -223px;
    padding-top: 0;
}
.hmblogsmdec {
    min-height: 120px;
    padding-bottom: 15px;
}
.hmblogsmdec h4 {
    font-size: 20px;
    color: #e94804;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 18px 0;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hmblogsmdec h4 a {
    color: #e94804;
    text-decoration: none;
}
.hmblogsmdec h4 a:hover {
    color: #09244c;
}
.hmblogsmdec p {
    color: #737373;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.4;
}
.hmblogsmdec p:last-child {
    margin: 0;
}
.hmblogdec .button {
    padding: 10px 30px;
}
.hmbloglist {
    margin: 0 -15px;
}
.hmbloglist .item {
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 20px;
    float: left;
    margin: 0 15px 27px;
}
/* End Home Blog Section */
/* Start Home Gallery Section */
.hmgallerysec {}
.hmgallerysec {
    padding: 80px 0;
}
.hmgallerysec h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.hmgalleryblock {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 70px;
}
.hmgallerybox {
    width: auto;
    margin: 0 -15px;
}
.hmgallerybox .item {
    width: 33.33%;
    padding: 0 15px;
    float: left;
}
.hmgallerybox .item .litebox img {
    width: 100%;
    height: auto;
}
.hmgallerybox .owl-item .item {
    width: 100%;
}
.hmgallslider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.hmgallslider.owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
/* End Home Gallery Section */
/* Start Partners Section */
.partners-section {
    text-align: center;
    padding: 42px 0;
    background-color: #f1f1f1;
}
.partners-section h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.partners-section .item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 16.66%;
}
.partners-section .item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.partners-section .owl-carousel .item {
    width: 100%;
}
/* End Partners Section */
/********** Inner Pages **********/
.page-header {
    margin: 0;
    border: none;
    padding: 60px 0 60px;
}
.page-header h1 {
    font-size: 33px;
    font-weight: 300;
    color: #e94804;
    margin: 0;
    text-align: center;
}
/* Start Service Page*/
.innerbannervideo {
    position: relative;
    overflow: hidden;
}
.innerbannervideo>img {
    width: 100%;
    height: auto;
    visibility: hidden;
}
.innerbannervideo iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.innerbannervideo video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}
.innerbannervideo .video-js {
    display: block;
    height: 100%!important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.servicevideo-col .aboutthumb {position: relative;}
.servcontent-section {
    background-color: #09244c;
    padding: 60px 0 60px 0;
}
.serviceblock h2 {
    color: #e94804;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 10px;
}
.serviceblock a {
    text-decoration: none;
}
.serviceblock p {
    color: #fff;
    margin: 0 0 30px;
}
.serviceblock ul {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}
.serviceblock ul li {
    color: #fff;
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.3;
    margin: 10px 0;
}
.serviceblock ul li strong,
.serviceblock p strong {
    font-size: 20px;
}
.serviceblock ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 5px;
    color: #e94804;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 16px;
}
.serviceblock ul li:last-child {
    margin-bottom: 0;
}
.servcontent-row {}
.servcontent-row p {
    color: #fff;
    margin: 0 0 30px;
}
.servcontent-row h2 {
    color: #e94804;
    font-size: 28px;
    line-height: 1.1;
    font-weight: normal;
    margin: 0 0 20px;
}
.servcontent-row h3 {
    color: #e94804;
    font-size: 23px;
    line-height: 1.1;
    font-weight: normal;
    margin: 0 0 20px;
}
.servcontlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.servcontlist li {
    color: #fff;
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    line-height: 1.3;
    margin: 10px 0;
}
.servcontlist li:before {
        content: "\f00c";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 4px;
    color: #e94804;
    line-height: 1;
    font-weight: 700;
}
.servcontlist li:last-child {
    margin-bottom: 0;
}
.servcontlist li a {
    color: #fff;
    text-decoration: none;
}
.servcontlist li a:hover {
    color: #fff;
    text-decoration: none;
}
.servicesrow {}
.servicesrow .item {}
.servicesrow .item span {
    font-weight: normal;
    font-size: 18px;
}
.firstservname {
    margin-right: 15px;
}
.servicesrow .item p {
    margin-bottom: 15px;
}
/* Services List Section */
.servicelst-section {
    background-color: #e7e7e7;
    padding: 80px 0;
}
.servicelst-row h2 {
    text-align: center;
    font-size: 33px;
    line-height: 1.1;
    color: #e94804;
    font-weight: 300;
    margin: 0 0 80px;
}
.servicelist {}
.servicelstslider {}
.servicelist .item {
    float: left;
    width: 33.333%;
    padding: 0 15px;
}
.servicelist .owl-item .item {
    width: 100%;
}
.servicelstbox {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 58px 30px 50px;
    min-height: 460px;
}
.servicon {
    display: block;
    margin: 0 auto 16px;
    width: 64px;
    height: 64px;
    border: 2px solid #e94804;
    text-align: center;
    border-radius: 50%;
    color: #09244c;
    line-height: 60px;
    font-size: 30px;
}
.servicon i {
    display: inline-flex;
    position: relative;
}
.servicelstbox h3 {
    min-height: 44px;
    color: #fff;
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.servicelstbox h3 a {
    text-decoration: none;
    color: #09244c;
}
.servicelstbox h3 a:hover {
    text-decoration: none;
    color: #e94804;
}
.servicelstbox p {
    color: #737373;
    margin: 0 0 28px;
}
.servicelstbox .button {
    background-color: #e94804;
    color: #fff;
}
.servicelstbox .button:hover {
    background-color: #09244c;
    color: #fff;
}
.servicelist.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.servicelist.owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
/*.servcontent-section ul{margin:0;padding:0;}
.servcontent-section ul li{color:#fff;margin-bottom:5px;}
.servcontent-section h2{font-size:22px;color:#fff;margin:25px 0 30px 0;}
*/
.servicon.servimage {
    border: none;
    height: 100px;
    width: 100px;
    background-size: 100px;
    background-repeat: no-repeat;
    border-radius: 0;
}
.otherserthumb {
    position: relative;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}
.otherserthumb img {
    width: 100%;
    height: auto;
}
.servicelstbox.otherservlstbox {
    min-height: auto;
    padding: 30px;
}
.servicelstbox.otherservlstbox h3 {
    margin-bottom: 0;
    display: table;
    width: 100%;
    height: 44px;
}
.servicelstbox.otherservlstbox h3 a {
    display: table-cell;
    vertical-align: middle;
}
.aboutsmdet ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 34px;
}
.aboutsmdet ul li {
    margin-bottom: 5px;
}
/* Services Pricing Section */
.servprice-section {
    padding: 80px 0;
    background: #e94804;
}
.page-financing .hmwelcomesmdec {
    padding-bottom: 0;
}
/* How Does Work Section */
.howdoeswork-section {
    background-color: #09244c;
    padding: 80px 0;
}
.howdoeswork-section h2, .howdoeswork-section h1 {
    text-align: center;
    font-size: 33px;
    line-height: 1.333;
    color: #fff;
    font-weight: 300;
    margin: 0 0 40px;
    text-transform: capitalize;
}
.howdoeswork-section .smalldesc{
    margin-bottom: 50px;
}
.howdoesworkblock {}
.howdoesworkblock .item {}
.howdoesworkbox {
    text-align: center;
    position: relative;
    padding: 0;
}
.roundicon {
    display: block;
    margin: 0 auto 40px;
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
    border: 5px solid #e94804;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    line-height: 150px;
}
.roundcall-icon {}
.roundcall-icon {}
.roundclean-icon {}
.roundpayment-icon {}
.roundcall-icon i {
    display: inline-flex;
    position: relative;
}
.hdwnum {
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #e94804;
    color: #fff;
    font-size: 23px;
    line-height: 56px;
    font-weight: normal;
}
.howdoesworkbox h4, .howdoesworkbox-title {
    color: #fff;
    margin: 0 0 20px;
    font-size: 23px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
}
.howdoesworkbox p {
    color: #fff;
    margin: 0;
}
/* Book Appointment Section */
.bookappsection {
    padding: 60px 0 0px;
}
.page-contact-us .bookappsection {
    padding: 50px 0 0 0;
}
.bookappheading {
    text-align: center;
    padding-bottom: 50px;
}
.bookappheading h2, .bookappheading h1 {
    font-size: 33px;
    line-height: 1.1;
    margin: 0 0 15px;
    font-weight: 300;
    color: #e94804;
}
.bookappheading p {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.1;
    color: #09244c;
    margin: 0;
}
.bookappheading p strong {
    font-weight: bold;
}
.bookappheading p a {
    text-decoration: none;
    font-weight: bold;
    color: #09244c;
    display: inline-block;
}
.bookappheading p a:hover {
    text-decoration: none;
    color: #e94804;
}
.bookappform {}
.page-template-template-book-an-appointment.multilocation .bookappform {
    margin-bottom: 25px;
}
.page-template-template-contact.multilocation .contactpageform {
    margin-bottom: 25px;
}
.bookappform .form-control,
.bookappform .form-control:focus {
    border-color: #e94804;
}
.bookappform .heapBox .holder {
    border-color: #e94804;
}
.bookappform .capchafield {
    border-color: #e94804;
}
.bookappform .button {
    display: block;
    width: 236px;
    text-align: center;
    padding: 10px 10px;
    margin: 0px 0 auto;
    border: 1px solid #e94804;
    background-color: #fff;
    color: #09244c;
}
.bookappform .button:hover,
.bookappform .button:focus {
    background-color: #e94804;
    color: #fff;
    outline: none;
}
.bookappform textarea.form-control,
.bookappform textarea.form-control:focus {
    height: 34px;
}
/* End Service Page*/
/********** Start About Pages **********/
.innerbanner {
    position: relative;
    height: 480px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.innerbanner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 15%);
}
.innerbanner img {
    width: 100%;
    height: auto;
    visibility: hidden;
}
.about-section {
    padding: 60px 0;
}
.single-service .about-section {
    padding: 60px 0;
}
.aboutsmdet {
    max-width: 474px;
}
.aboutsmdet h1,
.aboutsmdet h2,
.aboutdesignation h2 {
    font-size: 23px;
    color: #e94804;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 25px;
}
.aboutsmdet h1 a,
.aboutsmdet h2 a,
.aboutdesignation h2 a {
    text-decoration: none;
}
.aboutsmdet h1 {
    font-size: 30px;
}
.aboutsmdet p {
    font-weight: 300;
    margin-bottom: 25px;
}
.aboutsmdet p:last-child {
    margin-bottom: 0;
}
.aboutthumb img {
    width: 100%;
    height: auto;
}
.aboutpgdetail {
    padding-top: 25px;
}
.aboutdesignation {
    padding-top: 10px;
}
.aboutdesignation h3 {
    font-size: 23px;
    margin: 0;
    color: #e94804;
    font-weight: normal;
    line-height: 1.2;
}
.aboutdesignation span {
    font-size: 16px;
}
.page-about .bookappsection,
.page-template-template-about .bookappsection {
    padding: 0 0 80px;
}
.philosophy-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.philosophy-section:after {
    content: '';
    position: absolute;
    background-color: #e94804;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.philosophyblock {
    position: relative;
    z-index: 1;
    text-align: center;
}
.philosophyblock h3 {
    font-size: 23px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 25px;
}
.philosophyblock p,
.philosophyblock ul li {
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
}
.philosophyblock ul li {
    text-align: left;
    margin-bottom: 15px;
}
.philosophyblock p:last-child {
    margin-bottom: 0;
}
.ourmeet-section {
    padding: 80px 0;
    background-color: #e7e7e7;
}
.abtteamslider {
    width: auto;
    margin: 0 -15px;
    text-align: center;
}
.abtteamslider .item {
    width: 33.333%;
    float: none;
    display: inline-block;
    padding: 0 35px 0 35px;
}
.abtteamslider .owl-item .item {
    width: 100%;
}
.meetteamlist .item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ourmeetblock {
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.ourmeetblock h2, .ourmeetblock h1 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
}
.ourmeetblock p {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.ourmeetblock p:last-child {
    margin-bottom: 0;
}

.ourteamthumb img {
    width: 100%;
    height: auto;
}
.ourteamtitle {
    padding: 44px 15px;
    text-align: center;
    background: #09244c;
    /*background: -moz-linear-gradient(60deg, #e94804 0%, #e94804 60%, #e94804 60%, #09244c 60%, #09244c 100%);
    background: -webkit-linear-gradient(60deg, #e94804 0%, #e94804 60%, #e94804 60%, #09244c 60%, #09244c 100%);
    background: linear-gradient(60deg, #e94804 0%, #e94804 60%, #e94804 60%, #09244c 60%, #09244c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e94804', endColorstr='#09244c', GradientType=1);*/
}
.ourmeet-section .team-item:nth-child(3n+1) {
    clear: left;
}
.ourmeet-section .team-item {
    margin-top: 25px;
}
.ourteamtitle strong {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 5px;
    display: block;
    text-transform: uppercase;
}
.ourteamtitle strong a {
    color: #fff;
    text-decoration: none;
}
.ourteamtitle strong a:hover {
    color: #fff;
    text-decoration: none;
}
.ourteamtitle p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: 1.1;
}
.doctorcontent {
    text-align: center;
    padding-top: 30px;
    max-width: 1078px;
    margin: 0 auto;
}
.doctorcontent p {
    font-size: 16px;
    color: #737373;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 1.4;
}
.doctorcontent p:last-child {
    margin-bottom: 0;
}
.abtteamslider.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.abtteamslider.owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.abtteamslider.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin-top: -15px;
}
.single-staff .about-section,
.single-doctor .about-section {
    padding: 0 0 30px 0;
}
.single-staff .about-section .aboutsmdet,
.single-doctor .about-section .aboutsmdet {
    max-width: 100%;
}
.meettheteam-section .meetteamlist {
    text-align: center;
}
.meettheteam-section .meetteamlist .team-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-bottom: 0;
}
/* Start: Doctor/Team Dtails Page */
.otherteamsection {padding: 60px 0;}
.otherteamhead {text-align: center;padding-bottom: 30px;}
.otherteamhead .othrteamtitle {
    font-size: 33px;
    font-weight: 300;
    color: #e94804;
    margin: 0;
    text-align: center;
}
.otherteamhead .othrteamtitle + p {padding-top: 15px;}
.otherteamhead p {font-size: 18px;font-weight: normal;margin: 0;}
.hmteamlist {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;}
.otherteamsection .owl-carousel.row {margin: 0;}
.hmteamslider.owl-carousel .item, .hmteamsliderThree.owl-carousel .item {width: 100%;padding: 0;}
/* End: Doctor/Team Dtails Page */
/********** End About Pages **********/
/********** Start Blog Pages **********/
.blog-section {
    padding: 80px 0 0 0;
}
.blogtitle {
    text-align: center;
}
.blogtitle h1 {
    font-size: 33px;
    font-weight: 300;
    color: #e94804;
    margin: 0 0 40px;
}
.bloglist {
    margin: 0 -15px;
}
.bloglist .item {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    float: left;
}
.bloglist .item:nth-child(2n+1) {
    clear: both;
}
.blogthumb {
    width: 223px;
    float: left;
    position: relative;
}
.blogthumb a {
    display: block;
}
.blogthumb a img {
    width: 100%;
    height: auto;
}
.blogdec {
    width: 100%;
    float: left;
    padding-left: 243px;
    margin-left: -223px;
}
.blogdec h2 {
    font-size: 20px;
    color: #e94804;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.blogdec h2 a {
    color: #e94804;
    text-decoration: none;
}
.blogdec h2 a:hover {
    color: #09244c;
}
.blogdec p {
    color: #737373;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: 1.4;
}
.blogdec .blogmetadt {
    padding-bottom: 5px;
}
.blogdec .button {
    padding: 10px 30px;
    background-color: #e94804;
}
.blogdec .button:hover {
    background-color: #09244c;
}
.moreblog {
    text-align: center;
}
.moreblog .button {
    border: 2px solid #e94804;
    background-color: inherit;
    color: #09244c;
    height: 48px;
    padding: 13px 45px;
}
.moreblog .button:hover {
    background-color: #e94804;
    color: #fff;
}
.bloglist .alm-listing li {
    padding-left: 330px;
    min-height: 215px;
}
.bloglist .alm-listing li img {
    width: 300px;
    height: auto;
}
.bloglist .alm-listing li h3 {
    font-size: 23px;
    color: #e94804;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 10px 0;
}
.bloglist .alm-listing li h3 a {
    color: #e94804;
    text-decoration: none;
}
.bloglist .alm-listing li h3 a:hover {
    color: #09244c;
}
.bloglist .alm-listing li p {
    color: #737373;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}
.bloglist .blog-pagination {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
.bloglist .blog-pagination a,
.bloglist .blog-pagination span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 0;
}
/********** End Blog Pages **********/
/********** Start Blog Details Pages **********/
.blogdetailsinner img {
    width: 100%;
    height: auto;
}
.blogdetails-sec {
    padding: 80px 0 0;
}
.blogdetrow {
    padding-bottom: 35px;
}
.blogdectile h1 {
    font-size: 33px;
    color: #e94804;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
}
.blogdetbox h2 {
    font-size: 24px;
}
.blogdetbox h3 {
    font-size: 20px;
    color: #e94804;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 15px 0;
}
.blogmeta {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    vertical-align: top;
}
.blogdate {
    padding-right: 0px;
}
.blogauthor {
    padding-left: 6px;
}
.blogdetbox {
    padding-bottom: 40px;
    border-bottom: 2px solid #f4a482;
    margin-bottom: 30px;
}
.blogdetbox p {
    margin-bottom: 15px;
}
.blogdetbox p:last-child {
    margin-bottom: 0;
}
.blogdetpagin .pagination {
    width: 100%;
    margin: 0;
}
.paginationav {
    text-align: right;
}
.blogdetpagin .pager {
    margin: 0;
    text-align: right;
}
.blogdetpagin .pager li {
    display: inline-block;
}
.blogdetpagin .pager li>a,
.blog-details .pager li>a:focus {
    border: none;
    font-size: 16px;
    color: #09244c;
    border-radius: 0;
    background-color: #fff;
    height: 40px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    border: 2px solid transparent;
}
.blogdetpagin .pager li>a:hover {
    border: 2px solid #e94804;
    color: #09244c;
    display: inline-block;
}
.backbtn,
.backbtn:focus {
    font-size: 16px;
    font-weight: normal;
    color: #09244c;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 12px 0;
}
.backbtn:hover {
    color: #e94804;
    text-decoration: none;
}
/********** End Blog Details Pages **********/
/********** Start Contact Pages **********/
.contact-section {
    padding-top: 80px;
}
.contactblock {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}
.contactblock h2, .contactblock h1 {
    font-size: 33px;
    color: #e94804;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px 0;
}
.contactblock p {
    margin: 0 0 30px 0;
    font-size: 18px;
}
.contact-col {
    padding-right: 0px;
    padding-left: 0px;
}
/********** End Contact Pages **********/
/********** Start Media Page **********/
.gallery-section {
    padding: 20px 0 0;
}
.media-listing {
    margin: 0 -15px;
    width: auto;
    padding: 0;
    list-style-type: none;
}
.media-listing>li {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.media-thumb a {
    display: block;
    position: relative;
}
.media-thumb a img,
.media-thumb img {
    width: 100%;
    height: auto;
}
.media-thumb.gallerytour-box {
    position: relative;
}
.media-thumb.gallerytour-box .videopoplink,
.videopoplink:focus {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 40px;
    line-height: 1;
    color: #00c9b5;
    text-decoration: none;
}
.videopoplink span {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
}
.media-thumb.gallerytour-box .videopoplink::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 40px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.4);
}
.media-thumb.gallerytour-box .videopoplink .fa-youtube-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    z-index: 1;
}
/********** End Media Page **********/
/********** Start How It Work Page **********/
.howdoesbox {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.howdoesbox h2 {
    margin-bottom: 24px;
    line-height: 1;
}
.howdoesbox p {
    margin-bottom: 15px;
    color: #fff;
}
.howdoesbox p:last-child {
    margin-bottom: 0;
}
/********** End How It Work Page **********/
/********** Start Faqs Page **********/
.faqpgsection {
    background-color: #fff;
    padding: 20px 0 50px;
}
.page-faqs .bookappsection {
    padding: 80px 0;
}
.page-template-template-faqs .faqpgsection {
    padding-bottom: 0;
    padding-top: 0;
}
.page-template-template-faqs .contentsection {
    padding-bottom: 30px;
}
.page-template-template-faqs .page-header h1 {
    margin-bottom: 0;
}
.faqtopcontent {
    padding: 0 0 10px;
}
/********** End Faqs Page **********/
/********** Start Default Page **********/
.contentsection {
    padding-bottom: 50px;
}
.contentblock h2 {
    font-size: 26px;
    font-weight: 300;
    color: #09244c;
    margin: 0 0 10px 0;
}
.contentblock h3 {
    font-size: 22px;
    font-weight: 300;
    color: #09244c;
    margin: 0 0 10px 0;
}
.contentblock p {
    margin-bottom: 20px;
    line-height: 1.4;
}
.contentblock ul {
    padding-left: 15px;
    margin-bottom: 20px;
}
.contentblock ul li {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.casestudybox img {
    width: 100%;
    height: auto;
}
/********** End Default Page **********/
/********** Start Career Page **********/
.careermain {
    padding: 60px 0;
}
.careershortdesc {
    text-align: center;
}
.careershortdesc .page-header {
    padding: 0;
}
.careershortdesc .page-header h1 {
    margin-bottom: 20px;
    color: #09244c;
}
.careershortdesc h2 {
    color: #737373;
    font-weight: normal;
    margin: 0 0 15px;
}
.careershortdesc h3 {
    color: #737373;
    font-weight: normal;
    margin: 0 0 15px;
}
.careerlist {
    background-color: #e7e7e7;
    padding: 40px;
    margin-top: 30px;
}
.careerinfo h3 {
    margin: 0 0 15px;
    color: #09244c;
    font-weight: normal;
}
.careerdesc {
    padding-bottom: 30px;
}
.careerdesc p {
    margin-bottom: 15px;
}
.careerdesc p:last-child {
    margin-bottom: 0;
}
.careercol1 {
    margin-bottom: 15px;
}
.careerblock p {
    margin-bottom: 15px;
}
.careerblock ul {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.careerblock ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.careerblock ul li:before {
    content: "\f3ff";
    font-family: "Ionicons";
    font-size: 35px;
    position: absolute;
    line-height: 22px;
    color: #09244c;
    left: 0;
    top: 5px;
}
.careerblock ul li:last-child {
    margin-bottom: 0;
}
.upload-btn-wrapper {
    position: relative;
}
.upload-btn-wrapper .UploadResume .sfi-wrapper.sfi-container {
    width: 100% !important;
}
.upload-btn-wrapper .UploadResume .sfi-wrapper .sfi-trigger {
    display: block;
    float: right;
    margin-left: -40px;
    height: 34px;
    background-size: 26px;
    line-height: 34px;
    font-size: 0;
    position: relative;
    width: 40px;
    border-radius: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.upload-btn-wrapper .UploadResume .sfi-wrapper .sfi-trigger:after {
    position: absolute;
    content: "\f40b";
    right: 5px;
    top: 3px;
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00c9b5;
}
.upload-btn-wrapper .wpcf7-form-control-wrap {
    display: block;
}
.upload-btn-wrapper .UploadResume .sfi-wrapper.sfi-container .sfi-filename {
    display: block;
    padding-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.upload-btn-wrapper .UploadResume .wpcf7-not-valid+.sfi-wrapper.sfi-container .sfi-filename {
    border: 1px solid #f00 !important;
}
.submitbar {
    text-align: center;
}
.submitbar .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.submitbar .button {
    margin-left: 15px;
}
/********** End Career Page **********/
/********** Footer **********/
#footer {
    position: relative;
    background-color: #fff;
}
.footcallaction {
    padding: 46px 0 58px;
    background-color: #00c9b5;
}
.footcallaction h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
}
.footcallaction p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
}
.footcallbtn {
    text-align: right;
    padding-top: 22px;
}
.footcallbtn .button {
    float: right;
    background-color: #fff;
    color: #e94804;
    padding: 10px;
    display: block;
    margin: 0;
    width: 190px;
    text-align: center;
    font-size: 14px;
}
.button.footphonebtn:hover {
    background-color: #737373;
    color: #fff;
}
.footcallbtn .button:hover {
    background-color: #737373;
    color: #fff;
}
.footcallaction p:last-child {
    margin-bottom: 0;
}
.button.footphonebtn {
    background-color: #fff;
    color: #e94804;
    margin-bottom: 0px;
    font-size: 14px;
    letter-spacing: 0.6px;
    width: 178px;
}
.button.freequotebtn {
    background-color: inherit;
    color: #fff;
    border: 2px solid #fff
}
.button.freequotebtn:hover {
    background-color: #fff;
    color: #e94804;
}
.footer-inner {
    padding: 0;
}
.footer-inner h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.footcontform {
    padding-bottom: 0;
    display: inline-block;
}
.footcontform .form-control,
.footcontform .form-control:focus {
    text-transform: none;
    font-size: 16px;
}
.footcontform textarea.form-control,
.footcontform textarea.form-control:focus {
    line-height: 1;
    padding: 6px 0;
}
.footcontform .heapBox .holder {
    padding: 8px 35px 6px 0px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
}
.footcontform .heapBox .handler {
    padding-top: 0px;
    right: 10px;
}
.footcontform .heapBox .heap .heapOptions .heapOption a {
    font-size: 16px;
}
.footcontform .form-group {
    margin-bottom: 26px;
}
.footcontform .footercaptchabtn .form-group {
    margin-bottom: 15px;
}
.footcontform .capchafield {
    border: 1px solid #ea5313;
}
.footcontform .capchafield .form-control {
    border: none;
}
.footcontform .button {
    font-size: 16px;
    height: 40px;
    padding: 10px 45px;
}
.footcontrow {
    border-top: 0px solid #ed6a33;
    margin-bottom: 15px;
    padding-top: 40px;
    margin-top: 25px;
}
.footconbox {
    padding-top: 0px;
}
.footconbox h4,
.foothoursinner h4 {
    font-size: 20px;
}
.footcol-title {font-size: 20px;font-weight: 500;line-height: 1.1;margin-bottom: 10px;}
.footadd a {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}
.footadd a:hover,
.footlink a:hover {
    color: #e94804;
}
.footlink {
    display: block;
}
.footadd {
    position: relative;
}
.footlink a,
.footlink span {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}
.footloactionmedia {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footloactionmedia>li {
    float: left;
    margin-left: 15px;
}
.footloactionmedia>li:first-child {
    margin-left: 0;
}
.footloactionmedia>li>a {
    text-decoration: none;
    color: #666666;
    font-size: 18px;
}
.footloactionmedia>li>a:hover {
    text-decoration: none;
    color: #e94804;
}
.footlink a,
.footadd a {
    padding-left: 20px;
    position: relative;
}
.footlink a i,
.footadd i {
    position: absolute;
    left: 0;
    top: 6px;
}
.foothoursinner {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.foothoursdata {
    font-size: 15px;
}
.foothourslist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.foothourslist li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.foothourslist li:last-child {
    margin-bottom: 0;
}
.hoursday {
    float: left;
    width: 100px;
    position: relative;
}
.hoursday.hoursdayfull {
    width: 100%;
    margin-top: -10px;
    font-size: 14px;
}
.hourstime {
    float: right;
    width: 100%;
    margin-left: -100px;
    padding-left: 90px;
}
.footlink .footloactionmedia {
    margin-top: 00px;
}
.footlink .footloactionmedia a {
    padding-left: 0;
    margin-bottom: 0px;
}
.footlink .footloactionmedia a i {
    position: relative;
    top: 0;
}
.mobilecallbtn {
    display: none;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    z-index: 99;
    color: #fff;
    border-top: 1px solid #ffffff;
}
.mobilecallbtn a {
    color: #fff;
    text-decoration: none;
}
#myModallocationcon.modal .modal-dialog-centered {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#myModallocationcon .modal-content {
    max-width: 450px;
    margin: 0 auto;
}
#myModallocationcon .close {
    font-size: 28px;
    font-weight: 400;
    opacity: 0.5;
    margin: 0;
}
#myModallocationcon .close:hover {opacity: 1;}
#myModallocationcon .modal-title {display: inline-block;vertical-align: top;}
.web-by {
    text-align: center;
    padding: 30px 15px 15px;
    color: #737373;
}
.web-by a {
    text-decoration: none;
    color: #737373;
}
/********** 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: 90px;
    border-bottom: 1px solid #adadad;
}
.capchafield .capchaimg {
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
}
.capchafield input,
.capchafield input:focus {
    border: none;
}
.capchaimg {
    text-align: center;
    background-color: #ffffff;
    padding: 3px 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.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;
}
.thankyoumsg {
    text-align: center;
}
.aboutfullcol .aboutsmdet {
    max-width: 100%;
}
/***** Start Home - Pozative an app ******/
.hmpozativereviewsection {
    padding: 80px 0 40px;
    position: relative;
}
.hmpozativereviewsection h2 {
    color: #092a3d;
    position: relative;
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
}
.hmpozativevideosection {
    padding: 0 0 140px;
}
.hmpozativevideosection h2 {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.hmpozativevideosection small {
    font-size: 24px;
    text-align: center;
    display: block;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.hmpozativevideosection small:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -27px;
    width: 54px;
    height: 30px;
}
.hmpozativevideo {
    max-width: 816px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.hmpozativevideo img {
    width: 100%;
    visibility: hidden;
}
.hmpozativevideo video {
    border: 1px solid #eeeeee;
}
.hmpozativevideo .video-js,
.hmpozativevideo video,
.hmpozativevideo iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hmwebookvideo .vjs-fullscreen-control,
.hmpozativevideo .vjs-fullscreen-control {
    display: block;
}
/***** End Home - Pozative an app ******/
/***** Start Home - Pozative an app number dont lie ******/
.hmpozativereviewnum {
    padding-bottom: 50px;
}
.hmpozativereviewnum h2 {}
.hmpozativereviewcol1 {
    width: 50%;
    padding-right: 15px;
    float: left;
}
.hmpozativereviewcol2 {
    width: 50%;
    padding-left: 15px;
    float: right;
}
.hmpozativereviewcol2 .hmpozativereview {
    position: relative;
    z-index: 1;
}
.hmnumbercol {
    width: 50%;
    float: left;
    margin-bottom: 25px;
    padding-right: 20px;
}
.hmnumbercol:nth-child(2n+1) {
    clear: both;
}
.hmnumbercol p {
    margin: 0;
    font-size: 20px;
}
.hmnumbericon {
    padding-bottom: 15px;
}
.hmnumbericon .icon {
    width: 66px;
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 66px;
}
.hmnumbericon .hmcounter {
    width: 100%;
    margin: 0 0 0 -66px;
    font-size: 50px;
    color: #f28820;
    font-weight: bold;
    float: left;
    padding-left: 75px;
}
.hmnumbericon .icon.usericon {
    background-position: -523px -567px;
}
.hmnumbericon .icon.officeicon {
    background-position: -620px -567px;
}
.hmnumbericon .icon.checkedicon {
    background-position: -711px -564px;
}
.hmnumbericon .icon.reviewicon {
    background-position: -809px -564px;
}
/***** End Home - Pozative an app number dont lie ******/
/********** Use Manual Pozative **********/
.iframehtmlmanually {
    height: 400px;
    position: relative;
    width: 100%;
}
.iframebody,
.iframehtml {
    height: 100%;
    min-height: 100%;
}
.iframebody {
    background-color: inherit;
    overflow: hidden;
}
.reviewiframe {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 78px 0 38px;
    background-color: #fff;
    border: 1px solid #e6e7e8;
}
.no-header .reviewiframe {
    padding: 43px 0 38px;
}
.reviframehead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 15px 20px 10px;
    text-align: center;
    background-color: #e6e7e8;
}
.reviframehead h3 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}
.totreviewcol {
    float: left;
    text-align: left;
}
.totreviewcol1 {
    margin-right: 30px;
}
.totreviewname {
    display: block;
    color: #6d6e71;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.totreviewnum strong,
.avgreviewrating strong {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    font-size: 35px;
    color: #6d6e71;
    font-weight: bold;
}
.totreviewnum strong {
    position: relative;
    padding-right: 50px;
}
.totreviewnum strong:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -75px top;
    background-size: 120px auto; 
}
.avgreviewrating strong {
    margin-right: 10px;
}
.revratingstar {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.revratingstar li {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #fc8b12;
    font-size: 20px;
    line-height: 21px;
    padding: 7px 0;
}
.reviframemid {
    height: 100%;
    position: relative;
}
.reviframedata {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}
.reviframerow {
    border-bottom: 2px dashed #e6e7e8;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.reviframerow:last-child {
    border-bottom: none;
}
.reviframeicon {
    float: left;
    margin-top: 3px;
    position: relative;
    width: 35px;
}
.revifbicon,
.revigpicon {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -999em;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 125px auto;
}
.revifbicon {
    background-position: left top;
}
.revigpicon {
    background-position: -40px top;
}
.reviframeicon img {
    width: 100%;
    height: auto;
    margin: 0;
}
.reviframedesc {
    float: right;
    margin-left: -35px;
    padding-left: 60px;
    width: 100%;
}
.reviframedesc h4 {
    color: #6d6e71;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: none;
}
.reviframedesc p {
    color: #6d6e71;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 8px;
}
.reviframedesc .revrating {
    color: #6d6e71;
    float: left;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-right: 10px;
}
.ratingstarcol {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.reviframedesc .ratingstar,
.reviframedesc .ratingstar a {
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
    cursor: text;
}
.reviframedesc .ratingstar {
    float: left;
    padding: 10px 10px 10px 0;
}
.reviframedesc .ratingstar a {
    font-size: 14px;
    margin-left: -3px;
    color: #fc8b12;
    text-decoration: none;
    padding: 0;
}
.reviframedesc .revdate {
    color: #6d6e71;
    float: left;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 0;
}
.reviframefoot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 9px 15px 9px;
    line-height: 1;
}
.powbytxt {
    display: inline-block;
    vertical-align: top;
    font-size: 9px;
    line-height: 10px;
    color: #6d6e71;
    font-weight: 300;
    padding: 6px 0px 2px;
    margin-right: 3px;
}
.framelogo {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    width: 60px;
    height: 18px;
    overflow: hidden;
    text-indent: -999em;
    background-repeat: no-repeat;
    background-position: left -40px;
    background-size: 102px auto;
}
.framelogo img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width:1280px) {
    .reviframehead {
        padding: 15px 10px 10px;
    }
}
@media only screen and (max-width:999px) {
    .reviframerow {
        padding: 10px 0;
    }
    .reviframedata {
        padding: 0 10px;
    }
    .reviframedesc {
        padding-left: 50px;
    }
    .revfrmpost .ratingstar {
        padding-right: 10px;
    }
    .revfrmpost .ratingstar {
        line-height: 14px;
        padding: 9px 10px 6px 0;
    }
    .reviframedesc .revrating {
        font-size: 24px;
    }
}
@media only screen and (max-width:767px) {
    .totreviewcol1 {
        margin-right: 20px;
    }
    .totreviewnum strong,
    .avgreviewrating strong {
        font-size: 30px;
    }
    .avgreviewrating strong {
        margin-right: 5px;
    }
}
@media only screen and (max-width:479px) {
    .totreviewcol1 {
        margin-right: 20px;
    }
    .totreviewnum strong {
        padding-right: 30px;
    }
    .totreviewnum strong:after {
        background-position: -55px 5px;
        background-size: 80px auto;
        width: 25px;
    }
    .reviframedesc .revdate {
        font-size: 14px;
    }
    .totreviewnum strong,
    .avgreviewrating strong {
        font-size: 25px;
    }
    .avgreviewrating strong {
        margin-right: 5px;
    }
    .revratingstar li {
        font-size: 16px;
    }
}
.review-loading {
    text-align: center;
}
/********** Use Manual Pozative **********/
.small,
small {
    font-size: 100%
}
.footercaptchabtn {
    text-align: center;
}
.footercaptchabtn .form-group {
    display: inline-block;
    vertical-align: middle;
}
.footcontform .footercaptchabtn .button {
    margin-top: 0;
    margin-left: 25px;
    margin-bottom: 3px;
}
.blog .bookappsection {
    padding-top: 60px;
}
.mobilecallbtn a {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 10px 5px
}
.mobilecallbtn a:first-child {
    border-right: 1px solid #fff
}
/* ======================= New Multi Location Start ============================= */
.multilocation .headtoprow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 11px;
}
.headtoprow .headbookapp {float: none;padding: 0;}
#header.multiheader .mainNavigation {padding-top: 0;}
.headlocation {
    position: relative;
    margin: 0;
    padding: 0;
}
.headlocation a.headcallbtn {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    border: 1px solid #e94804;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #09244c;
    text-decoration: none;
    font-weight: normal;
    background-color: transparent;
}
.headlocation .location_list {
    display: none;
    width: 300px;
    top: 100%;
    padding: 0;
    right: 0;
    position: absolute;
    background-color: #067cb6;
    list-style: none;
    z-index: 1;
}
.headlocation .location_list li {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    line-height: 1;
}
.headlocation .location_list li a {
    display: inline-block;
    background-color: inherit;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
    padding-left: 0;
    vertical-align: middle;
    text-decoration: none;
}
.headlocation:hover .location_list {display: block;}
/* Header Find a Location Start */
.multilocation #container, .fixed.multilocation #container {padding-top: 0;margin-top: 103px;position: relative;}
.multilocation .teasercaption .teasertext {margin-top: 64px;}
.hederlocation {
    background-color: transparent;
    padding: 12px 0;
    position: relative;
}
.home .hederlocation, .single-service .hederlocation, .single-post .hederlocation,
.page-template-template-about .hederlocation, .page-template-template-career .hederlocation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
}
.hederlocation:after {
    content: "";
    position: absolute;
    background-color: #00c9b5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home .hederlocation:after, .single-service .hederlocation:after, .single-post .hederlocation:after,
.page-template-template-about .hederlocation:after, .page-template-template-career .hederlocation:after {opacity: 0.7;}
.hederlocation-inner {
    text-align: center;
}
.page-template-template-meet-the-team .hederlocation {border-bottom: 1px solid #ffffff;}
.hederlocation-inner .finde-office-text {
    color: #ffffff;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    text-transform: uppercase;
}
.hederlocation-search {
    display: inline-block;
    vertical-align: middle;
}
.hederlocation-search .mallocortxt {display: none;}
.locsearchbox .gmw-form-wrapper input:focus {outline: 0 !important;}
.locsearchbox .locsearchform .pac-target-input:not(:-webkit-autofill){outline: 0;}
.locsearchbox .locsearchform .pac-target-input {
    font-size: 16px;
    color: #80878e;
    background-color: #fff;
    border: none;
    padding: 5px 45px 5px 15px;
    border-radius: 0;
    width: 100%;
    height: 40px;
    outline: 0;
}
.locsearchbox  .pac-target-input::-webkit-input-placeholder { color: #80878e;}
.locsearchbox  .pac-target-input::-moz-placeholder { color: #80878e;}
.locsearchbox  .pac-target-input:-ms-input-placeholder { color: #80878e;}
.locsearchbox  .pac-target-input:-moz-placeholder { color: #80878e;}
.locsearchbox .locsearchform {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 340px;
}
.locsearchbox .locsearchorbtn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}
.locsearchbox .gmw-form-wrapper input[type=text]{border: 0;}
.locsearchbox .locsearchform .gmw-submit-field-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.gmw-form-wrapper .locsearchbox .locsearchform .gmw-submit-field-wrapper .gmw-submit-button {
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.gmw-form-wrapper .locsearchbox .locsearchbox .gmw-form-field-wrapper input[type=text] {
    height: 40px;
    width: 100%;
}
.gmw-form-wrapper .locsearchbox .locsearchform .gmw-submit-field-wrapper:after {
    content: "\f4a5";
    font-family: "Ionicons";
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 4px;
    display: inline-block;
    color: #80878e;
    pointer-events: none;
    font-size: 21px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}
.gmw-form-wrapper .locsearchbox .gmw-locator-button-wrapper.text {
    font-size: 16px;
    background-color: #ffffff;
    color: #80878e;
    font-weight: normal;
    padding: 0 15px 0 36px;
    border-radius: 0;
    width: 140px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: none;
}
.gmw-form-wrapper .locsearchbox .gmw-locator-button:after {
    content: "\f05b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}
.gmw-form-wrapper .locsearchbox .gmw-locator-button-wrapper.text:hover {
    background-color: #000884;
    color: #fff;
}
/* Header Find a Location Stop */
/* Multi Location Footer Location Start */
.multilocation .formreviewfootmulti {border-bottom: 1px solid #00c9b5;padding-bottom: 25px;}
.footermultiloction {
    position: relative;
    z-index: 0;
}
.findloctop {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.findlocmain {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.findlocmain:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #09244c;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
}
.findlocmain.full-findlocmain {width: 100%;}
.full-findlocmain .footermultiloction-search {max-width: 600px;margin: 0 auto;}
.footerlocation-inner {padding: 30px 100px;text-align: center;}
.footmultiloc-col {text-align: center;}
.footerlocation-inner .finde-office-text {
    color: #f15a22;
    display: block;
    margin: 0;
    font-size: 33px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    text-transform: capitalize;
    line-height: 1.2;
}
.footermultiloction-search {
    position: relative;
    width: 100%;
}
.mallocortxtmain {
    display: block;
    margin-top: 30px;
}
.footerlocation-inner .currentLocationfooter {
    position: relative;
    display: inline-block;
    width: 160px;
    margin: 0 auto;
    vertical-align: middle;
}
.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: #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;
}
.footerlocation-inner .currentLocationfooter .button, .footerlocation-inner .currentLocationfooter .button:focus {
    background-color: #00abe6;
    border-radius: 0px;
    color: #17a9f1;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 5px 20px 5px 40px;
    height: 40px;
    color: #fff;
    width: 100%;
    line-height: 27px;
    text-transform: capitalize;
}
.footmultilist-col {
    position: relative;
    z-index: 0;
    flex: 1;
    width: 50%;
}
.multilist-fullcontainer .container {width: 100%;padding: 0;}
.locationlist {padding: 30px;}
.locationlist .item {max-width: 600px;}
.locationlist .item + .item {margin-top: 30px;}
.loc-name {
    font-size: 23px;
    padding-bottom: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}
.loc-adderss {line-height: 1.2;}
.loc-adderss div + div {margin-top: 10px;}
.footmultilist-col.full-footmultilistcol {padding: 20px 0 30px 0;}
.full-footmultilistcol .locationlist {
    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;
    margin: 0 -15px;
    padding: 0;
}
.full-footmultilistcol .locationlist .item {width: 33.33%;padding: 0 15px;margin: 0 0 30px 0;}
.full-footmultilistcol .locationlist .item + .item {margin-top: 0;}
.full-footmultilistcol .locationlistinner {
    padding: 15px 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
    height: 100%;
}
.footermultiloction-search .locsearchbox .locsearchform {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px auto;
}
.footermultiloction-search .locsearchbox .locsearchform .pac-target-input {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
}
.footermultiloction-search .gmw-form-wrapper .locsearchbox .gmw-locator-button-wrapper.text {
    display: inline-block;
    vertical-align: middle;
}
.footermultiloction-search .mallocortxt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 5px;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
}
.footmuloc-menu {padding: 60px 0;background-color: #00c9b5;}
.foot-menumain ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.foot-menumain .footmenu li {margin-top: 15px;}
.foot-menumain a {color: #fff;}
.foot-menumain a:hover{color: #43c4e9;}
.foot-menumain h3, .footpromoslidermain h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    padding-bottom: 10px;
    color: #fff;
}
.foot-menumain .footservice {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.foot-menumain .footservice li {
    width: 33.33%;
    margin-top: 15px;
    padding: 0 5px;
}
.footpromoslidermain h3 {padding-bottom: 25px;}
.footerbookbtn.button {padding: 10px 15px;}
.promotiontitle {
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 1;
}
.promptionsubtitle {
    margin-bottom: 20px;
    line-height: 1;
}
/* Multi Location Footer Location Stop */
/* Footer Find a Location Start */
.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 .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: 0;
    top: 0;
    padding: 0!important
}
.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-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    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 */
/********** Location Single Page Start **********/
.multititleblog h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
/* info an gallery start */
.innerbanner .innerbannertitle {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
    z-index: 2;
}
.innerbanner .innerbannertitle h1 {
    font-size: 35px;
    margin-top: 0;
}
.multisinglecontainsec {
    padding: 60px 0;
}
.multisinglecontainsec h1 {
    text-align: left;
    margin: 0 0 32px;
}
.multisinglecontainsec .page-header h1:after {
    margin: 0;
}
.singleloctionadd,
.singleloctioncall,
.singleloctionfax,
.singleloctionemail,
.singleloctionfax {
    margin-bottom: 10px;
}
.singleloctionadd a {
    font-size: 18px;
}
.singleloctioncall a,
.singleloctionfax a,
.singleloctionemail a {
    font-size: 18px;
    font-weight: 500;
    color: #17a9f1;
}
.singleloctionfax {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.singlelocationicon {
    padding-right: 10px;
}
.singleloctioncall a:hover,
.singleloctionfax a:hover,
.singleloctionemail a:hover {
    color: #07375b
}
/*.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}
.loctionsocialmedia li:first-child a{padding-left:0;}
*/
.locatgalleryslider {
    padding-top: 40px;
}
.locatgalleryslider .item {
    padding: 0;
    width: 100%;
}
.locatgalleryslider.owl-carousel .owl-nav [class*="owl-"] {
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    border: 0;
    width: auto;
}
.locatgalleryslider.owl-carousel .owl-nav [class*="owl-"] i {
    -ms-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.locatgalleryslider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    top: 20px;
}
.locatgalleryslider.owl-carousel .owl-nav .owl-next {
    right: 0;
    top: 20px;
}
/* info an gallery end */
/* map and form start */
.multibookappintment {
    padding: 60px 0;
}
.multibookappintment .bookappblock h2 {
    color: #ffffff;
    text-align: left
}
.multibookappintment .bookappblock h2:after {
    border-bottom-color: #ffffff;
    margin: 0;
}
.multibookappintment .bookappblock h3 {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0;
}
.multibookappintment .bookappblock p {
    color: #ffffff;
}
.multisectionmap iframe {
    display: block;
    width: 100%;
    height: 500px;
}
.multibookform .aawfieldcol33 {
    width: 50%;
}
.multibookform .aawfieldcol input,
.multibookform .aawfieldcol input:focus,
.multibookform .aawfieldcol textarea,
.multibookform .aawfieldcol textarea:focus,
.multibookform .aawfieldcol select,
.multibookform .heapBox .holder {
    border: 0;
    background-color: #ffffff;
    padding: 9px 12px;
}
.multibookform .aawformradiobox {
    border: 1px solid #ffffff;
}
.multibookform .aawformradiocol label {
    color: #ffffff;
    height: 38px;
}
.multibookform .aawformradiocol input[type="radio"]:checked+label {
    background-color: #07375b;
    color: #ffffff;
}
.multibookform .custombtnsave {
    background-color: #ffffff;
    color: #07375b;
}
.multibookform .custombtnsave:hover {
    background-color: #07375b;
    color: #ffffff;
}
/* map and form end */
/* Promotion start */
.loction-hour {
    padding-top: 20px
}
.loction-hour ul {
    padding-left: 0
}
.loction-hour ul li {
    list-style: none;
    margin-bottom: 5px
}
.loction-hour .multilochour-col h3 {
    margin-bottom: 10px;
}
.multipromotionsec {
    padding: 60px 0;
}
.multipromotionsec .promoplanfull {
    background-color: transparent;
    border: none;
    padding: 0;
}
.multipromotionsec .promotionlocation {
    display: table;
    width: 100%;
    margin: 0;
}
.multipromotionsec .promotionlocation .multihoursitem,
.multipromotionsec .promotionlocation .promotions-block {
    padding: 0;
    display: table-cell;
    float: none;
    vertical-align: top;
}
.multipromotionsec .promotionlocation .multilochour {
    color: #fff;
    background: #17a9f1;
    padding: 31px 45px;
    height: 330px;
    display: table;
    width: 100%
}
.multilochour-col {
    display: table-cell;
    vertical-align: middle;
}
.multilochour-col h3 {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 20px;
}
.multilochour-col .foothours {
    margin-bottom: 0;
}
.multilochour-col .foothours li {
    margin-bottom: 0;
    padding-bottom: 7px;
}
.multipromotionsec .promotions-block .item {
    vertical-align: middle;
    display: table;
    position: relative;
    text-align: center;
    height: 330px;
    padding: 10px 45px;
}
.multipromotionsec .promotions-block .item .lpromotions {
    position: relative;
    vertical-align: middle;
    display: table-cell;
    z-index: 1;
}
.multipromotionsec .promotions-block .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17a9f1;
}
.multipromotionsec .promotions-block .item:nth-child(2n+1):after {
    opacity: 0.9
}
.multipromotionsec .promotions-block .item:nth-child(2n+2):after {
    opacity: 0.8
}
.multipromotionsec .promoplanfull h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0 10px 15px;
}
.multipromotionsec .promoplanfull .promoplanbor {
    padding: 0 10px 10px;
    display: table;
    width: 100%;
}
.multipromotionsec .promoplanfull .promoplanbor p {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
}
.multipromotionsec .promoplanfull .promsubdesc {
    font-size: 16px;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 20px;
}
/* Promotion end */
/* About Us start */
.multiaboutsection {
    padding: 60px 0;
}
.halfaboutcenter h2 {
    text-align: left;
}
.halfaboutcenter h2:after {
    margin: 0;
}
.multiaboutsection .multiaboutdesc p {
    font-size: 18px;
    margin: 0 0 25px;
    line-height: 24px;
}
.multititleblog small {
    margin-bottom: 15px;
    display: block
}
/* About Us End */
/* Doctor start */
.multimeetdoctorsec {
    padding: 60px 0;
}
.doctorwrapper {
    text-align: center;
}
.doctorwrapper .doctorboximg img {
    max-width: 100%;
    height: auto;
}
.doctorboxcontain .doctortitle {
    font-weight: normal;
}
.doctorboxcontain small {
    font-size: 16px;
}
.locationdr_two,
.locationdr_three {
    text-align: center;
}
.locationdr_two .item,
.locationdr_three .item {
    display: inline-block;
    float: none;
    margin-left: -3px;
    margin-right: -3px;
}
/* Doctor stop */
/* Service start */
.multiservices-section {
    padding: 60px 0;
}
.multiservicescolumn {
    text-align: center;
}
.multiservicescolumn .item {
    width: 33.33%;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}
.multiservicescolumn .locatsevicslider .item {
    width: 100%;
}
.multiservicon {
    height: 100px;
    width: 100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.multiservicesmid strong {
    display: block;
    text-align: center;
    font-size: 20px;
}
/* Service Stop */
/* Area Treatment start */
.hmtreatmentsection {
    padding: 60px 0;
}
.hmtreatmentsection .multilocationbtn {
    display: block;
    vertical-align: top;
    border: none;
    background-color: #034ea2;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 7px 15px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
/* Area Treatment stop */
/*multi socialmedi*/
.multi-socialmedi {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
/*multi socialmedi stop*/
/* Location Extra Start */
.multilocationextra {
    padding: 60px 0;
}
.landserdoctbox h2 {
    color: #034ea2;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 28px 0;
    text-align: left;
    display: block;
}
.landserdoctbox h3 {
    color: #034ea2;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 28px 0;
    text-align: left;
    display: block;
}
.landserdoctbox p {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    display: block;
    line-height: 1.33;
}
.landvcontent-block p {
    font-size: 18px;
}
.landserdoctbox p:last-child {
    margin: 0;
}
/* Location Extra Stop */
/********** Close Location Listing **********/
/* Start Find a Location Page */
.findlocation-data .wpgmaps_mlist_row.wpgmza_basic_row {
    margin: 10px 0 0 0;
    padding: 0 15px;
    border: 0;
    width: 33.33%;
    float: left;
}
.findlocation-data .wpgmaps_mlist_row.wpgmza_basic_row:nth-child(3n+1) {
    clear: both
}
.findlocation-data .wpgmza-basic-listing-content-holder {
    border: 1px solid #000;
    padding: 10px;
    height: 100%;
}
.findlocation-data .wpgmza_marker_list_class{display:flex;flex-wrap: wrap;max-width:1140px;margin:0 auto;width: 100%;}
.findlocation-data .wpgmza_marker_list_class:before,
.findlocation-data .wpgmza_marker_list_class:after {
    display: table;
    content: " ";
}
.findlocation-data .wpgmza_marker_list_class:after {
    clear: both;
}
.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 {
    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: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
}
.findlocation-data .wpgmza-basic-listing-image-holder img {
    height: auto !important;
    width: 100% !important;
    border: 0;
    padding: 0 !important;
    float: none !important;
    margin: 0 !important;
}
.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;
}
.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: 15px;
    padding-top: 0;
}
.findlocation-data .wpgmza_sl_query_innerdiv1 {
    float: none;
    width: 100%;
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center;
}
.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: 3px;
    padding: 6px 15px;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 20px
}
.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: 3px;
    color: #17a9f1;
    margin: 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;
    margin: 0;
    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: 3px;
    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: 3px;
    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: 3px;
    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
}
.multifindloclist-sec {padding: 60px 0 30px 0;}
.multifindloclist-sec .locsearch-wrapper {text-align: center;} 
.multifindloclist-sec .locsearchbox {margin-bottom: 30px;display: inline-block;vertical-align: top;}
.multifindloclist-sec .locsearchbox .locsearchform .pac-target-input {border: 1px solid #80878e;}
.multifindloclist-sec .locsearchbox .mallocortxt {display: inline-block;vertical-align: middle;margin-right: 12px;}
.multifindloclist-sec .gmw-form-wrapper .locsearchbox .gmw-locator-button-wrapper.text {
    display: inline-block;
    vertical-align: middle;
}
.multifindloclist-sec .wpgmza_marker_list_class .wpgmaps_mlist_col {
    width: 33.33%;
    margin-bottom: 30px;
}
.multifindloclist-sec .gmw-results-wrapper .gmw-results .gmw-results-message {
    text-align: center;
    background: transparent;
    border: 0;
    padding: 0 0 15px 0;
}
.multifindloclist-sec .gmw-results-wrapper .gmw-results .gmw-results-message span {font-size: 16px;font-weight: 500;}
.multifindloclist-sec.findlocation-data .wpgmza_marker_list_class {
    max-width: inherit;
    width: auto;
    margin: 0 -15px;
}
.multifindloclist-sec .wpgmza_marker_list_class .wpgmza-address {margin-top: 15px;margin-bottom: 15px;}
.multifindloclist-sec .wpgmza_marker_list_class .wpgmza-address a i {padding-right: 5px;}
.multifindloclist-sec .wpgmza_marker_list_class .wpgmza-desc {margin-bottom: 15px;}
.multifindloclist-sec .wpgmza_marker_list_class .wpgmza-desc a i {padding-right: 2px;}
/* End Find a Location Page */
/********** Start Service Landing Pages **********/
#wpgmaps_directions_notification_4,
#wpgmaps_directions_reset_4 {
    text-align: center;
    margin-top: 15px;
}
a#wpgmza_show_options_4,
a#wpgmza_hide_options_4 {
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 400;
    margin-left: -10px;
}
.multilocfotsingle h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
span.singlelocationicon {
    display: inline-block;
    margin: 0;
}
.locfotmoile i {
    font-size: 28px;
    vertical-align: middle;
    padding-right: 5px;
}
.locationtiming {
    text-align: left;
    max-width: 231px;
    margin: 0 auto 5px;
}
.locationtiming.multilochour .foottime {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    float: right;
}
.locationtiming.multilochour {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.locationtiming.multilochour .footdayfootloct-two {
    display: inline-block;
    margin-bottom: 0;
    width: 100px;
}
/* Start Get Directions */
.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: 60px;
}
.findlocation-data .wpgmaps_directions_outer_div h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.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 87px;
    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: 3px;
}
.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;
}
.findlocation-data .ui-sortable .wpgmza-form-field.wpgmaps_via {
    text-align: right;
}
.findlocation-data .ui-sortable .wpgmza-form-field.wpgmaps_add_waypoint {
    margin-left: 87px;
}
/* End Get Directions */
/* ======================= New Multi Location Stop ============================= */
.fcopy {
    text-align: center;
    padding: 20px 15px;
    background-color: #939393;
}
.headerpagetitle .mainheadtitle {
    margin: 0;
    color: #58595b;
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.headerpagetitle .mainheadtitle:before {
    content: "";
    width: 36px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #58595b;
    height: 2px;
    display: none;
}
.footform-section {padding: 60px 0 40px 0;}
.ftrform-title {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.foothourslist li:last-child span {
    font-size: 14px;
}
.hmextrasection {
    padding: 60px 0;
}
.hmextrasection h2 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 40px;
    text-align: center;
}
.hmextrasection .extraseccontent p {color: #666666;}
/* 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;
}
.landinglayout1 #header .headermain,
.landinglayout2 #header .headermain,
.landinglayout3 #header .headermain {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}
.slbooktitle {
    text-align: center;
    padding-bottom: 20px;
}
.slbannerbook1 .slbooktitle h2 {
    color: #3680c4;
    font-size: 35px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}
.bookappform1 .aawform-group.aawform-btn {
    margin: 0 auto;
    width: 100%;
}
.slheadbookform1 .custombtnsave {
    width: auto;
    padding: 10px 45px;
    margin: 0 auto;
}
.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;
}
.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: 300;
}
.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;
    box-shadow: none;
}
.landinglayout4 #header .container {
    width: auto;
    max-width: 100%;
}
.landinglayout4 .headermain {
    display: flex;
    align-items: center;
}
.landinglayout4 .topheadlink {
    display: block;
    margin-bottom: 5px;
}
.landinglayout4 .topheadlink li {
    float: none;
    display: inline-block;
}
.landinglayout4 .topheadlink>li a {
    text-align: right;
    display: block;
}
.landinglayout4 #container {
    padding-top: 0;
}
.landinglayout4 .header-inner {
    border: none;
    padding-right: 600px;
}
.landinglayout4 .mainNavigation {
    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;
    align-items: revert;
    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;
}
.mainmenu {
    position: relative;
}
.footconfull .footconbox {
    text-align: center;
}
.footconfull .footlink .footloactionmedia {
    display: inline-block;
}
/* Landing Responsive Css */
/* Start: Testimonials Page */
 .testimonialcontentopt {
    padding: 60px 0;
}
.testimonialcontentopt .page-header {
    padding-top: 0;
}
.testimonialcontentopt .page-header h1 {
    margin-bottom: 15px;
}
.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;
}
.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;
}
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;
    font-size: 0;
    position: relative;
    height: 20px;
    width: 20px;
}
.bubblestar span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005";
    font-size: 22px;
    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;
    border-radius: 8px;
    background-color: #f0feff;
    text-align: center;
    padding: 15px;
    width: 100%;
    min-height: 400px;
}
.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;
    border-radius: 10px;
    background-color: #e9e9e9;
}
.enasingle-slider .testmonialboxinner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.testmonialicon {
    width: 155px;
}
.testmonialdetail {
    width: calc(100% - 155px);
}
.enasingle-slider .testmonialdetail {
    padding-left: 40px;
}
.authername {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
}
/* Start: Testimonials Page */
/* End: Option 3 */
/* End: Testimonials Page */
/* Start: Before/After Page */
.beforeafter-section {
    padding: 60px 0;
}
.beforeafter-section .page-header {
    padding: 0;
}
.beforeafter-section .page-header h2,
.beforeafter-section .page-header h1 {
    font-size: 33px;
    color: #09244c;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
}
.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;
}
.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;
}
.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;
}
/* End: Before/After Page */
/********* Start: Location Detail Page **********/
.location-detailinner {padding: 60px 0;}
.innerbanner-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 12;
}
.innerbanner-title h1, .innerbanner-title h2 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.locatcondetail .innerpage-title h1, .locatcondetail .innerpage-title h2 {
    font-size: 33px;
    color: #00c9b5;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.singlelodetail a {
    color: #58595b;
    display: inline;
    vertical-align: top;
}
.singlelophone a, .singlelofax span, .singlelomail a {
    position: relative;
    padding-left: 24px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}
.singlelophone a:after, .singlelofax span:after, .singlelomail a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    font-size: 16px;
}
.singlelophone a:after {content: "\f879";}
.singlelofax span:after {content: "\f1ac";}
.singlelomail a:after {content: "\f0e0";}
.singlelodetail a:hover {color: #e94804;}
.singlelodetail div + div {margin-top: 12px;}
.locgalleryslider.owl-carousel .owl-nav [class*='owl-'] {
    position: relative;
    margin: 16px 5px 0 5px;
    left: auto;
    right: auto;
    font-size: 0;
}
.locgalleryslider.owl-carousel .hmgalleryinner img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.extracontentsection.multibookappintment .locmap iframe {width: 100%;}
.extracontentsection.multibookappintment .extraseccontent {margin-top: 0;}
.multibookappintment .innerpage-title h2 {
    text-align: left;
    margin: 0 0 12px 0;
}
.multibookappintment .aawfieldcol.aawfieldcol33{width: 50%;}
.multibookappintment .aawformblock {padding: 0;margin: 0 -5px;}
/********* End: Location Detail Page **********/
.page-template-template-about #footer {
    padding-top: 50px;
}
.gcaptcha {
    display: none !important;
}
.extracontentsection.hmextrasection.location-map {
    padding: 0px;
}
.extracontentsection.hmextrasection.location-map .container{width: 100%;max-width: 100%;padding: 0px;    overflow: hidden;}
.extracontentsection.hmextrasection.location-map iframe{width: 100%;height: 350px;max-width: 100%;}

/* Start: 404 Page */
.error-404.not-found {padding: 60px 0;}
.content404-page {text-align: center;color: #737373;}
.content404-page h2 {font-size: 240px;font-weight: 500;line-height: 1;margin: 0 0 10px 0;}
.content404-page h1 {font-size: 36px;font-weight: 500;line-height: 1.2;margin: 0 0 8px 0;}
.content404-page h3 {font-size: 22px;font-weight: 400;line-height: 1.2;margin: 0 0 24px 0;}
/* End: 404 Page */