@charset 'UTF-8';
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//avrmaxilofacial.com/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.tooltip,[data-tooltip]{position:relative;}.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{position:absolute;visibility:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);pointer-events:none}.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(Opacity=100);opacity:1}.tooltip:before,[data-tooltip]:before{z-index:1001;border:6px solid transparent;background:0 0;content:""}.tooltip:after,[data-tooltip]:after{z-index:1000;padding:8px;width:160px;background-color:#000;background-color:hsla(0,0%,20%,.9);color:#fff;content:attr(data-tooltip);font-size:14px;line-height:1.2;text-align:center;border-radius:5px;}.tooltip-top:after,.tooltip-top:before,.tooltip:after,.tooltip:before,[data-tooltip]:after,[data-tooltip]:before{bottom:100%;left:50%}.tooltip-top:before,.tooltip:before,[data-tooltip]:before{margin-left:-6px;margin-bottom:-12px;border-top-color:#000;border-top-color:hsla(0,0%,20%,.9)}.tooltip-bottom:before,.tooltip-left:before,.tooltip-right:before{margin-bottom:0;border-top-color:transparent}.tooltip-top:after,.tooltip:after,[data-tooltip]:after{margin-left:-80px}.tooltip-top:focus:after,.tooltip-top:focus:before,.tooltip-top:hover:after,.tooltip-top:hover:before,.tooltip:focus:after,.tooltip:focus:before,.tooltip:hover:after,.tooltip:hover:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{-webkit-transform:translateY(-12px);-moz-transform:translateY(-12px);transform:translateY(-12px)}.tooltip-left:after,.tooltip-left:before{right:100%;bottom:50%;left:auto}.tooltip-left:before{margin-left:0;margin-right:-12px;border-left-color:#000;border-left-color:hsla(0,0%,20%,.9)}.tooltip-left:focus:after,.tooltip-left:focus:before,.tooltip-left:hover:after,.tooltip-left:hover:before{-webkit-transform:translateX(-12px);-moz-transform:translateX(-12px);transform:translateX(-12px)}.tooltip-bottom:after,.tooltip-bottom:before{top:100%;bottom:auto;left:50%}.tooltip-bottom:before{margin-top:-12px;border-bottom-color:#000;border-bottom-color:hsla(0,0%,20%,.9)}.tooltip-bottom:focus:after,.tooltip-bottom:focus:before,.tooltip-bottom:hover:after,.tooltip-bottom:hover:before{-webkit-transform:translateY(12px);-moz-transform:translateY(12px);transform:translateY(12px)}.tooltip-right:after,.tooltip-right:before{bottom:50%;left:100%}.tooltip-right:before{margin-left:-12px;border-right-color:#000;border-right-color:hsla(0,0%,20%,.9)}.tooltip-right:focus:after,.tooltip-right:focus:before,.tooltip-right:hover:after,.tooltip-right:hover:before{-webkit-transform:translateX(12px);-moz-transform:translateX(12px);transform:translateX(12px)}.tooltip-left:before,.tooltip-right:before{top:3px}.tooltip-left:after,.tooltip-right:after{margin-left:0;margin-bottom:-16px}.multi-columns-row .first-in-row{clear:left;}
.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:left;}
@media (min-width:768px){.multi-columns-row .col-xs-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-xs-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-xs-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-xs-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-xs-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:992px){.multi-columns-row .col-sm-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-sm-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-sm-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-sm-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-sm-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6){clear:left;}
.multi-columns-row .col-md-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:left;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:left;}
}
@media (min-width:1200px){.multi-columns-row .col-md-6:nth-child(2n + 3){clear:none;}
.multi-columns-row .col-md-4:nth-child(3n + 4){clear:none;}
.multi-columns-row .col-md-3:nth-child(4n + 5){clear:none;}
.multi-columns-row .col-md-2:nth-child(6n + 7){clear:none;}
.multi-columns-row .col-md-1:nth-child(12n + 13){clear:none;}
.multi-columns-row .col-md-20percent:nth-child(5n + 6){clear:none;}
.multi-columns-row .col-lg-6:nth-child(2n + 3){clear:left;}
.multi-columns-row .col-lg-3:nth-child(4n + 5){clear:left;}
.multi-columns-row .col-lg-2:nth-child(6n + 7){clear:left;}
.multi-columns-row .col-lg-1:nth-child(12n + 13){clear:left;}
.multi-columns-row .col-lg-20percent:nth-child(5n + 6){clear:left;}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face {
font-family: 'flexslider-icon';
src: url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/flexslider/fonts/flexslider-icon.eot);
src: url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/flexslider/fonts/flexslider-icon.woff) format('woff'), url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/flexslider/fonts/flexslider-icon.ttf) format('truetype'), url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
font-weight: normal;
font-style: normal;
} .flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
} .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 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
}
.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 {
*height: 0;
}
.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;
}
.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: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
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;
-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;
} @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}

@font-face {
font-family: 'ttm-medisat-icons';
src: url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.eot?9810151);
src: url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.eot?9810151#iefix) format('embedded-opentype'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.woff2?9810151) format('woff2'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.woff?9810151) format('woff'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.ttf?9810151) format('truetype'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/ttm-medisat-icons/font/ttm-medisat-icons.svg?9810151#ttm-medisat-icons) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="ttm-medisat-icon-"]:before, [class*=" ttm-medisat-icon-"]:before {
font-family: "ttm-medisat-icons";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.ttm-medisat-icon-skype-outline:before { content: '\e800'; } .ttm-medisat-icon-right-thin:before { content: '\e801'; } .ttm-medisat-icon-google-drive:before { content: '\e802'; } .ttm-medisat-icon-music:before { content: '\e803'; } .ttm-medisat-icon-issuu:before { content: '\e804'; } .ttm-medisat-icon-quote:before { content: '\e805'; } .ttm-medisat-icon-aside:before { content: '\e806'; } .ttm-medisat-icon-rss:before { content: '\e807'; } .ttm-medisat-icon-angle-left:before { content: '\e808'; } .ttm-medisat-icon-angle-right:before { content: '\e809'; } .ttm-medisat-icon-status:before { content: '\e80a'; } .ttm-medisat-icon-dribbble:before { content: '\e80b'; } .ttm-medisat-icon-facebook:before { content: '\e80c'; } .ttm-medisat-icon-flickr:before { content: '\e80d'; } .ttm-medisat-icon-gplus:before { content: '\e80e'; } .ttm-medisat-icon-instagram:before { content: '\e80f'; } .ttm-medisat-icon-linkedin:before { content: '\e810'; } .ttm-medisat-icon-pinterest:before { content: '\e811'; } .ttm-medisat-icon-twitter:before { content: '\e812'; } .ttm-medisat-icon-vk:before { content: '\e813'; } .ttm-medisat-icon-xing:before { content: '\e814'; } .ttm-medisat-icon-yelp:before { content: '\e815'; } .ttm-medisat-icon-youtube:before { content: '\e816'; } .ttm-medisat-icon-gallery:before { content: '\e817'; } .ttm-medisat-icon-plus:before { content: '\e818'; } .ttm-medisat-icon-user:before { content: '\e819'; } .ttm-medisat-icon-video:before { content: '\e81a'; } .ttm-medisat-icon-link:before { content: '\e81b'; } .ttm-medisat-icon-heart:before { content: '\e81c'; } .ttm-medisat-icon-sticky:before { content: '\e81d'; } .ttm-medisat-icon-clock:before { content: '\e81e'; } .ttm-medisat-icon-comment:before { content: '\e81f'; } .ttm-medisat-icon-chat:before { content: '\e820'; } .ttm-medisat-icon-podcast:before { content: '\e821'; } .ttm-medisat-icon-houzz:before { content: '\e822'; } .ttm-medisat-icon-image:before { content: '\e823'; } .ttm-medisat-icon-cart:before { content: '\e824'; } .ttm-medisat-icon-search:before { content: '\e825'; } .ttm-medisat-icon-arrow-right:before { content: '\e826'; } .ttm-medisat-icon-pencil:before { content: '\e827'; } .ttm-medisat-icon-mobile:before { content: '\e828'; } .ttm-medisat-icon-comment-1:before { content: '\e829'; } .ttm-medisat-icon-world:before { content: '\e82a'; } .ttm-medisat-icon-location-pin:before { content: '\e82b'; } .ttm-medisat-icon-tag:before { content: '\e82c'; } .ttm-medisat-icon-marker:before { content: '\e82d'; } .ttm-medisat-icon-quote-left:before { content: '\e82e'; } .ttm-medisat-icon-close:before { content: '\e82f'; } .ttm-medisat-icon-comments-smiley:before { content: '\e830'; } .ttm-medisat-icon-category:before { content: '\e831'; } .ttm-medisat-icon-mail:before { content: '\e832'; } .ttm-medisat-icon-phone:before { content: '\e833'; } .ttm-medisat-icon-tag-1:before { content: '\e834'; } .ttm-medisat-icon-shift-right:before { content: '\e835'; } .ttm-medisat-icon-arrow-left:before { content: '\e836'; } .ttm-medisat-icon-gallery-1:before { content: '\e837'; } .ttm-medisat-icon-heart-empty:before { content: '\e838'; } .ttm-medisat-icon-star:before { content: '\e839'; } .ttm-medisat-icon-ok:before { content: '\e83a'; } .ttm-medisat-icon-music-alt:before { content: '\e83b'; } .ttm-medisat-icon-shopping-cart:before { content: '\e83c'; } .ttm-medisat-icon-plus-1:before { content: '\e83d'; } .ttm-medisat-icon-unlink:before { content: '\e83e'; } .ttm-medisat-icon-quote-1:before { content: '\e83f'; } .ttm-medisat-icon-shuffle:before { content: '\e840'; } .ttm-medisat-icon-search-1:before { content: '\e841'; } .ttm-medisat-icon-quote-right:before { content: '\e842'; } .ttm-medisat-icon-basket:before { content: '\e843'; } .ttm-medisat-icon-paper-plane:before { content: '\e844'; } .ttm-medisat-icon-home:before { content: '\e845'; } .ttm-medisat-icon-minus:before { content: '\e846'; } .ttm-medisat-icon-minus-1:before { content: '\e847'; } .ttm-medisat-icon-left-open-big:before { content: '\e848'; } .ttm-medisat-icon-right-open-big:before { content: '\e849'; } .ttm-medisat-icon-location:before { content: '\e84a'; } .ttm-medisat-icon-comment-3:before { content: '\e84b'; } .ttm-medisat-icon-user-1:before { content: '\e84c'; } .ttm-medisat-icon-star-1:before { content: '\e84d'; } .ttm-medisat-icon-star-empty-1:before { content: '\e84e'; } .ttm-medisat-icon-folder:before { content: '\e84f'; } .ttm-medisat-icon-left-fat:before { content: '\e850'; } .ttm-medisat-icon-right-fat:before { content: '\e851'; } .ttm-medisat-icon-plus-2:before { content: '\e852'; } .ttm-medisat-icon-plus-3:before { content: '\e853'; } .ttm-medisat-icon-left-bold:before { content: '\e854'; } .ttm-medisat-icon-right-bold:before { content: '\e855'; } .ttm-medisat-icon-shuffle-1:before { content: '\e856'; } .ttm-medisat-icon-basket-1:before { content: '\e857'; } .ttm-medisat-icon-search-outline:before { content: '\e858'; } .ttm-medisat-icon-search-2:before { content: '\e859'; } .ttm-medisat-icon-mobile-1:before { content: '\e85a'; } .ttm-medisat-icon-quote-right-2:before { content: '\e85b'; } .ttm-medisat-icon-mail-1:before { content: '\e85c'; } .ttm-medisat-icon-globe:before { content: '\e85d'; } .ttm-medisat-icon-location-1:before { content: '\e85e'; } .ttm-medisat-icon-comment-2:before { content: '\e85f'; } .ttm-medisat-icon-quote-left-1:before { content: '\e860'; } .ttm-medisat-icon-ok-circled2:before { content: '\e861'; } .ttm-medisat-icon-share-1:before { content: '\e862'; } .ttm-medisat-icon-eye:before { content: '\e863'; } .ttm-medisat-icon-arrow-circle-down:before { content: '\e864'; } .ttm-medisat-icon-left-thin:before { content: '\e865'; } .ttm-medisat-icon-calendar-outlilne:before { content: '\e866'; } .ttm-medisat-icon-headphones-2:before { content: '\e867'; } .ttm-medisat-icon-headphones-1:before { content: '\e868'; } .ttm-medisat-icon-tag-2:before { content: '\e869'; } .ttm-medisat-icon-ok-1:before { content: '\e86a'; } .ttm-medisat-icon-resize-full-alt-2:before { content: '\e86b'; } .ttm-medisat-icon-ok-2:before { content: '\e86c'; } .ttm-medisat-icon-right:before { content: '\e86d'; } .ttm-medisat-icon-left:before { content: '\e86e'; } .ttm-medisat-icon-calendar:before { content: '\e86f'; } .ttm-medisat-icon-calendar-1:before { content: '\e870'; } .ttm-medisat-icon-bell:before { content: '\e871'; } .ttm-medisat-icon-right-open:before { content: '\e872'; } .ttm-medisat-icon-left-open:before { content: '\e873'; } .ttm-medisat-icon-ok-3:before { content: '\e874'; } .ttm-medisat-icon-right-small:before { content: '\e875'; } .ttm-medisat-icon-left-small:before { content: '\e876'; } .ttm-medisat-icon-check:before { content: '\e877'; } .ttm-medisat-icon-th-large-outline:before { content: '\e878'; } .ttm-medisat-icon-up-open:before { content: '\e879'; } .ttm-medisat-icon-up-small:before { content: '\e87a'; } .ttm-medisat-icon-up-1:before { content: '\e87b'; } .ttm-medisat-icon-down-small:before { content: '\e87c'; } .ttm-medisat-icon-down:before { content: '\e87d'; } .ttm-medisat-icon-down-open:before { content: '\e87e'; } .ttm-medisat-icon-email:before { content: '\e87f'; } .ttm-medisat-icon-align-right:before { content: '\e880'; } .ttm-medisat-icon-article:before { content: '\e881'; } .ttm-medisat-icon-play:before { content: '\e882'; } .ttm-medisat-icon-play-4:before { content: '\e883'; } .ttm-medisat-icon-play-5:before { content: '\e884'; } .ttm-medisat-icon-play-6:before { content: '\e885'; } .ttm-medisat-icon-play-8:before { content: '\e886'; } .ttm-medisat-icon-play-7:before { content: '\f00f'; } .ttm-medisat-icon-users:before { content: '\f064'; } .ttm-medisat-icon-resize-full-alt:before { content: '\f0b2'; } .ttm-medisat-icon-menu:before { content: '\f0c9'; } .ttm-medisat-icon-gauge:before { content: '\f0e4'; } .ttm-medisat-icon-angle-double-left:before { content: '\f100'; } .ttm-medisat-icon-angle-double-right:before { content: '\f101'; } .ttm-medisat-icon-angle-up:before { content: '\f106'; } .ttm-medisat-icon-angle-down:before { content: '\f107'; } .ttm-medisat-icon-quote-right-1:before { content: '\f10e'; } .ttm-medisat-icon-folder-open-empty:before { content: '\f115'; } .ttm-medisat-icon-calendar-empty:before { content: '\f133'; } .ttm-medisat-icon-tumblr:before { content: '\f173'; } .ttm-medisat-icon-down-1:before { content: '\f175'; } .ttm-medisat-icon-up:before { content: '\f176'; } .ttm-medisat-icon-skype:before { content: '\f17e'; } .ttm-medisat-icon-dot-circled:before { content: '\f192'; } .ttm-medisat-icon-stumbleupon:before { content: '\f1a4'; } .ttm-medisat-icon-digg:before { content: '\f1a6'; } .ttm-medisat-icon-file-pdf:before { content: '\f1c1'; } .ttm-medisat-icon-paper-plane-2:before { content: '\f1d8'; } .ttm-medisat-icon-sliders:before { content: '\f1de'; } .ttm-medisat-icon-share:before { content: '\f1e0'; } .ttm-medisat-icon-calc:before { content: '\f1ec'; } .ttm-medisat-icon-whatsapp:before { content: '\f232'; } .ttm-medisat-icon-map-o:before { content: '\f278'; } .ttm-medisat-icon-reddit:before { content: '\f281'; } .ttm-medisat-icon-shopping-basket:before { content: '\f291'; } .ttm-medisat-icon-vimeo:before { content: '󨇎'; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/fonts/slick.eot);
src: url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/fonts/slick.woff) format('woff'), url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/fonts/slick.ttf) format('truetype'), url(https://avrmaxilofacial.com/wp-content/themes/medisat/assets/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
} .slick-prev:before, .slick-next:before{
color: #b9b9b9;
}div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#00040c;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*,*:before,*:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.eot);src:url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//avrmaxilofacial.com/wp-content/themes/medisat/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0%,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0%,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0%,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0%,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:hover,.btn-primary:focus{background-color:#265a88;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0%,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0%,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0%,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0%,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0%,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0%,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0%,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0%,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0%,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb',endColorstr='#ffe2e2e2',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0%,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0%,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0%,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0%,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0%,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff0f0f0f',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0%,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0%,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0%,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0%,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0%,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0%,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff286090',GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0%,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0%,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0%,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0%,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0%,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0%,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0%,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0%,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0%,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2b669a',GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0%,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0%,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0%,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0%,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0%,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0%,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0%,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0%,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0%,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0%,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0%,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0%,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0%,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0%,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}@font-face {
font-family: 'themify';
src:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/themify-icons/fonts/themify.eot?-fvbane);
src:url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/themify-icons/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/themify-icons/fonts/themify.woff?-fvbane) format('woff'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/themify-icons/fonts/themify.ttf?-fvbane) format('truetype'),
url(//avrmaxilofacial.com/wp-content/themes/medisat/assets/themify-icons/fonts/themify.svg?-fvbane#themify) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
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;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
code,
kbd,
pre,
samp {
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
select {
text-transform: none;
}
button {
overflow: visible;
}
button,
input,
select,
textarea {
max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
padding: 0.875em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
}
.ps-container>.ps-scrollbar-y-rail {
z-index: 9999;
} .menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
} .attachment .entry-meta {
text-align: left;
padding: 14px 12px;
background: #f1f1f1;
text-align: left;
}
.attachment .image-navigation:before {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
} .attachment footer.entry-meta {
display: none;
}
.attachment-meta .entry-date{
font-weight:bold;
}
.full-size-link:before {
content: none;
}
.attachment .full-size-link{
float: right;
}
.attachment .full-size-link a{
background-color: #fff;
padding: 5px 8px;	
margin-top: -5px;
}
.attachment .entry-content {
background-color: #fff;
max-width: 100%;
padding: 40px 0;
}
.image-navigation {
margin: 0 auto;
max-width: 1040px;
position: relative;
padding-top: 30px;
}
.image-navigation a:hover {
text-decoration: none;
}
.image-navigation .nav-previous {
left: 0;
}
.image-navigation .nav-next {
right: 0;
}
.image-navigation .meta-nav {
font-size: 32px;
font-weight: 300;
vertical-align: -4px;
}
.attachment .entry-attachment, 
.attachment .type-attachment p {
margin: 0 auto;
max-width: 724px;
text-align: center;
}
.attachment .entry-attachment .attachment {
display: inline-block;
}
.attachment .entry-caption {
text-align: left;
margin-top:5px;
}
.attachment .entry-description {
margin: 20px auto 0;
max-width: 604px;
}
.attachment .entry-caption p:last-child, 
.attachment .entry-description p:last-child {
margin: 0;
}
.attachment .entry-caption p{
font-size:12px;
color: #ADACAC;
}
.attachment .site-main .sidebar-container {
display: none;
}
.attachment .site-main article.type-attachment .entry-attachment {
border: none;
background: none;
padding: 0px;
} body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: Merriweather, Georgia, serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6{
clear: both;
font-weight: 700;
margin: 0;
text-rendering: optimizeLegibility;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border: 0 solid #1a1a1a;
border-left-width: 4px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
color: #686868;
font-size: 17px;
font-style: italic;
font-weight: 400;
margin: 24px 40px;
background-color: #f4f7fb;
padding: 15px 25px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote p {
margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
color: #1a1a1a;
display: block;
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote h3{
font-size: 22px;
line-height: 27px;
font-weight: 400;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
blockquote > :last-child {
margin-bottom: 0;
}
address {
font-style: italic;
margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: Inconsolata, monospace;
}
pre {
border: 1px solid #e8ecef;
font-size: 16px;
font-size: 1rem;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code {
background-color: #e8ecef;
padding: 0.125em 0.25em;
}
abbr,
acronym {
border-bottom: 1px dotted #e8ecef;
cursor: help;
}
mark,
ins {
background: #007acc;
color: #fff;
padding: 0.125em 0.25em;
text-decoration: none;
}
big {
font-size: 125%;
}
menu, ol, ul {
margin: 16px 0;
padding: 0 0 0 25px;
}
ol ul, ul li ul {
list-style-type: disc;
}
nav ul, nav ol {
list-style: none;
list-style-image: none;
}
li > ul, li > ol {
margin: 0;
} .clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
content: "";
display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
clear: both;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
display: block;
font-size: 15px;
font-size: 1.5rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} @media print {
form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
display: none;
}
body,
blockquote cite,
blockquote small,
pre,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .author-title {
font-size: 12pt;
}
blockquote {
font-size: 14.25pt;
}
.site-title,
.page-title,
.comments-title,
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.widecolumn h2 {
font-size: 17.25pt;
}
.site-description {
display: block;
}
.entry-title {
font-size: 24.75pt;
line-height: 1.2727272727;
margin-bottom: 1.696969697em;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
font-size: 17.25pt;
line-height: 1.304347826;
margin-bottom: 1.826086957em;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1 {
font-size: 21pt;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
body:not(.search-results) .entry-summary {
font-size: 14.25pt;
}
.site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: 9.75pt;
}
body,
.site {
background: none !important;
}
body,
blockquote cite,
blockquote small,
.site-branding .site-title a,
.entry-title a,
.comment-author {
color: #1a1a1a !important; 
}
blockquote,
.page-header,
.comments-title {
border-color: #1a1a1a !important; 
}
blockquote,
.site-description,
body:not(.search-results) .entry-summary,
body:not(.search-results) .entry-summary blockquote,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption {
color: #686868 !important;
}
code,
hr {
background-color: #d1d1d1 !important;
}
pre,
abbr,
acronym,
table,
th,
td,
.author-info,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
border-color: #d1d1d1 !important;
}
a {
color: #007acc !important;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.comment-content a,
.pingback .comment-body > a {
box-shadow: none;
border-bottom: 1px solid #007acc !important;
}
.site {
margin: 5%;
}
.site-inner {
max-width: none;
}
.site-header {
padding: 0 0 1.75em;
}
.site-branding {
margin-top: 0;
margin-bottom: 1.75em;
}
.site-main {
margin-bottom: 3.5em;
}
.entry-header,
.entry-footer,
.page-header,
.page-content,
.entry-content,
.entry-summary,
.post-thumbnail,
.comments-area {
margin-right: 0;
margin-left: 0;
}
.post-thumbnail,
.site-main > article {
margin-bottom: 3.5em;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-width: 4px 0 0 0;
padding: 0.9473684211em 0 0;
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
body:not(.search-results) .entry-header + .entry-summary {
margin-top: -1.473684211em;
}
.site-footer,
.widecolumn {
padding: 0;
}
} .isotope, .isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
} .entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
max-width: 100%;
height: auto;
} .entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
height: auto;
}
.tm-noimg, img.size-full, img.size-large, img.wp-post-image {
height: auto;
max-width: 100%;
} embed, iframe, object, video {
max-width: 100%;
border:0px;
} .entry-content .twitter-tweet-rendered {
max-width: 100% !important;
}
a, a:hover, a:active, a:focus {
text-decoration: none;
color: inherit;
outline: none;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} body .pp_social{
display:none;
}
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
background-image:none;
}
body div.pp_default .pp_description{
margin-left: 10px;
}
body div.pp_default .pp_close{
right: 3px;
} table {
border-collapse: collapse;
border-spacing: 0;
vertical-align: middle;
width: 100%;
margin: 0 0 1.75em;
}
table th {
border: 0;
padding: 5px 7px;
border-right: 1px solid #e6e6e6;
color: var(--body-blackfont-color);
}
table td {
padding: 5px 10px;
}
table tbody tr, table thead tr {
border: 1px solid #f0f0f0;
}
table tbody td,
table tbody th {
border-right: 1px solid #f0f0f0;
} .alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
.wp-caption .wp-caption-text {
font-style: italic;
color: var(--body-fonts-color);
line-height: 1.6153846154;
text-align: center;
padding-top: 0.5384615385em;
}
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
h1, h2, h3, h4, h5, h6 {	
line-height: 1.3;
margin-top: 0px;
margin-bottom:15px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background-color: transparent;
}
cite, dfn, em{
font-style: italic;
}
pre {
background:var(--ttm-greycolor);
color:var(--body-fonts-color);
font-family: monospace;
font-size: 15px;
line-height: 27px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.tm-text-align-center{
text-align: center;
} .page-links {
clear: both;
font-size: 15px;
font-weight: normal;
line-height: 2.2;
margin: 20px 0;
}
.page-links a, .page-links > span {
background: #fff;
border: 1px solid #e9eaea;
text-decoration: none;
border-radius: 0;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
line-height: 29px;
}
.page-links a:first-child {
margin-left: 5px;
}
.entry-content .format-status .entry-content .page-links a, .entry-content .format-gallery .entry-content .page-links a, 
.entry-content .format-chat .entry-content .page-links a, .entry-content .format-quote .entry-content .page-links a, 
.entry-content .page-links a {	
color: #35382f;
font-style:normal;
margin: 0px;
border-radius: 0;
}
.entry-content .format-status .entry-content .page-links span, .entry-content .format-gallery .entry-content .page-links span, .entry-content .format-chat .entry-content .page-links span, .entry-content .format-quote .entry-content .page-links span, .entry-content .page-links>span:not(.page-links-title) {
background-color: #119ce7;
border: 1px solid transparent;
color: #fff;
border-radius: 0;
}
.page .entry-content .page-links>span:not(.page-links-title) {
border: 1px solid transparent;
margin-right: 5px;
margin-left: 5px;
}
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, 
.format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, 
.format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, 
.page-links a:hover {	
color: #fff;
}
.format-status .entry-content .page-links > span, 
.format-quote .entry-content .page-links > span {
background: none;
}
.page-links .page-links-title {
background: transparent;
border: none;
margin-right: 15px;
padding: 0;
} [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
margin-left: 0 !important;
font-size: inherit !important;
}.admin-bar .tm-fbar-close {
top: 32px;
}
.site-content-wrapper {
position: relative;
z-index: 7;
}
::selection {
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
}
::-moz-selection {
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
}
::selection {
-webkit-text-fill-color: var(--ttm-whitecolor);
background-image: var(--ttm-whitecolor);
} p {
margin: 0 0 15px;
}
.themetechmount-page-full-width article .entry-content {
min-height: 300px;
}
.footer a, .entry-content a, .site-content-wrapper a {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.themetechmount-hide, .tm-hide {
display: none;
}
.tm-wrap {
display: table;
width: 100%;
}
.tm-wrap-cell {
display: table-cell;
vertical-align: middle;
}
.tm-align-left {
text-align: left;
}
.tm-align-center {
text-align: center;
}
.tm-align-right {
text-align: right;
}
iframe {
width: 100%;
}
.first-footer.tm-bg.tm-bgcolor-custom .tm-bg-layer {
background-color: inherit;
}
.tm-bg.tm-bgcolor-white .tm-bg-layer {
background-color: var(--ttm-whitecolor);
}
.tm-col-bgcolor-white .tm-bg-layer-inner, .tm-bgcolor-white, .tm-col-bgcolor-white, .site-header.tm-sticky-bgcolor-white.is_stuck, .tm-header-overlay .site-header.tm-sticky-bgcolor-white.is_stuck, .site-header-menu.tm-sticky-bgcolor-white.is_stuck, .tm-header-style-infostack .site-header .tm-stickable-header.is_stuck.tm-sticky-bgcolor-white, .tm-header-style-infostack .site-header-menu .is_stuck .tm-sticky-bgcolor-white, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-breadcrumb-bgcolor-white .tm-titlebar .breadcrumb-wrapper .container {
background-color: var(--ttm-whitecolor);
} .main-holder .site #content table.cart td.actions .input-text, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
font-family: inherit;
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 0px;
vertical-align: middle;
width: 100%;
color: inherit;
padding: 11px 15px;
font-weight: normal;
background-color: var(--ttm-whitecolor);
text-transform: inherit;
border: 1px solid rgba(119, 119, 119, .2);
font-size: 14px;
outline: none;
line-height: inherit;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input.input-text:focus, select:focus {
background-color: transparent;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
color: #7b8095;
outline: none !important;
}
button, input[type="submit"], input[type="button"], input[type="reset"], .checkout_coupon input.button, .woocommerce div.product form.cart .button, table.compare-list .add-to-cart td a, .woocommerce .widget_shopping_cart a.button, .woocommerce #review_form #respond .form-submit input, .main-holder .site table.cart .coupon input, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart #content table.cart td.actions input[type="submit"], .woocommerce #payment #place_order, .main-holder .site .return-to-shop a.button, .woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block;
text-decoration: none;
font-size: 14px;
line-height: 14px;
font-weight: var(--button-font-weight);
padding: 12px 35px 12px;
border: 1px solid transparent;
border-radius: 0px;
color: var(--ttm-whitecolor);
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
cursor: pointer;
outline: none !important;
-webkit-font-smoothing: antialiased;
} .select2-container .select2-choice {
padding: 6px 0 6px 10px;
border: 1px solid #e5e5e5;
background-color: rgba(0, 0, 0, .03);
}
.select2-drop-active {
border: 1px solid #e5e5e5;
} .tm-bg.tm-bgimage-yes > .tm-bg-layer {
opacity: 0.85;
}
.tm-col-bgimage-yes.tm-col-bgcolor-skincolor .tm-bg-layer-inner {
opacity: 0.90;
}
.tm-bg.tm-bgimage-yes.tm-bgcolor-skincolor > .tm-bg-layer {
opacity: 0.92;
}
.tm-bg.tm-bgcolor-grey > .tm-bg-layer {
opacity: 0.90;
}
.themetechmount-fbar-main-w .themetechmount-fbar-box-w.tm-bg.tm-bgimage-yes > .tm-bg-layer {
opacity: 0.10;
}
.tm-col-bgimage-yes.tm-bgcolor-white .tm-bg-layer-inner, .tm-bg.tm-bgimage-yes.tm-bgcolor-white > .tm-bg-layer {
opacity: 0.94;
}
.tm-col-bgcolor-grey.tm-col-bgimage-yes .tm-bg-layer-inner, .tm-col-bgcolor-darkgrey.tm-col-bgimage-yes .tm-bg-layer-inner, .tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .tm-bg-layer {
opacity: 0.90;
}
.tm-bgcolor-darkgrey.tm-bg.tm-bgimage-yes > .site-footer-bg-layer.tm-bg-layer {
opacity: 0.93;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
opacity: 0.79;
}
.tm-titlebar-wrapper.tm-bg.tm-bgimage-yes.tm-bgcolor-custom > .tm-bg-layer {
opacity: 1;
}
.tm-col-bg, .tm-bg {
position: relative;
}
.tm-bg-layer, .tm-titlebar-wrapper .tm-titlebar-wrapper-bg-layer {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.tm-bgcolor-transparent > .tm-bg-layer, .tm-bgcolor-transparent {
background-color: transparent !important;
} #totop {
position: fixed;
right: 20px;
bottom: 30px;
width: 50px;
height: 50px;
line-height: 47px;
border-radius: var(--ttm-button-shape);
text-align: center;
z-index: 20;
cursor: pointer;
opacity: 0;
-webkit-transform: translateY(130%);
-ms-transform: translateY(130%);
transform: translateY(130%);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
background-color: var(--ttm-skincolor);
}
#totop a span {
display: none;
}
#totop.top-visible {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
#totop i {
content: "";
font-size: 25px;
color: var(--ttm-whitecolor);
} #totop.totop-button-style1 {
background-color: transparent;
}
#totop.totop-button-style1:before {
position: absolute;
content: '\f106';
font-family: 'ttm-medisat-icons';
text-align: center;
line-height: 45px;
font-size: 25px;
color: var(--ttm-skincolor);
left: 2px;
top: 2px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.totop-button-style1 svg.prt-progress-circle path {
stroke: var(--ttm-skincolor);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
fill: rgba(0, 0, 0, .1);
} #totop.totop-button-style2 {
height: auto;
width: auto;
bottom: 60px;
right: 30px;
background: transparent;
writing-mode: vertical-rl;
border-radius: 0;
transform: rotate(180deg) translateY(-130%);
-webkit-transform: rotate(180deg) translateY(-130%);
-ms-transform: rotate(180deg) translateY(-130%);
}
#totop.totop-button-style2.top-visible {
transform: rotate(180deg) translateY(0);
-webkit-transform: rotate(180deg) translateY(0);
-ms-transform: rotate(180deg) translateY(0);
}
#totop.totop-button-style2:hover {
margin-bottom: 5px;
}
#totop.totop-button-style2 i {
display: none;
}
#totop.totop-button-style2 a span {
display: block;
}
#totop.totop-button-style2 a {
padding: 21px 5px 40px 5px;
border: 1px solid;
text-align: center;
line-height: 30px;
font-size: 15px;
font-weight: var(--special-element-fontweight);
background: rgba(255, 255, 255, 0.57);
display: block;
}
#totop.totop-button-style2 a:before {
content: '\e87c';
font-family: "ttm-medisat-icons";
position: absolute;
top: auto;
left: 5px;
right: auto;
bottom: 23px;
font-weight: normal;
} .container-fullwide .site-content-inner.row, .footer .container-fullwide {
padding-left: 80px;
padding-right: 80px;
}
.themetechmount-item-thumbnail, .themetechmount-item-thumbnail-inner {
display: block;
}
.tm-boxes-carousel-spacing-15 .themetechmount-boxes-inner {
padding: 15px;
}
.tm-boxes-carousel-without-title .themetechmount-boxes-inner {
padding-top: 80px;
} .site header, .tm-header-block, .site-header, .site-header-main {
position: relative;
} .themetechmount-logo-img.standard {
max-height: 100px;
width: auto;
}
.site-branding {
float: left;
}
.headerlogo img {
max-height: 35px;
width: auto;
}
.headerlogo img, .tm-stickylogo-yes .standardlogo, .is-sticky .tm-stickylogo-yes .stickylogo {
display: inline-block;
}
.site-title a.home-link:hover, a.home-link:hover {
text-decoration: none;
}
.site-title {
font-size: 33px;
font-weight: bold;
line-height: 1;
margin: 0;
color: var(--ttm-whitecolor);
display: table;
vertical-align: middle;
text-align: center;
width: 100%;
height: 100%;
}
.site-title a {
display: table-cell;
vertical-align: middle;
}
.site-description {
display: none;
} .is_stuck .headerlogo .stickylogo, .headerlogo img, .tm-stickylogo-yes .standardlogo, .is_stuck .tm-stickylogo-yes .stickylogo {
display: inline-block;
} #site-header-menu #site-navigation .tm-header-icon a, #site-header-menu #site-navigation .themetechmount-fbar-btn a {
font-size: 16px;
}
.tm-header-style-infostack #site-header-menu .kw-phone .tm-header-icon a {
font-size: 18px;
}
.tm-header-icons .tm-header-search-link a i:before {
font-weight: 700;
}
.tm-header-icons .tm-header-wc-cart-link a, .tm-header-icons .tm-header-search-link a {
position: relative;
border-radius: 50%;
height: 32px;
width: 32px;
line-height: 31px;
display: inline-block;
vertical-align: middle;
text-align: center;
color: #1a1d22;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a, .tm-header-style-classic .tm-header-icons .tm-header-search-link a {
height: 30px;
width: 30px;
line-height: 30px;
border-radius: 3px;
padding-left: 0px;
font-size: 15px !important;
transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
}
.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a {
padding-left: 0px;
}
.tm-header-icons .tm-header-wc-cart-link span.number-cart {
position: absolute;
bottom: 19px;
left: 14px;
width: 17px;
height: 17px;
text-align: center;
line-height: 17px;
font-size: 9px;
display: block;
background-color: #edb820;
color: var(--ttm-whitecolor);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tm-header-style-infostack .tm-header-icons .tm-header-wc-cart-link span.number-cart {
bottom: 21px;
left: 17px;
}
.themetechmount-fbar-btn.hidefbtn a {
-webkit-transform: scale(0);
-ms-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
}
.tm-header-icons .tm-header-wc-cart-link:hover span.number-cart {
background-color: #1a1d22;
} .tm-header-style-infostack .tm-top-info-con {
position: relative;
float: right;
text-align: right;
vertical-align: middle;
display: table;
}
.tm-header-style-infostack .header-widget {
display: table-cell;
position: relative;
vertical-align: middle;
height: 100%;
padding-right: 0;
}
.tm-header-style-infostack .header-widget * {
margin-bottom: 0;
}
.tm-header-style-infostack .header-widget .header-content, .tm-header-style-infostack .header-widget .header-icon {
display: table-cell;
vertical-align: middle;
padding: 0;
text-align: left;
}
.tm-header-style-infostack .tm-top-info-con .header-widget {
padding: 0 35px;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child {
padding-right: 0;
}
.tm-header-style-infostack .header-widget .header-content {
padding-left: 12px;
}
.tm-header-style-infostack .tm-top-info-con .header-widget:last-child .header-widget-main {
margin-right: 0px;
}
.tm-header-style-infostack .header-widget .header-icon i {
font-size: 34px;
line-height: 40px;
}
.tm-header-style-infostack .header-widget .header-icon i.fa {
line-height: 50px;
}
.tm-header-style-infostack .header-widget .header-icon .icon {
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
}
.tm-header-style-infostack .header-widget h3 {
font-size: 18px;
font-weight: 600;
line-height: 24px;
}
.tm-header-style-infostack .header-widget h5 {
font-size: 14px;
line-height: 25px;
font-weight: normal;
color: inherit;
}
.tm-header-style-infostack .header-widget h3, .tm-header-style-infostack .header-widget h5 {
margin-top: 0;
margin-bottom: 0;
}
.tm-header-style-infostack .tm-top-info-con  ul.social-icons {
padding-left: 10px;
}
.tm-header-style-infostack .site-header-menu-inner.is_stuck .kw-phone {
border-radius: 0px;
}
.tm-header-style-infostack #site-header-menu .container {
position: relative;
padding: 0;
}
.tm-header-style-infostack .site-header .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a {
color: #6c6c6c;
border: 1px solid #ececec;
}
.tm-header-style-infostack .site-header.tm-bgcolor-darkgrey .tm-top-info-con .themetechmount-social-links-wrapper .social-icons li > a, .tm-header-style-infostack .site-header.tm-bgcolor-skincolor .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
border: 1px solid rgba(255, 255, 255, 0.8);
}
.tm-header-style-infostack .tm-top-info-con  .themetechmount-social-links-wrapper .social-icons li > a {
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 28px;
font-size: 13px;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.tm-header-style-infostack .kw-phone .tm-header-icons {
float: left;
}
.header-info-widget div {
padding-right: 30px;
}
.header-info-widget div:last-child {
padding-right: 0px;
} .themetechmount-topbar-wrapper {
position: relative;
}
.themetechmount-sticky-footer .themetechmount-topbar-wrapper {
z-index: 1;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes {
border-bottom: 1px solid #e9e9e9;
}
.themetechmount-topbar-wrapper.tm-textcolor-white.tm-borderbottom-yes {
border-color: rgba(255, 255, 255, 0.12);
}
.themetechmount-topbar-wrapper.tm-bgcolor-grey.tm-borderbottom-yes {
border-color: #e8ecef;
}
.themetechmount-fbar-btn-link .tm-fbar-close-icon, .themetechmount-fbar-position-default .tm-float-overlay {
display: none;
}
.tm-float-overlay {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
background-color: rgba(0, 0, 0, 1);
visibility: hidden;
opacity: 0;
z-index: 9997;
}
.tm-float-overlay.animated {
visibility: visible;
opacity: 0.9;
}
.tm-float-overlay.animated {
cursor: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/close.png), auto;
}
.themetechmount-fbar-btn {
cursor: pointer;
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
float: right;
}
.themetechmount-topbar-wrapper .themetechmount-fbar-btn {
margin-top: 16px;
font-size: 17px;
margin-left: 35px;
margin-right: 50px;
position: absolute;
right: 0;
float: none;
bottom: -20px;
z-index: 99;
width: 43px;
height: 43px;
border-radius: 50%;
background-color: #333;
text-align: center;
line-height: 44px;
}
.site-header-main.container-fullwide .themetechmount-fbar-btn {
padding-right: 20px;
}
.tm-header-invert .site-header-main.container-fullwide .themetechmount-fbar-btn {
padding-left: 20px;
padding-right: 0;
}
.themetechmount-fbar-btn.tm-fbar-btn-cposition-default {
opacity: 1;
}
.themetechmount-fbar-btn.tm-fbar-btn-cposition-default.animated {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
opacity: 0;
}
.tm-header-invert .themetechmount-fbar-btn {
margin-left: 0px;
float: left;
}
.themetechmount-fbar-box .widget ul > li {
border: none;
}
.themetechmount-fbar-box ul.tm-pricelist-block li {
display: block;
flex-wrap: unset;
padding: 15px 0px;
}
.themetechmount-fbar-box ul.tm-pricelist-block li span {
width: unset;
float: none;
}
.themetechmount-fbar-box-w.tm-textcolor-white ul.tm-pricelist-block li span {
color: var(--ttm-whitecolor);
}
.themetechmount-fbar-box ul.tm-pricelist-block li .service-price {
float: right;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box .widget ul > li {
padding-top: 0px;
}
.themetechmount-fbar-position-default .widget_recent_comments li:before {
top: 6px;
}
.themetechmount-fbar-btn.themetechmount-fbar-open {
position: fixed;
}
.productbox .roadtip:after, .themetechmount-fbar-btn {
border-top-color: #222;
} .themetechmount-fbar-box-w {
-webkit-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
-moz-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
}
.themetechmount-fbar-box h2 {
font-weight: 400;
font-size: 26px;
line-height: 40px;
margin-bottom: 25px;
margin-top: 0px;
}
.tm-floating-right p {
color: rgba(255, 255, 255, .6);
}
.themetechmount-fbar-box .tm-custom-heading {
margin-bottom: 0;
}
.themetechmount-fbar-btn a {
position: relative;
display: block;
background-color: transparent;
}
.themetechmount-fbar-btn.tm-fbar-icon-color-dark a i {
color: #313131;
}
.themetechmount-fbar-box-w {
position: relative;
}
.themetechmount-fbar-box-w:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 1;
display: block;
}
.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
background: rgba(0, 0, 0, 0.85);
}
.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
background: rgba(231, 231, 231, 0.85);
}
.themetechmount-fbar-bg-white.themetechmount-fbar-box-w.tm-fbar-with-bgimage:after {
background: rgba(255, 255, 255, 0.85);
}
.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w:after {
background: #282828;
}
.themetechmount-fbar-bg-grey.themetechmount-fbar-box-w:after {
background: #f8f8f8;
}
.themetechmount-fbar-bg-white.themetechmount-fbar-box-w:after {
background: var(--ttm-whitecolor);
}
.themetechmount-fbar-box {
position: relative;
z-index: 10;
}
.themetechmount-fbar-position-default div.themetechmount-fbar-box-w {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1002;
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.themetechmount-fbar-position-default div.themetechmount-fbar-box-w.animated {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.themetechmount-fbar-position-default .fcloseicon {
position: fixed;
top: 17px;
right: 24px;
height: 30px;
width: 30px;
z-index: 100;
display: block;
text-align: center;
font-size: 20px;
cursor: pointer;
}
.themetechmount-fbar-position-default .fcloseicon:after {
content: '\E82D';
font-family: "ttm-medisat-icons";
}
.themetechmount-fbar-position-default .widget {
margin: 65px 0 0px;
}
.themetechmount-team-form-no-group .tm-wrap-cell {
display: inline-block;
}
.themetechmount-team-form-no-group .tm-wrap-cell h2 {
padding-right: 20px;
}
.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button {
border-color: transparent;
color: var(--ttm-whitecolor);
}
.themetechmount-fbar-text-white.themetechmount-fbar-bg-darkgrey.themetechmount-fbar-box-w .submit_field button:hover {
background-color: transparent;
}
.tm-fbar-close {
position: fixed;
top: 17px;
right: 24px;
height: 30px;
width: 30px;
z-index: 100;
display: block;
text-align: center;
font-size: 24px;
cursor: pointer;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
position: fixed;
top: 0;
right: 0;
width: 400px;
height: 100%;
overflow: hidden;
z-index: 9999;
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translateX(400px);
-ms-transform: translateX(400px);
transform: translateX(400px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w .tm-fbar-close {
-webkit-transition: transform 0.4s ease;
transition: transform 0.4s ease;
-webkit-transform: translateX(400px);
-ms-transform: translateX(400px);
transform: translateX(400px);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tm-fbar-close .tm-fbar-close-icon {
position: fixed;
top: 45px;
right: 30px;
height: 50px;
width: 50px;
z-index: 100;
display: block;
text-align: center;
font-size: 16px;
cursor: pointer;
background-color: transparent;
line-height: 50px;
border: 2px solid rgba(255, 255, 255, .08);
border-radius: 50%;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated .tm-fbar-close, .themetechmount-fbar-position-right .themetechmount-fbar-box-w.animated {
-webkit-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.themetechmount-fbar-position-right .themetechmount-fbar-box .widget {
float: none;
width: auto;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box .widget:first-child {
margin-top: 25px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-box-w {
border: none;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn {
cursor: pointer;
position: absolute;
right: 80px;
z-index: 1005;
width: 58px;
height: 58px;
text-align: center;
width: 0;
height: 0;
top: 72px;
}
.themetechmount-fbar-position-right .floatingbar-widgets-inner .widget-area {
float: none;
width: 100%;
}
.themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
width: 100%;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper, .themetechmount-fbar-position-right .themetechmount-fbar-content-wrapper {
overflow: hidden;
height: 100%;
padding: 55px;
padding-bottom: 10px;
z-index: 80;
position: relative;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper {
height: 100%;
padding: 0px;
} .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li {
border-color: rgba(255, 255, 255, 0.21);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a {
background-color: rgba(255, 255, 255, 0.90);
color: #2C2C2C;
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_tag_cloud .tagcloud a:hover {
color: var(--ttm-whitecolor);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget a:hover, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar caption, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar table, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar th, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_calendar td, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget ul > li, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget_text {
color: rgba(255, 255, 255, 0.80);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget a, .themetechmount-fbar-box-w.themetechmount-fbar-text-white .widget .widget-title {
color: rgba(255, 255, 255, 0.90);
}
.themetechmount-fbar-box-w.themetechmount-fbar-text-white.themetechmount-fbar-bg-skincolor .widget .widget-title {
border-color: var(--ttm-whitecolor);
}
.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:before {
border-bottom-color: #202020;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a {
background-color: #202020;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after {
border-top-color: #202020;
border-bottom-color: #202020;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-grey a {
background-color: #E4E4E4;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after {
border-top-color: #E4E4E4;
border-bottom-color: #E4E4E4;
}
.themetechmount-fbar-btn.tm-fbar-bg-color-white a {
background-color: var(--ttm-whitecolor);
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after {
border-top-color: var(--ttm-whitecolor);
border-bottom-color: var(--ttm-whitecolor);
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-white a:after {
border-left-color: var(--ttm-whitecolor);
border-right-color: var(--ttm-whitecolor);
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-grey a:after {
border-left-color: #E4E4E4;
border-right-color: #E4E4E4;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn.tm-fbar-bg-color-darkgrey a:after {
border-left-color: #202020;
border-right-color: #202020;
} .themetechmount-topbar-wrapper .social-icons li > a {
border: none;
width: 26px;
height: 48px;
line-height: 48px;
font-size: 14px;
font-weight: 500;
text-align: center;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li > a {
width: 31px;
}
.themetechmount-topbar-wrapper .top-contact li a, .themetechmount-topbar-wrapper .social-icons li > a, .themetechmount-topbar-wrapper .tm-fbar-open-icon {
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.tm-topbar-content .tm-wrap-cell div {
display: inline-block;
}
.tm-topbar-content .tm-wrap-cell div.tm-center-text {
display: block;
}
.site-header .themetechmount-topbar {
position: relative;
z-index: 10;
}
.table-row {
display: table;
width: 100%;
}
.tm-tb-right-content {
text-align: right;
display: inline-block;
padding-left: 5px;
}
.tm-center-content .themetechmount-tb-left-content {
width: 100%;
display: block;
}
.themetechmount-topbar-inner {
line-height: 37px;
}
.top-contact {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 14px;
display: inline-block;
position: relative;
line-height: 37px;
vertical-align: top;
}
.top-contact.tm-highlight-left {
margin-right: 15px;
padding-right: 5px;
color: rgba(255, 255, 255, 0.95);
}
.top-contact.tm-highlight-right {
margin-left: 15px;
padding-left: 15px;
color: rgba(255, 255, 255, 0.95);
}
.top-contact.tm-highlight-right strong, .top-contact.tm-highlight-left strong {
font-weight: 500;
}
.tm-header-style-infostack .themetechmount-social-links-wrapper, .tm-header-style-infostack .top-contact {
line-height: 50px;
}
.top-contact i {
margin-right: 7px;
display: inline-block;
width: 20px;
height: 15px;
border: none;
border-radius: 50%;
text-align: center;
line-height: 24px;
font-size: 14px;
}
.tm-bgcolor-skincolor .top-contact i {
color: rgba(255, 255, 255, 0.75);
}
.top-contact .kw_medisat {
margin-top: -8px;
vertical-align: middle;
}
.top-contact li {
display: inline-block;
padding-left: 20px;
padding-right: 20px;
z-index: 1;
}
.themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child {
padding-left: 0px !important;
}
.top-contact li, .tm-topbar-content .tm-wrap-cell div {
position: relative;
}
.tm-topbar-content .tm-wrap-cell div {
padding-left: 15px;
margin-left: 15px;
}
.tm-topbar-content .tm-wrap-cell div:first-child {
margin-left: 0px;
}
.tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child, .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
padding-left: 10px;
}
.tm-borderbottom-yes .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child {
padding-left: 3px;
}
.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact.with-sep li:last-child:after, .tm-topbar-content .tm-wrap-cell .top-contact.with-sep li:before {
top: 15px;
content: '';
height: 18px;
width: 1px;
background-color: #e9ecef;
z-index: 1;
position: absolute;
}
.tm-wrap-cell:not(.tm-align-right) .top-contact li:first-child, .tm-topbar-content .tm-wrap-cell .top-contact li {
padding-left: 16px;
padding-right: 16px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child:after {
right: 0;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
padding-right: 5px;
}
.tm-header-overlay .tm-topbar-content .tm-wrap-cell .top-contact li:last-child {
padding-right: 15px;
}
.tm-topbar-content .tm-wrap-cell .top-contact li:before {
left: 0;
}
.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div:first-child:before, .themetechmount-topbar-wrapper:not(.tm-borderbottom-yes) .tm-topbar-content .tm-wrap-cell .top-contact li:first-child:before {
content: unset;
}
.themetechmount-boxed .tm-topbar-content .tm-wrap-cell div.themetechmount-social-links-wrapper:first-child, .themetechmount-boxed .tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
padding-left: 0px;
}
.tm-header-style-infostack .tm-align-right>div:last-child .social-icons {
padding-right: 11px;
}
.themetechmount-topbar-wrapper .social-icons li:before, .top-contact li:last-child:after {
right: 0px;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
padding-left: 15px;
}
.tm-topbar-content .tm-wrap-cell div:before {
right: auto;
left: 0;
}
.top-contact.tm-highlight-right:after, .top-contact.tm-highlight-left:after {
content: "";
width: 5000px;
height: 100%;
background-color: #0186d5;
right: 0;
top: 0px;
position: absolute;
z-index: 0;
}
.top-contact.tm-highlight-right:after {
left: 0;
}
.top-contact.tm-highlight-right i, .top-contact.tm-highlight-left i {
color: var(--ttm-whitecolor) !important;
}
.top-contact.tm-highlight-right li:first-child:before, .top-contact.tm-highlight-right li:after, .top-contact.tm-highlight-left li:first-child:before, .top-contact.tm-highlight-left li:after {
display: none
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor .social-icons li > a:hover {
color: var(--ttm-whitecolor) !important;
border-color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
color: rgba(255, 255, 255, 0.80);
}
.tm-bgcolor-skincolor.tm-textcolor-white a:hover {
color: rgb(54, 48, 46);
}
.themetechmount-topbar-wrapper .social-icons li {
position: relative;
min-width: auto;
padding: 0px;
margin: 0px;
float: left;
text-align: center;
}
.tm-topbar-content .tm-wrap-cell .themetechmount-social-links-wrapper {
display: inline-block;
vertical-align: top;
}
.tm-bgcolor-skincolor .tm-topbar-content .social-icons li > a:hover {
color: var(--ttm-whitecolor);
border-color: transparent;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:before {
top: 12px;
content: '';
height: 23px;
width: 1px;
background-color: #e9ecef;
z-index: 1;
position: absolute;
}
.themetechmount-topbar-wrapper.tm-borderbottom-yes .social-icons li:last-child:before {
content: unset;
} .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
padding: 0px;
display: table;
width: 100%;
}
.tm-titlebar-main {
text-align: center;
vertical-align: middle;
display: table-cell;
}
.tm-titlebar-wrapper {
position: relative;
z-index: 1;
}
.tm-titlebar-wrapper.entry-header {
margin-bottom: 0px;
}
.tm-titlebar-align-right .tm-titlebar-main {
text-align: right;
}
.tm-titlebar-align-left .tm-titlebar-main {
text-align: left;
}
.tm-titlebar-wrapper .entry-header {
margin-bottom: 0px;
position: relative;
}
.themetechmount-titlebar-main {
text-align: center;
}
.tm-titlebar-wrapper .entry-title-wrapper a {
color: rgba(255, 255, 255, 0.90);
font-weight: bold;
}
.tm-titlebar-wrapper .entry-title-wrapper a:hover {
color: var(--ttm-whitecolor);
}
.tm-titlebar-main .breadcrumb-wrapper span:last-child {
padding-right: 0px;
}
.tm-titlebar-wrapper .entry-title .tm-subtitle {
font-size: 17px;
opacity: 0.8;
font-weight: 300;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a {
color: #888;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tm-bread-sep {
position: relative;
top: 0px;
}
.tm-titlebar-wrapper .breadcrumb-wrapper a:hover {
text-decoration: none;
}
.themetechmount-titlebar-main .breadcrumb-wrapper {
color: #999999;
vertical-align: middle;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper i {
font-size: 24px;
opacity: 0.8;
transition: all 0.2s ease;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a {
margin: 2px;
display: inline-block;
}
.breadcrumb-wrapper .tm-pf-navbar-wrapper a, .breadcrumb-wrapper .tm-pf-navbar-wrapper .tm-dim {
margin: 5px;
display: inline-block;
}
.tm-titlebar-wrapper {
background-size: 100%;
background-position: 50% 0px;
background-repeat: repeat repeat;
}
.themetechmount-titlebar-main .entry-title {
line-height: 27px;
color: #2d2d2d;
font-weight: 400;
font-size: 28px;
}
.tm-titlebar-align-right .tm-titlebar-main-inner, .tm-titlebar-align-left .tm-titlebar-main-inner {
display: table;
width: 100%;
}
.tm-titlebar-align-right .entry-title-wrapper, .tm-titlebar-align-left .entry-title-wrapper, .tm-titlebar-align-right .breadcrumb-wrapper, .tm-titlebar-align-left .breadcrumb-wrapper {
display: table-cell;
}
.tm-titlebar-align-left .breadcrumb-wrapper {
text-align: right;
vertical-align: middle;
}
.tm-titlebar-align-right .breadcrumb-wrapper {
text-align: left;
vertical-align: middle;
}
.tm-titlebar-wrapper .breadcrumb-wrapper {
font-size: 13px;
color: #999999;
}
.tm-titlebar-align-allleft .tm-titlebar-main {
text-align: left;
}
.tm-titlebar-align-allright .tm-titlebar-main {
text-align: right;
}
.entry-title-wrapper .entry-title {
margin: 0px;
margin-bottom: 10px;
position: relative;
display: inline-block;
word-break: break-word;
}
.entry-title-wrapper.tm-bgcolor-skincolor .entry-title:before {
background-color: var(--ttm-whitecolor);
}
.tm-titlebar-align-left .breadcrumb-wrapper>.container {
padding-right: 0px;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
position: absolute;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
bottom: 0;
text-align: left;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-titlebar-align-allright .breadcrumb-wrapper {
right: 0;
} .tm-textcolor-white .tm-bread-sep, .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a {
color: var(--ttm-whitecolor);
}
.tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper, .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a:hover {
color: rgba(255, 255, 255, 1);
}
.tm-textcolor-white .tm-titlebar-main .entry-title, .tm-textcolor-white .tm-titlebar-main .entry-subtitle {
color: var(--ttm-whitecolor);
}
span.post.post-page.current-item {
font-weight: 500;
} .tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a {
color: rgba(0, 0, 0, 0.60);
}
.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper, .tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a:hover {
color: rgba(0, 0, 0, 0.8);
}
.tm-textcolor-dark .tm-titlebar-main .entry-title, .tm-textcolor-dark .tm-titlebar-main .entry-subtitle {
color: rgba(0, 0, 0, 0.9);
}
.themetechmount-titlebar-main .breadcrumb-wrapper a {
color: #999999;
} .tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a {
opacity: 0.8;
}
.tm-titlebar-textcolor-custom .tm-titlebar .breadcrumb-wrapper a:hover {
opacity: 1;
}
.tm-titlebar-wrapper.tm-bgimage-no .tm-titlebar-wrapper-bg-layer {
opacity: 1;
}
.tm-titlebar-main h3.tm-subtitle {
opacity: 0.8;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container {
padding: 0;
vertical-align: middle;
display: table;
height: 100%;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom  .tm-titlebar-main > .container .tm-titlebar-main-inner {
vertical-align: middle;
display: table-cell;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .breadcrumb-wrapper .container, .tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
width: auto;
padding: 0;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom) .tm-titlebar-main .entry-title-wrapper .container {
padding-left: 0px;
}
.tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allleft .breadcrumb-wrapper .container, .tm-titlebar-wrapper:not(.tm-breadcrumb-on-bottom).tm-titlebar-align-allright .breadcrumb-wrapper .container {
padding-top: 7px;
} hr.tm-titlebar-border {
margin-top: 0;
margin-bottom: 0;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .05);
background-color: transparent;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom {
position: relative;
z-index: 1;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
padding: 14px 15px;
display: inline-block;
border-radius: 0px;
margin-left: 15px;
width: auto;
}
.tm-bgcolor-skincolor.tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
background-color: #3d3d3d;
}
.tm-titlebar-wrapper.tm-breadcrumb-on-bottom.tm-textcolor-dark .tm-titlebar-main .breadcrumb-wrapper a, .tm-titlebar-wrapper.tm-breadcrumb-on-bottom .tm-titlebar .breadcrumb-wrapper .container {
color: var(--ttm-whitecolor);
} .themetechmount-wide.themetechmount-sticky-footer .site-content-wrapper {
z-index: 1;
}
.tm-bordertype-none .bottom-footer-inner {
border: none !important;
}
.footer {
z-index: 999;
}
ul.footer-nav-menu li:after {
position: absolute;
content: "|";
padding-left: 11px;
color:inherit;
}
ul.footer-nav-menu li:last-child:after {
content: "";
}
.footer-nav-menu {
list-style: none;
margin: 0px;
padding: 0px;
}
.tm-layout-default .footer-nav-menu {
padding: 4px 0 0;
}
.footer-nav-menu li {
display: inline-block;
padding-left: 10px;
padding-right: 15px;
font-size: 14px;
padding-bottom: 0px;
}
.footer-nav-menu li:first-child {
padding-left: 0px;
}
.bottom-footer-inner, .second-footer-inner {
position: relative;
}
.tm-footer2-left, .tm-footer2-right {
padding-top: 20px;
padding-bottom: 15px;
}
.tm-footer2-right {
text-align: right;
}
.col-sm-12.tm-footer2-left, .col-sm-12.tm-footer2-right {
line-height: 25px;
text-align: center;
}
.site-footer .col-sm-6.first-widget-area {
position: relative;
overflow: hidden;
}
.bottom-footer-text.tm-textcolor-white .footer-nav-menu, .bottom-footer-text.tm-textcolor-white .tm-footer2-left .footer-nav-menu a:not(:hover), .bottom-footer-text.tm-textcolor-white .tm-footer2-right .footer-nav-menu a:not(:hover) {
color: rgba(255, 255, 255, 1);
}
.site-footer .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-dark, .site-footer .tm-borderstyle-fullwide .bottom-footer-text.tm-bordercolor-white {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark .bottom-footer-inner, .site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-white .bottom-footer-inner {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.tm-layout-style6 .site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-white .bottom-footer-inner {
border-color: rgba(255, 255, 255 , 0.20);
}
.site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark .bottom-footer-inner, .site-footer .tm-borderstyle-wide .bottom-footer-text.tm-bordercolor-dark {
border-color: #d2d2d2;
}
.tm-layout-default .tm-textcolor-dark .tm-footer2-left a, .tm-layout-default .tm-textcolor-dark .tm-footer2-left {
color: var(--body-fonts-color);
}
.tm-layout-default .tm-textcolor-dark .tm-footer2-left li a {
color: var(--ttm-secondarycolor);
font-weight: 500;
}
.elementor-column.elementor-col-50.elementor-inner-column.tm-textcolor-white .elementor-widget-container {
color: #fff;
} .tm-textcolor-dark .col-sm-6.first-widget-area:after {
background-color: rgba(0, 0, 0, 0.10);
}
.bottom-footer-text.tm-textcolor-dark  .bottom-footer-inner {
border-top-color: rgba(0, 0, 0, 0.10);
}
.footer-nav-menu li:last-child {
padding-right: 0;
} .footer .social-icons li:first-child, .footer .bottom-footer-text .bottom-footer-inner .social-icons li:first-child {
margin-left: 0px;
}
body .datepicker.dropdown-menu {
border-radius: 0;
box-shadow: none;
padding: 20px;
border: 1px solid #eee;
font-size: 14px;
z-index: 14 !important;
}
body .datepicker .datepicker-days table tr td {
color: #999;
padding: 8px;
width: 34px;
height: 34px !important;
border-top: 0;
}
body .datepicker table tr td span.active.active, body .datepicker table tr td.active.active {
background: transparent;
color: #999;
text-shadow: none;
}
body .datepicker table tr td span.active.active, body .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover, body .datepicker .datepicker-days table tr td:hover {
color: var(--ttm-whitecolor);
} .widget.medisat_category_list_widget .widget-title {
display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a, .widget.medisat_all_post_list_widget li a, .widget.medisat_category_list_widget li a {
display: block;
padding: 13px 15px 13px 15px;
position: relative;
z-index: 1;
font-size: 15px;
background-color: var(--ttm-whitecolor);
-webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
-moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
}
.woocommerce-account .woocommerce-MyAccount-navigation li, .widget.tm_widget_nav_menu li, .widget.medisat_all_post_list_widget li, .widget.medisat_category_list_widget li {
padding-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.medisat_all_post_list_widget li a:before, .widget.medisat_category_list_widget li a:before {
content: "";
width: 100%;
left: 0;
bottom: 50%;
background: #eaeaea;
height: 0;
position: absolute;
transition: all .3s cubic-bezier(.645, .045, .355, 1);
z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.medisat_all_post_list_widget li a:hover:before, .widget.medisatcategory_list_widget li a:hover:before, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before, .widget.tm_widget_nav_menu li.current_page_item a:before, .widget.medisat_all_post_list_widget li.tm-post-active a:before, .widget.medisat_category_list_widget li.current-cat a:before {
height: 100%;
bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
right: auto;
top: 15px;
margin-left: 5px;
}
.widget.medisat_all_post_list_widget li a:hover, .widget.medisat_category_list_widget li a:hover, .widget.medisat_all_post_list_widget li.tm-post-active a, .widget.medisat_category_list_widget li.current-cat a {
color: var(--ttm-whitecolor);
}
.widget.medisat_all_post_list_widget li:last-child a.
.widget.medisat_category_list_widget li:last-child a {
border-bottom: none;
}
.widget ul, .widget ol {
list-style-type: none;
margin: 0;
padding: 0;
}
.widget, .wpb_row .wpb_widgetised_column .widget {
word-wrap: break-word;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .widget {
margin: 0px;
}
.footer.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepdark, .footer.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepwhite, .footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepdark .first-footer-inner, .footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepwhite .first-footer-inner {
border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.footer.tm-borderstyle-fullwide .first-footer.tm-borderabove-dark, .footer.tm-borderstyle-fullwide .first-footer.tm-borderabove-white, .footer.tm-borderstyle-wide .first-footer.tm-borderabove-dark .first-footer-inner, .footer.tm-borderstyle-wide .first-footer.tm-borderabove-white .first-footer-inner {
border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer.tm-borderstyle-wide .first-footer.tm-borderabove-dark .first-footer-inner, .footer .first-footer.tm-borderabove-dark .first-footer-inner, .footer.tm-borderstyle-fullwide .first-footer.tm-footerrow-sepdark, .footer.tm-borderstyle-wide .first-footer.tm-footerrow-sepdark .first-footer-inner {
border-color: #d2d2d2;
}
.footer .first-footer .widget {
padding-top: 15px;
padding-bottom: 15px;
}
.footer.tm-bgcolor-skincolor .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-skincolor .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer, .footer.tm-bgcolor-darkgrey .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-darkgrey .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
border-color: rgba(255, 255, 255, 0.05);
}
.footer.tm-bgcolor-white .tm-container-for-footer > div > .row .widget-area, .footer.tm-bgcolor-white .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
border-color: rgba(0, 0, 0, 0.14);
}
.footer .widget {
margin: 60px 0 50px;
}
.tm-layout-default .footer .widget {
margin: 54px 0 46px;
}
.footer .widget.themetechmount_widget_recent_entries .tm-recent-post-list {
text-align: left;
padding-top: 10px;
}
.widget ul > li {
padding: 0px 0px 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.medisat_contact_widget_wrapper) > li:last-child, .widget ul > li ul > li:last-child {
border-bottom: 0;
padding-bottom: 0px !important;
margin-bottom: 0px;
}
.widget .widget-title {
margin-bottom: 18px;
position: relative;
}
.second-footer .container.tm-container-for-footer .row > .widget-area:first-child .custom-heading {
display: inline-block;
float: left;
padding-right: 10px;
}
.widget .widget-title {
margin-bottom: 15px;
}
.footer_logo {
margin-bottom: 20px;
}
.footer_logo img {
max-height: 65px;
}
.footer .widget .widget-title {
margin-bottom: 22px;
}
.footer .widget ul > li {
padding: 0px 0px 12px 0;
}
.footer .widget ul.tm-recent-post-list > li {
padding: 0px 0px 18px 0;
}
.first-footer.tm-widgetsep-yes .widget-area {
border-right: 1px solid  rgba(0, 0, 0, 0.15);
}
.first-footer.tm-textcolor-white.tm-widgetsep-yes .widget-area {
border-color: rgba(255, 255, 255, 0.04);
}
.first-footer.tm-widgetsep-yes .widget-area:last-child {
border-right: 0;
}
.site-footer .tm-ctabox-row .mailchimp-inputbox p {
margin-bottom: 0px;
}
.footer .footer-rows .first-footer .first-footer-inner {
padding: 65px 0 55px;
}
.footer .footer-rows .first-footer.tm-textcolor-white .first-footer-inner, .footer .footer-rows .second-footer.tm-textcolor-white .second-footer-inner {
border-color: rgba(255, 255, 255, .10);
} .sidebar .widget ul:not(.slides):not(.cart_list):not(.medisat_contact_widget_wrapper):not(.medisat_category_list_widget):not(.tm-all-post-list) > li {
padding-bottom: 12px;
padding-top: 12px;
}
.sidebar .widget ul.slick-dots > li {
border-bottom: 1px solid #eee !important;
}
.sidebar .widget.themetechmount_widget_recent_entries ul:not(.slides):not(.cart_list) > li {
padding: 0px 0 9px !important;
border-top: none !important;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.medisat_contact_widget_wrapper):not(.medisat_category_list_widget):not(.tm-all-post-list) > li:first-child {
border-top: none;
padding-top: 0;
} .tm-bg-footer-box .footer-logo-box img {
margin-bottom: 20px;
}
ul.medisat_contact_widget_wrapper.call-email-footer {
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
margin-top: 20px;
}
ul.medisat_contact_widget_wrapper.call-email-footer li:before {
position: relative;
left: -6px;
top: 0px;
} .footer .social-icons li > a:hover {
color: var(--ttm-whitecolor);
} .medisat_flicker_widget_wrapper a {
overflow: hidden;
display: block;
margin: 0 7px 0px 0px;
width: 75px;
height: 75px;
display: inline-block;
background: none;
} ul.medisat_contact_widget_wrapper {
list-style: none;
margin-left: 0;
padding-left: 0;
}
ul.medisat_contact_widget_wrapper li {
padding-left: 40px;
position: relative;
padding-bottom: 15px;
line-height: 25px;
}
.widget ul.medisat_contact_widget_wrapper li {
position: relative;
line-height: 23px;
font-size: inherit;
padding: 10px 0px 10px 0;
padding-left: 32px;
}
.tm-textcolor-white .widget ul.medisat_contact_widget_wrapper li {
border-color: rgba(255, 255, 255, 0.04);
}
.widget ul.medisat_contact_widget_wrapper li:first-child {
padding-top: 0px;
}
.footer ul.medisat_contact_widget_wrapper li:last-child {
border: none;
}
ul.medisat_contact_widget_wrapper li:before {
position: absolute;
left: 0px;
top: 7px;
font-size: 18px;
font-weight: 400;
}
.tm-col-bgcolor-skincolor ul.medisat_contact_widget_wrapper li:before, .tm-bgcolor-skincolor ul.medisat_contact_widget_wrapper li:before {
color: var(--ttm-whitecolor);
}
.widget ul.medisat_contact_widget_wrapper li:before {
top: 13px;
}
.widget ul.medisat_contact_widget_wrapper li:first-child:before {
top: 4px;
}
.sidebar .widget ul.medisat_contact_widget_wrapper li:first-child {
padding-top: 0;
}
.sidebar .widget ul.medisat_contact_widget_wrapper li:first-child:before {
top: 6px;
}
.sidebar .widget ul.medisat_contact_widget_wrapper li {
padding: 9px 0px 9px 0;
padding-left: 37px;
border: none;
}
.sidebar ul.medisat_contact_widget_wrapper li:before {
top: 11px;
} ul.tm-recent-post-list {
list-style: none;
padding: 0;
}
ul.tm-recent-post-list > li img {
width: 70px;
float: left;
margin-right: 18px;
padding-top: 3px;
}
.sidebar ul.tm-recent-post-list > li img {
width: 80px;
height: 80px;
}
ul.tm-recent-post-list > li {
padding: 0px 0px 20px 0;
}
ul.tm-recent-post-list > li > a {
line-height: 25px;
display: block;
}
ul.tm-recent-post-list li:after {
content: " ";
display: table;
clear: both;
}
ul.tm-recent-post-list > li .post-date {
display: block;
font-size: 13px;
padding-bottom: 2px;
}
.main-holder .widget.themetechmount_widget_recent_entries ul li:first-child, ul.tm-recent-post-list > li:first-child {
border-top: 0px;
padding-top: 0px;
}
ul.tm-recent-post-list > li .post-date i {
margin-right: 6px;
font-size: 11px;
} .footer .widget_recent_comments li.recentcomments:before, .footer .widget_recent_entries a:before, .footer .widget_meta a:before, .footer .widget_categories a:before, .footer .widget_archive li a:before, .footer .widget_pages li a:before, .footer .widget.widget_nav_menu li a:before, .footer .widget_product_categories a:before {
font-family: "ttm-medisat-icons";
content: unset;
position: absolute;
top: 6px;
left: 0;
line-height: 1em;
font-size: 14px;
opacity: 1;
background-color: transparent;
height: 0;
width: 0;
color: inherit;
transform: none;
}
.widget_recent_comments li.recentcomments, .widget_recent_entries a, .widget_meta a, .widget_categories a, .widget_product_categories a, .widget_archive li a, .widget_pages li a, .widget.widget_nav_menu li a {
display: inline-block;
position: relative;
padding-left: 0px;
}
.footer .widget_recent_comments li.recentcomments, .footer .widget_recent_entries a, .footer .widget_meta a, .footer .widget_categories a, .footer .widget_product_categories a, .footer .widget_archive li a, .footer .widget_pages li a, .footer .widget.widget_nav_menu li a {
padding-left: 0px;
}
.tm-bgcolor-skincolor .widget_recent_comments li.recentcomments:before, .tm-bgcolor-skincolor .widget_recent_entries a:before, .tm-bgcolor-skincolor .widget_meta a:before, .tm-bgcolor-skincolor .widget_categories a:before, .tm-bgcolor-skincolor .widget_archive li a:before, .tm-bgcolor-skincolor .widget_pages li a:before, .tm-bgcolor-skincolor .widget_nav_menu li a:before, .tm-bgcolor-skincolor .widget_product_categories a:before {
color: var(--ttm-whitecolor);
}
.footer .tm-textcolor-white hr {
border-color: rgba(255, 255, 255, 0.03);
}
.footer .widget.widget_nav_menu ul > li:last-child {
border-bottom: none;
}
.widget_recent_comments ul li.recentcomments:before {
top: 12px;
}
.widget_recent_comments ul li.recentcomments:first-child:before {
top: 0px;
} .widget .menu-main-menu-container {
float: none;
}
.widget ul > li ul {
margin-left: 15px;
margin-top: 15px;
}
.widget_categories.widget ul>li ul, .widget_nav_menu.widget ul>li ul, .widget_pages.widget ul>li ul {
margin-top: 10px;
} .flexslider {
border: none;
background: none;
box-shadow: none;
margin-bottom: 0px;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
margin-top: -25px;
}
.sidebar .wpb_gallery  .flex-direction-nav {
display: none;
}
.sidebar .wpb_gallery.wpb_content_element {
margin-bottom: 0px;
}
.tm-slick-carousel-wrapper img {
max-width: 100%;
} .widget_calendar table td#today {
font-weight: 500;
background-color: var(--ttm-skincolor);
color: #fff !important;
}
.widget_calendar table {
border-collapse: separate;
border-color: #efefef;
border-spacing: 0;
border-style: solid;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
background-color: var(--ttm-whitecolor);
}
.widget_calendar table th, .widget_calendar table td {
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
padding: 8px;
text-align: center;
}
.widget_calendar table th {
font-weight: 500;
}
.widget_calendar caption {
padding: 0px;
margin: 0px;
margin-bottom: 5px;
letter-spacing: 0.04em;
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
color: inherit;
}
.widget_calendar tbody a {
display: block;
font-weight: 500;
color: #fff;
}
.tm-textcolor-dark .widget_calendar table {
border-color: rgba(0, 0, 0, 0.07);
}
.tm-textcolor-dark .widget_calendar table th, .tm-textcolor-dark .widget_calendar table td {
border-bottom-color: rgba(0, 0, 0, 0.07);
border-right-color: rgba(0, 0, 0, 0.07);
} .tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap {
background: none;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item .calendar_wrap a {
padding: 0px;
text-align: left;
border-bottom: 0px;
}
#site-header-menu #site-navigation div.nav-menu > ul {
margin: 0px;
padding: 0px;
}
#site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu a, #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li.mega-menu-item a:focus {
background: none;
}
.righticon, #site-header-menu #site-navigation .mega-menu-toggle:after {
display: none;
}
.header-controls .search_box a > .ti-close, .header-controls .search_box a > .ti-search, .header-controls .ti-bag {
height: 33px;
width: 33px;
line-height: 33px;
border-radius: 50%;
color: var(--ttm-whitecolor);
display: inline-block;
text-align: center;
font-size: 15px;
} .tm-shadow-box {
-webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
-moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
} .elementor-element.elementor-widget-button .elementor-button {
position: relative;
}
.tm-btn-style-text .elementor-button {
padding: 0 !important;
margin-top: 0px !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: transparent;
}
.tm-btn-style-flat.tm-btn-color-white .elementor-button {
background-color: var(--ttm-whitecolor);
}
.tm-btn-style-flat.tm-btn-color-grey .elementor-button:hover, .tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
color: var(--ttm-whitecolor);
}
.tm-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
border-radius: 0px;
padding: 13px 30px;
}
.tm-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button {
border-radius: 10px;
}
.tm-btn-shape-round.elementor-element.elementor-widget-button .elementor-button {
border-radius: 2em;
}
.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
background-color: transparent;
}
.tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
border: 1px solid;
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button {
border-color: var(--ttm-whitecolor) !important;
color: var(--ttm-whitecolor);
}
.tm-btn-style-outline.tm-btn-color-white .elementor-button:hover {
background-color: var(--ttm-whitecolor);
}
.tm-btn-style-text.tm-icon-align-right .elementor-button {
padding-right: 22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover {
padding-left: 22px;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button span {
z-index: 1;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button-link.elementor-button:hover {
color: var(--ttm-whitecolor);
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon {
color: var(--ttm-whitecolor);
}
.tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after {
content: '';
position: absolute;
width: 35px;
height: 40px;
top: -12px;
right: 0;
background-color: #e01f11;
z-index: -1;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tm-btn-style-text.tm-icon-align-right .elementor-button:hover .elementor-button-icon:after {
width: 100%;
}
.tm-bgcolor-skincolor .tm-btn-style-text.tm-icon-align-right .elementor-button .elementor-button-icon:after {
background-color: #0b1328;
} .single #tribe-events .tribe-events-content p, .single article.post .entry-content p {
margin-bottom: 25px;
}
article.post .entry-content blockquote {
line-height: 30px;
}
.tm-featured-wrapper .tm-slick-carousel-wrapper .tm-slick-carousel > div:not(:first-child) {
display: none;
}
.themetechmount-box-blog .themetechmount-box-content.col-md-7 {
padding: 25px 35px 25px;
flex-shrink: 0;
}
.themetechmount-box-blog .themetechmount-box-content.col-md-7 .themetechmount-box-content-inner {
padding-bottom: 20px;
}
.themetechmount-blogbox-format-link.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer, .themetechmount-blogbox-format-quote.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer, .themetechmount-blogbox-format-link.themetechmount-box-blog .themetechmount-box-content, .themetechmount-blogbox-format-quote.themetechmount-box-blog .themetechmount-box-content {
display: none;
}
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories {
padding-bottom: 10px;
padding-top: 10px;
}
.themetechmount-blog-box-view-left-image .themetechmount-box-content .tm-post-categories>.tm-meta-line.cat-links a {
display: inline-block;
border: 1px solid;
padding: 5px 10px;
margin-right: 1px;
font-size: 12px;
font-weight: 500;
line-height: 15px;
margin-bottom: 5px;
}
.tm-post-featured-outer-wrapper, .themetechmount-box-blog, article.post, .themetechmount-post-item-thumbnail, .tm-featured-wrapper {
position: relative;
}
.tm-entry-meta-wrapper {
margin: 0px 0px 4px 0px;
font-size: 14px;
padding: 0px 0px 0px 0px;
}
.tm-entry-meta .tm-meta-line i, .tm-right-meta .tm-social-share-wrapper.tm-social-share-post-wrapper, .tm-entry-meta .tm-meta-line a, .tm-post-cat .tm-meta-line a {
color: inherit;
}
.tm-entry-meta .tm-meta-line i.fa-tag, .tm-entry-meta .tm-meta-line i.fa-calendar, .tm-entry-meta .tm-meta-line i.fa-user {
padding-right: 4px;
} .tm-bgcolor-skincolor .themetechmount-blogbox-footer-readmore, .tm-bgcolor-darkgrey .themetechmount-blogbox-footer-readmore, .tm-bgcolor-skincolor .themetechmount-box-blog .tm-entry-meta-wrapper, .tm-bgcolor-darkgrey .themetechmount-box-blog .tm-entry-meta-wrapper {
border-color: rgba(255, 255, 255, 0.15);
}
.tm-bgcolor-grey .tm-entry-meta-wrapper {
border-color: rgba(0, 0, 0, 0.16);
}
.themetechmount-blogbox-format-link .themetechmount-box-meta {
margin-top: 0px;
}
.themetechmount-blogbox-footer-readmore {
padding-top: 9px;
padding-bottom: 5px;
margin-top: 6px;
margin-top: 6px;
}
.single .themetechmount-blogbox-footer-readmore {
padding:0px;
margin:0px;
} .themetechmount-boxes-blog.themetechmount-boxes-view-carousel div.slick-list {
padding-top: 0px;
padding-bottom: 10px;
}
.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-blog-inner .row.slick-slider {
margin-left: -15px;
margin-right: -15px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignleft, article.themetechmount-box-blog-classic .tm-blog-classic-box-content img.alignright {
margin-bottom: 20px;
}
article.themetechmount-box-blog-classic .themetechmount-box-desc-text p:last-child img.alignright {
margin-bottom: 0px;
}
.tm-blog-classic-box-content img.alignleft {
margin: 0.375em 1em 1em 0;
}
article.themetechmount-box-blog-classic.sticky  .entry-header:after {
content: none;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
background-color: var(--ttm-whitecolor);
padding: 28px 35px 35px 35px;
position: relative;
display: block;
margin: -35px 35px 0px 0px;
-webkit-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
-moz-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 9%);
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:after {
position: absolute;
content: "";
height: 16px;
width: 1px;
right: 10px;
top: 0;
background-color: #e7e7e7;
margin-top: 2px;
}
article.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line:last-child:after {
content: unset;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper .tm-postcategory {
display: none;
}
.themetechmount-box-blog-classic .entry-header .tm-meta-line, .themetechmount-box-blog-classic .entry-header .tm-meta-line a {
color: inherit;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-box-post-date {
display: none;
}
article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-blog-classic-box-content {
padding-bottom: 30px;
}
.single-post article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
padding-top: 0px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer {
padding-top: 22px;
padding-bottom: 6px;
}
.themetechmount-box-blog .themetechmount-blogbox-desc-footer a {
position: relative;
}
.themetechmount-box-blog .tm-box-post-icon {
bottom: -30px;
left: 20px;
top: auto;
}
.post.themetechmount-box-blog-classic .tm-box-post-date {
height: 60px;
width: 60px;
background-color: var(--ttm-whitecolor);
position: absolute;
top: 25px;
left: 30px;
font-weight: 800;
font-size: 18px;
line-height: 14px;
padding-top: 12px;
padding-bottom: 12px;
z-index: 1;
color: #000;
text-align: center;
border-bottom: 3px solid var(--ttm-skincolor);
transition: all 500ms ease 300ms;
}
.themetechmount-box-blog .tm-box-post-date span, .post.themetechmount-box-blog-classic .tm-box-post-date span {
font-weight: 400;
display: block;
font-size: 15px;
padding-top:0px;
}
article.themetechmount-box-blog-classic .tm-post-entry-header {
padding-bottom: 10px;
border-bottom: 1px solid #f2f2f2;
margin-bottom: 21px;
}
.themetechmount-box-blog .tm-post-entry-header {
min-height: 52px;
}
.themetechmount-box-blog .themetechmount-box-desc-text, .themetechmount-box-blog .themetechmount-box-desc {
padding-top: 9px;
}
.themetechmount-box-blog .tm-post-entry-header, article.themetechmount-box-blog-classic .tm-post-entry-header {
position: relative;
}
.themetechmount-box-blog .entry-header:not(.tm-titlebar) .entry-title {
margin-bottom: 4px;
}
.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
margin-bottom: 4px;
}
.tm-meta-line.byline img {
display: none;
}
.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line.byline img {
display: inline-block;
} .themetechmount-box-blog .themetechmount-meta-details .themetechmount-blogbox-meta-row-date:after {
position: absolute;
right: 11px;
top: -3px;
width: 0;
height: 0;
content: " / ";
font-size: 15px;
}
.themetechmount-meta-details, .themetechmount-meta-details a, .themetechmount-meta-details i {
font-size: 14px;
color: #656565;
}
.themetechmount-meta-details i {
padding-right: 3px;
}
.themetechmount-meta-details a:hover {
text-decoration: none;
} .tm-entry-meta-wrapper .tm-social-share-wrapper {
padding-bottom: 0px;
}
.tm-entry-meta-wrapper  .tm-social-share-links ul li {
padding-right: 10px;
padding-top: 0;
}
.tm-entry-meta-wrapper .tm-social-share-links ul {
padding-right: 0px;
}
.tm-entry-meta .tm-meta-line {
padding-right: 23px;
position: relative;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child {
padding-right: 0px;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
position: absolute;
content: "";
height: 16px;
width: 1px;
right: 10px;
top: 0;
background-color: #e7e7e7;
margin-top: 2px;
}
.themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child:after {
content: unset;
}
.themetechmount-box-view-top-image .tm-entry-meta .tm-meta-line a, .themetechmount-box-view-top-image .tm-post-cat .tm-meta-line a {
color: #494949;
font-size: 15px;
}
.themetechmount-box-blog-classic .tm-post-format-icon-wrapper, .themetechmount-box-blog .tm-post-format-icon-wrapper {
height: 70px;
width: 70px;
font-size: 23px;
line-height: 70px;
border-top: 70px solid var(--ttm-whitecolor);
border-left: 70px solid transparent;
text-align: center;
color: var(--ttm-whitecolor);
position: absolute;
right: 0;
top: 0;
z-index: 99;
}
.themetechmount-box-blog .tm-post-format-icon-wrapper i {
position: absolute;
top: -85px;
color: var(--ttm-whitecolor);
right: 5px;
font-size: 19px;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year, .themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
font-size: 13px;
font-weight: 400;
display: inline-block;
text-transform: uppercase;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month {
width: 100%;
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month, .themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
color: var(--ttm-whitecolor);
}
.themetechmount-box-blog-classic .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
display: none;
}
.themetechmount-box-blog .tm-post-format-icon-wrapper:before, .themetechmount-post-box-icon-wrapper:before {
content: none;
}
.themetechmount-box-blog.themetechmount-blogbox-format-quote blockquote {
margin: 40px 40px;
}
.themetechmount-box-blog-classic.tm-no-featured-content .tm-post-format-icon-wrapper:before {
display: block;
}
.single .tm-titlebar-wrapper.entry-header {
margin-bottom: 50px;
}
.themetechmount-box-blog .themetechmount-post-date-wrapper .themetechmount-entry-date .entry-month .entry-year {
padding-left: 3px;
} article.themetechmount-box-blog-classic {
margin-bottom: 40px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content.tm-boxwith-morebutton, article.themetechmount-box-blog-classic .tm-blog-classic-box-content.tm-boxwith-morebutton {
margin-bottom: 35px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-post-cat {
padding-bottom: 4px;
}
.single article.themetechmount-box-blog-classic {
border-bottom: none;
}
.single article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper {
right: -21px;
left: auto;
top: 24px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta {
position: relative;
display: block;
width: auto;
margin-left: 0px;
}
.post.themetechmount-box-blog-classic .tm-right-meta .themetechmount-commentbox, article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-classic-footer-meta .tm-entry-meta .tm-meta-line {
color: inherit;
font-size: 14px;
}
article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
overflow: hidden;
}
article.themetechmount-box-blog-classic .tm-post-featured-wrapper a:after {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: '';
background-color: rgba(0, 0, 0, .2);
opacity: 0;
-webkit-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
}
article.themetechmount-box-blog-classic:hover .tm-post-featured-wrapper a:after {
opacity: 1;
}
.single article.themetechmount-box-blog-classic:hover .tm-featured-outer-wrapper .tm-featured-wrapper img {
transform: unset;
}
article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-gallery a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-quote a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-video a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-link a:after, article.themetechmount-box-blog-classic .tm-post-featured-wrapper.tm-post-format-audio a:after {
content: unset;
}
.themetechmount-sidebar-true.themetechmount-sidebar-right .site-content-inner, .themetechmount-sidebar-true.themetechmount-sidebar-left .site-content-inner {
position: relative;
}
.single article.themetechmount-box-blog-classic {
padding: 3px 0 0;
border: none;
}
.single article.themetechmount-box-blog-classic:before {
content: unset;
}
.sidebar .widget .themetechmount-social-links-wrapper ul.social-icons li i {
color: var(--ttm-whitecolor);
} article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blogbox-classic-date .tm-post-date {
display: none;
}
article.tm-no-featured-content.themetechmount-box-blog-classic .tm-blog-classic-box-content {
margin: 0;
padding-top: 0px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon .tm-social-share-links ul li {
padding-top: 8px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
margin-top: 0px;
bottom: -30px;
right: 17px;
}
.single article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm_classic_post_icon {
bottom: -63px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic .tm-post-cat {
padding-right: 240px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right {
display: block;
width: 100%;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .tm-col-right {
padding-right: 40px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content .themetechmount-post-date-wrapper {
left: 32px;
right: auto;
top: 24px;
}
article.themetechmount-box-blog-classic.tm-no-featured-content.format-quote .tm-featured-outer-wrapper, article.themetechmount-box-blog-classic.tm-no-featured-content.format-link .tm-featured-outer-wrapper {
margin-top: 0px;
}
.more-link-wrapper {
display: block;
}
.more-link-wrapper a {
display: inline-block;
}
.more-link-wrapper {
margin-top: 30px;
}
article.post .more-link-wrapper a.more-link {
padding: 10px 45px 10px 34px;
border-radius: 22px;
color: var(--ttm-whitecolor);
position: relative;
}
article.post .more-link-wrapper a.more-link:after {
font-family: "ttm-medisat-icons";
content: '\e809';
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 8px;
font-size: 24px;
position: absolute;
right: 13px;
top: 10px;
} .author-info {
padding: 40px 60px;
position: relative;
margin-top: 30px;
}
body.author .author-info {
margin-bottom: 80px;
}
.author-info .author-title {
margin-bottom: 5px;
font-size: 26px;
margin-top: 0px !important;
}
.author-info .author-avatar {
margin: 9px 30px 0 0;
float: left;
}
.author-info .author-avatar img {
border-radius: 50%;
width: 100px;
height: 100px;
}
.author-info .author-description {
overflow: hidden;
}
.tm-author-social-links {
margin: 0;
margin-left: 116px;
padding: 0;
margin-top: 5px;
}
.tm-author-social-links ul {
list-style: none;
}
.tm-author-social-links li {
display: inline-block;
margin-left: 10px;
}
.tm-author-social-links li a {
display: block;
width: 25px;
height: 30px;
line-height: 30px;
} article.sticky {
background-color: var(--ttm-whitecolor);
border: 3px solid var(--ttm-skincolor);
padding: 30px 30px 25px;
}
article.themetechmount-box-blog-classic.sticky:after {
font-family: "ttm-medisat-icons";
content: "\e81d";
font-size: 20px;
position: absolute;
color: var(--ttm-whitecolor);
opacity: 1;
right: 0;
top: 0;
background-color: var(--ttm-skincolor);
padding: 10px 15px;
z-index: 11;
}
article.sticky .entry-content {
margin-bottom: 0px;
}
article.sticky.themetechmount-box-blog-classic .tm-post-format-icon-wrapper:after {
border-bottom-color: #FAFAFA;
} article.themetechmount-blogbox-format-gallery .slick-dotted.slick-slider, article.post.format-gallery .slick-dotted.slick-slider {
margin-bottom: 0;
}
article.themetechmount-blogbox-format-gallery .slick-dots, article.post.format-gallery .slick-dots {
position: absolute;
top: auto;
z-index: 10;
text-align: center;
margin: 0;
width: 100%;
bottom: 15px;
}
article.themetechmount-blogbox-format-gallery .slick-dots li, article.post.format-gallery .slick-dots li {
width: 12px;
}
article.themetechmount-blogbox-format-gallery .slick-dots li button, article.post.format-gallery .slick-dots li button {
background-color: transparent;
display: block;
cursor: pointer;
padding: 0;
text-indent: -9999px;
width: 10px !important;
height: 10px !important;
border: 1px solid var(--ttm-whitecolor);
box-shadow: none;
border-radius: 50%;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.tm-col-bgcolor-dargrey .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button, .tm-bgcolor-dargrey .slick-dots li button, .tm-bgcolor-skincolor .slick-dots li button, article.themetechmount-blogbox-format-gallery .slick-dots li.slick-active button, article.themetechmount-blogbox-format-gallery .slick-dots li button:hover, article.post.format-gallery .slick-dots li.slick-active button, article.post.format-gallery .slick-dots li button:hover {
background-color: var(--ttm-whitecolor);
} article.themetechmount-blogbox-format-audio .tm-post-format-audio-mp3, article.format-audio .tm-post-format-audio-mp3 {
background-color: #222;
padding: 22px 47px;
} .post_format-post-format-link .entry-content a {
font-size: 15px;
font-weight: bold;
}
.tm-post-featured-link-wrapper .tm-post-featured-link {
background-color: var(--ttm-secondarycolor);
padding: 110px 50px;
text-align: center;
}
article.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm-blog-classic-box-content {
display: none;
}
.tm-post-featured-quote, .tm-post-featured-link-wrapper {
background-size: cover;
background-position: 100%;
}
article.themetechmount-blogbox-format-link .tm-format-link-title, article.post.format-link .tm-format-link-title {
text-transform: uppercase;
font-size: 25px;
margin-bottom: 15px;
color: var(--ttm-whitecolor);
font-weight: 600;
}
article.themetechmount-blogbox-format-link .tm-format-link-url, article.post.format-link .tm-format-link-url {
font-size: 18px;
font-style: italic;
} article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-link .tm_classic_post_icon {
bottom: 0px;
}
article.post.tm-no-featured-content.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm_classic_post_icon {
bottom: 65px;
}
.tm-post-featured-quote {
padding: 20px;
}
article.post.format-quote .tm-post-featured-quote {
padding: 80px 50px;
}
article.post.themetechmount-box-blog-classic.format-quote .tm-post-entry-header {
display: none;
}
article.post.themetechmount-box-blog-classic .tm-post-featured-quote blockquote {
margin: 0;
}
article.post.format-quote .tm-featured-outer-wrapper {
margin-bottom: 100px;
}
article.post.themetechmount-box-blog-classic.format-quote .tm-featured-outer-wrapper {
margin-bottom: 0px;
}
body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-left {
width: 100%;
}
body:not(.single) article.post.themetechmount-box-blog-classic.format-quote .tm-col-right {
display: none;
}
article.post.format-link .tm-featured-outer-wrapper {
margin-bottom: 0px;
}
article.post.format-link .tm-featured-outer-wrapper {
margin-bottom: 0px;
}
.tm-post-featured-quote:after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
background-color: var(--ttm-secondarycolor);
top: 0;
left: 0;
z-index: 1;
}
.themetechmount-box-blog-classic .tm-featured-wrapper.tm-post-format-quote a {
color: #fff;
}
.tm-post-featured-quote blockquote {
z-index: 2;
position: relative;
border: 0;
background: transparent;
color: white;
font-size: 30px;
line-height: 40px;
padding: 0;
margin: 10px 40px;
}
.themetechmount-boxes-blog.themetechmount-boxes-col-five .tm-post-featured-quote blockquote {
font-size: 22px;
line-height: 30px;
padding: 0;
margin: 15px 0;
}
.tm-post-featured-quote blockquote cite {
color: rgb(255, 255, 255);
font-size: 19px;
padding-top: 20px;
text-align: left;
} .tm-tm_portfolio-featured-wrapper.tm-post-format-video, article.post_format-post-format-video .tm-post-format-video, article.themetechmount-blogbox-format-video .tm-post-format-video, article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
position: relative;
overflow: hidden;
padding-bottom: 65.25%;
padding-top: 25px;
height: 0;
}
.single-tm_portfolio .tm-tm_portfolio-featured-wrapper.tm-post-format-video {
padding-bottom: 40.25%;
}
.tm-tm_portfolio-featured-wrapper.tm-post-format-video iframe, article.post_format-post-format-video .tm-post-format-video iframe, article.themetechmount-blogbox-format-video .tm-post-format-video iframe, article.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio iframe, article.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.single-tribe_events #tribe-events-content .gallery, .single-post .tm-blog-classic-box-content .gallery {
margin-bottom: 0px;
}
article.post_format-post-format-video.themetechmount-box-topimage .tm-post-format-video, article.themetechmount-blogbox-format-video.themetechmount-box-topimage .tm-post-format-video, article.post_format-post-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio.themetechmount-box-topimage .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
padding-bottom: 78.25%;
}
article.post_format-post-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video, article.themetechmount-blogbox-format-video.themetechmount-blog-box-view-left-image .tm-post-format-video, article.post_format-post-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-blogbox-format-audio.themetechmount-blog-box-view-left-image .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
padding-bottom: 205px;
}
body .wp-block-cover-image .wp-block-cover-image-text, body .wp-block-cover-image .wp-block-cover-text, body .wp-block-cover-image h2, body .wp-block-cover .wp-block-cover-image-text, body .wp-block-cover .wp-block-cover-text, body .wp-block-cover h2 {
color: var(--ttm-whitecolor);
}
.wp-block-cover, .wp-block-cover-image {
margin: 0 1.75em 1.5em 0;
}
.has-large-font-size {
line-height: 1.4;
}
.entry-content .wp-block-archives-dropdown {
margin-bottom: 10px;
}
.wp-block-categories.wp-block-categories-dropdown {
margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
padding: 15px;
}
.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
display: flex;
margin-bottom: 15px;
} .single-post .themetechmount-box-blog-classic .tm-post-featured-outer-wrapper {
margin-bottom: 20px;
}
.single-post .themetechmount-box-blog-classic.tm-no-featured-content .tm-post-featured-outer-wrapper {
margin-bottom: 0px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content {
padding: 8px 0px 30px;
margin: 0;
box-shadow: unset;
background-color: transparent;
}
.single-post article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
padding: 15px 30px 30px;
}
.single-tm_portfolio .tm-single-pf-footer .clearfix, .single-post .themetechmount-blogbox-sharebox .clearfix {
display: inline-block;
}
.single-tm_portfolio .tm-pf-single-category-w, .single-post .tm_tag_lists {
float: left;
}
.single-post .tm-social-share-post-wrapper {
text-align: left;
padding: 0px;
border-radius: 0px;
line-height: 41px;
}
.single-post .tm-social-share-links ul li {
display: inline-block;
padding-right: 7px;
padding-top: 0px;
}
.single-post .tm-social-share-title {
font-weight: 500;
}
.single-post article.post .entry-content {
border-bottom: 1px solid var(--ttm-bordercolor);
padding-bottom: 35px;
padding-top: 15px;
}
.single-tm_portfolio .tm-pf-single-category-w a, .single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
font-size: 16px;
display: inline-block;
margin-right: 6px;
margin-bottom: 7px;
font-family: var(--special-element-fontfamily);
font-weight: 500;
}
.single-post .themetechmount-blogbox-sharebox {
display: block;
clear: both;
overflow: hidden;
padding-top: 25px;
padding-bottom: 12px;
}
.single-post .comments-area {
margin-top: 35px;
margin-bottom: 0px
}
.single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h1, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h3, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h4, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h5, .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content h6 {
margin-top: 20px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content .tm-list {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
}
article.type-attachment .entry-attachment {
text-align: center;
border: 1px solid #dadada;
background: #f3f3f3;
padding: 15px;
}
span.tm-publised-in-wrapper {
border: 1px solid #dadada;
display: block;
margin-top: 30px;
padding: 15px;
text-align: center;
}
.tm-publised-in-wrapper span.meta-nav {
font-size: 12px;
}
.tm-publised-in-wrapper span.post-title {
font-size: 25px;
display: block;
}
.single-post article.post .entry-content ol li, .single-post article.post .entry-content ul li {
padding-bottom: 8px;
}
.single-post .themetechmount-box-blog-classic ul.tm-blog-list li {
list-style: none;
}
.single-post .themetechmount-box-blog-classic .tm-blog-list li i {
margin-right: 10px;
}
.entry-content img.alignright, .entry-content img.alignleft, .entry-content img.aligncenter {
clear: both;
} #image-navigation.navigation .nav-previous {
float: left;
padding-top: 7px;
padding-left: 25px;
}
#image-navigation.navigation .nav-next {
float: right;
padding-top: 7px;
padding-right: 25px;
}
.navigation a:hover {
text-decoration: none;
} .comments-area .comments-title, .single-post .comments-area .comments-title, #respond .comment-reply-title {
font-size: 26px;
line-height: 30px;
}
.comment-list .children {
margin-left: 35px;
}
.comment-list li.comment {
position: relative;
margin-top: 30px;
}
.comment-list li.comment.parent:last-child {
border: none;
}
.tm-comment-owner {
display: block;
font-size: 18px;
font-style: normal;
margin-right: 8px;
}
.tm-comment-owner, .tm-comment-owner a, .comment-meta .tm-comment-owner a {
display: inline-block;
font-size: 16px;
line-height: 19px;
font-weight: 600;
color: #252525;
}
.tm-comment-owner a {
font-size: 16px;
font-weight: normal;
}
.comment-list, .comment-list .children {
list-style-type: none;
padding: 0;
margin-top: 0;
}
.comment-list > li:last-child:after {
display: none;
}
.comment-body {
margin-left: 105px;
margin-top: 35px;
margin-bottom: 30px;
padding: 22px 20px;
position: relative;
background-color: var(--ttm-greycolor);
border: 1px solid var(--ttm-greycolor);
}
.pingback .comment-author {
display: none;
}
.comment-body:after, .comment-body:before {
position: absolute;
top: 17px;
width: 0;
height: 0;
border-width: 10px 12px 10px 0;
border-style: solid;
border-color: transparent var(--ttm-greycolor) transparent var(--ttm-greycolor);
z-index: 1;
content: "";
left: -12px;
}
.comment-author {
float: left;
text-align: center;
width: 80px;
height: 80px;
display: block;
margin-right: 25px;
overflow: hidden;
margin-left: -125px;
margin-top: -20px;
}
.comment-author img {
max-width: 100%;
height: auto;
}
.comment-body .author-content-wrap .tm-comment-owner {
display: inline-block;
padding-right: 15px;
}
.comment-author .fn {
word-wrap: break-word;
}
.comment-author .fn, .comment-author .url, .comment-reply-link, .comment-reply-login {
color: #838383;
font-size: 14px;
font-style: normal;
font-weight: normal;
}
.comment-author .fn {
color: rgba(0, 0, 0, 0.6);
}
.comment-list a.comment-reply-link {
border: 1px solid;
color: var(--ttm-whitecolor);
font-size: 13px;
padding: 3px 25px 3px 25px;
position: relative;
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
background-color: transparent;
border-radius: var(--ttm-button-shape);
}
.comment-reply-link:before, .comment-reply-login:before {
margin-right: 7px;
}
.says {
display: none;
}
.no-avatars .comment-author {
margin: 0 0 5px;
max-width: 100%;
position: relative;
}
.no-avatars .comment-metadata, .no-avatars .comment-content, .no-avatars .comment-list .reply {
width: 100%;
}
.comment-list .edit-link {
margin-left: 20px;
}
.comment-meta, .comment-meta a {
color: #7b8095;
font-size: 12px;
display: block;
font-size: 14px;
}
.ping-meta {
color: #a2a2a2;
font-size: 13px;
line-height: 1;
}
.comment-awaiting-moderation {
color: #a2a2a2;
}
.comments-area ol.comment-list {
margin-bottom: 30px;
}
.comments-area .comment-respond {
padding-top: 20px;
}
.pingback .comment-meta {
margin-left: 0px;
padding-left: 0px;
}
.trackback .comment-body, .pingback .comment-body {
margin-left: 0px;
}
.trackback .comment-body:before, .trackback .comment-body:after, .pingback .comment-body:before, .pingback .comment-body:after {
content: unset;
} .comment-form p:not(.comment-notes) {
margin-bottom: 20px;
}
.themetechmount-page-full-width.themetechmount-boxed .comments-area {
margin: 30px 15px 60px 15px;
}
.comments-area {
margin-top: 60px;
margin-bottom: 60px;
}
.comment-form {
margin-bottom: 20px;
}
.comment .comment-respond {
margin-bottom: 20px;
padding: 20px;
}
.comment-reply-title small a {
color: #131310;
display: inline-block;
float: right;
height: 16px;
overflow: hidden;
width: 16px;
}
ol.comment-list li #respond {
width: 100%;
padding: 25px 0;
margin-bottom: 34px;
padding-bottom: 0px;
}
.comment-reply-title small a:hover {
color: #ed331c;
text-decoration: none;
}
.comment-reply-title small a:before {
font-family: FontAwesome;
content: "\f00d";
vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, .sidebar .comment-list .comment-respond .comment-form {
padding: 0;
}
.comment-form .comment-notes {
margin-bottom: 10px;
font-size: 15px;
font-style: italic;
}
.tm-comment-date-link {
float: right;
}
.tm-fn {
font-size: 17px;
color: #2c2c2c;
font-weight: bold;
}
.comment-body .tm-fn a {
font-size: 17px;
color: #2c2c2c;
}
.comment-body .tm-fn {
color: #a2a2a2;
}
.single article.post .comment-body p {
margin-top: 15px;
}
.single article.post .comment-body blockquote {
padding-bottom: 25px;
background-color: #fff;
}
.single article.post .comment-body pre, .single article.post .comment-body table {
background-color: #fff;
}
.comment-reply-link {
font-size: 14px;
margin-top: 0px;
display: inline-block;
}
.tm-comment-date-link:before {
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
display: inline-block;
text-decoration: inherit;
margin-right: .2em;
text-align: center;
opacity: .8;
font-variant: normal;
text-transform: none;
line-height: 1em;
font-size: 13px;
content: "\f017";
}
.comment-body p {
margin-top: 15px;
display: block;
}
.comment-reply-title {
margin-bottom: 10px;
font-size: 28px;
}
.tm-post-prev-next-buttons .tm-right-align-btn {
float: right;
}
.comment-form textarea {
height: 125px;
}
.comment-form textarea, .comment-form input[type="text"] {
background-color: var(--ttm-greycolor);
border-radius: 10px;
}
.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
position: relative;
float: left;
width: 32%;
margin-right: 2%;
}
.comment-form p.form-submit {
padding-top: 0;
position: relative;
width: auto;
display: inline-block;
margin: 0;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.comment-box h2 {
margin-top: 10px;
}
.comments-area .comment-form .comment-form-url {
margin-right: 0;
}
.comment-form textarea::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder, .comment-form input[type="email"]::-webkit-input-placeholder {
color: var(--body-fonts-color);
}
.comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="email"]:-moz-placeholder {
color: var(--body-fonts-color);
}
.comment-form input[type="text"]:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder, .comment-form input[type="email"]:-ms-input-placeholder {
color: var(--body-fonts-color);
}
.comment-form input[type="submit"] {
background-color: transparent;
padding: 13px 30px 13px;
} .main-holder .site-content .woocommerce-pagination, .themetechmount-pagination {
display: block;
margin-bottom: 60px;
margin-top: 10px;
text-align: center;
}
.themetechmount-boxes .themetechmount-boxes-inner .themetechmount-pagination {
margin-bottom: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li span, .main-holder .site-content nav.woocommerce-pagination ul li a, .themetechmount-pagination .page-numbers {
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
display: inline-block;
background-color: var(--ttm-whitecolor);
color: var(--ttm-secondarycolor);
font-size: 15px;
font-weight: 600;
border-radius: 10px;
margin: 0 3px 10px;
padding: 0 10px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.10);
}
.tm-bgcolor-grey .themetechmount-pagination .page-numbers {
background-color: var(--ttm-whitecolor);
border: 1px solid var(--ttm-whitecolor);
}
.main-holder .site-content nav.woocommerce-pagination ul {
padding: 0px;
border: none;
margin: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li {
border: none;
overflow: visible;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, .main-holder .site-content nav.woocommerce-pagination ul li a:hover, .themetechmount-pagination .page-numbers.current, .themetechmount-pagination .page-numbers:hover {
border-color: transparent;
}
.main-holder .site-content nav.woocommerce-pagination ul li a:hover {
color: var(--ttm-skincolor);
}
.tm-bgcolor-skincolor .themetechmount-pagination .page-numbers.current, .tm-bgcolor-skincolor .themetechmount-pagination .page-numbers:hover {
background-color: #f8f8f8;
} .tm-pf-single-content-wrapper {
padding-bottom: 100px;
}
.tm-pf-view-left-image .tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
padding: 0px 40px 5px 40px;
}
.tm-social-share-wrapper.tm-social-share-portfolio-wrapper {
padding: 28px 0px 0px 0px;
display: flex;
justify-content: space-between;
width: 100%;
}
.tm-social-top-wrapper {
position: relative;
text-align: center;
margin-bottom: 35px;
border-bottom: 1px solid #e2e2e2;
padding: 0 18px;
padding-bottom: 30px;
border-radius: 0;
}
.tm-social-share-wrapper {
float: none;
}
.tm-social-share-wrapper .tm-social-share-title, .tm-social-share-wrapper .tm-social-share-links, .tm-social-share-wrapper .tm-single-top-btn {
float: left;
}
.tm-social-share-wrapper:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.tm-social-share-links ul {
list-style: none;
padding: 0px;
margin: 0;
padding-right: 15px;
}
.tm-social-share-links ul li {
display: inline-block;
padding-right: 6px;
}
.tm-right-meta .tm-social-share-links ul li a {
padding: 0;
width: 30px;
height: 30px;
line-height: 29px;
text-align: center;
margin-right: 0;
border-radius: 50%;
font-size: 12px;
}
.tm-social-share-links ul li a {
border: 1px solid var(--ttm-secondarycolor);
height: 34px;
width: 34px;
line-height: 34px;
text-align: center;
display: block;
font-size: 16px;
border-radius: 30px;
background-color: var(--ttm-whitecolor);
}
.tm-pfsingle-sidebar {
border-radius: 10px;
border: 1px solid #E1E1E1;
padding: 50px 35px 25px 35px;
margin: 30px 0 0;
}
.tm-pfsingle-sidebar .tm-sidebarbutton h4 {
margin-bottom: 0;
display: inline-block;
}
.tm-pfsingle-sidebar .tm-sidebarbutton {
padding-top: 30px;
}
.tm-pfsingle-sidebar .tm-sidebarbutton p {
padding-top: 5px;
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image .tm-pf-detail-box {
width: 100%;
}
.themetechmount-pf-detailbox-list {
list-style: none;
padding-left: 0;
overflow: hidden;
margin-top: 0px;
}
.tm-social-share-title {
padding-right: 10px;
position: relative;
margin-right: 10px;
font-weight: 600;
font-size: 18px;
}
.tm-social-top-wrapper .tm-social-share-title {
margin-right: 5px;
}
.tm-social-top-wrapper .tm-social-share-links ul li a {
border: 1px solid #f1f1f1;
background-color: #f1f1f1;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
color: #303030;
}
.tm-social-share-links ul li a:hover {
color: var(--ttm-whitecolor);
border-color: transparent;
}
.tm-pf-single-content-wrapper .tm-portfolio-description .container {
width: auto;
}
.tm-pf-view-left-image .tm-portfolio-description .themetechmount-pf-detailbox-title {
display: none;
}
.tm-pf-view-left-image .tm-pf-single-content-area {
margin-top: 35px;
}
.tm-portfolio-description .themetechmount-pf-detailbox-title {
margin-bottom: 15px;
}
.tm-pf-single-content-wrapper.tm-pf-view-full .tm-portfolio-description .themetechmount-pf-detailbox-title {
display: none;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .tm-pf-top-content {
position: relative;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-details-area {
position: absolute;
right: 25px;
bottom: -40px;
z-index: 2;
}
.themetechmount-pf-detailbox-inner {
padding: 0px 0px 0px 0;
margin-top: 0px;
overflow: hidden;
}
.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title {
margin-top: 20px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date {
position: relative;
padding: 9px 0px 9px 0px;
width: 100%;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date:last-child {
border-bottom: none;
padding-bottom: 0;
}
.themetechmount-pf-single-detail-box .tm-short-desc {
padding-bottom: 25px;
border-bottom: 1px solid #e8e8e830;
margin-bottom: 22px;
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
font-size: 18px;
line-height: 28px;
font-weight: var(--htag-fontweight);
font-family: var(--special-element-fontfamily);
color: var(--body-blackfont-color);
}
.themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
display: inline-block;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
padding-left: 5px;
color: var(--body-fonts-color);
}
.tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
display: inline-block;
float: right;
}
.tm-pf-view-top-image .themetechmount-pf-single-content-area {
padding-top: 38px;
}
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-detail-box {
margin-top: 15px;
}
.tm-tm_portfolio-featured-wrapper .slick-dots {
bottom: 16px;
right: 16px;
text-align: right;
}
.tm-tm_portfolio-featured-wrapper .slick-dots li button:before {
font-size: 12px;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date i, .tm-pf-view-left-image .themetechmount-pf-detailbox-list .tm-pf-details-date i {
top: 11px;
}
.tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date:before {
content: unset;
} .tm-pf-single-related-wrapper {
padding-top: 10px;
padding-bottom: 30px;
}
.themetechmount-footer-cta-yes .tm-pf-single-related-wrapper {
padding-bottom: 20px;
}
.themetechmount-pf-detailbox-inner .themetechmount-pf-detailbox-title, .tm-pf-single-related-wrapper .tm-pf-single-related-title {
font-size: 34px;
}
.tm-pf-single-related-wrapper .tm-pf-single-related-title {
margin-bottom: 30px;
} .single-tm_portfolio .navigation.post-navigation .nav-links, .nav-links .nav-next, .nav-links .nav-previous {
position: relative;
}
.single-tm_portfolio.nav-links .nav-previous {
float: left;
}
.single-tm_portfolio .nav-links .nav-next {
float: right;
}
.single-tm_portfolio .nav-next, .single-tm_portfolio .nav-previous {
display: inline-block;
}
.single-tm_portfolio .nav-previous {
margin-right: 3px;
}
.single-tm_portfolio .nav-next {
margin-left: 3px;
}
.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a {
text-align: center;
top: 106px;
right: 48px;
color: #343c5c;
transition: all .2s ease-in-out;
display: inline-block;
border: 1px solid transparent;
font-size: 16px;
padding: 13px 30px;
border-radius: 0px;
font-weight: 500;
}
.single-tm_portfolio .site-content-wrapper {
position: relative;
}
.tm-pf-single-content-wrapper.tm-pf-view-left-image, .tm-pf-single-content-wrapper.tm-pf-view-top-image {
padding-bottom: 0px;
}
.tm-pf-single-content-wrapper .tm-single-pf-footer {
display: block;
clear: both;
overflow: hidden;
}
.tm-nextprev-bottom-nav {
position: relative;
margin-bottom: 35px;
margin-top: 25px;
border-top: 1px solid #e3e3e3;
padding-top: 40px;
}
.single-tm_portfolio .tm-social-bottom-wrapper {
display: block;
clear: both;
padding-top: 5px;
}
.single-tm_portfolio .tm-pf-view-left-image.style2 .tm-social-bottom-wrapper {
padding-bottom: 35px;
}
.single-tm_portfolio .tm-pf-view-full .tm-social-bottom-wrapper {
padding-left: 0px;
padding-right: 0px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box {
display: block;
background-color: var(--ttm-greycolor);
padding: 0;
border-radius: 10px;
padding-bottom: 25px;
}
.tm-pf-single-content-wrapper .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox-title {
position: relative;
font-size: 22px;
line-height: 28px;
margin-bottom: 0;
color: var(--ttm-whitecolor);
}
.tm-pf-view-left-image .themetechmount-pf-single-detail-box .themetechmount-pf-detailbox {
padding: 32px 40px 5px 40px;
border-radius: 0px 0px 10px 10px;
}
.tm-pf-view-left-image .themetechmount-pf-single-detail-box .tm-portfolio-title {
padding: 28px 40px 22px 40px;
background-color: var(--ttm-secondarycolor);
border-radius: 10px 10px 0px 0px;
}
.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper {
margin-top: 30px;
}
.tm-pf-single-content-wrapper .tm-viewproject-btn-wrapper a {
width: 100%;
padding: 15px 30px 15px 25px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date {
display: block;
padding-bottom: 20px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details, .tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
flex: unset;
width: 100%;
display: block;
margin-left: 60px;
font-size: 14px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date i {
font-size: 30px;
top: 10px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details:first-child {
font-size: 20px;
margin-bottom: 5px;
}
.tm-pf-view-left-image.style2 .themetechmount-pf-single-detail-box {
padding: 50px;
} .themetechmount-box-team .tm-team-social-links-wrapper ul li {
list-style: none;
font-size: 16px;
display: inline-block;
}
.themetechmount-box-team .tm-team-social-links-wrapper ul li a {
height: 33px;
width: 33px;
line-height: 33px;
background-color: var(--ttm-greycolor);
border-radius: 50%;
display: block;
text-align: center;
margin-right: 10px;
}
ul.tm-team-social-links {
padding: 0;
}
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-social-links-wrapper ul li:first-child {
margin-left: 0px;
} h2.tm-team-member-single-title {
font-size: 30px;
line-height: 40px;
margin-bottom: 0px;
}
.tm-team-member-single-position {
font-size: 16px;
}
.themetechmount-team-member-single-content-area .tm-team-member-single-content-wrapper {
margin-top: 0px;
padding-top: 15px;
}
.tm-team-member-single-category {
margin-top: 20px;
}
.tm-team-member-single-meta-title {
font-weight: bold;
text-transform: uppercase;
}
.tm-team-details-list {
list-style: none;
padding: 0;
}
.tm-team-details-list li {
position: relative;
font-size: 16px;
line-height: 24px;
display: block;
float: left;
padding: 8px 0 10px 0px;
width: 100%;
}
.tm-team-details-list li:before {
content: '';
position: absolute;
top: 18px;
left: 0;
height: 6px;
width: 6px;
background-color: #e0e6ed;
}
.tm-team-member-single-title-wrapper .tm-short-desc {
padding-top: 18px;
}
.tm-team-member-view-wide-image .tm-team-details-list li {
padding: 9px 0 9px 26px;
}
.tm-team-extra-details-wrapper .tm-team-details-list li i {
top: 1px;
left: 4px;
margin-right: 14px;
}
.tm-team-extra-details-wrapper {
margin-bottom: 30px;
}
.tm-team-details-list .tm-team-list-title {
margin-right: 3px;
position: relative;
font-weight: var(--htag-fontweight);
font-family: var(--special-element-fontfamily);
font-size: 16px;
line-height: 26px;
}
.tm-team-extra-details-wrapper .tm-team-details-list .tm-team-list-title {
text-indent: 0px;
width: auto;
margin-right: 3px;
}
.tm-team-details-list .tm-team-list-title, .tm-team-details-list .tm-team-list-value {
display: inline;
}
.tm-team-list-title i {
position: relative;
text-align: center;
text-indent: 0;
font-size: 16px;
top: 0px;
margin-right: 3px;
display: none;
}
.tm-team-details-list {
margin-top: 0px;
margin-bottom: 0px;
font-size: 13px;
}
.tm-team-member-single-content-wrapper.tm-team-member-view-default .themetechmount-team-member-single-featured-area .tm-team-extra-details-list {
margin-top: 0px;
}
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-extra-details-line-website {
display: none;
}
.tm-teamform textarea {
min-height: 60px;
height: 151px;
}
.tm-team-member-single-title-wrapper.col-xs-12 {
padding-left: 0px;
padding-top: 70px;
padding-bottom: 40px;
}
.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title {
border-bottom: 1px solid #f1f1f1;
padding-bottom: 0px;
margin-bottom: 25px;
}
.tm-team-member-single-title-wrapper .tm-team-data .tm-details-title h2 {
font-size: 30px;
line-height: 45px;
}
.tm-team-member-single-title-wrapper .tm-team-data {
margin: 0;
}
.single-tm_team_member .themetechmount-team-member-single-content-area  .tm-team-member-single-title-wrapper .tm-team-social-links-wrapper ul li a {
border: 1px solid #e7e7e7;
}
.tm-team-details-list li:before {
content: none;
}
.tm-team-member-single-content-wrapper  .tm-team-member-single-content {
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/team-img.png);
margin: 0;
} .single-tm_team_member .themetechmount-team-img {
padding-right:40px;
margin-top: 0px;
}
.tm-team-member-view-wide-image .tm-team-member-single-excerpt {
margin-top: 10px;
}
.tm-team-member-view-wide-image .tm-team-member-single-meta-details {
padding-top: 40px;
border-top: 1px solid #e4e4e4;
margin-top: 40px;
}
.single-tm_team_member .tm-team-member-single-content-wrapper .container {
width: auto;
padding: 20px 0px;
}
.single-tm_team_member .tm-team-member-single-content-wrapper .container:first-child {
padding-top: 0;
}
.tm-team-member-view-wide-image .tm-team-member-single-content-wrapper {
margin-top: 40px;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-title {
font-weight: bold;
color: #313131;
width: auto;
}
.tm-team-member-view-wide-image .tm-team-details-list .tm-team-list-value {
margin-left: 6px;
float: none;
}
.tm-team-member-single-content-wrapper ul {
margin: 0px;
}
.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone {
padding: 60px 25px 40px 40px;
}
.tm-team-member-single-content-wrapper .themetechmount-iconbox.themetechmount-iconbox-styleone .tm-cta3-content-wrapper {
padding-top: 15px;
}
.tm-empty-sidebar.single-post .themetechmount-box-blog-style3 blockquote {
padding-bottom: 5px;
}  .inside {
text-align: center;
position: relative;
padding: 29px 15px 21px 15px;
}
.tm-fid-no-border.tm-fid-without-icon.inside {
margin-bottom: 0px;
padding: 11px 15px 7px;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
margin-bottom: 10px;
}
.inside.tm-fid-with-border:not(.tm-fid-view-circle-progress) {
background-color: rgba(0, 0, 0, 0.02);
padding: 25px 30px 35px 35px;
}
.tm-fid-with-icon.tm-fid-view-topicon {
padding: 0px;
text-align: center;
}
.tm-facts-colum-sep .tm-fid-with-icon.tm-fid-view-topicon {
padding: 5px 0px 2px;
margin-bottom: 14px;
}
.tm-bgcolor-skincolor .inside.tm-fid-with-border.tm-fid-view-topicon, .tm-bgcolor-darkgrey .inside.tm-fid-with-border.tm-fid-view-topicon, .inside.tm-fid-with-border.tm-fid-view-topicon {
border: none;
background-color: transparent;
padding: 0;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper {
margin-bottom: 0px;
height: 79px;
line-height: 60px;
border-radius: 50%;
display: inline-block;
position: relative;
}
.tm-fid-with-icon.tm-fid-view-topicon h4 {
font-size: 43px;
line-height: 50px;
font-weight: bold;
}
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
font-size: 45px;
}
.tm-col-bgcolor-darkgrey .tm-fid.inside h4, .tm-col-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-darkgrey .tm-fid.inside h4, .tm-bgcolor-darkgrey .tm-fid.inside h3, .tm-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i, .tm-col-bgcolor-skincolor .tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i {
color: var(--ttm-whitecolor);
}
.tm-fid-with-icon.tm-fid-view-topicon h3 {
position: relative;
}
.inside h3 {
margin-bottom: 0;
width: 100%;
font-size: 16px;
line-height: 23px;
font-weight: 500;
padding-top: 0px;
color: inherit;
}
.inside .themetechmount-fid-wrapper {
padding-top: 20px;
}
.inside h4 {
margin-bottom: 0px;
padding-bottom: 0px;
font-size: 40px;
line-height: 40px;
}
.tm-fid-view-righticon .tm-fid-icon-wrapper i, .tm-fid-view-lefticon .tm-fid-icon-wrapper i {
font-size: 55px;
font-size: 50px;
line-height: 50px;
top: 13px;
}
.inside.tm-fid-view-righticon h4, .inside.tm-fid-view-lefticon h4 {
font-size: 36px;
line-height: 46px;
}
.inside.tm-fid-view-righticon h3, .inside.tm-fid-view-lefticon h3 {
font-size: 16px;
line-height: 18px;
}
.tm-fid.inside h4 {
position: relative;
}
.tm-fid-without-icon.inside h4 {
margin-top: 0px;
}
.tm-fid-without-icon.inside h3 span {
padding-left: 0px;
}
.inside h3 span {
padding: 2px 4px 0px 4px;
display: block;
}
.inside.tm-fid-view-lefticon h3 span {
padding: 0px 4px 0px 4px;
}
.tm-fid-inner sub, .tm-fid-inner sup {
font-size: 15px;
font-weight: normal;
}
.tm-fid-inner sup {
top: -0.9em;
}
.tm-fid-icon-wrapper i {
position: relative;
top: 15px;
}
.inside.tm-fid-view-lefticon {
padding: 0;
} .tm-fid-view-righticon .tm-fid-left, .tm-fid-view-lefticon .tm-fid-left {
position: relative;
display: block;
width: 100%;
}
.tm-fid-view-righticon .tm-fld-contents, .tm-fid-view-lefticon .tm-fld-contents {
text-align: left;
clear: both;
overflow: hidden;
}
.tm-fid-view-lefticon.tm-fid-without-icon .tm-fld-contents {
padding-left: 0px;
}
.tm-fid-view-righticon-border .tm-fid-icon-wrapper, .tm-fid-view-lefticon-border .tm-fid-icon-wrapper, .tm-fid-view-righticon .tm-fid-icon-wrapper, .tm-fid-view-lefticon .tm-fid-icon-wrapper {
position: absolute;
top: 0px;
}
.tm-fid-view-righticon.inside h4, .tm-fid-view-lefticon.inside h4 {
margin-top: 1px;
margin-bottom: 0px;
float: left;
display: block;
}
.tm-fid-view-lefticon .tm-fld-contents {
padding-left: 70px;
}
.tm-fid-view-topicon.inside h4 span:nth-child(2), .tm-fid-view-lefticon.inside h4 span:nth-child(2) {
margin-left: -15px;
}
.tm-fid-view-lefticon.inside h4 span:nth-child(2) {
margin-left: -8px;
}
.tm-fid-view-righticon.inside h4 {
float: right;
}
.tm-textcolor-white .inside h3 {
color: rgba(255, 255, 255, 1) !important;
} .tm-fid-view-righticon .tm-fld-contents {
text-align: right;
padding-right: 95px;
}
.tm-fid-view-righticon.tm-fid-without-icon .tm-fld-contents {
padding-right: 0px;
}
.tm-fid-view-righticon .tm-fid-icon-wrapper {
right: 13px;
}
.tm-fid-main-border {
text-align: center;
}
.inside .tm-content-fid {
text-align: center;
height: 140px;
padding-top: 18px;
width: 140px;
background-color: #1a1d22;
border-radius: 50%;
position: relative;
} .site {
overflow: hidden;
}
.site-main {
position: relative;
padding-top: 82px;
z-index: 10;
} .themetechmount-sidebar-true.page #primary .site-main {
padding-bottom: 40px;
}
.themetechmount-sidebar-true .site-main {
padding-top: 70px;
}
body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content #primary.content-area {
float: right;
}
.site-content #sidebar-left.sidebar, .site-content #sidebar-right.sidebar {
margin-top: 0px;
padding-top: 17px;
padding-bottom: 40px;
}
.site-content #sidebar-left.sidebar {
float: left;
}
.tm-empty-sidebar:not(.themetechmount-sidebar-bothright, .themetechmount-sidebar-bothleft) #primary {
margin: 0 auto !important;
float: none !important;
} body.themetechmount-sidebar-both .site-content #sidebar-left.sidebar {
margin-left: -74.8%;
float: left;
}
body.themetechmount-sidebar-both .site-content #primary.content-area {
margin-left: 25% !important;
} body.themetechmount-sidebar-bothleft .site-content #primary.content-area {
float: right;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar {
margin-top: 0px;
padding-top: 17px;
padding-bottom: 70px;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-left.sidebar {
border: none;
float: left;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-right.sidebar {
border-left: 0px;
float: right;
}
body.themetechmount-sidebar-bothleft .site-content  #sidebar-right .widget {
padding-left: 0px;
padding-right: 0px;
}
body.themetechmount-sidebar-bothleft .site-content #sidebar-left .widget {
padding-right: 0px;
} body.themetechmount-sidebar-bothright .site-content #sidebar-right.sidebar {
border: none;
}
body.themetechmount-sidebar-bothright .site-content #sidebar-left.sidebar {
border-right: 0px;
float: left;
} .widget .woocommerce-product-search, .widget .search-form {
position: relative;
}
.widget .search-form label {
display: block;
}
.widget .woocommerce-product-search .search-field, .widget .search-form .search-field {
border: 1px solid #e8e8e8;
background-color: var(--ttm-whitecolor);
border-radius: var(--ttm-button-shape);
padding: 12px 15px;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder, .widget .search-form input::-webkit-input-placeholder {
color: #7b8095;
}
.widget .woocommerce-product-search input:-moz-placeholder, .widget .search-form input:-moz-placeholder {
color: #7b8095;
}
.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
color: #7b8095;
}
.widget.woocommerce.widget_product_search input[type="submit"], .widget.woocommerce.widget_product_search button, .widget .search-form .search-submit {
content: '';
background-color: #000;
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/search.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/search.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
height: 25px;
width: 25px;
transform: rotateZ(0deg);
top: 11px;
right: 20px;
opacity: 1;
z-index: 2;
display: block;
box-shadow: none;
border-bottom: none;
text-indent: -999px;
padding: 0;
}
.tm-textcolor-dark .widget .search-form .search-field {
border-color: rgba(0, 0, 0, 0.07);
}
.sidebar .widget {
position: relative;
}
.sidebar .widget:first-child {
padding-top: 0;
}
#sidebar-left.sidebar .widget:first-child {
margin-top: 0px;
}
.sidebar .widget {
padding: 15px 0px 15px;
}
.sidebar .widget.widget-0padding-box {
padding: 0;
box-shadow: unset;
border: none;
}
.sidebar .widget.widget_search {
padding: 0;
border: none;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder, .widget .search-form input::-webkit-input-placeholder {
color: inherit !important;
}
.widget .woocommerce-product-search input:-moz-placeholder, .widget .search-form input:-moz-placeholder {
color: inherit !important;
}
.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
color: inherit important;
}
.sidebar .widget.widget_media_video:before, .sidebar .widget.widget_media_image:before, .sidebar .widget.widget-0padding-box:before, .sidebar .widget.medisat_all_post_list_widget:before, .sidebar .widget.medisat_category_list_widget:before, .sidebar .widget.widget_search:before {
border: none;
}
.sidebar.widget-area .widget.widget_media_video, .sidebar.widget-area .widget.widget_media_image {
padding: 0;
box-shadow: unset;
}
.sidebar.widget-area .widget.widget_media_video, .sidebar.widget-area .widget.widget_media_image {
border: none;
}
.sidebar.widget-area .widget.widget_media_video .widget-title, .sidebar.widget-area .widget.widget_media_image .widget-title, .widget.woocommerce.widget_product_search .widget-title, .sidebar.widget-area .widget.widget_search .widget-title {
display: none;
} body.themetechmount-sidebar-right .site-content-wrapper #primary.content-area {
float: left;
}
.site-content-wrapper #sidebar-right.sidebar {
margin-top: 0px;
padding-top: 70px;
padding-bottom: 70px;
float: right;
} body.themetechmount-sidebar-left:not(.tm-empty-sidebar) .site-content-wrapper #primary.content-area {
float: right;
}
.site-content-wrapper #sidebar-left.sidebar {
margin-top: 0px;
padding-top: 30px;
padding-bottom: 70px;
float: left;
}
body.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area {
padding-right: 15px !important;
*
border-right: 0;
margin-right: 0;
}
body.themetechmount-sidebar-left.tm-empty-sidebar .site-content-wrapper #primary.content-area { border-left: 0;
margin-left: 0;
margin-right: 0;
} .tag .site-content .content-area, .category .site-content .content-area, .single-post .site-content .content-area, .blog .site-content .content-area, .themetechmount-sidebar-left .site-content .content-area:before, .themetechmount-sidebar-right .site-content .content-area:before {
position: relative;
}
.themetechmount-sidebar-left .site-content .content-area:before {
left: 0;
right: auto;
}
.themetechmount-sidebar-right .site-content .content-area:before {
right: 0;
left: auto;
} .social-icons {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
.social-icons li {
display: inline-block !important;
padding-left: 0px;
min-width: 23px;
border: none;
}
.social-icons li > a {
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 0;
border: 1px solid #f1f1f1;
text-align: center;
display: block;
background-color: transparent;
font-size: 14px;
color: inherit;
margin-right: 5px;
}
.sidebar .social-icons li {
border-top: none !important;
padding: 0 !important;
}
.content-area .social-icons li > a {
margin-right: 3px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 14px;
}
.content-area .social-icons li > a:hover, .content-area .tm-col-bgcolor-skincolor .social-icons li > a, .content-area .tm-bgcolor-skincolor .social-icons li > a {
color: var(--ttm-whitecolor);
} .w-search-input input[type="text"]:focus {
border-color: rgba(255, 255, 255, 0.80);
color: var(--ttm-whitecolor);
}
.w-search-form-h {
display: table;
height: 100%;
width: 100%;
}
.w-search-form-row {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
position: relative;
}
.tm-search-close {
position: absolute;
border: 1px solid rgba(255, 255, 255, 1);
top: 50%;
margin-top: -20px;
right: 15px;
border-radius: 3px;
width: 33px;
height: 33px;
line-height: 30px;
text-align: center;
background-color: var(--ttm-whitecolor);
color: #012546;
cursor: pointer;
transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
}
.tm-search-close:hover {
background-color: #012546;
border-color: #012546;
color: var(--ttm-whitecolor);
}
.w-search-close {
display: block;
position: absolute;
top: 15px;
right: 20px;
font-size: 22px;
line-height: 50px;
height: 50px;
width: 50px;
color: var(--ttm-whitecolor) !important;
-webkit-transition: transform ease-out .2s;
-moz-transition: transform ease-out .2s;
-ms-transition: transform ease-out .2s;
-o-transition: transform ease-out .2s;
transition: transform ease-out .2s;
transform: rotate(0deg);
}
.w-search-close:hover {
opacity: 1;
transform: rotate(90deg);
} .select2-container--default .select2-selection--single {
border-radius: 0px;
}
.select2-container .select2-selection--single {
height: 46px;
outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 45px;
padding-left: 15px;
font-weight: normal;
color: inherit;
font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -10px;
margin-top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 41px;
right: 5px;
}
.tm-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--ttm-whitecolor);
}
.tm-textcolor-white .select2-container--default .select2-selection--single {
background-color: rgba(255, 255, 255, 0.03);
border-color: transparent;
}
.select2-container--default .select2-selection--single, .select2-dropdown {
border: 1px solid #e5e5e5;
}
.tm-textcolor-dark .select2-container--default .select2-selection--single, .tm-textcolor-dark .select2-dropdown {
border-color: rgba(0, 0, 0, .07);
}
.tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single, .tm-bgcolor-skincolor .select2-container--default .select2-selection--single, .tm-col-bgcolor-skincolor .select2-dropdown, .tm-bgcolor-skincolor .select2-dropdown {
border-color: transparent;
}
.tm-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b, .tm-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: var(--ttm-whitecolor) transparent transparent transparent;
} .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 15px;
display: block;
padding-top: 5px;
}
.wpcf7 label {
display: block
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border: 2px solid #f7e700;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
background: green;
border: none;
color: white;
padding: 8px 16px;
} .wpcf7 .tm-commonform textarea {
min-height: 100px;
}
div.wpcf7 .ajax-loader {
position: absolute;
}
.wpcf7 .tm-commonform .field-group {
position: relative;
}
.wpcf7 .tm-commonform .field-group i {
position: absolute;
left: 15px;
top: 20px;
opacity: .9;
font-size: 16px;
z-index: 1;
line-height: 16px;
}
.wpcf7 .tm-commonform .field-group input[type="text"], .wpcf7 .tm-commonform .field-group textarea, .wpcf7 .tm-commonform .field-group input[type="email"] {
padding-left: 45px;
}
.wpcf7-checkbox .wpcf7-list-item {
margin: 0;
}
.wpcf7-checkbox label {
font-weight: 400;
}  .tm-align-center .tm-element-heading-content-wrapper .tm-element-content-desctxt {
width: 58%;
margin: 0 auto;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper {
margin-bottom: 40px;
}
.elementor-element .themetechmount-boxes .themetechmount-box-heading-wrapper.tm-boxwithout-heading {
margin-bottom: 0;
}
.tm-content-with-desc .tm-element-content-heading {
margin-bottom: 15px;
}
.tm-element-heading-content-wrapper .tm-element-subheading {
margin-bottom: 20px;
position: relative;
display: inline-block;
}
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header, .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-element-content-desctxt {
display: table-cell;
padding-bottom: 0;
vertical-align: middle;
}
.tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header {
width: 53%;
text-align: left;
position: relative;
padding-right: 80px;
} .entry-header:not(.tm-titlebar) .entry-title, .themetechmount-box-blog .themetechmount-box-content h4 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 22px;
line-height: 32px;
}
.entry-header:not(.tm-titlebar) .entry-title {
font-size: 28px;
line-height: 38px;
position: relative;
word-wrap: break-word;
}
.wpb_heading, .entry-header .entry-title {
font-size: 22px;
}
.wpb_heading {
margin-bottom: 30px;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left, .themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right {
position: relative;
}
.themetechmount-boxes-view-carousel:not(.tm-boxes-carousel-arrows-hide) .themetechmount-box-heading-wrapper.tm-element-align-left .tm-element-heading-wrapper {
padding-right: 110px;
width: 100%;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-left .tm-heading-carousel-arrows, .themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows {
position: absolute;
right: 0;
top: 7px;
}
.themetechmount-boxes-view-carousel .themetechmount-box-heading-wrapper.tm-element-align-right .tm-heading-carousel-arrows {
right: auto;
left: 0px;
} .tm-term-featured-img img {
width: 100%;
}
.tm-term-featured-img {
padding-bottom: 30px;
}
.content-area .tm-term-desc {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 30px;
margin-bottom: 30px;
} .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info {
overflow: hidden;
display: block;
width: 100%;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img {
border-radius: 50%;
display: inline-block;
z-index: 9;
width: 100px;
height: 100px;
position: relative;
margin: 0 auto;
text-align: center;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-box-img img {
border-radius: 50%;
-webkit-border-radius: 50%;
width: 100%;
height: auto;
transition: opacity 400ms;
-webkit-transition: opacity 400ms;
transform: translateZ(0) !important;
-webkit-transform: translateZ(0);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-author-name, .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer {
display: inline-block;
padding-left: 3px;
padding-right: 3px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item .themetechmount-box-footer:before {
content: "-";
padding-right: 5px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .testimonial_item {
background-color: rgb(255, 255, 255);
border: 1px solid rgba(0, 0, 0, 0.10);
width: 25%;
margin: -21px auto 0px auto;
padding: 7px 5px;
}
.testimonials-nav .nav_item_wrap:not(.slick-active) {
cursor: pointer;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
position: relative;
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
color: rgba(255, 255, 255, 0.80);
}
.tm-textcolor-white .boxview-style4 .themetechmount-box-desc .themetechmount-testimonial-text, .tm-bgcolor-skincolor .themetechmount-boxes-testimonial  .themetechmount-author-name, .tm-col-bgcolor-skincolor .themetechmount-boxes-testimonial .themetechmount-author-name {
color: rgba(255, 255, 255, 1);
}
.themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper {
margin: 0;
}
.tm-row-inner .themetechmount-boxes-col-one .themetechmount-boxes-testimonial-inner .row.themetechmount-boxes-row-wrapper {
margin-left: 0px;
margin-right: 0px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel  .slick-dots {
position: absolute;
right: 30px;
bottom: 30px;
width: auto;
} .themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-item-thumbnail {
display: block;
left: 0;
right: 0;
}
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-box-img .themetechmount-icon-box {
line-height: 60px;
width: 60px;
height: 60px;
border-radius: 50%;
display: none;
background-color: #0186d5;
text-align: center;
color: var(--ttm-whitecolor);
font-size: 22px;
}
.themetechmount-box-view-default .themetechmount-box-title {
margin-top: 0px;
position: relative;
}
.themetechmount-box-view-default .themetechmount-box-author .themetechmount-author-name a:hover {
color: #424242;
} .themetechmount-boxes-view-default.themetechmount-boxes-client .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 20px;
}
.themetechmount-box-client {
text-align: center;
}
.themetechmount-box-client .themetechmount-item-thumbnail {
width: 100%;
display: table;
}
.themetechmount-box-client .themetechmount-item-thumbnail-inner {
margin-right: 13px;
margin-left: 13px;
padding: 25px;
display: table-cell;
text-align: center;
align-items: center;
vertical-align: middle;
}
.themetechmount-box-client.themetechmount-client-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
background-color: var(--ttm-greycolor);
border: 1px solid #e5e5e5;
border-radius: 10px;
}
.themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner {
padding: 8px 12px;
}
.themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
height: 106px;
}
.themetechmount-box-client.themetechmount-box-view-boxed-logo {
border: none;
display: block;
}
.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
display: inline-block;
}
.themetechmount-box-client:hover .themetechmount-item-thumbnail-inner img {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
-webkit-transition: .6s;
-moz-transition: .6s;
transition: .6s;
}
.tm-clientlogo-box-full-opacity .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
opacity: 1;
}
.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip .themetechmount-box-client {
margin: 44px 0;
display: block;
}
.tm-box-col-wrapper.slick-slide .themetechmount-box-client .tm-client-logo-tooltip a.tm-client-logo-link {
display: block;
padding: 0px;
outline: none;
}
.themetechmount-boxes-view-default .themetechmount-box-client {
padding-bottom: 10px;
}
.tm-col-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-darkgrey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-col-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-skincolor .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-col-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo, .tm-bgcolor-grey .themetechmount-box-client.themetechmount-box-view-boxed-logo {
background-color: var(--ttm-whitecolor);
}
.themetechmount-client-box-view-separator-logo {
display: block;
}
.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail {
position: relative;
}
.themetechmount-box-view-separator-logo .themetechmount-item-thumbnail:after {
border-right: 1px solid #d5d5d5;
content: "";
width: 1px;
height: 100%;
position: absolute;
right: -10px;
}
.themetechmount-boxes-client.themetechmount-boxes-col-five .tm-box-col-wrapper:nth-child(5n+5) .themetechmount-item-thumbnail:after {
border-right: none;
}
.themetechmount-boxes-client.themetechmount-boxes-col-three .tm-box-col-wrapper:nth-child(3n+3) .themetechmount-item-thumbnail:after {
border-right: none;
}
.themetechmount-boxes-client.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrows-side .themetechmount-boxes-row-wrapper.slick-slider {
margin-top: -35px;
}
.tm-shadowboxview-style-clientlogo .themetechmount-client-box-view-boxed-logo {
box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
}
.themetechmount-boxes-view-default.tm-shadowboxview-style-clientlogo .themetechmount-box-client {
padding-bottom: 10px;
}
.tm-shadowboxview-style-clientlogo .themetechmount-box-client.themetechmount-box-view-boxed-logo .themetechmount-item-thumbnail-inner {
height: 150px;
} .themetechmount-boxes-view-carousel .tm-box-col-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 30px;
} .themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row {
margin-left: 0;
margin-right: 0;
}
.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 0px;
padding-left: 0px;
}
.themetechmount-boxes-gap-0px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 0px;
} .themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-left: 2.5px;
padding-right: 2.5px;
}
.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row {
margin-left: -2.5px;
margin-right: -2.5px;
}
.themetechmount-boxes-gap-5px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 5px;
} .themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row {
margin-left: -5px;
margin-right: -5px;
}
.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 5px;
padding-left: 5px;
}
.themetechmount-boxes-gap-10px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 10px;
} .themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row {
margin-left: -7.5px;
margin-right: -7.5px;
}
.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 7.5px;
padding-left: 7.5px;
}
.themetechmount-boxes-gap-15px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 15px;
} .themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row {
margin-left: -10px;
margin-right: -10px;
}
.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 10px;
padding-left: 10px;
}
.themetechmount-boxes-gap-20px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 20px;
} .themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row {
margin-left: -12.5px;
margin-right: -12.5px;
}
.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 12.5px;
padding-left: 12.5px;
}
.themetechmount-boxes-gap-25px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 25px;
} .themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
margin-left: -15px;
margin-right: -15px;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 15px;
padding-left: 15px;
}
.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 30px;
} .themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row {
margin-left: -17.5px;
margin-right: -17.5px;
}
.themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 17.5px;
padding-left: 17.5px;
}
.themetechmount-boxes-gap-35px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 35px;
} .themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row {
margin-left: -20px;
margin-right: -20px;
}
.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 20px;
padding-left: 20px;
}
.themetechmount-boxes-gap-40px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 40px;
} .themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row {
margin-left: -22.5px;
margin-right: -22.5px;
}
.themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 22.5px;
padding-left: 22.5px;
}
.themetechmount-boxes-gap-45px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 45px;
} .themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row {
margin-left: -25px;
margin-right: -25px;
}
.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 25px;
padding-left: 25px;
}
.themetechmount-boxes-gap-50px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 50px;
} .themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row {
margin-left: -30px;
margin-right: -30px;
}
.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 30px;
padding-left: 30px;
}
.themetechmount-boxes-gap-60px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 60px;
} .themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row {
margin-left: -35px;
margin-right: -35px;
}
.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 35px;
padding-left: 35px;
}
.themetechmount-boxes-gap-70px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 70px;
} .themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row {
margin-left: -37.5px;
margin-right: -37.5px;
}
.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 37.5px;
padding-left: 37.5px;
}
.themetechmount-boxes-gap-75px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 75px;
} .themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row {
margin-left: -40px;
margin-right: -40px;
}
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
padding-right: 40px;
padding-left: 40px;
}
.themetechmount-boxes-gap-80px .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 40px;
}
.themetechmount-boxes-portfolio .col-xs-12 {
margin-bottom: 30px;
}
.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .col-lg-4 {
margin-left: -1px;
}
.themetechmount-boxes-view-carousel .tm-box-col-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 30px;
} .themetechmount-slider-wrapper {
position: relative;
z-index: 1;
background-color: transparent;
}
.tm-headerstyle-classic .themetechmount-slider-wrapper {
z-index: 9;
}
.slick-slide {
outline: none;
}
.themetechmount-boxes-row-wrapper .slick-arrow {
padding: 0;
margin: 0 3px;
z-index: 1;
background: transparent;
width: 37px;
height: 37px;
border: 1px solid #c7c7c7;
text-align: center;
}
.tm-boxes-carousel-arrows-hide .themetechmount-boxes-row-wrapper .slick-arrow {
opacity: 0;
}
.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
color: var(--ttm-whitecolor);
border-color: transparent;
}
.themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before {
font-family: "FontAwesome";
content: "\f177";
color: var(--body-blackfont-color);
font-size: 15px;
line-height: 30px;
position: relative;
opacity: 1;
}
.themetechmount-boxes-row-wrapper .slick-next:before {
content: "\f178";
text-align: center;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
opacity: 1;
visibility: visible;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-prev {
left: -40px;
}
.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-next {
right: -40px;
}
.themetechmount-boxes-portfolio .themetechmount-boxes-row-wrapper .slick-arrow {
border-radius: 0px;
} .slick-dots {
bottom: -50px;
}
.slick-dots li {
width: 9px;
height: 5px;
margin: 0px 2px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slick-dots li button {
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
box-shadow: none;
cursor: pointer;
margin: 13px 10px 0px 0;
position: relative;
background-color: #e0e0e0;
line-height: 0;
padding: 0;
}
.slick-dots li.slick-active {
width: 30px;
height: 8px;
border-radius: 6px;
}
.slick-dots li.slick-active button {
width: 30px;
background-color: #e0e0e0;
border-radius: 6px;
}
.slick-dots li button:before {
display: none;
}
.tm-bgcolor-skincolor .slick-dots li button, .tm-col-bgcolor-skincolor .slick-dots li button {
background-color: rgba(255, 255, 255, .1);
} .flex-control-paging li a {
-o-box-shadow: none;
box-shadow: none;
background: none;
border: 2px solid var(--ttm-whitecolor);
}
.flex-control-paging li a:hover {
background: none;
}
.flex-control-paging li a.flex-active {
background-color: var(--ttm-whitecolor);
} .flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
font-family: "ttm-medisat-icons";
}
.flex-direction-nav a:before {
content: '\e808';
}
.flex-direction-nav a.flex-next:before {
content: '\e809';
} .tm-flexslider ul li {
display: none;
float: left;
}
.tm-flexslider ul li:first-child {
display: block;
}
.tm-flexslider .flex-control-nav {
bottom: 5px;
z-index: 1;
}
.tm-flexslider .flex-control-paging li a {
border: 1px solid var(--ttm-whitecolor);
background: none;
-o-box-shadow: none;
box-shadow: none;
font-size: 0;
}
.tm-flexslider .flex-control-paging li a.flex-active {
background-color: var(--ttm-whitecolor);
}
.flex-control-nav li {
margin: 0 3px;
} .tm-dropcap {
float: left;
text-align: center;
overflow: hidden;
font-weight: normal;
width: 51px;
height: 51px;
line-height: 52px;
font-size: 34px;
margin: 7px 8px -5px 0;
}
.tm-dcap-style-rounded {
border-radius: 5px;
}
.tm-dcap-style-round {
border-radius: 50%;
}
.tm-dropcap.tm-bgcolor-dark, .tm-dropcap.tm-bgcolor-skincolor {
color: var(--ttm-whitecolor);
}
.tm-dropcap.tm-bgcolor-dark {
background-color: #202020;
}
.tm-dropcap.tm-bgcolor-grey {
background-color: #E2E2E2;
}
.tm-dropcap.tm-bgcolor-grey, .tm-dcap-txt-color-dark {
color: #313131;
}
.tm-dcap-style-square, .tm-dcap-style-round, .tm-dcap-style-rounded {
position: relative;
top: 4px;
float: left;
margin-right: 10px;
padding: 0;
line-height: 50px;
text-transform: uppercase;
}
.tm-dcap-style-rounded {
border-radius: 5px;
background-color: #c93756;
font-size: 35px;
}
.tm-dcap-style-round {
border-radius: 50%;
background-color: #1f4788;
font-size: 35px;
}
.tm-dcap-style-square {
color: #a0ce4e;
font-size: 60px;
}
.tm-dropcap.tm-bgcolor-skincolor {
color: var(--ttm-whitecolor);
background-color: #fc6042;
font-size: 35px;
}
body .tm-dropcap.tm-bgcolor-dark, body .tm-dropcap.tm-bgcolor-skincolor {
color: var(--ttm-whitecolor) !important;
} .themetechmount-boxes-textalign-left .tm-sortable-wrapper {
text-align: left;
}
.themetechmount-boxes-textalign-right .tm-sortable-wrapper {
text-align: right;
}
.tm-sortable-list ul {
margin: 0;
padding: 0;
margin-bottom: 35px;
margin-top: 20px;
}
.tm-sortable-list .tm-sortable-link {
display: inline-block;
margin-right: 10px;
}
.tm-sortable-list .tm-sortable-link a {
display: block;
cursor: pointer;
padding: 8px 25px 10px;
margin-bottom: 5px;
width: auto;
position: relative;
z-index: 3;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: var(--ttm-greycolor);
font-size: 16px;
font-weight: 700;
border-radius: 0px;
border: none;
text-transform: capitalize;
}
.themetechmount-boxes-textalign-left .tm-sortable-list .tm-sortable-link a {
padding: 5px 21px;
background-color: transparent;
border: none;
border-radius: 3px;
}
.tm-sortable-list .tm-sortable-link a:hover, .tm-sortable-list .tm-sortable-link a.selected {
color: var(--ttm-whitecolor);
border-color: transparent;
}
.themetechmount-boxes-textalign-center .tm-sortable-wrapper {
text-align: center;
}
.tm-bgcolor-skincolor .tm-sortable-list .tm-sortable-link a, .tm-bgcolor-darkgrey .tm-sortable-list .tm-sortable-link a, .tm-white-sort-bt .tm-sortable-list .tm-sortable-link a {
border: 1px solid rgba(255, 255, 255, 0.75);
color: rgba(255, 255, 255, 0.75);
}
.themetechmount-boxes-portfolio.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner.themetechmount-boxes-portfolio-inner {
margin-left: 0;
margin-right: -13px;
}
.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.themetechmount-box-heading-wrapper:not(.themetechmount-boxes-row-wrapper) {
flex-basis: 0%;
flex-grow: 1;
flex: 0 0 35.33%;
max-width: 35.33%;
}
.themetechmount-boxes-sortable-yes:not(.themetechmount-boxes-textalign-center) .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
flex-basis: 0%;
flex-grow: 1;
flex: 0 0 64.33%;
max-width: 64.33%;
}
.themetechmount-boxes-sortable-yes.themetechmount-boxes-textalign-left .themetechmount-boxes-inner>div.tm-sortable-wrapper.tm-sortable-wrapper-portfolio:not(.themetechmount-boxes-row-wrapper) {
text-align: right;
}
.themetechmount-boxes.themetechmount-boxes-sortable-yes .themetechmount-boxes-inner>div.themetechmount-boxes-row-wrapper {
margin-top: 16px;
display: block;
width: calc(100% + 20px);
}
.themetechmount-boxes-sortable-yes.tm-cta3-rev-heading .tm-sortable-list ul {
margin-top: 20px;
}
.themetechmount-boxes-sortable-yes:not(.tm-cta3-rev-heading) .tm-sortable-list ul {
margin-top: 8px;
} .summary .clear {
display: none;
} .sidebar .widget .tagcloud a {
display: inline-block;
padding: 7px 21px;
margin: 0 5px 8px 0;
border: 1px solid #e3e3e3;
border-radius: 0px;
font-size: 15px !important;
background-color: var(--ttm-whitecolor);
font-weight: 500;
color: inherit;
}
.sidebar .widget .tagcloud a:hover {
color: var(--ttm-whitecolor);
border-color: var(--ttm-skincolor);
background-color: var(--ttm-skincolor);
}
.sidebar .gallery {
margin-bottom: 0;
} .comment-form-rating {
padding-bottom: 10px;
}
#review_form .comment-form-rating .select2-container {
display: none;
} .error404 .site-main {
padding-top: 0;
}
section.error-404 {
padding: 50px 0px 100px 0px;
text-align: center;
}
.tm-headerstyle-classic-overlay section.error-404 {
padding: 70px 0px;
}
section.error-404 .tm-big-icon {
font-size: 104px;
}
section.error-404 .page-header {
border-bottom: none;
margin: 0;
}
section.error-404 .page-content p {
font-size: 18px;
margin-bottom: 0px;
}
section.error-404 .search-form {
position: relative;
max-width: 390px;
margin-top: 35px;
padding-bottom: 0;
}
section.error-404 .search-form label {
display: block;
}
section.error-404 .search-form .search-field {
border-width: 1px;
background-color: var(--ttm-whitecolor);
border-radius: 0em;
}
section.error-404 .search-form .search-submit {
position: absolute;
top: 0px;
right: 0px;
box-shadow: none;
border-bottom: none;
text-indent: -999px;
padding: 0;
width: 46px;
height: 46px;
z-index: 1;
border-radius: 0px 3px 3px 0px;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/findicon.png);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: 16px 16px;
opacity: 0.3;
}
.tm-sresults-no-content-w {
padding-bottom: 80px;
padding-top: 30px;
}
.tm-sresults-no-content-w h3 {
font-size: 30px;
line-height: 35px;
}
.error404 .site-main {
background-color: transparent !important;
}
section.error-404 h4 {
font-size: 400px;
line-height: 410px;
}
.tm-404-home-button {
margin-top: 45px;
}
section.error-404 h6 {
font-size: 20px;
margin-bottom: 0px;
}
.tm-404-home-button a {
color: var(--ttm-whitecolor);
}
.tm-404-home-button .elementor-button-icon {
padding-right: 2px;
} .tm-sresult-form-wrapper {
padding: 22px 0px 0px;
margin-bottom: 60px;
color: var(--ttm-whitecolor);
border-radius: 5px;
}
.tm-search-pagelist .tm-result-page-content {
padding-left: 33px;
padding-bottom: 10px;
}
.tm-search-pagelist li > h4 {
margin-bottom: 7px;
}
.tm-search-results-title a.label-default {
padding: 5px 10px;
position: relative;
top: -3px;
} .tm-search-select-box {
width: 100%;
position: relative;
padding-right: 162px;
}
.tm-search-select-box .select2-container {
width: 98% !important;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--body-blackfont-color);
}
.tm-search-select-box .select2-container--default .select2-selection--single {
border: 1px solid rgba(255, 255, 255, 0.51);
height: 50px;
border-radius: 0px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 5px;
}
.tm-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: var(--ttm-secondarycolor) transparent transparent transparent;
}
.tm-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent var(--ttm-whitecolor) transparent;
}
.tm-sresult-form-sbtbtn-wrapper input.tm-sresult-form-sbtbtn {
color: var(--ttm-whitecolor);
border: 2px solid transparent;
padding: 16px 27px;
font-size: 15px;
border-radius: var(--ttm-button-shape);
}
.tm-sresult-form-sbtbtn-wrapper {
position: absolute;
top: 0px;
right: 0px;
}
.tm-search-main-box {
padding: 22px 25px 30px 25px;
background-color: rgba(0, 0, 0, 0.10);
margin: 14px;
margin-top: 0;
margin-bottom: 0;
position: relative;
}
.tm-search-main-box:before {
position: absolute;
right: 76px;
top: -14px;
width: 47px;
height: 47px;
text-align: center;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 14px solid rgba(32, 32, 32, 0.09);
content: " ";
}
.tm-search-text strong {
padding-bottom: 10px;
display: block;
font-size: 18px;
font-weight: 600;
}
.tm-search-results-title {
font-weight: normal;
}
.tm-search-postlist li {
list-style: none;
}
.tm-sresult-form-wrapper h2 {
margin-bottom: 0;
font-size: 24px;
font-weight: 600;
margin-right: 10px;
color: var(--ttm-whitecolor);
display: table-cell;
width: 23%;
margin-top: 0;
vertical-align: middle;
}
.tm-sresult-form-wrapper h2 i {
display: none;
}
body.search .tm-sresult-form-wrapper .search-form .search-field {
border: 0;
border-radius: 0px;
background-color: rgba(0, 0, 0, 0.10);
font-size: 20px;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 1);
padding-left: 70px;
text-align: left;
width: 100%;
height: 52px;
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder { color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder { color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder { color: rgba(255, 255, 255, 0.48);
}
body.search .tm-sresult-form-wrapper .search-form input.search-field:focus {
background-color: rgba(32, 32, 32, 0.08);
color: var(--ttm-whitecolor);
}
.tm-sresult-form-wrapper .search-form {
width: 62%;
display: table-cell;
position: relative;
}
.tm-sresult-form-wrapper .search-form:after {
position: absolute;
content: '\e825';
font-family: "ttm-medisat-icons";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 19px;
background-color: rgba(0, 0, 0, 0.12);
height: 51px;
line-height: 55px;
display: block;
width: 55px;
top: 4px;
text-align: center;
left: 0;
border-radius: 0px;
}
.tm-sresult-form-wrapper .search-form label {
margin-bottom: 0;
display: block;
}
.tm-search-select-box .tm-sresult-cpt-select {
color: var(--body-blackfont-color);
}
.search .tm-sresult-form-wrapper .search-form .search-submit {
display: none;
}
.tm-sresult-form-top {
position: relative;
display: table;
width: 100%;
padding: 7px 25px 26px 25px;
}
.tm-sresults-settings-wrapper {
width: auto;
display: table-cell;
position: relative;
padding-left: 15px;
}
.tm-sresults-settings-wrapper a {
font-size: 17px;
color: var(--ttm-whitecolor);
text-align: center;
display: block;
background-color: rgba(0, 0, 0, 0.10);
display: block;
padding: 14px 12px;
border-radius: var(--ttm-button-shape);
outline: none;
font-weight: 500;
}
.tm-sresults-settings-wrapper a:hover, .tm-sresults-settings-wrapper a.tm-sresult-btn-active {
color: var(--ttm-whitecolor);
}
.tm-search-eventlist .item .item-thumbnail:before {
display: none;
}
.tm-search-list.tm-search-postlist {
padding-left: 0px;
}
.tm-sresults-first-row, .tm-sresults-cta-wrapper {
padding-bottom: 60px;
}
.tm-sresults-title-w h2 {
margin-bottom: 30px;
font-size: 26px;
line-height: 30px;
}
.tm-sresults-title-w h2 strong {
font-weight: 700;
}
.search-results .tm-list.tm-list-style-icon li {
position: relative;
padding-bottom: 10px;
list-style: none;
}
.search-results .tm-list.tm-list-style-icon .tm-list-li-content {
padding-left: 7px;
}
.tm-sresults-title small a {
font-weight: normal;
margin-top: 0px;
display: inline-block;
padding: 2px 13px;
display: inline-flex;
position: absolute;
font-size: 13px;
line-height: 25px;
height: 29px;
border-radius: var(--ttm-button-shape);
}
.search-results .themetechmount-box-team {
margin-bottom: 30px;
}
.tm-sresults-title small a i {
width: 8px;
margin-left: -6px;
padding-right: 18px;
margin-top: -1px;
}
.search-results .page-header {
border: none;
margin: 0px 0 0px;
padding-bottom: 0px;
}
.tm-results-page .tm-list.tm-list-style-icon, .tm-results-post .tm-recent-post-list {
margin-top: 0;
}
.tm-sresults-first-row .tm-list.tm-list-style-icon, .tm-sresults-first-row ul.tm-recent-post-list {
margin-bottom: 0;
padding: 0;
}
.tm-results-page>.row, .tm-results-post>.row {
padding-bottom: 37px;
} .search-form .search-submit {
display: block;
}
.widget .search-form label {
display: block;
}  .tm-textcolor-white h1, .tm-textcolor-white h2, .tm-textcolor-white h3, .tm-textcolor-white h4, .tm-textcolor-white h5, .tm-textcolor-white h6, .tm-textcolor-white .tm-fid-icon-wrapper i, .rev_slider .tm-textcolor-white {
color: var(--ttm-whitecolor);
}
.footer .tm-textcolor-white .tm-footer2-left, .footer .tm-textcolor-white .tm-footer2-right, .footer .tm-textcolor-white .widget ul.medisat_contact_widget_wrapper li, .footer .tm-textcolor-white ul.tm-recent-post-list > li .post-date, .footer .tm-textcolor-white p {
color: rgba(255, 255, 255, 0.65) !important;
}
.tm-col-bgcolor-skincolor.tm-textcolor-white a:hover, .tm-textcolor-white a, .tm-textcolor-white {
color: rgba(255, 255, 255, 1);
}
.themetechmount-topbar-wrapper.tm-textcolor-white {
color: rgba(255, 255, 255, 0.95);
}
.themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
color: rgba(255, 255, 255, 0.80);
}
.tm-textcolor-white .widget .search-form .search-submit {
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/findicon-white.png);
}
.main-holder .widget.themetechmount_widget_recent_entries ul li:last-child {
padding-bottom: 0px;
border: none;
}
.tm-textcolor-darkgrey {
color: rgba(0, 0, 0, 0.50);
}
.tm-textcolor-darkgrey a {
color: rgba(0, 0, 0, 0.80);
}
.tm-textcolor-dark ul.tm-recent-post-list > li {
border-top-color: rgba(0, 0, 0, 0.07);
} span.edit-link {
padding: 7px 0px;
}
.edit-link a {
background: #f8f8f8;
padding: 10px 20px;
display: inline-block;
color: #232323;
}
.tm-page-loader-wrapper {
background-color: white;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
background-repeat: no-repeat;
background-position: center center;
} .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper {
padding-bottom: 0px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview  .themetechmount-box-heading-wrapper .tm-cta3-without-desc {
padding-bottom: 16px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
background: transparent;
background-color: transparent;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev:before, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next:before {
font-size: 20px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
background-color: transparent !important;
box-shadow: none !important;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev {
left: 50%;
margin-left: -195px;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
right: 50%;
margin-right: -195px;
} .tmicon-fa-heart-o::before {
content: "\f08a";
}
.tmicon-fa-heart:before {
content: "\f004";
}
[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
div.themetechmount-portfolio-likes-wrapper .like-active {
cursor: default;
}
a.themetechmount-portfolio-likes {
color: var(--ttm-whitecolor);
} .widget_latest_tweets_widget p.tweet-text:before {
content: "\f099";
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
position: absolute;
left: 0px;
padding-top: 5px;
}
.widget.widget_latest_tweets_widget ul > li {
position: relative;
padding: 0px 0px 0px 28px;
} .tm-meta-line img {
border-radius: 50%;
margin-right: 10px;
width: 30px;
height: 30px;
}
article.themetechmount-box-blog-classic .tm-entry-meta-wrapper {
margin-bottom:2px;
position: relative;
}
.themetechmount-box-blog-classic .themetechmount-box-desc-text {
margin-top: 0px;
padding-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
display: block;
}
.post.themetechmount-box-blog-classic.themetechmount-blogbox-format-quote .tm-blog-classic-box-content {
padding: 0px;
border: none;
box-shadow: unset;
}
.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer {
position: relative;
bottom: 0;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer .themetechmount-blogbox-footer-left {
clear: both;
padding: 0px;
float: left;
}
.post.themetechmount-box-blog-classic .themetechmount-blogbox-footer-readmore a {
background-color: var(--ttm-whitecolor);
position: relative;
display: inline-block;
position: relative;
padding: 13px 30px 13px;
border: 1px solid;
}
.single .themetechmount-box-blog-classic .themetechmount-box-desc-text {
border-bottom: none;
padding: 0px;
}
article.themetechmount-box-blog-classic.post_format-post-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .themetechmount-blogbox-format-audio, article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-post-format-audio:not(.tm-post-format-audio-mp3) .tm-blogbox-audio-mp3player-w {
padding-bottom: 20.7%;
}
.post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-title {
font-size: 16px;
margin-top: 7px;
margin-right: 3px;
}
.themetechmount-box-blog-classic .tm-social-share-wrapper {
z-index: 10;
position: relative;
float: right;
}
.single-tm_portfolio .tm-social-share-title {
font-size: 22px;
line-height: 28px;
font-weight: 500;
color: var(--body-blackfont-color);
}
.single-tm_portfolio .tm-social-share-links a {
color: var(--body-blackfont-color);
background-color: transparent;
border-color: rgba(255, 255, 255, 0.10);
}
.single-tm_portfolio .tm-social-share-links a:hover {
background: transparent;
border: 0;
color: var(--ttm-skincolor);
border-color: transparent;
}
.single-tm_portfolio .tm-social-share-links ul, .single .themetechmount-box-blog-classic .tm-social-share-links ul {
padding-right: 0px;
}
.tm-pf-view-left-image .tm-social-share-links {
float: right;
}
.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
position: initial;
opacity: 1;
visibility: visible;
text-align: left;
padding: 0px;
width: auto;
float: left;
}
.post.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer>div {
padding: 0;
position: relative;
display: inline-block;
} .themetechmount-boxes-portfolio.themetechmount-boxes-sortablebutton-round .tm-sortable-list .tm-sortable-link a {
border-radius: 2em;
}
.site-footer .tm-textcolor-dark, .site-footer .tm-textcolor-dark .social-icons li:not:hover i, .site-footer .tm-textcolor-dark.themetechmount-fbar-btn-link i {
color: rgba(0, 0, 0, 0.7);
} .main-holder .widget.widget_recent_entries ul li {
padding: 10px 0;
}
.main-holder .widget.widget_recent_entries ul li:first-child {
padding-top: 0px;
} .topbar-nav-menu {
display: inline-block;
list-style: none;
margin: 0px;
padding: 0px;
}
.topbar-nav-menu li {
display: inline;
padding-left: 5px;
padding-right: 5px;
}
.topbar-nav-menu li:first-child {
padding-left: 0px;
} .tm-header-style-infostack .kw-phone .ttm-custombutton a, .themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-row-wrapper .slick-next:before, .themetechmount-boxes-row-wrapper .slick-arrow {
-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;
} .single article.post blockquote:before {
content: '';
background-color: var(--ttm-skincolor);
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/quote-01.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/quote-01.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
height: 46px;
width: 50px;
top: 30px;
left: 0;
right: 0;
z-index: -1;
display: block;
margin: 0 auto;
}
.single article.post blockquote {
display: block;
padding: 80px 30px 35px 45px;
position: relative;
border-left: 0;
color: var(--body-blackfont-color);
margin: 40px 0 45px 0px;
font-weight: var(--special-element-fontweight);
font-size: 22px;
line-height: 32px;
min-height: 100px;
border-radius: 10px;
z-index: 1;
font-family: var(--special-element-fontfamily);
text-align: center;
}
.single article.post blockquote cite {
font-size: 16px;
margin-top: -10px;
position: relative;
font-weight: var(--special-element-fontweight);
color: var(--body-fonts-color);
}
blockquote cite:before, blockquote small:before {
position: absolute;
content: '';
height: 0px;
width: 15px;
background-color: var(--ttm-secondarycolor);
top: 12px;
left: -25px;
}
article.post .entry-content blockquote p {
margin-bottom: 15px;
color: inherit;
}
blockquote h3 {
font-size: 24px;
line-height: 33px;
font-weight: 400;
}
.single article.post blockquote .author-title {
margin-top: -10px;
padding-bottom: 10px;
}
@media (max-width:767px) {
.single article.post blockquote {
padding: 80px 15px 35px 15px;
}
} .sidebar .widget_product_categories li, .sidebar .widget_categories li {
position: relative;
}
.sidebar .widget_product_categories li span, .sidebar .widget_categories li span {
position: absolute;
top:13px;
right: 0;
overflow: hidden;
z-index: 1;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
line-height: 20px;
text-align: center;
color: var(--body-blackfont-color);
}
.sidebar .widget_product_categories li:first-child span, .sidebar .widget_categories li:first-child span {
top: 2px;
} .footer .widget.tm-hide-feature-image ul.tm-recent-post-list {
text-align: center;
}
.footer .widget.tm-hide-feature-image ul.tm-recent-post-list > li img {
display: none;
} .tm-textalign-center, .tm-center-text {
text-align: center;
} .site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li {
display: inline-block;
width: calc(50% - 10px);
float: none;
padding: 0px 0px 11px 0;
}
.site-footer .widget.tm-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
width: 40%;
margin-left: 5%;
} .tm-zindex-0, .tm-zindex-1, .tm-zindex-2 {
position: relative;
}
.tm-zindex-0 {
z-index: unset;
}
.tm-zindex-2 {
z-index: 2;
}
.tm-zindex-1 {
z-index: 1;
}
.tm-sresults-cta-wrapper ul.products li.product .onsale, .tm-sresults-cta-wrapper ul.products li.product .featured.product-label {
width: 55px;
max-width: 55px;
} #cboxTopRight, #cboxTopLeft, #cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight {
background: none;
background-color: var(--ttm-whitecolor)
} .woocommerce .comment-form-rating p.stars a, .woocommerce .comment-form-rating p.stars a:hover, .woocommerce .star-rating:before, .woocommerce .star-rating span:before {
color: #FEA100 !important;
}
.woocommerce .products .star-rating, .woocommerce .star-rating {
display: inline-block;
margin: 0 0 .5em;
float: none;
text-align: center;
width: 67px;
margin: 0 auto;
letter-spacing: 3px;
margin-top: 6px;
margin-bottom: 10px;
font-size: 10px;
}
.woocommerce ul.products li.product .star-rating {
font-size: 10px;
margin-top: 7px;
display: block;
text-align: center;
}
.woocommerce .widget.widget_products .star-rating {
margin: 0;
text-align: left;
padding: 7px 0;
}
.woocommerce .widget.widget_products .star-rating, .woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
width: 170px;
margin: 0;
padding-bottom: 0;
margin-bottom: 5px !important;
} #notification .success {
padding: 21px 40px 21px 80px;
margin-left: 10px;
margin-right: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
position: fixed;
top: 37px;
right: 20px;
border-radius: 0px;
z-index: 999999;
}
#notification .success {
max-width: 350px;
}
#notification .success {
background: var(--ttm-whitecolor) url(//avrmaxilofacial.com/wp-content/themes/medisat/images/success.png) 25px center no-repeat;
}
#notification .close {
float: none;
position: absolute;
right: 10px;
top: 8px;
opacity: 0.8;
}
.main-holder .site-content .woocommerce-ordering {
margin-bottom: 36px;
}
.woocommerce .woocommerce-result-count {
margin-top: 13px;
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
background-color: var(--ttm-whitecolor);
border: 1px solid #e5e5e5;
padding-right: 28px;
border-radius: var(--ttm-button-shape);
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 0px;
} .woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount {
font-size: 16px;
color: #343c5c;
}
.woocommerce .price .woocommerce-Price-amount {
font-size: 14px;
font-weight: 500;
}
.woocommerce .price del .woocommerce-Price-amount, .woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount {
font-size: 16px;
text-decoration: line-through;
color: #7b8095;
} .themetechmount-single-product-details {
margin-bottom: 70px;
}
.themetechmount-single-product-details:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.themetechmount-single-product-details .woocommerce-product-details__short-description {
margin-top: 20px;
margin-bottom: 25px;
}
.themetechmount-single-product-info {
padding-bottom: 30px;
}
.themetechmount-single-product-details {
background-color: var(--ttm-whitecolor);
}
.woocommerce div.product .product_title {
font-size: 30px;
margin-bottom: 8px;
}
.woocommerce div.product .summary .woocommerce-product-rating {
margin-bottom: 15px;
}
.woocommerce .summary div[itemprop="description"] {
margin-top: 15px;
}
.woocommerce .product_meta {
padding-top: 17px;
margin-top: 15px;
}
.woocommerce .summary .star-rating {
float: left;
margin-top: 10px;
margin-right: 5px;
}
.woocommerce.single-product .summary .star-rating {
display: block;
font-size: 11px;
}
.woocommerce.single-product .summary .star-rating {
margin-top: 9px;
}
.woocommerce .summary .compare.button {
background-color: transparent;
padding: 0;
margin-left: 15px;
font-weight: normal;
}
.woocommerce .main-holder #content .summary .compare.button:before {
content: '\E81D';
font-family: "ttm-medisat-icons";
padding-right: 5px;
}
.woocommerce .summary form.cart {
margin-top: 30px;
}
.woocommerce .main-holder #content .woocommerce-error .button, .woocommerce .main-holder #content .woocommerce-info .button, .woocommerce .main-holder #content .woocommerce-message .button {
background-color: #232323;
color: var(--ttm-whitecolor);
border-radius: 0px;
padding: 8px 15px;
font-size: 11px;
border-radius: 5px;
}
.summary .clear {
display: none;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
content: '\e81c';
font-family: "ttm-medisat-icons";
margin-right: 5px;
}
.single .main-holder #content div.product div.thumbnails a {
width: 70px;
}
.woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper {
margin-right: 10px;
}
.woocommerce .themetechmount-single-product-info .product_meta>span {
display: block;
width: 100%;
padding-bottom: 7px;
}
.woocommerce .themetechmount-single-product-info .product_meta .posted_in {
margin-right: 30px;
}
.woocommerce .product_meta .posted_in a {
text-transform: none;
}
.single .main-holder div.product form.cart div.quantity {
margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
height: 41px;
width: 5.2em;
}
.single .main-holder div.product form.cart .woocommerce-grouped-product-list-item div.quantity {
margin-left: 5px;
padding-top: 1px;
padding-bottom: 5px;
} .single .main-holder div.product .woocommerce-tabs ul.tabs li:after, .single .main-holder div.product .woocommerce-tabs ul.tabs li:before {
display: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li {
margin: 0 4px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:first-child {
margin-left: 0px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs:before, .single .main-holder div.product .woocommerce-tabs ul.tabs li {
border: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0;
margin-bottom: 30px;
overflow: visible;
}
.single .main-holder #reviews #comments h2 {
clear: none;
margin-bottom: 25px;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
border-radius: 0;
margin-left: 90px;
background-color: #f4f7fb;
border: 1px solid #f5f9fd;
position: relative;
}
.single .main-holder #content div.product .woocommerce-Reviews .star-rating {
float: right;
width: 7.4em;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
margin-bottom: 15px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2 {
font-size: 24px;
}
.woocommerce-Reviews .select2-container {
width: 154px !important;
}
.single .main-holder .summary form.cart {
margin-bottom: 12px;
} .main-holder .site #content table.cart td.actions .input-text {
width: 150px;
border-radius: 10px;
}
.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading, .cross-sells h2, .cart_totals h2 {
margin-bottom: 15px;
font-size: 24px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
display: block;
}
.woocommerce-shipping-fields h3 label, .woocommerce form .form-row label {
font-weight: 500;
}
.woocommerce form .form-row .input-checkbox {
position: static;
}
.main-holder .site .cart-collaterals {
margin-top: 60px;
margin-bottom: 0;
}
.woocommerce-checkout h3#order_review_heading {
margin-bottom: 0px;
margin-top: 15px;
} .woocommerce ul.cart_list li {
padding: 8px 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
padding: 12px 0 10px;
}
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
width: auto;
margin: 0;
}
.woocommerce ul.product_list_widget li img {
width: 50px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
top: -5px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-weight: 500;
}
.woocommerce .widget_layered_nav ul li {
padding: 0 0 12px;
}
.woocommerce .widget_price_filter .price_slider_amount {
margin-top: 38px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
} .woocommerce .wishlist_table td.product-add-to-cart a {
color: var(--ttm-whitecolor);
padding: 10px 0px;
}
.woocommerce table.shop_table {
border-color: #ededed;
border-radius: 0px;
margin-top: 30px;
}
.woocommerce-cart .main-holder table.shop_table {
margin-top: 0px;
border-right: 0;
}
.woocommerce table.wishlist_table {
font-size: inherit;
background-color: var(--ttm-whitecolor);
border-right: 0;
}
.woocommerce table.shop_table th {
border-top: 0;
border-color: #EDEDED;
border-right: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
border-right: 0;
}
.woocommerce form.checkout_coupon .form-row-first {
width: 50%;
}
.woocommerce form.checkout_coupon .form-row {
width: 49%;
}
.tm-wrap-addto {
display: inline-block;
}
.main-holder .site-content ul.products li.product:hover .tm-product-overlay {
opacity: .3;
visibility: visible;
}
.main-holder .site-content ul.products li.product a img {
margin: 0 0 0em;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product:hover a img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product .price {
margin-top: 0px;
}
.woocommerce .price .woocommerce-Price-amount {
font-size: 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #f4f7fb;
color: inherit;
}
.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
margin-bottom: 55px;
}
.main-holder .site-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #e0e0e0;
}
.main-holder .site-content .widget_shopping_cart .cart_list li a.remove, .main-holder .site-content .woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 5px;
}
.woocommerce div.product form.cart .variations label {
font-size: 16px;
margin: 15px 0px 0px 10px;
color: #7b8095;
}
.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
margin-top: 5px;
padding: 3px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
border: none;
} #respond .comment-reply-title {
margin: 0px 0 15px !important;
}
#respond label {
margin: 0 0 5px !important;
font-size: 15px;
font-weight: 400;
}
.woocommerce #review_form #respond .form-submit {
margin-top: 15px;
}
.woocommerce-Reviews textarea, .woocommerce-Reviews input[type="text"], .woocommerce-Reviews input[type="email"] {
background-color: transparent;
border: none;
border: 1px solid rgba(0, 0, 0, .1);
border-radius: 0;
padding: 5px 15px;
}
.woocommerce #review_form #respond p {
margin: 0 0 15px;
} .woocommerce .widget_shopping_cart a.button {
padding: 10px 20px 11px;
font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: right;
padding: 11px 22px 9px;
margin-top: -5px;
border-radius: 2em;
font-size: 13px;
}
.checkout.woocommerce-checkout, .woocommerce-cart .main-holder .cart_totals table.shop_table, .woocommerce-cart-form {
padding: 0px;
background-color: var(--ttm-whitecolor);
}
.main-holder .site-content ul.products li.product .tm-shop-icon a {
font-weight: 600;
}
.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {
color: var(--ttm-whitecolor);
text-align: center;
padding: 0;
margin: 0;
background: none;
letter-spacing: 0;
transition: none;
padding-left: 0;
font-size: 16px;
}
.woocommerce-lost-password .entry-content>.woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
background-color: var(--ttm-whitecolor);
}
.woocommerce-lost-password .entry-content>.woocommerce {
padding: 30px;
}
.woocommerce table.shop_attributes td {
padding-left: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .main-holder .site .woocommerce-cart-form__contents button, .main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled], .main-holder .site table.cart .coupon button {
padding: 15px 30px 15px;
font-weight: var(--button-font-weight);
border-radius: 10px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon {
padding-left: 10px;
padding-right: 10px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .tm-wc-add-to-cart-btn a, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .tm-wc-add-to-cart-btn a {
margin-top: 0px;
background-color: transparent;
color: var(--ttm-whitecolor);
padding-left: 5px;
}
.main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon, .main-holder .site-content ul.products li.product.product-type-grouped .tm-shop-icon .yith-wcwl-add-to-wishlist, .main-holder .site-content ul.products li.product.product-type-external .tm-shop-icon .yith-wcqv-button {
display: none;
}
.woocommerce-Reviews .comment-form {
margin-bottom: 0px;
}
.main-holder .site-content #reviews #comments ol.commentlist {
padding-left: 0px;
}
.woocommerce .main-holder .site-content #review_form {
padding-top: 10px;
}
.single-product .main-holder .site-content span.onsale {
left: 20px;
top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 65px;
background: #f4f7fb;
padding: 0;
border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 14px;
color: #7b8095;
margin-bottom: 9px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-weight: var(--special-element-fontweight);
font-size: 16px;
color: var(--ttm-secondarycolor);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
background-color: var(--ttm-whitecolor);
position: relative;
margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
color: #283d58;
}
.main-holder .site .woocommerce-EditAccountForm fieldset {
margin-top: 15px;
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login {
margin-bottom: 80px;
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login  .woocommerce-form__label-for-checkbox {
padding-left: 10px;
padding-top: 4px;
}
.checkout.woocommerce-checkout {
margin-bottom: 35px;
}
.woocommerce .main-holder #content div.product .entry-summary .add_to_wishlist:before {
content: '\E838';
font-family: "ttm-medisat-icons";
margin-right: 5px;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before, .single .main-holder #content div.product .yith-wcwl-wishlistaddedbrowse a[rel="nofollow"]:before {
content: '\e81c';
font-family: "ttm-medisat-icons";
margin-right: 5px;
}
.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
display: inline-block;
}
.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
margin-right: 8px;
}
.main-holder #content.site-content div.product form.cart table.variations td {
padding: 15px 10px;
display: table-cell;
}
.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
width: 100% !important;
}
.main-holder #content.site-content div.product form.cart table.variations tr:last-child td.value {
padding-bottom: 0px;
}
.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
padding-top: 15px;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
width: 85px;
}
.main-holder #content.site-content div.product form.cart table.variations td.value {
padding-right: 35px;
}
.woocommerce-account .woocommerce-MyAccount-content button, .woocommerce form.checkout_coupon button {
font-size: var(--button_fontsize);
font-weight: var(--button-font-weight);
padding: 15px 30px 15px;
border-radius: 10px;
}
.single-product.woocommerce .price .woocommerce-Price-amount {
font-size: 21px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
background-color: var(--ttm-whitecolor);
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
padding-bottom: 0px;
}
.woocommerce table.shop_attributes th, .woocommerce div.product form.cart .group_table td label, .woocommerce div.product form.cart .variations label {
font-weight: 500;
}
.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price {
padding-bottom: 15px;
}
.woocommerce .lost_reset_password .woocommerce-Button, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
border-radius: var(--ttm-button-shape);
padding: 12px 25px;
}
.woocommerce .lost_reset_password .woocommerce-Button:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
background-color: var(--ttm-skincolor);
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox input[type="checkbox"] {
margin-top: 9px;
vertical-align: top;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
color: var(--ttm-whitecolor);
} .woocommerce ul.product_list_widget li .star-rating {
float: none;
margin-bottom: 8px !important;
}
.woocommerce ul.product_list_widget li img {
width: 80px;
float: left;
margin-left: 0;
margin-right: 15px;
}
.woocommerce ul.product_list_widget li a {
padding-bottom: 6px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #f8f8f8;
border-radius: 0px;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
margin-top: 0;
margin-bottom: 0;
}
.woocommerce .shipping_address .form-row .select2-container {
width: 100% !important;
}
#ship-to-different-address #ship-to-different-address-checkbox {
margin-top: 10px;
}
.woocommerce.single-product div.summary .stock {
display: inline-block;
color: var(--ttm-whitecolor);
border-radius: 0px;
padding: 2px 10px;
margin-bottom: 0px;
}
.woocommerce-shipping-fields h3#ship-to-different-address label {
font-weight: 700;
}
.woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
color: #7b8095;
}
.woocommerce-additional-fields #order_comments:-moz-placeholder {
color: #7b8095;
}
.woocommerce-additional-fields #order_comments:-ms-input-placeholder {
color: #7b8095;
}
.single-product .select2-container--default .select2-selection--single {
background-color: var(--ttm-whitecolor);
}
.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description>h2, .single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
display: none;
}
.woocommerce .themetechmount-single-product-info .product_meta label {
font-weight: 600;
color: #232323;
}
.woocommerce .themetechmount-single-product-info .product_meta>span a:not(:hover), .woocommerce .themetechmount-single-product-info .product_meta .sku_wrapper .sku, .woocommerce #content div.product div.summary .woocommerce .product_meta>span a:not(:hover), .woocommerce #content div.product div.summary .product_meta .posted_in a:not(:hover) {
color: #777777;
} .themetechmount-ptables-w .ttm-pricetable-column-w {
-webkit-border-radius: 0;
-webkit-background-clip: padding-box;
-moz-border-radius: 0;
-moz-background-clip: padding;
border-radius: 0;
background-clip: padding-box;
position: relative;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
padding: 0px 15px 25px;
}
.tm-ptablebox .themetechmount-ptable-main {
text-align: center;
display: block;
position: relative;
background-color: var(--ttm-whitecolor);
padding-bottom: 30px;
}
.tm-ptablebox-featured-col.ttm-pricetable-column-w .themetechmount-ptable-main {
padding-bottom: 52px;
margin-top: -20px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w {
padding-top: 5px;
}
.themetechmount-ptables-w .ttm-pricetable-column-w:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tm-ptablebox .tm-ptablebox-content {
transition: all 0.3s ease;
}
.tm-ptablebox .tm-ptablebox-title {
padding-top: 30px;
padding-bottom: 0px;
text-align: center;
}
.ttm-ptablebox-price-w {
position: absolute;
padding: 5px 30px 5px;
margin-bottom: 0px;
background: var(--ttm-whitecolor);
display: block;
top: 0;
}
.tm-ptablebox .tm-ptable-icon-wrapper {
font-size: 30px;
padding-top: 30px;
}
.tm-ptablebox .tm-ptable-icon-wrapper.tm-ptable-icon-type-image {
padding-top: 0px;
}
.tm-ptablebox .tm-ptable-icon-type-image img {
width: 100%;
height: 195px;
}
.tm-ptablebox-frequency, .tm-ptablebox .tm-ptablebox-cur-symbol {
display: inline-block;
font-size: 34px;
}
.tm-ptablebox .tm-ptablebox-price {
font-size: 35px;
line-height: 60px;
font-weight: 600;
display: inline-block;
}
.tm-ptablebox .tm-ptablebox-frequency {
position: relative;
font-size: 16px;
}
.tm-currency-before .tm-ptablebox-price {
padding-left: 18px
}
.tm-currency-after .tm-ptablebox-price {
margin-left: -3px;
}
.tm-ptablebox-features .tm-feature-lines {
list-style-type: none;
margin: 0;
padding: 12px 35px 10px;
}
.tm-ptablebox-features .tm-feature-lines li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tm-ptablebox-features .tm-feature-lines li {
padding: 14px 0 11px 0px;
margin: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tm-ptablebox-features .tm-feature-lines li i {
margin-right: 10px;
}
.tm-ptablebox .tm-ptablebox-title h3 {
font-size: 24px;
line-height: 30px;
margin-bottom: 0;
}
.tm-ptablebox .tm-ptablebox-desc {
padding: 0;
}
.tm-ptablebox .tm-ptablebox-features {
position: relative;
padding: 16px 0px 10px;
}
.ttm-pricetable-column-w .ttm-featured-title {
position: absolute;
top: -35px;
left: 0px;
right: 0px;
text-align: center;
font-weight: 600;
font-size: 15px;
width: 100%;
color: var(--ttm-whitecolor);
padding: 5px 15px;
background-color: #1a1d22;
}
.tm-ptablebox .tm-ptable-btn {
display: block;
margin-top: 30px;
padding-bottom: 5px;
margin-bottom: 20px;
text-align: center;
}
.tm-ptablebox .tm-ptable-btn a {
position: relative;
padding: 11px 30px 12px;
border: 1px solid #101010;
}
.tm-ptablebox .tm-ptable-btn a:hover {
color: var(--ttm-whitecolor);
background-color: var(--ttm-secondarycolor);
}
.elementor-widget-tm_ptable_element .tm-element-heading-content-wrapper {
margin-bottom: 35px;
} .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper {
padding: 0px 50px 0px 0px;
background-color: var(--ttm-whitecolor);
border-radius: 3px;
-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
margin-top: 80px;
margin-bottom: 15px;
}
.testimonial_wrapper {
position: relative;
}
.testimonial_wrapper .themetechmount-box-desc {
border: none;
text-align: left;
padding: 105px 50px 40px 50px;
}
.slick_testim_info {
padding-bottom: 21px;
}
.slick_testim_info p {
line-height: 27px;
font-size: 18px;
font-style: italic;
}
.testimonials-nav {
max-width: 230px;
overflow: hidden;
margin-bottom: 10px !important;
padding-top: 70px;
display: block;
z-index: 1;
}
.testimonials-info {
display: inline;
}
.testimonials-nav .nav_item_wrap {
padding: 0;
margin: 0 5px;
width: 92px;
outline: none;
float: left;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .testimonials-nav .slick-list {
padding-left: 0px !important;
}
.testimonial_item, .testimonial_nav_info {
transition: all 400ms;
-webkit-transition: all 400ms;
}
.slick-center .testimonial_item {
margin: 0 auto;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item {
margin-left: 0px;
margin-right: 0px;
position: relative;
margin-bottom: 20px;
}
.themetechmount-boxes-view-slickview.themetechmount-boxes-col-one .testimonial_item .themetechmount-box-title {
position: relative;
width: 150px;
left: -39px;
}
.tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after {
border-color: var(--ttm-whitecolor);
}
.tm-bgcolor-skincolor .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc blockquote, .tm-bgcolor-darkgrey .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_wrapper:after, .tm-bgcolor-skincolor .testimonial_item .themetechmount-author-name, .tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer {
color: var(--ttm-whitecolor);
}
.tm-bgcolor-darkgrey .testimonial_item .themetechmount-box-footer, .tm-bgcolor-skincolor .testimonial_item .themetechmount-box-footer {
color: rgba(255, 255, 255, 0.43);
}
.widget_pages li.empty_link, .widget_nav_menu li.empty_link {
display: none;
}
.themetechmount-ratting-star {
padding-top: 2px;
padding-bottom: 7px;
}
.ttm-medisat-icon-star-empty-1, .ttm-medisat-icon-star-1 {
display: inline-block;
width: 10px;
margin: 0 2px;
font-size: 14px;
}
.tm-medisat-icon-star-empty-1:before, .tm-medisat-icon-star-1:before {
margin-left: 0px;
}
.tm-medisat-icon-star-1.tm-active {
color: #fd4;
} .tm-strong-underline strong, .tm-text-underline {
text-decoration: underline;
} .tm-boxes-carousel-arrows-above.tm-boxes-txtalign-center .themetechmount-boxes-testimonial-inner div.row.slick-slider:first-child {
margin-top: 75px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below.themetechmount-boxes {
padding-bottom: 0px;
}
.themetechmount-boxes-portfolio.tm-boxes-carousel-arrows-above.themetechmount-boxes div.slick-list {
padding-bottom: 40px;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-prev {
right: 60px;
left: auto;
}
.tm-boxes-carousel-arrows-above.tm-boxes-txtalign-right .themetechmount-boxes-inner .themetechmount-boxes-row-wrapper:first-child .slick-next {
right: 30px;
left: auto;
} .tm-fid-view-circle-progress.inside {
padding: 0;
margin-bottom: 0px;
}
.tm-circle canvas {
max-width: 100%;
height: auto !important;
}
.tm-circle canvas {
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: -o-crisp-edges;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}
.tm-fid-view-circle-progress .tm-circle-content {
position: relative;
}
.tm-circle-boxcontent {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.tm-fid-view-circle-progress .tm-fid-number, .tm-fid-view-circle-progress .tm-fid-number sup, .tm-fid-view-circle-progress .tm-fid-number sub {
font-size: 26px;
}
.tm-fid-view-circle-progress .tm-fid-title {
text-align: center;
padding-top: 0px;
font-size: 24px;
line-height: 34px;
font-weight: 600;
}
.tm-fid-view-circle-progress .tm-circle-content sub {
bottom: 0;
}
.tm-fid-view-circle-progress.inside h3 span {
color: initial;
}
.tm-fid-view-circle-progress .tm-fld-contents {
width: auto;
} .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li a:before, .themetechmount-fbar-box-w.themetechmount-fbar-bg-skincolor.themetechmount-fbar-text-white .widget li:before {
color: rgba(255, 255, 255, 0.2);
}
.themetechmount-fbar-box .textwidget.widget-text {
font-size: 16px;
line-height: 26px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn {
cursor: pointer;
position: absolute;
left: -36px;
z-index: 1005;
width: 58px;
height: 58px;
text-align: center;
width: 0;
height: 0;
top: 165px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a {
width: 36px;
height: 41px;
background-color: #129ce7;
line-height: 40px;
padding-left: 0px;
font-size: 19px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a i {
margin-left: -5px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a i.themifyicon {
line-height: 42px;
}
.themetechmount-fbar-position-right .themetechmount-fbar-btn a:after {
content: "";
position: absolute;
top: 0px;
left: -20px;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 21px solid transparent;
border-right: 20px solid #01d6a3;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn {
cursor: pointer;
position: absolute;
right: 128px;
z-index: 1005;
text-align: center;
width: 0;
height: 0;
bottom: 0;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn a {
width: 40px;
height: 44px;
line-height: 50px;
text-align: center;
}
.themetechmount-fbar-position-default .themetechmount-fbar-btn a:after {
content: "";
position: absolute;
bottom: -19px;
left: 0;
width: 0;
height: 0;
border-left: 21px solid transparent;
border-right: 19px solid transparent;
border-top: 19px solid #03acdc;
}
a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-close-icon {
display: block !important;
}
a.themetechmount-fbar-btn-link.tm-close-icon .tm-fbar-open-icon {
display: none;
}
.themetechmount-fbar-box-w .themetechmount-fbar-box .search_field select {
padding-left: 7px !important;
}
.tm-wrap-cell.tm-fbar-input .search_field.selectbox:after {
font-family: FontAwesome;
content: '\f107';
position: absolute;
right: 13px;
top: 9px;
} .themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-slider.slick-dotted {
padding-bottom: 55px;
}
.tm-textcolor-white .slick-dots li.slick-active button, .tm-textcolor-white .slick-dots li button, .tm-col-bgcolor-darkgrey .slick-dots li button, .tm-bgcolor-darkgrey .slick-dots li button {
background-color: var(--ttm-whitecolor);
}
.tm-textcolor-white .slick-dots li.slick-active button:before, .tm-textcolor-white .slick-dots li button:before, .tm-col-bgcolor-darkgrey .slick-dots li button:before, .tm-bgcolor-darkgrey .slick-dots li button:before {
border-color: var(--ttm-whitecolor);
}
.tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name, .tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-author-name {
color: var(--ttm-whitecolor);
}
.themetechmount-boxes-testimonial .themetechmount-box-desc blockquote {
border: none;
margin: 0;
outline: none;
text-align: left;
position: relative;
color: inherit;
font-style: italic;
font-weight: normal;
padding: 0;
margin: 0;
font-size: 17px;
background-color: transparent;
line-height: 32px;
}
.themetechmount-boxes-testimonial .themetechmount-box-author {
display: block;
width: 100%;
padding-top: 5px;
margin: 0 auto;
}
.themetechmount-boxes-testimonial .themetechmount-box-img .themetechmount-item-thumbnail {
display: block;
margin: 0 auto;
float: none;
width: 65px;
height: 65px;
}
.themetechmount-box-testimonial .themetechmount-box-img img {
border-radius: 50%;
}
.themetechmount-boxes-testimonial .themetechmount-author-name {
font-size: 17px;
line-height: 19px;
margin-bottom: 0px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.themetechmount-boxes-testimonial .themetechmount-box-footer {
font-size: 14px;
font-weight: normal;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-carousel .slick-dots {
position: absolute;
bottom: 20px;
left: 50%;
width: auto;
right: auto;
margin-left: -33px;
}
.themetechmount-boxes-testimonial .themetechmount-ratting-star {
overflow: hidden;
padding: 5px 0px 5px 0px;
display: block;
}
.themetechmount-boxes-testimonial .ttm-medisat-icon-star-1.tm-active, .themetechmount-boxes-testimonial .ttm-medisat-icon-star-empty-1 {
color: #d1d8e9;
}
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star, .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-ratting-star {
bottom: -14px;
} .themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .tm-box-col-wrapper {
margin-bottom: -40px !important;
}
.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .testimonials-info .slick-list {
margin-top: -40px;
}
.themetechmount-boxes-view-slickview .testimonial_item {
margin-left: 0;
margin-right: 0;
position: relative;
}
.testimonial_item .themetechmount-box-img img {
width: 100%;
height: auto;
}
.testimonials-nav .testimonial_item .themetechmount-box-img .themetechmount-item-thumbnail-inner {
position: relative;
overflow: hidden;
border-radius: 3px;
transition: all .5s ease;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .themetechmount-item-thumbnail {
transform: scale(1);
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-testimonials-info .tm-box-img img {
border: 5px solid #000;
border-radius: 3px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .ratting-star {
padding-bottom: 12px;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-arrow {
border: none;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before, .themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-next:before {
color: #7b8095;
font-size: 16px;
line-height: 30px;
position: relative;
opacity: 1;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper .slick-prev:before {
text-align: center;
}
.themetechmount-boxes-view-slickview .testimonial_wrapper .slick-prev, .themetechmount-boxes-view-slickview .testimonial_wrapper .slick-next {
bottom: -120px;
top: auto;
} .themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-next {
bottom: 35%;
top: auto;
right: 60px;
left: auto;
transform: rotate(90deg);
margin-right: -37px;
}
.themetechmount-boxes-testimonial.tm-boxes-carousel-arrows-below .themetechmount-boxes-row-wrapper .slick-prev {
bottom: 50%;
top: auto;
right: 20px;
left: auto;
transform: rotate(90deg);
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
border: none;
height: 45px;
width: 50px;
background-color: var(--ttm-whitecolor);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
border-radius: 0;
}
.themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-prev:before {
content: "\f177";
}
.themetechmount-boxes-view-carousel.tm-boxes-carousel-arrow-round .themetechmount-boxes-row-wrapper .slick-arrow {
height: 40px;
width: 40px;
border-radius: 50%;
} .themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
background-color: transparent;
border: 1px solid;
}
.themetechmount-iconbox .tm-iconstyle-rounded-outline .tm-box-icon {
border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-rounded-less-outline .tm-box-icon {
border-radius: 3px;
}
.themetechmount-iconbox .tm-iconstyle-boxed-outline .tm-box-icon, .themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon {
border-radius: 0px;
}
.themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon {
border-radius: 50%;
}
.themetechmount-iconbox .tm-iconstyle-rounded-less .tm-box-icon i, .themetechmount-iconbox .tm-iconstyle-boxed .tm-box-icon i, .themetechmount-iconbox .tm-iconstyle-rounded .tm-box-icon i {
color: var(--ttm-whitecolor);
}
.themetechmount-iconbox.tm-content-left-all * {
text-align: left !important;
}
.themetechmount-iconbox .tm-textalign-left .tm-box-icon, .themetechmount-iconbox.tm-content-left-all .tm-box-icon {
margin-left: 0;
}
.tm-textcolor-white .themetechmount-iconbox .tm-box-icon i {
color: var(--ttm-whitecolor);
}
.themetechmount-iconbox .tm-textalign-left * {
text-align: left;
}
.themetechmount-iconbox .tm-textalign-right * {
text-align: right;
}
.themetechmount-iconbox .tm-textalign-right .tm-box-icon {
margin-right: 0;
}
.themetechmount-iconbox {
margin-bottom: 15px;
}
.themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
font-size: 20px;
line-height: 32px;
position: relative;
margin-bottom: 5px;
}
.themetechmount-iconbox .themetechmount-iconbox-heading .tm-element-subheading {
margin-bottom: 0;
}
.themetechmount-iconbox .themetechmount-iconbox-icon  img {
width: 55px;
height: 55px;
}
.themetechmount-iconbox .tm-ihbox-btn {
margin-top: 10px;
}
.themetechmount-iconbox .tm-box-icon i, .themetechmount-iconbox .tm-box-icon i.kw_medisat {
font-size: 40px;
}
.themetechmount-iconbox .themetechmount-iconbox-icon {
margin-bottom: 15px;
}
.tm-col-bgcolor-darkgrey .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading, .tm-col-bgcolor-skincolor .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
color: var(--ttm-whitecolor);
} .themetechmount-iconbox.themetechmount-iconcolor-white .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-white .tm-icon-type-text {
color: var(--ttm-whitecolor);
}
.themetechmount-iconbox.themetechmount-iconcolor-default .tm-box-icon i, .themetechmount-iconbox.themetechmount-iconcolor-default .tm-icon-type-text {
color: inherit;
}
.first-footer .widget-area {
overflow: hidden;
} body .elementor-section.elementor-top-section:first-child {
margin-top: -83px;
}
.elementor-section.elementor-top-section {
padding-top: 92px;
padding-bottom: 80px;
} .elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-bgimage-yes) .elementor-widget-wrap>.tm-stretched-div, .elementor-column.elementor-top-column.tm-col-bgcolor-white:not(.tm-col-stretched-yes)>.elementor-widget-wrap, .elementor-column.elementor-inner-column.tm-col-bgcolor-white:not(.tm-bgimage-yes)>.elementor-widget-wrap {
background-color: var(--ttm-whitecolor) !important;
}
.elementor-section.elementor-top-section.tm-bgcolor-white, .elementor-section.elementor-top-section.tm-bgcolor-white:before, .elementor-section.elementor-inner-section.tm-bgcolor-white, .elementor-progress-wrapper {
background-color: var(--ttm-whitecolor);
}
.elementor-inner-section, .elementor-widget-container, .elementor-button-wrapper, .elementor-section .elementor-widget-wrap {
position: relative;
z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before, .tm-col-stretched-yes .tm-stretched-div:before {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
content: "";
display: block;
z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, .elementor-inner-column>.elementor-widget-wrap:before, .elementor-top-section:before, .elementor-inner-section:before {
background-color: transparent !important;
}
body.elementor-editor-active .elementor-top-section:before, body.elementor-editor-active .tm-col-stretched-yes .tm-stretched-div:before {
z-index: 0;
}
.elementor-column.elementor-top-column.tm-col-bgcolor-white.tm-bgimage-yes .elementor-widget-wrap .tm-stretched-div:before {
background-color: rgba(255, 255, 255, .70) !important;
}
.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
background-image: none;
background-color: transparent;
}
.tm-bg-color-white, .tm-bg-color-white .tm-stretched-div:before {
background-color: var(--ttm-whitecolor);
}
.tm-bg-color-white .tm-bgimage-yes.tm-stretched-div:before {
background-color: rgba(255, 255, 255, 0.80);
}
.tm-col-stretched-yes .tm-stretched-div {
position: absolute;
height: 100%;
top: 0;
left: 0;
width: auto;
z-index: 1;
}
.tm-col-stretched-left .tm-stretched-div {
margin-left: -500px !important;
right: 0;
}
.tm-col-stretched-right .tm-stretched-div {
right: 0;
}
.tm-col-bgcolor-darkgrey .tm-element-heading-content-wrapper .tm-element-content-heading, .tm-col-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-content-heading {
color: var(--ttm-whitecolor);
}
.tm-col-bgcolor-darkgrey .tm-element-content-desctxt, .tm-col-bgcolor-skincolor .tm-element-content-desctxt {
color: rgba(255, 255, 255, 1);
} .tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md {
padding: 14px 25px 13px 25px;
color: var(--ttm-whitecolor);
border-radius: 21px;
background-color: rgba(255, 255, 255, 0.20);
position: relative;
font-family: var(--button-font-family);
z-index: 9;
font-size: 15px;
}
.tm-headerstyle-classic-overlay .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
background-color: var(--ttm-secondarycolor);
color: #fff;
}
.tm-headerstyle-classic-overlay .tm-header-cta-btn {
padding-left: 15px;
}
.elementor-button-link.elementor-button.elementor-size-sm {
padding: 10px 20px 10px 20px;
}
.tm-seperator-style3.tm-element-heading-content-wrapper .tm-element-subheading {
background-color: var(--ttm-greycolor);
padding: 12px 30px 10px 30px;
border-radius: 50px;
}
.ttm-imagebox-style-01 {
overflow: hidden;
}
.tm-bgcolor-grey .tm-seperator-style3.tm-element-heading-content-wrapper .tm-element-subheading {
background-color: #ecedfa;
} .ttm-elementor-tabs .ttm-elementor-tab-title i {
padding-right: 5px;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
color: var(--ttm-skincolor);
}
.ttm-tab-content {
display: none;
}
.ttm-tab-content.ttm-tab-active {
display: block;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title {
position: relative;
}
.ttm-tab-content .ttm-tab-content-title {
display: none;
}
body .ttm-tab-content .elementor-section.elementor-top-section:first-child {
margin-top: 0px;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 22px;
font-weight: 600;
color: var(--body-blackfont-color);
vertical-align: middle;
}
.ttm-elementor-tabs .ttm-elementor-tab-title i {
font-size: 40px;
line-height: 28px;
vertical-align: middle;
color: var(--ttm-secondarycolor);
padding-right: 8px;
} .footer .mailchimp-inputbox {
margin: 0 0 20px 0;
width: 100%;
position: relative;
}
.footer .mailchimp-inputbox .ttm-agreeterm {
font-size: 14px;
font-weight: 400;
}
.footer .mailchimp-inputbox input[type="checkbox"]:before {
height: 15px;
width: 15px;
border: 1px solid var(--ttm-whitecolor);
background-color: transparent;
border-radius: 3px;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li a {
border-radius: 50%;
border:1px solid rgb(255,255,255,0.20);
width: 35px;
height:35px;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li.tm-social-instagram a, .footer .themetechmount-social-links-wrapper ul.social-icons li.tm-social-flickr a, .footer .themetechmount-social-links-wrapper ul.social-icons li.tm-social-linkedin a, .footer .themetechmount-social-links-wrapper ul.social-icons li.tm-social-twitter a, .footer .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
background-color: transparent;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li a:hover {
border-color: var(--ttm-skincolor);
}
.tooltip-top:hover:after {
background-color: var(--ttm-skincolor) !important;
}
.footer .mailchimp-inputbox button[type="submit"] {
position: absolute;
right: 25px;
left: auto;
background-color: var(--ttm-secondarycolor);
padding: 20px 30px 21px;
border: 0;
color: var(--ttm-skincolor);
font-size: 13px;
}
.footer .mailchimp-inputbox button[type="submit"] {
padding: 0;
background: transparent;
color: var(--ttm-secondarycolor);
font-size: 0;
top: 15px;
}
.footer .mailchimp-inputbox button[type="submit"]:hover {
color: var(--ttm-skincolor) !important;
}
.footer .mailchimp-inputbox button[type="submit"] i {
font-size: 17px;
}
.footer .ttm-social-share .ttm-social-share-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 10px;
margin-top: 20px;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li > a:hover {
background-color: var(--ttm-skincolor) !important;
color: var(--ttm-whitecolor) !important;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li > a {
line-height: 35px;
}
.themetechmount-fbar-content-wrapper .themetechmount-social-links-wrapper ul.social-icons li a {
font-size: 16px;
color: rgba(255, 255, 255, 0.5);
}
.themetechmount-fbar-content-wrapper .prt-detailss {
padding-top: 40px;
}
.themetechmount-fbar-content-wrapper .themetechmount-fbar-box .widget .prt-detailss li {
padding-bottom: 12px;
color: rgba(255, 255, 255, .50);
}
.themetechmount-fbar-content-wrapper .themetechmount-fbar-box .widget .prt-detailss li span {
color: #fff;
}
.themetechmount-fbar-content-wrapper ul.social-icons {
margin-top: 30px;
} .last-icon-box .themetechmount-iconbox-styletwo.themetechmount-iconcolor-darkgrey {
border-right: 0px;
} .tm-accordion-style2 .elementor-accordion-item {
margin-bottom: 30px;
}
.tm-accordion-style2 .elementor-accordion-item:last-child {
margin-bottom: 0;
}
.tm-accordion-style2 .elementor-accordion-title {
position: relative;
}
.tm-accordion-style2 .elementor-widget-accordion .elementor-tab-content p {
margin: 0;
}
.tm-accordion-style2 .elementor-accordion .elementor-accordion-item {
border: 1px solid #00000033 !important;
margin-bottom: 30px;
border-radius: 10px;
padding: 18px 30px;
background-color: var(--ttm-greycolor);
}
.tm-accordion-style2 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
height: 25px;
width: 25px !important;
line-height: 26px;
border-radius: 20px;
text-align: center !important;
background-color: var(--ttm-skincolor);
font-size: 10px;
color: var(--ttm-whitecolor);
position: relative;
top: 5px;
}
.tm-accordion-style2 .elementor-accordion .elementor-accordion-item .elementor-tab-title a {
line-height: 31px;
}
.tm-bgcolor-grey .tm-accordion-style2 .elementor-accordion .elementor-accordion-item {
background-color: var(--ttm-whitecolor);
} .tm-titlebar-wrapper.tm-breadcrumb-border-bottom {
position: relative;
border-bottom: 1px solid #00000033;
}
.tm-titlebar-wrapper.tm-titlebar-align-default.tm-breadcrumb-on-bottom .breadcrumb-wrapper {
left: 0;
right: 0;
text-align: center;
} .ttm-contactform-01 textarea, .ttm-contactform-01 input[type="number"], .ttm-contactform-01 input[type="tel"], .ttm-contactform-01 input[type="email"], .ttm-contactform-01 input[type="text"], .ttm-contactform-01 .select2-container--default .select2-selection--single {
background-color: var(--ttm-greycolor);
padding: 7px 15px 7px 15px;
font-size: 14px;
border-color: var(--ttm-secondarycolor);
border-radius: 10px;
}
.ttm-commonform.ttm-contactform-01 .tm-contact-btn i {
left: 126px;
position: absolute;
top: 17px;
font-size: 14px;
color: #fff;
z-index: 9;
right: auto;
display: inline-block;
width: 25px;
}
.ttm-commonform.ttm-contactform-01 .tm-contact-btn {
position: relative;
margin-top: 5px;
display: inline-block;
}
.ttm-commonform.ttm-contactform-01 .tm-contact-btn:hover i {
animation: LeftToRight 0.5s forwards;
}
.wpcf7-form .ttm-commonform.ttm-contactform-01 .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 25px;
}
.ttm-commonform.ttm-contactform-01 input[type="submit"] {
border-radius: 21px;
font-weight: 500;
background-image: linear-gradient(0deg, #233053, #5ba889);
border: none;
padding: 16px 54px 16px 35px;
position: relative;
display: inline-block;
}
.ttm-commonform.ttm-contactform-01 .contact-form-submitbtn {
margin: 0 auto;
display: table;
margin-top: 35px;
}
.ttm-commonform.ttm-contactform-01 .contact-form-submitbtn .form-contact, .ttm-commonform.ttm-contactform-01 .contact-form-submitbtn .tm-checkbox {
display: inline-block;
}
.ttm-commonform.ttm-contactform-01 .form-contact .ttm-contact-btn .wpcf7-spinner {
display: block;
margin: 10px 24px 0px;
} .ttm-arrow-text .elementor-heading-title {
position: relative;
animation-name: arrow_up;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: arrow_up;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: arrow_up;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear
}
@keyframes arrow_up {
0% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1
}
50% {
transform: translateY(10px);
transform: translateY(10px);
opacity: 1
}
100% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1
}
}
.ttm-arrow-text .elementor-heading-title:before {
content: '';
position: absolute;
left: 25px;
right: 0;
height: 100%;
width: 100%;
background-image: url(https://www.themetechmount.com/theme/wp1/demo4/wp-content/uploads/sites/3/2023/05/arrow-img.png);
background-position: bottom center;
top: 50px;
background-repeat: no-repeat;
z-index: -1;
} .ttm-contactform-02 textarea, .ttm-contactform-02 input[type="number"], .ttm-contactform-02 input[type="tel"], .ttm-contactform-02 input[type="email"], .ttm-contactform-02 input[type="text"] {
background-color: transparent;
padding: 10px 20px 10px 20px;
font-size: 14px;
border-color: #00000033;
border-radius: 10px;
}
.ttm-commonform.ttm-contactform-02 .ttm-contact-btn {
padding-top: 5px;
}
.ttm-commonform.ttm-contactform-02 .ttm-contact-btn input[type="submit"] {
border-radius: 10px;
} .ttm-circle-animation > .elementor-section {
position: relative;
overflow: hidden;
}
.ttm-circle-animation .ttm-circle-1 {
display: block;
position: absolute;
content: "";
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 1px;
background: transparent;
transform-origin: left;
-webkit-animation: circle-animation 13s linear infinite;
-moz-animation: circle-animation 13s linear infinite;
-o-animation: circle-animation 13s linear infinite;
animation: circle-animation 13s linear infinite;
}
.ttm-circle-animation span.ttm-circle-1:before {
position: absolute;
content: "";
width: 22px;
height: 22px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
top: -25px;
right: -12px;
}
.ttm-circle-animation span.ttm-circle-2:after {
position: absolute;
content: "";
width: 14px;
height: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
bottom: -25px;
right: -7px;
}
.ttm-circle-animation span.ttm-circle-2 {
display: block;
position: absolute;
content: "";
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 1px;
background: transparent;
transform-origin: left;
transform: scale(-1, 1);
-webkit-animation: circle-animation2 13s linear infinite;
-moz-animation: circle-animation2 13s linear infinite;
-o-animation: circle-animation2 13s linear infinite;
animation: circle-animation2 13s linear infinite;
}
.ttm-circle-animation span.ttm-circle-1 {
display: block;
position: absolute;
content: "";
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 1px;
background: transparent;
transform-origin: left;
-webkit-animation: circle-animation 13s linear infinite;
-moz-animation: circle-animation 13s linear infinite;
-o-animation: circle-animation 13s linear infinite;
animation: circle-animation 13s linear infinite;
}
.ttm-circle-animation {
top: 50%;
left: 50%;
height: 400px;
border: 1px solid #3F3F47;
position: absolute;
transform: translate(-50%, -50%);
border-radius: 50%;
}
@keyframes circle-animation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes circle-animation2 {
0% {
transform: scale(-1, 1) rotate(360deg);
}
100% {
transform: scale(-1, 1) rotate(0deg);
}
}
.ttm-round-circle-section {
overflow: hidden;
} .themetechmount-service-single-image-area .tm-post-featured-link-wrapper {
border-radius: 10px;
padding-top: 550px;
background-position: 40% 10%;
} .tm-staticbox-style3 .tm-stepbox {
width: 100% !important;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content {
padding: 0px 0 35px;
margin: 0px 0px 35px;
text-align: left;
border-bottom: 1px solid #00000033;
display: flex;
justify-content: space-between;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-title {
width: 28%;
padding-right: 30px;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-icon {
width: 38%;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-desc {
width: 40%;
padding-left: 10px;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-title .tm-box-title h4 {
font-size: 22px;
line-height: 32px;
}
.tm-staticbox-style3 .tm-stepbox .tm-stepbox-content .tm-contentbox-icon .tm-ptable-icon-type-image img {
border-radius: 10px;
}
.tm-staticbox-style3 .tm-stepbox:last-child .tm-stepbox-content {
margin: 0;
} .single-tm_service.postid-118 .themetechmount-service-single-image-area {
display: none;
} .ttm-tab-style4.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 0 auto;
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title {
margin-right: 20px;
color: var(--ttm-secondarycolor);
display: inline-block;
padding: 6px 15px;
cursor: pointer;
border: 1px solid #00000033;
border-radius: 10px;
background-color: var(--ttm-greycolor);
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 16px;
line-height: 26px;
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
margin-right: 0px;
} .tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
border-bottom: 1px solid #00000033 !important;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
border-bottom: 0px solid #00000033 !important;
padding-bottom: 0px;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
border-bottom: 1px solid #00000033 !important;
}
.tm-accordion-style3 .elementor-accordion-item .elementor-tab-content img {
border-radius: 10px;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active .tabs-description {
margin: 0px;
padding: 10px 0px;
} .tm-portfolio-style .themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner:before {
left: 12px;
top: 14px;
}
.tm-portfolio-fullstyle .themetechmount-portfoliobox-style1:hover .themetechmount-post-item-inner:before {
left: 18px;
top: 22px;
} .ttm-star-content {
position: relative;
}
.ttm-star-content:before {
content: '';
position: absolute;
left: -15px;
top: 3px;
height: 16px;
width: 1px;
background-color: var(--ttm-secondarycolor);
transform: rotate(14deg);
} .ttm-portfolio-details .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
font-family: var(--special-element-fontfamily);
}
.ttm-portfolio-details .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
text-transform: capitalize;
font-weight: 400;
font-family: var(--body-font-family);
} .team-detail-heading h5 {
position: relative;
display: inline-block;
}
.team-detail-heading h5:before {
content: '';
position: absolute;
bottom: 0;
height: 1px;
width: 100%;
background-color: var(--ttm-skincolor);
} .single article.themetechmount-box-blog-classic .tm-featured-wrapper img {
border-radius: 10px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
padding: 0px;
list-style-type: none;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li {
margin-bottom: 20px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li i {
height: 40px;
width: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
background-color: var(--ttm-greycolor);
border-radius: 50%;
margin-right: 15px;
}
.single-post .themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li span {
font-size: 18px;
line-height: 28px;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
font-weight: 600;
}
.sidebar .widget .tm-author-widget .author-widget_img img {
border-radius: 10px;
margin-bottom: 20px;
}
.sidebar .widget .tm-author-widget .author-name {
font-size: 18px;
line-height: 28px;
margin-bottom: 0px;
}
.sidebar .widget .tm-author-widget .author-widget_text {
margin-bottom: 0px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content {
margin-bottom: 50px;
}
.sidebar .widget .themetechmount-social-links-wrapper {
margin-bottom: 50px;
} .single-tm_service .tm-service-single-content-wrapper .widget {
background-color: var(--ttm-whitecolor);
margin-bottom: 45px;
padding: 23px 30px 25px;
border: 1px solid #00000033;
border-radius: 10px;
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul > li {
padding-bottom: 0px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.09);
margin-bottom: 10px;
font-size: 15px;
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul > li:first-child {
border-top: none;
}
.single-tm_service .tm-service-single-content-wrapper .widget.ttm-sidebar-contact {
padding: 0px;
border: none;
}
.sidebar .widget .tm-service-contact-banner, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner {
padding: 50px 20px 0px 20px;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/sidebar-contact-bg.png) !important;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
border: 0;
position: relative;
overflow: hidden;
z-index: 99;
border-radius: 10px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content {
padding: 0px 30px 0px 20px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content .tm-service-contact-banner-heading, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-banner-content .tm-service-contact-banner-heading {
font-size: 26px;
line-height: 36px;
margin-bottom: 30px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-banner-content a.elementor-button {
padding: 16px 30px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-info, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info {
padding: 20px 30px 10px 20px;
text-align: left;
background-color: var(--ttm-skincolor);
border-radius: 10px 10px 0px 0px;
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-subheading, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-subheading {
font-weight: 500;
color: var(--ttm-whitecolor);
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-number a, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-number a {
font-size: 25px;
line-height: 35px;
color: var(--ttm-whitecolor);
font-family: var(--body-font-family);
}
.sidebar .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-email a, .single-tm_service .tm-service-single-content-wrapper .widget .tm-service-contact-banner .tm-service-contact-info .tm-service-contact-info-contact-email a {
color: var(--ttm-whitecolor);
font-family: var(--body-font-family);
font-weight: 500;
} .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:hover, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a {
color: var(--ttm-skincolor);
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:after, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a:after {
content: '';
width: 0;
display: block;
height: 1px;
bottom: 0px;
position: absolute;
left: 0;
right: auto;
top: auto;
margin: 0;
-webkit-transform: unset;
-moz-transform: unset;
transform: unset;
-webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
background-color: var(--ttm-skincolor);
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li a:hover:after, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item a:after {
width: 100%;
left: 0;
right: auto;
margin: 0;
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li {
display: block;
position: relative;
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li:before {
content: "\e849";
font-family: 'ttm-medisat-icons';
position: absolute;
left: auto;
right: 0;
font-size: 15px;
top: 15px;
transition: all 0.5s ease;
color: var(--ttm-secondarycolor);
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li.current-menu-item:before, .single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul>li:hover.ttm-link-hover:before {
color: var(--ttm-skincolor);
}
.single-tm_service .tm-service-single-content-wrapper .widget.widget_nav_menu ul li a {
padding-left: 0px;
} .tm-file-links .tm-links {
margin-bottom: 18px;
}
.tm-file-links .tm-links:last-child {
margin-bottom: 0;
}
.tm-file-links .tm-link-wrap a {
color: var(--body-fonts-color);
}
.tm-file-links .tm-links-title {
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
font-size: 24px;
line-height: 34px;
color: var(--body-blackfont-color);
}
.tm-file-links .tm-links i {
font-size: 28px;
float: right;
height: 60px;
width: 60px;
line-height: 60px;
background-color: var(--ttm-skincolor);
text-align: center;
color: var(--ttm-whitecolor);
border-radius: 10px;
}
.tm-file-links .tm-link-wrap {
display: inline-block;
vertical-align: top;
padding-right: 10px;
}
@media (max-width:1100px) {
.tm-file-links .tm-link-wrap a {
font-size: 14px;
}
.single-tm_service .tm-service-single-content-wrapper .widget {
padding: 23px 15px 25px;
}
} .tm-post-prev-next-buttons {
position: relative;
margin-bottom: 50px;
margin-top: 25px;
border-top: 1px solid #e3e3e3;
padding-top: 40px;
}
#image-navigation.navigation .nav-previous {
float: left;
padding-top: 7px;
padding-left: 25px;
}
#image-navigation.navigation .nav-next {
float: right;
padding-top: 7px;
padding-right: 25px;
}
.navigation a:hover {
text-decoration: none;
}
.prev-link_wrapper, .next-link_wrapper {
width: 48%;
padding: 0;
}
.next-link_wrapper, .pagination-item.next {
float: right;
}
.single-post .tm-post-prev-next-buttons {
padding-top: 30px;
margin: 10px 0px 10px;
position: relative;
border-top: 1px solid #e9ecef;
padding-bottom: 10px;
}
.pagination-item.prev {
position: relative;
}
.tm-post-prev-next-buttons span.tm-nav-title {
display: block;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 18px;
font-weight: var(--htag-fontweight);
font-family: var(--special-element-fontfamily);
}
.pagination-item.next .pagination-content {
padding-right: 0px;
text-align: right;
}
.pagination-item.next.tm-postwithot-img .pagination-content {
padding-right: 0px;
display: block;
}
.pagination-item.prev.tm-postwithot-img .pagination-content {
padding-left: 0px;
}
.tm-post-prev-next-buttons .pagination-img {
display: table-cell;
vertical-align: middle;
max-width: 168px;
overflow: hidden;
}
.tm-post-prev-next-buttons .pagination-img img {
width: 150px;
height: 100px;
border-radius: 0px;
}
.tm-empty-sidebar .tm-post-prev-next-buttons .pagination-img img {
width: 100px;
max-width: 100px;
}
.pagination-item.prev .pagination-content {
padding-left: 0px;
}
.tm-post-prev-next-buttons .pagination-content {
display: table-cell;
vertical-align: middle;
text-align: left;
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
}
.tm-post-prev-next-buttons a:hover .tm-nav-sub {
color: var(--ttm-skincolor);
}
.tm-post-prev-next-buttons a:hover .tm-nav-sub i {
color: #fff;
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
}
.tm-post-prev-next-buttons .tm-nav-sub {
display: block;
color: var(--body-fonts-color);
font-size: 16px;
font-weight: 400;
}
.single-tm_service.postid-1793 .themetechmount-service-single-image-area {
display: none;
}
.footer .ttm-widget-contact .ttm-phone-widget p {
margin-bottom: 10px;
}
.footer .ttm-widget-contact .ttm-phone-widget p a, .footer .ttm-widget-contact .ttm-email-widget p a {
font-size: 16px;
line-height: 20px;
font-weight: 500;
color: var(--ttm-skincolor);
position: relative;
display: inline-block;
}
.footer .ttm-widget-contact .ttm-email-widget p a {
color: var(--ttm-secondarycolor);
}
.footer .ttm-widget-contact .ttm-phone-widget p a:before, .footer .ttm-widget-contact .ttm-email-widget p a:before {
content: '';
position: absolute;
left: 0;
bottom: 2px;
height: 1px;
width: 100%;
background-color: var(--ttm-skincolor);
}
.footer .ttm-widget-contact .ttm-email-widget p a:before {
background-color: var(--ttm-secondarycolor);
}
.footer .ttm-widget-contact .ttm-email-widget p a:hover:before {
background-color: var(--ttm-skincolor);
}
.footer .ttm-widget-contact .ttm-email-widget p a:hover {
color: var(--ttm-skincolor);
}
.footer .ttm-widget-contact .ttm-phone-widget p a:hover:before {
background-color: var(--ttm-secondarycolor);
}
.footer .ttm-widget-contact .ttm-phone-widget p a:hover {
color: var(--ttm-secondarycolor);
}
.service-page-service .themetechmount-box-service.themetechmount-servicebox-styleone {
background-color: var(--ttm-whitecolor);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
text-align: center;
}
.ttm-imagebox-style-01:hover img {
animation: tm-bounce 500ms ease-in-out 50ms;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo i {
display: inline-block;
}
.themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-box-icon i {
animation: tm-bounce 500ms ease-in-out 50ms;
} .single article.themetechmount-box-blog-classic .tm-featured-wrapper img {
border-radius: 10px;
}
.blog-list.prt-list {
padding: 0;
list-style-type: none;
}
.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items {
display: inline-block;
margin: 5px 20px 0px 0px;
padding: 0px;
list-style-type: none;
}
.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li {
margin-bottom: 10px;
display: -webkit-box;
}
.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li i {
height: 40px;
width: 40px;
line-height: 40px;
display: inline-block;
text-align: center;
background-color: var(--ttm-greycolor);
border-radius: 50%;
margin-right: 15px;
}
.single-post .tm-blog-classic-box-content .blog-list.tm-list.tm-list-style-icon.tm-sbox.elementor-icon-list-items li span {
font-size: 18px;
line-height: 28px;
color: var(--body-blackfont-color);
font-family: var(--special-element-fontfamily);
font-weight: 600;
display: -webkit-box;
}
.single-post .themetechmount-tags-links-title {
font-size: 18px;
font-weight: 500;
line-height: 40px;
padding-right: 10px;
margin-top: 0px !important;
margin-bottom: 0;
display: inline-block;
}
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
font-size: var(--body-font-size);
display: inline-block;
font-family: var(--special-element-fontfamily);
padding: 4px 16px;
margin: 0 5px 8px 0;
border: 1px solid #000000;
border-radius: 30px;
background-color: var(--ttm-whitecolor);
font-weight: 500;
color: var(--body-blackfont-color);
}
.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
background-color: var(--ttm-skincolor);
color: #fff;
border-color: var(--ttm-skincolor);
}
.single-post .tm-social-share-links ul li a {
border-radius: 50%;
border: 1px solid #d2d2d2;
}
.single-post .tm-social-share-post-wrapper {
float: right;
}
.single-post .themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-classic-post-meta {
display: none;
}
.footer .mailchimp-inputbox .ttm-agreeterm a {
border-bottom: 1px solid currentColor;
}
.prev-link_wrapper, .next-link_wrapper {
width: 47%;
padding: 0;
}
.next-link_wrapper, .pagination-item.next {
float: right;
}
.tm-post-prev-next-buttons .tm-base-path {
width: 6%;
float: left;
padding-top:5px;
}
.tm-post-prev-next-buttons .tm-base-path a {
text-align: center;
display: block;
font-size: 27px;
}
.tm-post-prev-next-buttons .tm-base-path a:not(:hover) {
color: var(--body-fonts-color);	
}
article.themetechmount-box-blog-style2 {
margin-bottom: 50px;
}
article.themetechmount-box-blog-style2 .tm-blog-classic-box-content .entry-header .tm-classic-footer-meta .tm-entry-meta-wrapper .tm-entry-meta-blogclassic .tm-meta-line.byline:before {
content: '';
position: absolute;
right: 8px;
top: 8px;
height: 6px;
width: 6px;
background-color: var(--ttm-skincolor);
border-radius: 50px;
}
.themetechmount-social-links-wrapper ul.social-icons li a {
border: 0px transparent;
}
.tm-header-cta-btn {
float: right;
}
article.themetechmount-box-blog-style2 .tm-blog-classic-box-content .tm-blog-post-cat a {
display: inline-block;
background-color: var(--ttm-greycolor);
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 30px;
font-size: 14px;
line-height: 24px;
font-weight: 600;
font-family: var(--special-element-fontfamily);
}
article.themetechmount-box-blog-style2 .tm-featured-outer-wrapper img {
margin-bottom: 30px;
border-radius: 10px;
}
article.themetechmount-box-blog-style2 .entry-header h2.entry-title {
margin-bottom: 7px;
font-size: 35px;
line-height: 45px;
}
.ttm-about-star h5 {
font-size: 24px;
line-height: 30px;
margin-bottom: 0px;
}
.ttm-about-star {
padding-right: 10px;
position: relative;
border-right: 1px solid #00000033;
}
.ttm-about-content {
padding-left: 15px;
padding-top: 5px;
} .tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date {
display: inline-block;
padding-bottom: 0px;
}
.tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-left-details {
font-family: var(--special-element-fontfamily);
font-size: 24px;
line-height: 34px;
font-weight: 700;
}
.tm-demo-four-pfdetail .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
font-size: 20px;
line-height: 30px;
padding-left: 15px;
color: var(--ttm-secondarycolor);
}  .tm-layout-style5 .tm-titlebar h1.entry-title{
text-transform: uppercase;
}
.tm-layout-style5 .themetechmount-iconbox-stylethree .tm-iconbox-wrapper {
padding-bottom: 0px !important;
}
.tm-layout-style5 strong{
color: var(--ttm-skincolor);
}
.tm-layout-style5 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button{
border-radius: 5px;
}
.tm-layout-style5 .elementor-button-text{
text-transform: uppercase;
}
.tm-layout-style5 .ttm-vertical-overlay-subheading{
margin-top: -54%;
}
.tm-layout-style5 .themetechmount-iconbox-stylethree .themetechmount-iconbox-content {
margin-left: 17px;
}
.tm-layout-style5 .ttm-vertical-overlay-subheading-after{
margin-top: -85%;
}
.tm-layout-style5 .elementor-widget-social-icons .elementor-grid a:hover span{
color: var(--ttm-secondarycolor);
}
.tm-layout-style5 .elementor-widget-social-icons .elementor-grid a span{
text-transform: uppercase;
color: var(--ttm-secondarycolor);
font-weight: 600;
font-size: 14px;
padding: 2px 15px;
border: 1px solid #e9e9e9;
border-radius: 5px;
position: inherit;
width: 120px;
display: inline-block;
height: auto;
}
.tm-layout-style5 .elementor-widget-social-icons .elementor-grid a{
width: 120px;
background-color: transparent;
}
.tm-layout-style5 .elementor-widget-social-icons  .elementor-social-icon i{
display: none;
}
.tm-layout-style5 .featured-icon-box.icon-align-before-content.style3:hover img{
transform: rotateY(360deg);
}
.tm-layout-style5 .tm-bannerslider-box-buttons .tm-box-Button-link a.elementor-button:hover:before,
.tm-layout-style5 .tm-bannerslider-box-buttons .tm-box-Button-link a.elementor-button:hover:after{
background-color: var(--ttm-skincolor);
}
.tm-layout-style5 .tm-bannerslider-box-buttons .tm-box-Button-link a.elementor-button:after{
left: 100%;
transform: rotate(180deg);
}
.tm-layout-style5 .tm-bannerslider-box-buttons .tm-box-Button-link a.elementor-button:hover:before {
transform: translateX(100%);
}
.tm-layout-style5 .tm-textcolor-white .tm-titlebar-main .breadcrumb-wrapper a{
color: #fff;
}
.tm-layout-style5 .tm-team-social-links-wrapper {
padding-top: 0px;
}
.tm-layout-style5 .themetechmount-iconbox-stylethree .tm-iconbox-wrapper {
padding-bottom: 0px;
}
.tm-layout-style5 .ttm-border-radius-style .themetechmount-iconbox.themetechmount-iconbox-stylethree h2.tm-custom-heading {
line-height: 30px !important;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style5 li.ttm-elementor-tab-title {
background-color: var(--ttm-greycolor);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
width: 136px;
height: 136px;
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 10px;
margin-right: 27px;
padding: 30px;
margin-bottom: 15px;
flex-shrink: 0;
position: relative;
display: inline-block;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style5 li.ttm-elementor-tab-title i{
font-size: 70px;
line-height: 70px;
color: var(--ttm-skincolor);
text-align: center;
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style5 li.ttm-elementor-tab-title.ttm-tab-active{
background-color: var(--ttm-secondarycolor);
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style5 ul{
padding: 0px;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-cta3-content-wrapper {
text-transform: uppercase;
font-size: 14px;
line-height: 24px;
}
.tm-left-icon.ttm-border-radius-style .themetechmount-iconbox-stylethree h2.tm-custom-heading{
font-size: 22px !important;
line-height: 34px;
}
.tm-left-icon.ttm-border-radius-style .themetechmount-iconbox-stylethree img{
height: 55px;
width: 55px;
}
.tm-layout-style5 .ttm-special-title{
font-size: 18px;
line-height: 28px;
font-family: var(--button-font-family);
color: var(--body-blackfont-color);
font-weight: 500;
text-transform: uppercase;
background-color: var(--ttm-greycolor);
border: 1px solid #e9e9e9;
border-radius: 5px;
display: inline-block;
padding: 7px 18px;
margin: 30px 0 20px;
}
.tm-layout-style5 .ttm-elementor-tabs.ttm-tab-style5 a{
background-color: var(--ttm-skincolor);
}
.tm-layout-style5 .ttm-elementor-tabs.ttm-tab-style5 a:hover{
background-color: var(--ttm-secondarycolor);
}
.tm-layout-style5 .elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style5 li.ttm-elementor-tab-title:last-child{
margin-right: 0px;
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree.themetechmount-iconbox-styletwelve .tm-cta3-content-wrapper {
text-transform: capitalize;
}
#ttm-custome-button-hover-style:hover{
background-color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-title h3 a:hover,
.tm-headerstyle-classic-overlay.tm-layout-style5 .widget.widget_nav_menu li a:hover {
color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .prt-icon:hover{  
transform: rotateY(360deg);
}
.tm-layout-style5 .footer-widget-box.prt-contact .tm-socialbox ul.social-icons li a {
font-size: 16px;
line-height: 18px;
font-weight: 600;
font-family: var(--body-font-family);
color: var(--body-bg-color);
transition: all 0.3s ease;
border: none;
width: 30px;
}
.tm-custome-icon-hover-style:hover .elementor-widget-wrap,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore:hover:after{
background-color: var(--ttm-skincolor);  
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .themetechmount-iconbox-heading:hover .tm-box-icon {
transform: rotateY(360deg);
}
.tm-bannersliderbox-style1 .tm-bannerslider-box-buttons .tm-box-Button-link a:hover{
background-color: var(--ttm-skincolor);
color: var(--body-bg-color);
}
.ttm-contact-form-06.ttm-appointment-form button:hover{
background-color: var(--body-bg-color);
color: var(--ttm-skincolor);
}
.tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 .tm-bannersliderbox-image {
padding-left: 70px;
margin-top: -5px;
}
.tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 .tm-sliderbox .tm-bannerslider-box-wrapper {
background-size: cover;
background-repeat: no-repeat;
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 textarea,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 input[type="text"]{
color: var(--body-fonts-color);
}
.ttm-appointment-form.ttm-contact-form-06 .select2-container--open .select2-dropdown--above,
.ttm-appointment-form.ttm-contact-form-10 .select2-container--open .select2-dropdown--above {
border-radius: 0px;
}
.tm-layout-style5 .ttm-special-social-icon a:hover span{
color: var(--ttm-whitecolor) !important;
}
.tm-layout-style5.single-post .tm-blog-classic-box-comment .form-submit input{  
border-radius: 5px;
}
.tm-layout-style5.single-post .tm-post-prev-next-buttons .tm-nav-sub i{
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
display: inline-block;
font-size: 15px;
font-weight: 600;
border: 1px solid #eaebec;
border-radius: 5px;
margin: 0 3px;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tm-layout-style5.single-post article.post .entry-content {
border-bottom: unset;
padding-bottom: 0px;
}
.tm-layout-style5.single-post.single article.post blockquote {
font-weight: 500;
}
.tm-layout-style5.single-tm_team_member .themetechmount-team-img{
padding-right: 0px;
}
.tm-layout-style5 .themetechmount-box-blog-classic.themetechmount-details-style2 .themetechmount-box-title a{
cursor: default;
pointer-events: none;
}
.ttm-border-radius-style .themetechmount-iconbox.themetechmount-iconbox-stylethree.themetechmount-iconbox-style19 h2.tm-custom-heading {
font-size: 18px;
}
.tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 h5.tm-bannersliderbox-smallsubtitle{
text-transform: capitalize;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .widget.widget_nav_menu li a {
font-size: 15px;
}
.tm-footerstyle-style4 .bottom-footer-inner .tm-footer2-left{
font-size: 13px;
line-height: 25px;
}
.tm-layout-style5 .tm-titlebar-main .breadcrumb-wrapper{
padding: 10px 0 0;
border-top: 1px solid rgb(255 255 255 / 30%);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 input[type="text"]{
padding: 5px 10px 5px;
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 textarea {
height: 85px;
}
.ttm-contact-form-06.ttm-appointment-form button,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore:after,
.ttm-special-social-icon .elementor-social-icon,
.themetechmount-box-team.themetechmount-teambox-style7:hover ul.tm-team-social-links li a,
.themetechmount-box-team.themetechmount-teambox-style7{
transition: all 0.5s ease 0s;
}
.ttm-contact-form-10.ttm-appointment-form button:hover{
background-color: var(--ttm-secondarycolor);
}
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore:hover,
.themetechmount-box-blog.themetechmount-blogbox-stylefour .themetechmount-blogbox-footer-readmore:hover:after{
color: var(--ttm-skincolor);
}
.ttm-special-social-icon .elementor-social-icon:hover span{
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.ttm-contact-form-06.ttm-appointment-form label {
text-align: left;
}
.ttm-contact-form-06.ttm-appointment-form p,
.ttm-contact-form-10.ttm-appointment-form p{
margin: 0;
}
.ttm-contact-form-10.ttm-appointment-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 0px;
}
.ttm-contact-form-10.ttm-appointment-form label {
padding-top: 5px;
}
.ttm-contact-form-10 .select2-container{
padding-bottom: 10px;
}
.ttm-contact-form-10.ttm-appointment-form button{
margin-top: 30px;
}
.tm-layout-style5 .tm-contact-address-box .elementor-element-populated:hover,
.themetechmount-iconbox.themetechmount-iconbox-style19.themetechmount-iconbox-stylethree .tm-icon-type-image:hover{
box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.tm-layout-style5 .tm-contact-address-box .elementor-element-populated,
.themetechmount-iconbox.themetechmount-iconbox-style19.themetechmount-iconbox-stylethree .tm-icon-type-image,
.tm-btn-style-text .elementor-button-link.elementor-button,
.tm-layout-style5 .tm-contact-address-box .prt-btn-color-darkcolor.underline:before{
transition: all 1s ease;
}
.tm-layout-style5 .tm-contact-address-box .elementor-inner-section .elementor-element-populated{
transition: unset;
}
.tm-layout-style5 .tm-contact-address-box .elementor-inner-section .elementor-element-populated:hover{
box-shadow: unset;
}
.tm-layout-style5 .tm-contact-address-box p{
margin-bottom: 8px;
}
.tm-layout-style5 .select2-container--default .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options{
max-height: 150px;
}
.tm-layout-style5 .select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--below,
.tm-layout-style5 .select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--above{
border-radius: 0px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 #site-navigation div.nav-menu > ul > li.current-menu-item > a{
color: var(--ttm-skincolor);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10{
background-color: var(--ttm-whitecolor);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 label {
color: var(--ttm-secondarycolor);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 input[type="text"]::placeholder,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 textarea::placeholder,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 .select2-selection::placeholder,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 .select2-selection__rendered::placeholder,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 .select2-container--default .select2-selection--single .select2-selection__rendered {
color: rgb(136 136 134);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 input[type="text"],
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 textarea,
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 .select2-selection__rendered{  
border-bottom: 1px solid rgba(0 0 0 / 0.10);
}
.ttm-contact-form-06.ttm-appointment-form.ttm-contact-form-10 label{
font-size: 13px;
}
.tm-header-style-classic .tm-callbox {
display: flex;
}
.tm-header-style-classic .tm-callbox .tm-quick-call {
position: relative;
display: inline-block;
padding-right: 40px;
}
.tm-header-style-classic .tm-callbox .tm-quick-call:after {
position: absolute;
content: '';
width: 1px;
height: 99%;
right: 20px;
top: 0;
background-color: #dfdfdf;
}
.tm-header-style-classic .tm-callbox .tm-quick-call h5 a, .tm-header-style-classic .tm-callbox .tm-quick-call h5 {
display: inline-block;
text-align: left;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
font-size: var(--body-font-size);
line-height: var(--body-line-height);
color: var(--body-fonts-color);
}
.tm-header-style-classic .tm-callbox .tm-quick-call img {
display: inline-block;
padding-right: 6px;
margin-top: -4px;
}
.tm-header-style-classic .tm-callbox .tm-quick-call h5 a:hover {
color: var(--ttm-skincolor);
}
.tm-header-style-classic .top-social-links .social-icons .tm-medisat-icon-twitter {
color: #55acee;
}
.tm-header-style-classic .top-social-links .social-icons .tm-medisat-icon-youtube {
color: #c4302b
}
.tm-header-style-classic .top-social-links .social-icons .tm-medisat-icon-linkedin {
color: #0A66C2;
}
.tm-header-style-classic .top-social-links .social-icons li {
padding-left: 10px;
}
.tm-header-style-classic .top-social-links .social-icons li > a {
width: 25px;
height: 25px;
line-height: 35px;
border: 1px solid transparent;
background-color: transparent;
font-size: 17px;
color: inherit;
margin-right: 5px;
transition: .5s;
display: inline-block;
}
.tm-header-style-classic .top-social-links .social-icons li > a:hover {
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
} .first-footer .widget_custom_html .tm-ourinfo, .first-footer .widget_custom_html .tm-getintouch {
color: rgb(255 255 255 / 60%);
}
.first-footer .tm-getintouch .tm-divider {
display: flex;
padding-top: 15px;
padding-bottom: 15px;
}
.first-footer .tm-getintouch .tm-divider .tm-divider-separator {
width: 100%;
border-top: 1px solid rgb(255 255 255 / 11%);
display: flex;
margin: 0;
direction: ltr;
}
.first-footer .tm-getintouch ul > li {
padding: 0px 0px 0px 0;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 {
position: relative;
width: 100%;
position: relative;
margin: 0 auto;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 .mailchimp-email {
display: flex;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 input[type="email"] {
background-color: transparent;
border: 1px solid transparent;
font-size: 14px;
height: 50px;
color: rgba(255, 255, 255, 0.60);
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
margin-bottom: 30px;
padding-left: 0px;
padding-right: 26px;
}
.footer .mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] i {
color: #fff;
}
.mailchimp-inputbox.tm-mailchimp-form.style1 button[type="submit"] {
position: absolute;
top: 0px;
height: 50px;
width: 40px;
background-color: transparent;
text-align: right;
border: 0;
z-index: 1;
padding: 0;
right: 0px;
font-weight: 700;
font-size: 20px;
color: #fff;
border-radius: 0px;
}
.bottom-footer-text.tm-textcolor-white .footer-nav-menu, .bottom-footer-text.tm-textcolor-white .tm-footer2-left .footer-nav-menu a:not(:hover), .bottom-footer-text.tm-textcolor-white .tm-footer2-right .footer-nav-menu a:not(:hover) {
color: rgba(255, 255, 255, 60%);
}
.site-footer .widget.widget_nav_menu ul li.tm-two-column {
display: inline-block;
width: calc(50% - 2px);
float: none;
padding: 0px 0px 11px 0;
}
.widget.widget_nav_menu li.tm-social-fullname a {
padding-left: 0px;
font-size: 14px;
}  .sidebar .widget {
margin: 0px 0 35px;
padding: 0;
background-color: transparent !important;
}
.site-content-wrapper #sidebar-left.sidebar {
margin-top: 0px;
padding-top: 70px;
padding-bottom: 70px;
float: left;
} .sidebar  .medisat_all_post_list_widget.widget h3.widget-title {
display: none;
}
.widget.medisat_all_post_list_widget li:first-child {
padding-top: 0px;
}
.widget.medisat_all_post_list_widget li {
padding: 15px 0px 15px 0;
position: relative;
display: block;
}
.widget.medisat_all_post_list_widget li a {
display: block;
padding: 22px 30px;
position: relative;
z-index: 1;
font-size: 22px;
background-color: #fff;
border: 1px solid #000;
}
.widget.medisat_all_post_list_widget li.tm-post-active a, .widget.medisat_all_post_list_widget li a:hover {
border: 1px solid var(--ttm-skincolor);
}
.widget.medisat_all_post_list_widget li:first-child::after {
top: 15px;
}
.widget.medisat_all_post_list_widget li:after {
font-family: "ttm-medisat-icons";
content: "\e809";
position: absolute;
top: 30px;
right: 30px;
line-height: 40px;
font-size: 30px;
opacity: 1;
background-color: transparent;
color: #000;
z-index: 2;
transition: all .3s ease-in-out;
}
.widget.medisat_all_post_list_widget li.tm-post-active:after, .widget.medisat_all_post_list_widget li:hover::after {
color: #ffffff;
transition: all .3s ease-in-out;
} .widget.widget_custom_html .tm-sidebar-banner {
background-color: var(--body-blackfont-color);
padding: 50px 20px 35px;
text-align: center;
}
.widget.widget_custom_html .tm-banner-content h4 {
color: #fff;
margin-top: 25px;
border-bottom: 1px solid rgb(255 255 255 / 20%);
padding-bottom: 30px;
}
.widget.widget_custom_html .tm-banner-location h4 {
color: #fff;
padding-top: 15px
}
.widget.widget_custom_html .tm-banner-location h6 a, .widget.widget_custom_html .tm-banner-location p {
color: rgb(255 255 255 / 65%);
font-weight: 400;
}
.widget.widget_custom_html .tm-banner-location h6 a:hover {
color: var(--ttm-skincolor);
} .sidebar.widget-area .widget.widget_search .widget-title {
display: block;
}
.widget .search-form .search-field {
border: 0px solid #f0f0f0;
background-color: var(--ttm-greycolor);
border-radius: 0;
padding: 11px 40px 11px 15px;
font-weight: 500;
}
.widget .search-form .search-submit {
content: '';
background-color: #000;
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/search.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/search.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
height: 25px;
width: 25px;
transform: rotateZ(0deg);
top:13px;
right: 20px;
opacity: 1;
z-index: 2;
display: block;
box-shadow: none;
border-bottom: none;
text-indent: -999px;
padding: 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.medisat_contact_widget_wrapper):not(.medisat_category_list_widget):not(.tm-all-post-list) > li {
padding-bottom: 10px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.09);
} .tm-recent-post-list li .post-detail a {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} .sidebar .widget .tagcloud a {
display: inline-block;
padding: 4px 21px;
margin: 0 5px 8px 0;
border: 1px solid #000000;
border-radius: 0px;
font-size: 15px !important;
background-color: var(--ttm-whitecolor);
font-weight: var(--htag-fontweight);
color: var(--body-blackfont-color);
}
#sidebar-right.sidebar .widget .tagcloud a:hover {
color: var(--ttm-whitecolor);
border-color: var(--ttm-skincolor);
background-color: var(--ttm-skincolor);
}  .ttm-contactform-03 input[type="text"], .ttm-contactform-03 input[type="email"] {
background-color: transparent;
border: 2px solid rgb(223 223 223 / 21%);
color: var(--body-fonts-color);
border-radius: 6px;
}
.ttm-contactform-03 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.41);
}
.ttm-contactform-03 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.41);
}
.ttm-contactform-03 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.41);
}
.ttm-contactform-03 input[type="text"]:focus, .ttm-contactform-03 input[type="email"]:focus {
border-color: #fff;
}
.ttm-contactform-03 .tm-contact-btn {
margin-top: 10px;
} .ttm-contactform-04 textarea, .ttm-contactform-04 input[type="text"], .ttm-contactform-04 input[type="email"] {
border-radius: 5px;
}
.ttm-contactform-04 .tm-contact-btn {
margin-top: 10px;
} .tm-tag-on-img {
position: relative;
}
.tm-tag-on-img a {
padding: 10px 20px;
background-color: var(--ttm-skincolor);
display: inline-block;
border-radius: 5px;
color: #fff;
position: absolute;
left: 257px;
top: -170px;
transform: rotate(-20deg);
}
.tm-tag-on-img a:hover {
color: #fff;
} .tm-icon-img.elementor-widget-image {
background-color: #fff;
padding: 24px;
}
.tm-video1.elementor-widget-video .elementor-wrapper video {
border-radius: 10px 10px 10px 10px;
} .tm-custom-heading-witharrow h2 {
position: relative;
display: inline-block;
}
.tm-custom-heading-witharrow h2:after {
content: '';
position: absolute;
background-color: var(--body-blackfont-color);
width: 100%;
height: 3px;
bottom: -5px;
left: 0;
}
.tm-custom-heading-witharrow h2:before {
content: '';
background-color: var(--body-blackfont-color);
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/right-arrow.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/right-arrow.svg) no-repeat 100% 100%;
display: block;
right: -50px;
position: absolute;
top: 20px;
width: 35px;
height: 29px;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background-repeat: no-repeat;
} .tm-round-shape:before {
position: absolute;
background-color: var(--ttm-greycolor);
width: 406px;
height: 406px;
content: "";
border-radius: 50%;
top: 40px;
bottom: auto;
right: auto;
left: 50px;
}   .tm-fid-view-style1.inside {
text-align: left;
}
.tm-fid-view-style1.inside h3 {
position: relative;
padding-left: 20px;
vertical-align: top;
padding-top: 15px;
}
.tm-fid-view-style1.inside h3 span:after {
position: absolute;
content: "";
width: 30%;
height: 1px;
background-color: #dfdfdf;
bottom: 20px;
left: 20px;
}
.tm-fid-view-style1.inside h4 {
font-size: 58px;
line-height: 68px;
font-weight: 600;
}   .themetechmount-client-box-view-simple-logo .themetechmount-item-thumbnail-inner img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
opacity: 1;
-webkit-transition: .6s;
-moz-transition: .6s;
transition: .6s;
}  .error404 .site-content-wrapper {
min-height: 100vh;
}
.error404 .tm-header-style-classic, .error404 .site-footer {
display: none;
}
.tm-404-home-button a.elementor-button-link.elementor-button {
padding-left: 20px;
padding-right: 20px;
}
.error404 div.tm-titlebar-wrapper {
display: none;
}
section.error-404 h1 {
font-size: 54px;
line-height: 64px;
font-weight: 700;
}
section.error-404 .page-content h5 {
font-size: 26px;
line-height: 36px;
font-weight: 600;
}
section.error-404 .left-content {
border-right: 1px solid rgb(255 255 255 / 20%);
padding-right: 50px;
padding-top: 50px;
padding-bottom: 100px;
}
section.error-404 .right-content {
padding-left: 50px;
padding-top: 50px;
}  .tm-classic-post .elementor-image-box-wrapper {
position: relative;
}
.tm-classic-post .elementor-image-box-content .elementor-image-box-title {
height: 92px;
width: 52px;
background-color: #000;
position: absolute;
top: 0;
left: 0;
font-weight: 600;
font-size: 30px;
line-height: 30px;
padding-top: 15px;
padding-bottom: 16px;
z-index: 1;
color: #fff;
text-align: center;
border-bottom: 0px solid transparent;
transition: all 500ms ease 300ms;
display: inline-block;
}
.tm-classic-post .elementor-image-box-content .elementor-image-box-title span {
font-weight: 400;
display: block;
font-size: 15px;
margin-top: 5px;
padding-top: 3px;
border-top: 1px solid rgb(255 255 255 / 30%);
margin: 5px;
} .post.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
font-size: 36px;
line-height: 50px;
position: relative;
word-wrap: break-word;
font-weight: var(--special-element-fontweight);
}
.post.themetechmount-box-blog-classic .tm-box-post-date {
height: 80px;
width: 75px;
background-color: var(--ttm-skincolor);
position: absolute;
top: 0;
left: 0;
font-weight: 600;
font-size: 25px;
line-height: 27px;
padding-top: 14px;
padding-bottom: 16px;
z-index: 1;
color: #fff;
text-align: center;
border-bottom: 0px solid transparent;
transition: all 500ms ease 300ms;
}
.post.themetechmount-box-blog-classic .tm-entry-meta .tm-meta-line i {
display: none;
}
.post.themetechmount-box-blog-classic .entry-header:not(.tm-titlebar) .entry-title {
margin-bottom: 15px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
background-color: #fff;
padding:20px 35px 0px 0px;
position: relative;
display: block;
margin: 0px 0px 0px 0px;
-webkit-box-shadow: unset;
-moz-box-shadow: unset;
box-shadow: unset;
}
article.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer {
position: relative;
display: inline-block;
bottom: 0;
padding: 0;
}
article.themetechmount-box-blog-classic .themetechmount-box-desc-text {
margin-top: 0px;
padding-top: 0;
border: none;
padding-bottom: 10px;
} .tm-bg-marketborder .tm-content-header span {
position: relative;
}
.tm-bg-marketborder .tm-content-header span:before {
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/border-img.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/border-img.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
top: -20px;
left: -5px;
width: 314px;
height: 112px;
content: '';
background-color: var(--ttm-skincolor);
z-index: -1;
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .breadcrumb-wrapper {
display: none;
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .tm-pf-single-category a {
color: #fff;
background-color: var(--ttm-skincolor);
padding: 5px 19px;
font-size: 14px;
line-height: 20px;
display: inline-block;
border-radius: var(--ttm-button-shape);
margin-right: 5px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-featured-wrapper {
border-radius: var(--ttm-button-shape);
}
body.single-tm_portfolio .tm-titlebar-pftopimg-style .tm-pf-single-category {
margin-bottom: 15px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-left-details {
font-size: 17px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
color: var(--body-blackfont-color);
}
body.single-tm_portfolio .tm-pf-view-top-image .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
display: inline-block;
padding-left: 10px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-details-date {
padding: 5px 0px 6px 0px;
}
body.single-tm_portfolio .tm-pf-view-top-image .themetechmount-pf-detailbox-list {
margin-top: 15px;
}
body.single-tm_portfolio .tm-pf-view-top-image .tm-pf-details-date {
padding: 5px 0px 6px 0px;
position: relative;
display: inline-block;
width: 48%;
}
.tm-pf-single-related-wrapper {
padding-top: 10px;
padding-bottom: 30px;
position: relative;
background-color: #000;
background-color: var(--ttm-greycolor);
}
.tm-pf-single-related-wrapper:after, .tm-pf-single-related-wrapper:before {
z-index: 1;
position: absolute;
content: "";
width: 1000px;
left: -50%;
top: 0px;
height: 100%;
z-index: -1;
background-color: var(--ttm-greycolor);
}
.tm-pf-single-related-wrapper:after {
right: -50%;
left: auto;
}
.tm-pf-single-related-wrapper {
padding-top: 60px;
padding-bottom: 50px;
position: relative;
background-color: #000;
background-color: var(--ttm-greycolor);
}
.footer.tm-footerstyle-style6 .widget.widget_nav_menu li a:hover {
color: #fff;
}
.woocommerce #respond input#submit {
border-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
padding: 15px 25px;
border-radius: var(--ttm-button-shape);
}
.woocommerce #respond input#submit:hover {
border-color: var(--ttm-secondarycolor);
color: var(--ttm-whitecolor);
background-color: var(--ttm-secondarycolor);
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
display: block;
max-width: 100%;
margin-right: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details {
width: 100%;
margin-top: 15px;
}
.wishlist_table.mobile li .item-details h3 {
margin-bottom: 20px;
font-size: 18px;
line-height: 28px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
color: var(--ttm-secondarycolor);
font-size: var(--body-font-size);
padding-top: 0;
display: block;
}
.wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value {
text-align: left;
}
.wishlist_table .product-add-to-cart a {
display: inline-block !important;
margin: 0 auto 5px !important;
text-align: center;
padding: 5px 25px;
background: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
}
.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
font-size: var(--body-font-size);
display: block;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tbody tr, .wishlist_table.mobile .additional-info tbody tr {
border: none;
}
.woocommerce .shop_table.cart.wishlist_table.wishlist_view {
padding: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
text-align: left;
display: inline-block;
vertical-align: top;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
text-align: right;
display: inline-block;
float: right;
margin-top: 8px;
}
.woocommerce table.shop_table.wishlist_table th, .woocommerce table.shop_table.cart th, .woocommerce table.shop_table.shop_table_responsive th {
border-right: 1px solid #EDEDED;
}
.woocommerce-cart .main-holder .cart_totals table.shop_table.shop_table_responsive {
border-right: 1px solid #EDEDED;
} .tm-staticbox-style1 .tm-stepbox-content {
padding: 0 40px;
text-align: center;
}
.tm-staticbox-style1 .tm-stepbox.col-md-20percent:nth-child(even) .tm-stepbox-content {
display: flex;
flex-direction: column-reverse;
}
.tm-staticbox-style1 .tm-stepbox.col-md-20percent:nth-child(even) .tm-stepbox-content .process-num {
padding: 15px 0 0;
}
.tm-staticbox-style1 .tm-box-title h4 {
font-size: 24px;
line-height: 30px;
font-weight: 400;
margin-top: 2px;
margin-bottom: 10px;
}
.tm-staticbox-style1 .themetechmount-static-box-desc {
color: rgba(255, 255, 255, 0.7);
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
font-size: 16px;
}
.tm-staticbox-style1 .tm-right-contentbox {
padding: 40px 0;
}
.tm-staticbox-style1 .tm-left-contentbox {
padding: 34px 20px 46px;
}
.tm-staticbox-style1 {
position: relative;
}
.tm-staticbox-style1:after {
content: '';
background: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/beat.png);
position: absolute;
width: 100%;
top: 230px;
left: 0px;
z-index: 3;
height: 25px;
background-repeat: repeat-x;
}
.tm-slider-arrow .fa-arrow-right:before {
font-family: themify;
font-size: 13px;
font-weight: normal;
content: "\e65a";
margin-top: 0;
top: 2px;
position: relative;
}
.tm-slider-arrow i.fa-arrow-right {
position: relative;
}
.container-fullwide.tm-container-for-topbar .tm-topbar-content .top-contact {
padding: 0;
}
ul.top-contact li {
position: relative;
}
ul.top-contact li:last-child:before {
content: '';
position: absolute;
background-color: rgba(255, 255, 255, 0.33);
width: 1px;
height: 22px;
top: 8px;
left: -10px;
} .tm-img-box-style1 figure.elementor-image-box-img {
background-color: #fff;
border-radius: 25px;
}
.tm-img-box-style1 .elementor-widget-image-box .elementor-image-box-content {
padding-top: 28px;
}
.tm-img-box-style1 .featured-bottom {
display: block;
position: relative;
}
.tm-img-box-style1 .featured-bottom i {
font-size: 26px;
line-height: 26px;
color: #233053;
transition: all 0.3s ease;
position: absolute;
right: 0;
top: 17px;
z-index: 11;
}
.tm-headerstyle-classic-overlay .elementor-button .elementor-align-icon-right .fa-arrow-right:before {
font-family: 'themify';
font-size: 14px;
line-height: 16px;
font-weight: normal;
content: '\e65a';
}
.tm-get-medical h2.elementor-heading-title.elementor-size-default i {
display: inline-block;
vertical-align: middle;
font-size: 26px;
line-height: 26px;
padding-top: 5px;
}
.tm-headerstyle-classic-overlay .tm-textcolor-dark p {
color: var(--body-fonts-color);
font-size: 16px;
line-height: 26px;
padding-top: 12px;
}
.tm-mailchimp1 h2 {
font-size: 22px;
line-height: 32px;
font-weight: 400;
}
.site-footer .first-footer .tm-container-for-footer > div > .row .widget-area .tm-mailchimp1.widget {
margin-top: -4px;
}
.footer .tm-mailbtn {
position: relative;
}
.footer .mailchimp-footerbox .btn[type="submit"] {
position: absolute;
top: 10px;
right: 0;
font-size: 20px;
background-color: transparent;
border: none;
padding: 0;
color: var(--ttm-skincolor);
}
.second-footer .partner-block {
display: flex;
align-items: center;
flex-wrap: wrap;
padding-top: 12.5px;
}
.tm-layout-default .widget-area .themetechmount-social-links-wrapper {
margin-top: -12px;
}
.second-footer .partner-block-1 {
margin-right: 12px;
}
.second-footer .partner-block-1, .second-footer .partner-block-2 {
padding: 22px 25px;
border: 1px solid #d2d2d2;
border-radius: 15px;
margin-top: 6px;
margin-bottom: 6px;
}
@keyframes rotate {
from {
transform: rotate(-360deg);
}
to {
transform: rotate(360deg);
}
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tm-textvideo-round .elementor-widget-container .e-text-path {
position: absolute;
margin: 0 auto;
top: -172px;
right: 81px;
padding: 0;
height: 190px;
width: 190px;
border-radius: 50%;
z-index: 1;
letter-spacing: 0px;
transform-origin: 50% 50% 0;
transform: rotate(0deg);
}
.tm-textvideo-round svg {
font-size: 18px;
font-weight: 700;
overflow: visible !important;
text-transform: uppercase;
}
.tm-textvideo-round text {
fill: #fff;
letter-spacing: 5px;
transform-origin: 50% 50% 0;
transform: rotate(0deg);
-webkit-animation: spin 15s linear infinite;
-moz-animation: spin 15s linear infinite;
animation: spin 15s linear infinite;
}
.tm-bgcolor-grey.tm-department-contact .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
background-color: var(--ttm-greycolor);
}
.tm-bgcolor-grey.tm-department-contact .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button:hover {
background-color: var(--ttm-secondarycolor);
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}
.shakeimage img {
-webkit-animation: shake 24s linear infinite;
-moz-animation: shake 24s linear infinite;
-o-animation: shake 24s linear infinite;
animation: shake 24s linear infinite;
}
.tm-rotate-icon i {
transform: rotate(-45deg);
}
.tm-layout-default .tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
background-image: linear-gradient(0deg, #233053, #5ba889);
opacity: 0.64;
background-color: transparent;
}
.tm-detail-page .elementor-counter .elementor-counter-number-wrapper {
display: block;
}
.tm-detail-page .elementor-counter .elementor-counter-title {
text-align: left;
}
.tm-iner-imgbox figure.elementor-image-box-img img {
max-width: 80px;
width: 80px;
}
.tm-iner-imgbox h3.elementor-image-box-title {
padding-top: 13px;
}
.tm-pf-view-full .tm-post-prev-next-buttons .tm-nav-sub i {
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
display: inline-block;
font-size: 15px;
border-radius: 50%;
background-color: transparent;
color: var(--bodyfont-color);
border: 1px solid #838a9d;
margin: 0;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tm-pf-view-full .pagination-item.prev i {
margin-right: 7px;
}
.tm-pf-view-full .pagination-item.next i {
margin-left: 7px;
}
u.text-skin {
font-weight: 500;
color: var(--ttm-skincolor);
}
.single-tm_portfolio .elementor-progress-wrapper {
background-color: var(--ttm-greycolor);
margin-top: 7px;
}
.elementor-progress-percentage {
background: none;
font-size: 18px;
font-weight: 600;
position: relative;
padding-right: 0;
left: 5px;
top: 0;
margin-top: -33px;
height: 25px;
width: 40px;
line-height: 25px;
text-align: center;
color: var(--body-blackfont-color);
}
.tm-grey-testimonial .themetechmount-testimonialbox-styleone {
background-color: var(--ttm-greycolor);
}
.tm-site-searchform button {
background-color: transparent;
position: absolute;
}
.tm-headerstyle-classic-overlay .tm-header-icons .tm-header-icon {
height: auto !important;
line-height: unset !important;
margin-right: 7px;
margin-left: 0;
}
.tm-headerstyle-classic-overlay .tm-site-searchform button {
background-color: transparent;
position: absolute;
}
.tm-headerstyle-classic-overlay .tm-search-overlay .tm-site-searchform button {
font-size: 15px;
width: 15%;
border: 0;
border-radius: 0;
height: 50px;
text-align: center;
display: block;
line-height: 50px;
color: var(--body-fonts-color);
float: right;
right: 15px;
top: 3px;
}
.tm-headerstyle-classic-overlay .tm-search-overlay {
position: absolute;
top: 100%;
right: -20px;
width: 400px;
background: #ffffff;
border-top: 3px solid;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
z-index: 2;
}
.tm-headerstyle-classic-overlay .tm-search-overlay .w-search-form-row {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
position: relative;
padding: 15px;
}
.tm-headerstyle-classic-overlay .tm-search-overlay .tm-site-searchform input[type="search"] {
font-size: 14px;
text-align: left;
height: 50px;
border: none;
border-radius: 0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
box-shadow: none !important;
background-color: #f8f9fa;
color: #333;
width: 370px;
line-height: 50px;
float: left;
padding: 11px 30px 11px 15px;
}
.tm-headerstyle-classic-overlay .tm-search-overlay .tm-site-searchform input[type="search"] {
border: 1px solid rgba(0, 0, 0, .08);
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.tm-headerstyle-classic-overlay .tm-search-overlay.st-show {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tm-headerstyle-classic-overlay .themetechmount-fullwide .tm-header-style-classic .tm-search-overlay {
background-color: #fff;
border: none;
}
.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container, .tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
position: relative;
overflow: hidden;
transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
width: 100%;
}
.tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container {
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container img {
transform-origin: 50% 50%;
transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container img {
transform: scale(1.5) translate(100px, 0px);
transform-origin: 50% 50%;
transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container {
clip-path: polygon(0% 100%,100% 100%,100% 100%,0 100%);
}
.tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container {
clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container img {
transform-origin: 50% 50%;
transition: 2s cubic-bezier(.5,.5,0,1);
transform: scale(1.5) translate(0,100px);
}
.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container {
clip-path: polygon(0 0,100% 0,100% 0,0 0);
}
.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container {
clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container img {
transform-origin: 50% 50%;
transition: 2s cubic-bezier(.5,.5,0,1);
transform: scale(1) translate(0,0);
}
.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container img,
.tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container img, 
.tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container img {
transform: scale(1) translate(0px, 0px);
}
.tm-headerstyle-classic-overlay .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a:after {
position: absolute;
content: '';
left: 0;
bottom: 25px;
background-color: var(--ttm-skincolor);
height: 1px;
width: 100%;
}
.featured-box {
animation-name: rotate;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes rotate {
from {
transform: rotate(-360deg);
}
to {
transform: rotate(360deg);
}
}
.tm-shake img {
-webkit-animation: shake 24s linear infinite;
-moz-animation: shake 24s linear infinite;
-o-animation: shake 24s linear infinite;
animation: shake 24s linear infinite;
display: inline-block;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.tm-slider span {
font-weight: 700 !important;
font-style: italic;
position: relative;
}
.tm-slider span:after {
position: absolute;
content: '';
left: 0;
height: 1px;
width: 100%;
background-color: #fff;
bottom: 1px;
}
.tm-off-class span {
font-size: 14px;
position: absolute;
content: '';
right: 0;
height: 44px;
width: 34px;
background-color: #EF7039;
top: 0px;
border-radius: 8px 0px 0 8px;
z-index: 1;
line-height: 32px;
padding: 8px 0 3px 1px;
writing-mode: vertical-lr;
transform: rotate(-180deg);
}
.tm-off-class h2.elementor-heading-title.elementor-size-default {
position: relative;
border: 1px solid;
padding: 0px 4px 0px 10px;
border-radius: 8px;
width: 138px;
height: 46px;
background-color: rgba(0, 0, 0, 0.80);
} .tm-layout-default body.single-post .tm-titlebar h1.entry-title {
font-size: 52px;
line-height: 62px;
font-weight: 500;
}
body.single-post.tm-layout-default span.tm-author-name {
font-size: 18px;
line-height: 28px;
font-weight: 600;
}
body.single-post.tm-layout-default .tm-entry-meta-wrapper {
font-size: 16px;
display: inline-block;
}
body.single-post.tm-layout-default span.tm-author-image img {
border-radius: 50%;
}
body.single-post.tm-layout-default span.tm-author-image {
padding-right: 15px;
}
body.single-post.tm-layout-default .tm-entry-meta .tm-meta-line {
padding-right: 18px;
}
body.single-post.tm-layout-default span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-default article.themetechmount-box-blog-classic .tm-featured-outer-wrapper .tm-featured-wrapper {
display: none;
}
body.single-post.tm-layout-default span.tm-underline {
color: var(--ttm-skincolor);
text-decoration: underline;
font-style: italic;
}
body.single-post.tm-layout-default span.ttm-skincolor {
color: var(--ttm-skincolor);
font-weight: 500;
}
body.single-post.tm-layout-default p.tm-fsize18 {
font-size: 18px;
font-weight: 500;
}
body.single-post.tm-layout-default span.tm-italic {
font-weight: 600;
color: var(--ttm-skincolor);
font-style: italic;
}
.tm-layout-style13 .themetechmount-details-style3 figure img,
.tm-layout-style13 .single article.post.themetechmount-details-style3 blockquote {
border-radius: 10px;
}
.single-post.tm-layout-style13 article.post.themetechmount-details-style3 .entry-content ul li:before {
color: var(--body-blackfont-color);
background: unset;
-webkit-text-fill-color: unset;
}
.single-post.tm-layout-style13 .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover,
.single-post.tm-layout-style6 .themetechmount-blogbox-sharebox .themetechmount-tags-links a:hover {
background-color: var(--ttm-skincolor);
}
body.single-post.tm-layout-style6 .tm-blog-classic-box-content img {
border-radius: 20px;
}
.single-post.tm-layout-style13 .themetechmount-blogbox-sharebox .themetechmount-tags-links a,
.single-post.tm-layout-style6 .themetechmount-blogbox-sharebox .themetechmount-tags-links a {
border: none;
background-color: var(--ttm-greycolor);
}
body.single-post.tm-layout-default article.themetechmount-box-blog-classic .tm-blog-classic-box-content h2 {
font-size: 32px;
line-height: 42px;
}
body.single-post.tm-layout-default .tm-entry-meta .tm-meta-line i,
body.single-post.tm-layout-style6 .tm-entry-meta .tm-meta-line i {
display: none;
} .tm-layout-default .themetechmount-blogbox-stylethree .themetechmount-blogbox-icon.tm-wrap-cell {
display: none;
}
.tm-layout-default .themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 {
font-size: 24px;
line-height: 34px;
font-weight: 500;
}
.tm-layout-default .themetechmount-blogbox-stylethree .themetechmount-box-img-bottom, .tm-layout-default .themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom img.wp-post-image {
border-radius: 10px;
}
.themetechmount-pagination .page-numbers:hover, .themetechmount-pagination .page-numbers.current, .single-post .tm-textcolor-white .tm-titlebar-main-inner a:hover {
color: #fff;
}
h3.tm-blog-single-related-title {
margin-bottom: 30px;
font-size: 40px;
line-height: 50px;
}
.tm-first-section:after {
position: absolute;
content: '';
top: 0;
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.06);
left: 0;
z-index: -1;
}
.tm-first-section {
position: relative;
z-index: 11;
}
.header-info-widget .elementor-button .elementor-align-icon-right {
margin-left: 5px;
order: 15;
}
.header-info-widget .elementor-button .elementor-button-content-wrapper {
display: flex;
justify-content: center;
}
.header-info-widget .elementor-widget-button .elementor-button {
display: block;
} .tm-layout-style3 .tm-element-heading-content-wrapper .tm-element-subheading {
margin-bottom: 10px;
}
.tm-layout-style3 .tm-bgcolor-skincolor .tm-element-heading-content-wrapper .tm-element-subheading {
color: var(--ttm-whitecolor);
} .tm-counter-fid-3 .elementor-counter .elementor-counter-number-wrapper {
display: block;
}
.tm-counter-fid-3 .elementor-counter .elementor-counter-title {
text-align: left;
padding-left: 20px;
}
.tm-counter-fid-3 .elementor-counter {
display: flex;
align-items: center;
}
.tm-counter-fid-3 .elementor-counter span:nth-child(3) {
margin-left: -10px;
}  .tm-section-hili-dot {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
color: transparent;
width: auto;
}
.tm-section-hili-dot:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 2px;
height: 2px;
margin: auto;
background-color: currentColor;
box-shadow: 0 0 .25em .325em currentColor;
border-radius: 50%;
} .prt-cursor {
position: fixed;
top: 0;
left: 0;
z-index: 150;
contain: layout style size;
pointer-events: none;
will-change: transform;
-webkit-transition: opacity .3s, color .4s;
-o-transition: opacity .3s, color .4s;
-moz-transition: opacity .3s, color .4s;
transition: opacity .3s, color .4s;
}
.prt-cursor-text {
position: absolute;
top: 0;
left: 0;
opacity: 0;
color: var(--ttm-whitecolor);
font-size: 11px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
-webkit-transition: opacity .4s, -webkit-transform .3s;
transition: opacity .4s, -webkit-transform .3s;
-o-transition: opacity .4s, -o-transform .3s;
-moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
transition: opacity .4s, transform .3s;
transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}
.prt-cursor.-visible:before {
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
-ms-transform: scale(.2);
-o-transform: scale(.2);
transform: scale(.2);
}
.prt-cursor.-visible.-active:before {
-webkit-transform: scale(.23);
-moz-transform: scale(.23);
-ms-transform: scale(.23);
-o-transform: scale(.23);
transform: scale(.23);
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
}
.prt-cursor.-pointer:before {
-webkit-transform: scale(.15);
-moz-transform: scale(.15);
-ms-transform: scale(.15);
-o-transform: scale(.15);
transform: scale(.15);
}
.prt-cursor.-text:before {
opacity: 1;
-webkit-transform: scale(1.7);
-moz-transform: scale(1.7);
-ms-transform: scale(1.7);
-o-transform: scale(1.7);
transform: scale(1.7);
}
.prt-cursor.-text .prt-cursor-text {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.prt-cursor.-text.-active:before {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s;
}
.prt-cursor.-tooltip:before {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.prt-cursor.-tooltip .prt-cursor-text {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
text-align: center;
display: block;
width: auto;
height: auto;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.cursor-play-btn {
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 10px;
color: var(--ttm-secondarycolor);
background-color: var(--ttm-whitecolor);
}
.review-item-img .cursor-play-btn-block {
display: none;
}
.cursor-play-btn a {
display: inline-block;
border-radius: 8px;
padding: 12px 50px 12px 25px;
background-color: var(--ttm-whitecolor);
font-family: var(--special-element-fontfamily);
color: var(--body-blackfont-color);
box-shadow: 0px 0px 30px rgb(0 0 0 / 8%);
font-size: 18px !important;
line-height: 28px !important;
font-weight: 400;
white-space: nowrap;
position: relative;
text-transform: capitalize;
}
.cursor-play-btn a:before {
content: '\e87b';
position: absolute;
top: 10px;
right: 25px;
left: auto;
font-family: 'ttm-medisat-icons';
font-size: 17px;
font-weight: normal;
text-align: center;
color: var(--ttm-secondarycolor);
border-radius: 50px;
transform: rotate(45deg);
transition: all 0.3s ease 0s;
}   .ttm-tab-style1.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
width: auto !important;
left: 0 !important;
}
.ttm-tab-style1.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 20px auto;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
display: inline-block;
cursor: pointer;
width: auto;
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
padding: 10px 0 20px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title .ttm-elementor-tab-title {
width: 200px;
overflow: hidden;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title .ttm-elementor-tab-title .tm-tab-title {
margin-left: -200px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title:before {
content: '';
position: absolute;
height: 48px;
width: 51px;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/icon-01.png);
background-repeat: no-repeat;
top: -25px;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active:before {
opacity: 1;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title .ttm-elementor-tab-title .tm-tab-title {
font-size: 150px;
line-height: 160px;
font-family: var(--special-element-fontfamily);
color: rgb(238 226 217 / 50%);
font-weight: 400;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active .ttm-elementor-tab-title {
width: 100%;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active .ttm-elementor-tab-title .tm-tab-title {
margin-left: 0px;
color: var(--ttm-skincolortwo);
} .tm-patientbox-style1 {
position: relative;
overflow: hidden;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-top-contentbox .tm-patientbox-imagebox .tm-ptable-icon-type-image {
position: relative;
overflow: hidden;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-top-contentbox .tm-patientbox-imagebox .tm-ptable-icon-type-image img {
position: relative;
overflow: hidden;
margin: 0 auto;
border-radius: 30px;
text-align: center;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
padding: 50px 10px 44px;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
text-align: center;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -3;
background: linear-gradient(transparent, rgb(0 0 0 / 70%) 60%);
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
border-radius: 0 0 30px 30px;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading {
transform: translateY(100%);
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.tm-patientbox-style1 .tm-patientbox-content:hover .tm-bottom-contentbox .tm-bottom-contentbox-heading {
transform: translateY(20%);
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading {
transform: translateY(100%);
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox 
.tm-bottom-contentbox-desc {
margin-top: 5px;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
transform: translateY(150%);
}
.tm-patientbox-style1 .tm-patientbox-content:hover .tm-bottom-contentbox .tm-bottom-contentbox-desc {
opacity: 1;
transform: translateY(30%);
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-desc {
color: rgba(255 255 255 / 0.70);
font-size: 14px;
line-height: 24px;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading .tm-box-subtitle h6 {
font-size: 18px;
line-height: 28px;
color: var(--ttm-whitecolor);
font-family: var(--special-element-fontfamily);
margin-bottom: 4px;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading .tm-box-subtitle h6 a {
color: var(--ttm-whitecolor);
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading .tm-box-title h4 {
font-size: 16px;
line-height: 27px;
margin-bottom: 0px;
}
.tm-patientbox-style1 .tm-patientbox-content .tm-bottom-contentbox .tm-bottom-contentbox-heading .tm-box-title h4 a {
color: var(--ttm-whitecolor);
}
.themetechmount-element-patientboxbox-style1 .tm-box-col-wrapper:nth-child(odd) {
margin-top: 95px;
} .about-scroller-img {
position: relative;
overflow: hidden;
border-radius: 30px;
}
.about-scroller-img .twenty20 {
margin-bottom: 0px;
} .section-right-bg, .section-left-bg, .section-center-bg, .section-top-bg {
position: relative;
overflow: hidden;
}
.section-right-bg:before, .section-left-bg:before {
content: '';
position: absolute;
width: 640px;
height: 100%;
top: 0;
background-color: var(--ttm-greycolor) !important;
z-index: -1;
}
.section-right-bg:before {
right: 0;
left: auto;
border-left: 1px solid rgba(0 0 0 / 0.10);
}
.section-left-bg:before {
left: 0;
right: auto;
border-right: 1px solid rgba(0 0 0 / 0.10);
}
.section-center-bg:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: var(--ttm-greycolor) !important;
border-left: 1px solid rgba(0 0 0 / 0.10);
border-right: 1px solid rgba(0 0 0 / 0.10);
z-index: -1;
}
.section-border-top {
border-top: 1px solid rgba(0 0 0 / 0.10);
} .tm-big-heading h2 {
position: relative;
animation: shake 24s linear infinite;
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
}
.tm-contact-iconbox .elementor-icon i {
animation: phone-call-animate 1.5s ease-in-out infinite;
}
@keyframes phone-call-animate {
0%, 100% {
transform: rotate(0)scale(1)skew(1deg);
}
10% {
transform: rotate(-25deg)scale(1)skew(1deg);
}
20%, 40% {
transform: rotate(25deg)scale(1)skew(1deg);
}
30% {
transform: rotate(-25deg)scale(1)skew(1deg);
}
50% {
transform: rotate(0)scale(1)skew(1deg);
}
} .featured-icon-box-icon i {
display: inline-block;
transition-duration: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}
.featured-icon-box-icon:hover  i {
transform: rotateY(360deg);
} .footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner .widget-area .widget {
display: table;
width: 100%;
}
.footer.tm-footerstyle-style1 .footer-rows .first-footer .first-footer-inner .widget-area .widget .widget-title {
display: table-cell;
width: 30%;
color: rgb(255 255 255 / 0.50) !important;
}
.footer.tm-footerstyle-style1 .menu-first-footer-link-menu-container, .footer.tm-footerstyle-style1 .menu-first-footer-menu-container {
display: table-cell;
}
.footer.tm-footerstyle-style1 .first-footer .widget.widget_nav_menu ul li a {
font-family: var(--body-font-family);
font-size: var(--body-font-size);
line-height: var(--body-line-height);
}
.footer.tm-footerstyle-style1 .menu-first-footer-link-menu-container ul li, .footer.tm-footerstyle-style1 .menu-footer-quick-links-container ul li {
display: inline-block;
padding: 5px 10px 0;
font-size: 22px;
line-height: 32px;
position: relative;
}
.footer.tm-footerstyle-style1 .menu-first-footer-link-menu-container ul li:first-child, .footer.tm-footerstyle-style1 .menu-footer-quick-links-container ul li:first-child {
padding-left: 0px;
}
.footer.tm-footerstyle-style1 .menu-first-footer-link-menu-container ul li:after, .footer.tm-footerstyle-style1 .menu-footer-quick-links-container ul li:after {
position: absolute;
content: "";
background-color: #e0e0e0;
width: 1px;
height: 20px;
top: 12px;
padding: 0;
right: 0;
transform: rotate(20deg);
}
.footer.tm-footerstyle-style1 .menu-first-footer-link-menu-container ul li:last-child:after, .footer.tm-footerstyle-style1 .menu-footer-quick-links-container ul li:last-child:after {
content: unset;
}
.footer.tm-footerstyle-style1 .first-footer .first-footer-inner .widget-area .widget .textwidget {
display: table-cell;
vertical-align: middle;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area:after, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .active:after {
content: '';
position: absolute;
top: -4px;
left: 0;
right: 0;
height: 5px;
width: 90%;
background-color: var(--ttm-whitecolor);
opacity: 0;
transition: transform 5000ms ease-in-out;
margin: 0 auto;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .active:after {
opacity: 1;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area:hover:after {
opacity: 1;
transform: translate(0px, 0px);
}
.footer.tm-footerstyle-style1 .mailchimp-inputbox {
margin: 0;
width: 100%;
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields input[type="email"], .footer.tm-footerstyle-style1.prt-bgcolor-darkgrey .mc4wp-form-fields input[type="email"] {
background: transparent;
border-radius: 10px;
}
.footer.tm-footerstyle-style1 .mailchimp-inputbox button[type="submit"] {
padding: 0;
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields input[type="email"] {
color: var(--ttm-whitecolor);
padding:8px 50px 8px 14px !important;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
border: 1px solid rgba(119, 119, 119, .2);
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields .btn {
font-size: var(--body-font-size);
position: absolute;
padding: 0;
margin: 0;
top: 60px;
bottom: auto;
right: 15px;
background-color: transparent;
transform: rotateZ(-15deg);
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields .btn:hover {
color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.70);
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields input[type="email"]::-moz-placeholder {
color: rgba(255, 255, 255, 0.70);
}
.footer.tm-footerstyle-style1 .mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.70);
}
.footer.tm-footerstyle-style1 .first-footer .first-footer-inner .widget-area .widget .textwidget .prt-form-title {
font-size: var(--body-font-size);
line-height: var(--body-line-height);
font-family: var();
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-icon i {
border: 1px solid var(--body-fonts-color);
display: inline-block;
height: 41px;
width: 41px;
line-height: 41px;
font-size: 14px;
font-weight: 400;
text-align: center;
border-radius: 50%;
margin-bottom: 20px;
color: var(--body-fonts-color);
transition: transform 5000ms ease-in-out;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-address, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-number .ttm-heading-link {
color: var(--body-fonts-color);
font-size: 16px;
line-height: 28px;
transition: transform 5000ms ease-in-out;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area:hover .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-icon i, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area:hover .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-address, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area:hover .widget .textwidget .ttm-contactinfo 
.ttm-contactinfo-number .ttm-heading-link {
color: var(--ttm-whitecolor) !important;
}
.footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .active .ttm-contactinfo  .ttm-contactinfo-icon i, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .active .ttm-contactinfo .ttm-contactinfo-address, .footer.tm-footerstyle-style1 .footer-rows .second-footer .second-footer-inner .widget-area .active .ttm-contactinfo .ttm-contactinfo-number .ttm-heading-link {
color: var(--ttm-whitecolor) !important;
} .ttm-commonform.ttm-contactform-02 .wpcf7-form-control-wrap {
margin-bottom: 30px;
padding-top: 0px;
}
.ttm-commonform.ttm-contactform-02 input[type="submit"] {
width: 100%;
} .contact-feature-iconbox {
padding: 50px;
background-color: var(--ttm-whitecolor);
border-radius: 30px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-feature-iconbox i {
display: inline-block;
transition-duration: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
}
.contact-feature-iconbox:hover  i {
transform: rotateY(360deg);
}  .tm-section-expand-bgcolor-yes {
position: relative;
overflow: hidden;
}
.tm-section-expand-bgcolor {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
color: transparent;
width: auto;
}
.tm-section-expand-bgcolor-yes.tm-section-expand-bgcolor-right .tm-section-expand-bgcolor {
border-left: 1px solid rgb(0 0 0 / 10%);
}
.tm-section-expand-bgcolor-yes.tm-section-expand-bgcolor-left .tm-section-expand-bgcolor {
border-right: 1px solid rgb(0 0 0 / 10%);
}  .tm-progressbar-style3 {
position: relative;
}
.tm-progressbar-style3 .elementor-progress-wrapper {
display: block;
top: 0;
left: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
transition: width 1s linear;
-moz-transition: width 1s linear;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
}
.tm-progressbar-style3 .elementor-progress-percentage {
position: relative;
top: 0;
left: 0;
margin-top: -35px;
font-size: 14px;
line-height: 15px;
color: var(--ttm-whitecolor);
padding: 4px 7px;
height: 25px;
width: 40px;
text-align: center;
background-color: var(--ttm-skincolor);
font-family: var(--special-element-fontfamily);
border-radius: 5px;
}
.tm-progressbar-style3 .elementor-progress-percentage:before {
width: 0;
height: 0;
right: 0;
top: 22px;
position: absolute;
content: "";
left: 36%;
bottom: -8px;
border: solid;
border-color: var(--ttm-skincolor) transparent;
border-width: 8px 6px 0 6px;
}
.tm-progressbar-style3 .elementor-progress-wrapper {
margin-top: 12px;
}
.tm-progressbar-style3 .elementor-progress-text {
padding-left: 0;
}
.tm-progressbar-style3.elementor-widget-progress .elementor-title {
display: block;
margin-bottom: 12px;
font-size: 20px;
}
.tm-col-bgcolor-skincolor .tm-progressbar-style3.elementor-widget-progress .elementor-title, .elementor-section.elementor-top-section.tm-elementor-bg-color-skincolor .tm-progressbar-style3.elementor-widget-progress .elementor-title, .tm-col-bgcolor-darkgrey .tm-progressbar-style3.elementor-widget-progress .elementor-title, .elementor-section.elementor-top-section.tm-elementor-bg-color-darkgrey .tm-progressbar-style3.elementor-widget-progress .elementor-title {
color: var(--ttm-whitecolor);
} .dentist-rev-slider-btn {
z-index: 9;
overflow: hidden;
display: inline-block;
}
.dentist-rev-slider-btn:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: var(--ttm-skincolor);
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: 10px;
}
.dentist-rev-slider-btn:hover:before {
left: 0;
right: auto;
width: 100%;
}
.tm-layout-style3.tm_team_member-template-default.single.single-tm_team_member .site-main {
padding-top: 0px;
}
.team-details-column {
overflow: hidden;
} .tm-products-part {
position: absolute;
right: 0;
top: 100px;
z-index: 1;
width: auto;
height: auto;
opacity: 0;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
transition: all .3s ease;
display: none;
}
.tm-products-part.tm-show {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
display: block;
}
.tm-layout-style3 .tm-btn-style-text.tm-btn-textstyle-simple-text .elementor-button .elementor-button-icon.elementor-align-icon-right .fas.fa-arrow-circle-right:before {
content: '\e87b';
position: absolute;
top: -8px;
left: auto;
font-family: 'ttm-medisat-icons';
font-size: 17px;
font-weight: normal;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
background-color: var(--ttm-skincolortwo);
color: var(--ttm-secondarycolor);
border-radius: 50px;
transform: rotate(45deg);
transition: all 0.3s ease 0s;
}
.tm-layout-style3 .tm-btn-style-text.tm-btn-textstyle-simple-text .elementor-button:hover .elementor-button-icon.elementor-align-icon-right .fas.fa-arrow-circle-right:before {
transform: rotate(90deg);
}
.tm-btn-style-style2.tm-btn-color-skincolor .elementor-button {
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
}
.tm-btn-style-style2.tm-btn-color-darkgrey .elementor-button {
background-color: var(--ttm-secondarycolor);
border-color: var(--ttm-secondarycolor);
}
.tm-btn-style-style2 .elementor-button {
transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden;
z-index: 1;
}
.tm-btn-style-style2 .elementor-button:before, .tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: var(--ttm-secondarycolor);
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: var(--ttm-button-shape);
}
.tm-btn-style-style2 .elementor-button:hover:before, .tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button:hover:before {
left: 0;
right: auto;
width: 100%;
}
.tm-btn-style-style2.tm-btn-color-skincolor .elementor-button:before {
background-color: var(--ttm-secondarycolor);
}
.tm-btn-style-style2.tm-btn-color-darkgrey .elementor-button:before {
background-color: var(--ttm-skincolor);
}
.tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button {
display: inline-block;
transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden;
z-index: 1;
padding: 15px 30px;
color: var(--ttm-whitecolor);
}
.tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button:hover {
background-color: var(--ttm-skincolor);
}
.themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu {
display: grid;
grid-template-columns: 50% 50%;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu>li {
display: grid;
grid-template-columns: 130px auto;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}
.fbar-location-box .tm-boxheading, .fbar-subscription-box .tm-boxheading, .themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu>li.tm-cursor-none>a, .fbar-contact-box .fbar-contact-wrap .fbar-contact-item .tm-contact-boxheading {
pointer-events: none;
display: inline-block;
color: rgb(255 255 255 / 60%);
font-size: 22px;
line-height: 32px;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul {
list-style: none;
margin-top: 0px;
}
.fbar-subscription-item h4, .themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul li a {
display: inline-block;
font-size: 17px;
line-height: 27px;
font-family: var(--special-element-fontfamily);
}
.themetechmount-fbar-position-default .floatingbar-widgets-top .widget .widget-title {
font-size: 90px;
line-height: 105px;
padding-left: 0;
margin-left: 50%;
margin-bottom: 85px;
padding-bottom: 10px;
font-weight: 700;
color: #fff !important;
}
.themetechmount-fbar-position-default .widget .widget-title:after {
content: unset;
}
.themetechmount-fbar-position-default .floatingbar-widgets-top .widget .widget-title:before {
content: "";
top: 0;
left: 0;
color: inherit;
width: calc(100% + 500px);
height: 2px;
background-color: #fff;
transition: all .3s ease-in-out;
position: absolute;
bottom: 0;
top: auto;
}
.fbar-location-box>ul.fbar-conatct-wrap {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(30px, auto));
gap: 20px;
margin-top: 0;
margin-bottom: 60px;
}
.fbar-location-box>ul.fbar-conatct-wrap>li:nth-child(2) {
margin-left: -107px;
}
.fbar-location-box .tm-ofc-location {
display: inline-block;
border: 1px solid;
padding: 1px 20px;
border-radius: 6px;
margin-bottom: 19px;
}
.fbar-location-box p {
margin-bottom: 8px;
}
.tm-floatingbar-form input[type=email] {
background-color: transparent;
border: none;
border-bottom: 2px solid rgba(255, 255, 255, .08);
padding: 0px 55px 15px 15px;
}
.tm-floatingbar-form input[type=email]:focus {
color: var(--ttm-whitecolor);
border-bottom-color: var(--ttm-whitecolor);
}
.tm-floatingbar-form button[type=submit] {
position: absolute;
bottom: 35px;
height: 50px;
width: 50px;
border: 0;
right: 10px;
top: auto;
background-color: transparent !important;
border-radius: 50%;
padding: 0;
float: right;
display: inline;
margin-right: 0;
}
.tm-floatingbar-form label {
padding: 22px 0;
}
.fbar-subscription-box>ul.fbar-subscription-wrap {
display: grid;
grid-template-columns: 27% 70%;
gap: 0px;
margin-top: 0;
margin-bottom: 20px;
margin-left: -13px;
}
.fbar-subscription-box .tm-boxheading {
position: relative;
top: 0px;
}
.fbar-subscription-item h4 {
margin-bottom: 15px;
}
.tm-textcolor-white .tm-ofc-adr a:not(:hover), .tm-textcolor-white .tm-ofc-adr {
color: rgba(255, 255, 255, .5);
}
.tm-floatingbar-form input[type=checkbox] {
width: 0;
margin-left: 22px;
position: relative;
z-index: 1;
}
.tm-floatingbar-form input[type=checkbox]:before {
position: absolute;
content: '';
bottom: -3px;
left: -21px;
height: 16px;
width: 16px;
z-index: 1;
border: 1px solid #e7e7e7;
background-color: var(--prt-greycolor-bg);
border: 1px solid rgb(255 255 255/20%);
border-radius: 50%;
}
.tm-floatingbar-form input[type=checkbox]:checked:after {
content: "";
border: solid var(--tm-skincolor-bg);
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
display: block;
position: absolute;
position: absolute;
left: -15px;
width: 6px;
height: 11px;
background-color: transparent !important;
z-index: 1;
}
.tm-floatingbar-form button[type=submit]:hover {
color: var(--tm-skincolor-bg);
border-color: var(--tm-skincolor-bg);
}
.tm-floatingbar-form button[type=submit] i {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
transform: rotateZ(50deg);
transform-style: preserve-3d;
font-size: 13px;
line-height: 30px;
position: absolute;
top: 10px;
right: 18px;
}
.tm-floatingbar-form button[type=submit]:hover i {
transform: rotate(0deg);
}
.themetechmount-fbar-position-default div.themetechmount-fbar-box-w {
height: 100%;
}
.themetechmount-fbar-position-default .themetechmount-fbar-content-wrapper {
height: 100%;
overflow-y: scroll;
}
.themetechmount-fbar-position-default .themetechmount-fbar-box {
padding-top: 70px;
padding-bottom: 60px;
}
.fbar-contact-box>ul.fbar-contact-wrap {
display: grid;
grid-template-columns: 30% 70%;
gap: 0px;
margin-top: 0;
margin-bottom: 20px;
}
.fbar-contact-box .fbar-contact-wrap .fbar-contact-box-detail .details-wrap {
margin-left: -10px;
}
.fbar-contact-box .fbar-contact-wrap .fbar-contact-box-detail .details-wrap .floatbar-title-link {
display: inline-block;
font-size: 17px;
line-height: 27px;
font-family: var(--special-element-fontfamily);
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content {
padding: 0px;
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .blog-detail-heading .themetechmount-box-title h4 {
font-size: 50px;
line-height: 60px;
margin-bottom: 0px;
margin-top: 0px;
}
.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .blog-detail-meta {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
padding: 10px 0px 20px 0;
border-bottom: 1px solid var(--ttm-bordercolor);
align-items: center;
}
.themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large {
margin-bottom: 20px;
}
.themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large img {
min-width: 100%;
}
.themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large {
margin-bottom: 20px;
}
.themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large img {
min-width: 100%;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote {
margin: 10px 0;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2  .wp-block-column.bg-skin {
background-color: var(--ttm-skincolor);
text-align: center;
color: var(--ttm-whitecolor);
border-radius: 30px;
padding: 30px 60px 30px 60px;
position: relative;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin  h2.wp-block-heading {
font-size: 58px;
line-height: 58px;
color: rgba(255, 255, 255, 0.20);
position: absolute;
top: 10px;
text-align: center;
z-index: 0;
animation: shake 24s linear infinite;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin h5.wp-block-heading {
font-size: 24px;
line-height: 34px;
color: var(--ttm-whitecolor);
padding: 0px 25px;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin .wp-block-buttons {
display: block;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin .wp-block-buttons .wp-block-button__link {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.30);
border-radius: 0px;
padding: 0 0 2px 0;
}
.themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image img {
border-radius: 20px;
}
.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin .wp-block-buttons .wp-block-button__link:hover {
color: var(--ttm-whitecolor);
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .prt-short-desc {
display: none;
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data {
text-align: center;
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-position {
padding-bottom: 0px;
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-extra-details-wrapper ,
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data  .tm-team-details-wrapper {
text-align: left;
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper {
padding-top: 5px;
}
.tm-layout-style3 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper .tm-team-details-list li .tm-team-list-title {
font-size: 18px;
line-height: 18px;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
font-weight: 400;
}
.tm-layout-style3 .elementor-widget-tm_team-img .themetechmount-team-img {
padding-right: 0px;
}
.tm-service-btn ,.tm-service-btn:hover {
color: var(--ttm-whitecolor);
} ul.ttm-work-list {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.ttm-work-list li{
display: flex;
justify-content: space-between;
align-items: center;
font-size: 24px;
line-height: 34px;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
font-weight: 400;
border-bottom: 1px solid rgb(0 0 0 / 10%);
padding: 20px 0;
margin-top: 15px;
}
ul.ttm-work-list li:first-child{ 
margin-top: 0; 
padding: 8px 0 20px; 
}
ul.ttm-work-list li span{
font-size: 16px;
line-height: 26px;
}
.tm-layout-style3 .elementor-widget-video .e-hosted-video .elementor-video {
overflow: hidden;
border-radius: 30px;
max-width: 746px;
height: 489px;
}
.tm-layout-style3.blog  .site-main {
padding: 90px 0 65px;
}
.tm-header-style-classic-two {
z-index: 12!important;
}
.footer.tm-footerstyle-style1 .first-footer .widget.widget_nav_menu ul li a:hover ,
.footer.tm-footerstyle-style1 .first-footer .first-footer-inner .widget-area .widget .textwidget .ttm-footer-btn .ttm-footer-btn-link:hover ,
.footer.tm-footerstyle-style1 .first-footer .first-footer-inner .widget-area .widget .textwidget .footer-social ul li a:hover,.themetechmount-fbar-position-default .themetechmount-fbar-box .widget_nav_menu ul.menu>li ul li a:hover ,.fbar-contact-box .fbar-contact-wrap .fbar-contact-box-detail .details-wrap .floatbar-title-link:hover,.fbar-location-box ul.fbar-conatct-wrap .fbar-conatct-item .details-wrap .tm-ofc-adr p a:hover {
color: var(--ttm-whitecolor);   
} .error404 .tm-header-style-classic-two {
display: none;
}
section.error-404 .page-content h2 {
font-size: 22vw;
line-height: 22vw;
color: #888888;
animation: shake 24s linear infinite;
opacity: 0.2;
position: relative;
}
section.error-404 .page-content h4 {
font-size: 20vw;
line-height: 20vw;
z-index: 16;
position: relative;
margin-top: -250px;
}
section.error-404 h1 {
font-size: 42px;
line-height: 52px;
font-weight: 400;
}
.tm-404-home-button .elementor-button:hover {
color: var(--ttm-whitecolor);
}
.single.single-post .tm-post-prev-next-buttons {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}
.tm-post-prev-next-buttons .tm-nav-sub i {
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
display: inline-block;
font-size: 15px;
border-radius: 50%;
background-color: var(--ttm-greycolor);
color: var(--ttm-secondarycolor);
margin: 0 7px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.tm-layout-style3 .tm-post-prev-next-buttons .tm-nav-sub i {
background-color: var(--ttm-skincolortwo);
}
.tm-layout-style3 .tm-header-block .tm-bgcolor-darkgrey .site-header-menu .tm-header-cta-btn a:hover {
background-color: var(--ttm-whitecolor);
color: var(--ttm-secondarycolor);
border-color: var(--ttm-whitecolor);
}
.tm-layout-style3.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote {
display: block;
position: relative;
text-align: left;
background: var(--ttm-greycolor);
border: 1px solid var(--ttm-greycolor);
border-radius: 15px;
padding: 55px 35px 30px;
margin: 0;
color: #000;
font-family: var(--special-element-fontfamily);
font-weight: 400;
font-size: 20px;
line-height: 30px;
font-style: italic;
}
.tm-layout-style3.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:before {
content: unset;
}
.tm-layout-style3.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:after{
content: "\f102";
position: absolute;
font-family: flaticon_medical-new !important;
top: 0;
bottom: 0;
right: 20px;
font-size: 90px;
line-height: 100px;
color: rgb(0 0 0 / 0.10);
font-style: normal;
display: flex;
align-items: center;
}
.tm-layout-style3.single article.post blockquote cite {
display: none;
}
.tm-layout-style3.single.single-post .themetechmount-blogbox-sharebox {
border-bottom: none;
padding-top: 30px;
}
.tm-layout-style3.single.single-post article.post .entry-content {
padding-bottom: 0px;
}
.tm-layout-style3.single.single-post article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content 
.blog-detail-heading .themetechmount-box-title h4 a {
pointer-events: none;
cursor: none;
}
.tm-layout-style3.single.single-post .comments-area {
margin-top: 15px;
}  .tm-layout-style2 .footer .row {
display: flex;
}
.tm-icon-gradient {
position: relative;
font-weight: 500;
}
.tm-icon-gradient i:before {
transform: rotate(320deg);
display: inline-block;
}
.tm-icon-gradient i {
margin-right: 10px;
position: relative;
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
background-color: #000;
color: #fff;
border-radius: 50px;
font-weight: 900;
transition: all 0.3s ease 0s;
display: inline-block;
transition: 0.5s;
background-size: 200% auto;
} .ttm-progressbar-style1.elementor-widget-progress span.elementor-title {
display: block;
margin-bottom: 10px;
font-size: 17px;
padding-left: 54px;
}
.ttm-progressbar-style1.elementor-widget-progress .elementor-progress-bar {
height: 8px;
margin-bottom: 7px;
margin-top: 7px;
border-radius: 5px;
}
.ttm-progressbar-style1.elementor-widget-progress .elementor-progress-wrapper:after {
display: block;
content: "";
position: absolute;
width: 100%;
height: 2px;
left: 0;
background-color: #e5e5e5;
bottom: -7px;
border-radius: 5px;
}
.ttm-progressbar-style1.elementor-widget-progress .elementor-progress-wrapper {
background-color: transparent;
border-radius: 5px;
}
.ttm-progressbar-style1.elementor-widget-progress .elementor-progress-percentage {
padding-right: 0;
margin-top: -25px;
background-color: transparent;
top: -10px;
left: 0;
right: auto;
position: absolute;
font-size: 17px;
}  .ttm-accordion-style1 .elementor-accordion .elementor-accordion-item {
border-bottom: 1px solid var(--ttm-bordercolor) !important;
}
.ttm-accordion-style1 .tm-step-title {
margin-right: 15px;
text-align: center;
font-size: 15px;
line-height: 15px;
color: var(--body-fonts-color);
border: 1px solid var(--ttm-bordercolor);
padding: 5px 13px 5px 13px;
border-radius: 50px;
width: 86px;
height: 30px;
display: inline-block;
vertical-align: bottom;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ttm-accordion-style1 .elementor-accordion-item .elementor-active .tm-step-title {
background: var(--ttm-secondarycolor);
border-color: var(--ttm-secondarycolor);
color: var(--ttm-whitecolor);
}  .tm-marquebox-style1 {
width: 100%;
animation: tm-marque-text 25s linear infinite;
will-change: transform;
white-space: nowrap;
}
.tm-marquebox-style1:hover {
animation-play-state: paused !important;
}
.tm-marquebox-style1 ul.marquebox-list li {
position: relative;
display: inline-block;
margin-left: 60px;
margin-right: 60px;
text-align: center;
letter-spacing: 2px;
font-size: 44px;
line-height: 54px;
font-weight: 600;
color: var(--body-blackfont-color);
}
.tm-marquebox-style1 ul.marquebox-list li:hover {
color: var(--ttm-skincolor);
}
.tm-marquebox-style1 ul.marquebox-list li:before {
content: "\f157";
font-family: 'flaticon_medical-new';
position: absolute;
bottom: auto;
top: 0;
left: auto;
right: -110px;
color: var(--body-blackfont-color);
font-size: 18px;
line-height: 60px;
}
.tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li:before {
background-color: #fff;
}
.tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li a.tm-more-button, .tm-bgcolor-skincolor .tm-marquebox-style1 ul.marquebox-list li span.marque-text {
color: #fff;
}
@keyframes tm-marque-text {
0% {
transform: translate(-20%, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes tm-marque-textrev {
100% {
transform: translate(-20%, 0);
}
0% {
transform: translate(-100%, 0);
}
}  .prt-cursor {
position: fixed;
top: 0;
left: 0;
z-index: 150;
contain: layout style size;
pointer-events: none;
will-change: transform;
-webkit-transition: opacity .3s, color .4s;
-o-transition: opacity .3s, color .4s;
-moz-transition: opacity .3s, color .4s;
transition: opacity .3s, color .4s;
}
.prt-cursor-text {
position: absolute;
top: 0;
left: 0;
opacity: 0;
color: var(--prt-whitecolor);
font-size: 11px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
-webkit-transition: opacity .4s, -webkit-transform .3s;
transition: opacity .4s, -webkit-transform .3s;
-o-transition: opacity .4s, -o-transform .3s;
-moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
transition: opacity .4s, transform .3s;
transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}
.prt-cursor.-visible:before {
-webkit-transform: scale(.2);
-moz-transform: scale(.2);
-ms-transform: scale(.2);
-o-transform: scale(.2);
transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
-webkit-transform: scale(.23);
-moz-transform: scale(.23);
-ms-transform: scale(.23);
-o-transform: scale(.23);
transform: scale(.23);
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s
}
.prt-cursor.-pointer:before {
-webkit-transform: scale(.15);
-moz-transform: scale(.15);
-ms-transform: scale(.15);
-o-transform: scale(.15);
transform: scale(.15)
}
.prt-cursor.-text:before {
opacity: 1;
-webkit-transform: scale(1.7);
-moz-transform: scale(1.7);
-ms-transform: scale(1.7);
-o-transform: scale(1.7);
transform: scale(1.7)
}
.prt-cursor.-text .prt-cursor-text {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
.prt-cursor.-text.-active:before {
-webkit-transform: scale(1.6);
-moz-transform: scale(1.6);
-ms-transform: scale(1.6);
-o-transform: scale(1.6);
transform: scale(1.6);
-webkit-transition-duration: .2s;
-moz-transition-duration: .2s;
-o-transition-duration: .2s;
transition-duration: .2s
}
.prt-cursor.-tooltip:before {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
text-align: left;
display: block;
width: auto;
height: auto;
justify-content: unset;
align-items: unset
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.prt-cursor-text .themetechmount-box-title h4 {
margin-bottom: 0;
text-transform: capitalize;
font-size: 18px;
line-height: 24px;
}
.prt-cursor .themetechmount-innercontent-box {
display: inline-block;
border-radius: 8px;
padding: 12px 25px 12px 25px;
background: rgba(255, 255, 255, 1);
border: 1px solid #ffffff;
color: var(--body-blackfont-color);
font-size: 18px !important;
line-height: 28px !important;
font-weight: 600;
white-space: nowrap;
position: relative;
}  .tm-static-contentbox-style1 .tm-stepbox-content {
position: relative;
overflow: hidden;
border-radius: 25px;
background-color: var(--ttm-greycolor);
border: 1px solid #e7e7e7;
padding: 42px 30px 50px;
text-align: left;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
.tm-static-contentbox-style1 .tm-box-col-wrapper:last-child {
padding: 0 0px 0 15px;
}
.tm-static-contentbox-style1 .process-num span.number {
font-size: 58px;
line-height: 58px;
font-weight: 600;
display: table-cell;
color: var(--body-blackfont-color);
}
.tm-static-contentbox-style1 .tm-left-contentbox {
z-index: 1;
position: relative;
}
.tm-static-contentbox-style1 .tm-box-title h4 {
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin-top: 10px;
color: var(--body-blackfont-color);
}
.tm-static-contentbox-style1 .tm-ptable-icon-type-image img {
border-radius: 15px;
margin-top: 30px;
width: 100%;
}
.tm-static-contentbox-style1 .tm-stepbox-content:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(to bottom, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, transparent 100%);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index: 0;
opacity: 0;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.tm-static-contentbox-style1 .tm-stepbox-content:hover:before {
opacity: 0.09;
}  .tm-static-contentbox-style2 .tm-stepbox-content {
overflow: hidden;
position: relative;
margin: 0;
display: flex;
align-items: center;
padding: 52px 0px 46px;
}
.tm-static-contentbox-style2 .tm-stepbox-main-icon {
min-width: 130px;
height: 130px;
background-color: rgba(255 255 255 / 0.15);
border-radius: 10px;
border: 1px solid rgba(255 255 255 / 0.50);
box-shadow: 0 0 20px rgba(0 0 0 / 0.10);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.tm-static-contentbox-style2 .tm-stepbox-main-icon i {
font-size: 68px;
line-height: 68px;
}
.tm-static-contentbox-style2 .tm-stepbox-heading {
display: flex;
align-items: center;
margin-bottom: 22px;
}
.tm-static-contentbox-style2  span.number {
font-size: 64px;
line-height: 74px;
font-weight: 700;
}
.tm-static-contentbox-style2 .tm-box-title h4 {
font-size: 22px;
line-height: 32px;
margin-bottom: 12px;
font-weight: 700;
margin: 0 0 0 20px;
}
.tm-static-contentbox-style2  .tm-right-contentbox {
padding: 0 30px 0 30px;
}
.tm-static-contentbox-style2 .slick-dots {
bottom: 50px;
z-index: 0;
width: auto;
left: auto;
right: 0;
text-align: -webkit-right;
}
.tm-static-contentbox-style2 .slick-dots li button {
background-color: var(--ttm-whitecolor);
opacity: 0.30;
height: 30px;
width: 4px;
margin: 10px 2px;
display: block;
border-radius: 0;
}
.tm-static-contentbox-style2 .slick-dots li.slick-active button {
opacity: 1;
}
.tm-static-contentbox-style2 .slick-dots li {
display: block;
margin: 32px 2px;
}
.tm-static-contentbox-style2.slick-dotted.slick-slider {
margin-bottom: 0;
}
.tm-col-bgcolor-gradient .tm-static-contentbox-style2 .tm-stepbox-main-icon i, .tm-col-bgcolor-gradient .tm-static-contentbox-style2 span.number, .tm-col-bgcolor-gradient .tm-static-contentbox-style2 .tm-box-title h4 {
color: var(--ttm-whitecolor);
}
.prt-stickysections .tm-box-col-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width:767px) {
.tm-static-contentbox-style2 .tm-stepbox-heading {
display: block;
}
.tm-static-contentbox-style2 .tm-box-title h4 {
margin: 0;
}
.tm-static-contentbox-style2 .tm-stepbox-content {
padding: 30px;
}
}
@media (max-width:1024px) {
.prt-stickysections .tm-box-col-wrapper {
display: block;
}
}
@media (max-width:1200px) {
.tm-static-contentbox-style2 .slick-dots {
display: none !important;
}
}
@media (max-width:480px) {
.tm-static-contentbox-style2 .tm-stepbox-content {
display: block;
}
.tm-static-contentbox-style2  .tm-right-contentbox {
padding: 30px 0 0 0;
}
.tm-static-contentbox-style2 .tm-stepbox-content {
padding: 30px 15px;
}
}  .tm-staticbox-style2 .process-num {
color: var(--ttm-whitecolor);
position: relative;
width: 65px;
height: 65px;
line-height: 65px;
background-color: var(--ttm-secondarycolor);
border-radius: 50%;
text-align: center;
margin: 0 auto;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.tm-staticbox-style2 .tm-stepbox:hover .process-num {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.tm-staticbox-style2 .tm-left-contentbox {
text-align: center;
padding: 0 30px;
}
.tm-staticbox-style2 .tm-box-title {
padding-top: 22px;
}
.tm-staticbox-style2 .tm-box-title h4 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
margin-bottom: 10px;
color: var(--body-blackfont-color);
}
.tm-staticbox-style2 .tm-stepbox:nth-child(odd) .process-num {
background-color: var(--ttm-skincolor);
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even) {
margin-top: 40px;
}
.tm-staticbox-style2 .tm-stepbox span.number {
font-size: 20px;
color: var(--base-white);
font-weight: 600;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(1):before {
content: '';
position: absolute;
width: 100%;
height: 75px;
left: 55%;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/arrow-1.png);
background-repeat: no-repeat;
top: 10px;
bottom: 0;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(2):before, 
.tm-staticbox-style2 .tm-stepbox:nth-child(4):before {
content: '';
position: absolute;
width: 100%;
left: 52%;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/arrow-2.png);
background-repeat: no-repeat;
top: 0;
bottom: 0;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(3):before {
content: '';
position: absolute;
width: 100%;
left: 50%;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/arrow-3.png);
background-repeat: no-repeat;
top: 0;
bottom: 0;
}
@media (max-width:1200px) {
.tm-staticbox-style2 .tm-stepbox:nth-child(1):before, .tm-staticbox-style2 .tm-stepbox:nth-child(2):before, .tm-staticbox-style2 .tm-stepbox:nth-child(3):before {
content: unset;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even) {
margin-top: 0;
}
.tm-staticbox-style2 .tm-left-contentbox {
padding: 0;
}
}
span.pretitle {
position: relative;
color: var(--body-fonts-color);
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
font-weight: 500;
padding-right: 70px;
position: relative;
top: -12px;
}
span.text-gradient {
padding: 0 5px;
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
}
.skill-text {
background-color: var(--ttm-secondarycolor);
color: var(--ttm-whitecolor);
display: inline-block;
padding: 10px 19px;
border-radius: 50px;
}
.skill-text i {
background: linear-gradient(to right, var(--tm-first-gradientcolor), var(--tm-second-gradientcolor));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-right: 8px;
font-size: 18px;
}
a.prt-appointment-btn {
transition: all 0.2s ease 0s;
font-weight: 600;
text-decoration: underline;
} .ttm-contactform-04 input[type="text"], .ttm-contactform-04 input[type="email"], .ttm-contactform-04 input[type="date"] {
border-radius: 30px;
padding: 10px 20px;
}
.ttm-contactform-04 input[type="text"]:focus, .ttm-contactform-04 input[type="email"]:focus, .ttm-contactform-04 input[type="date"]:focus, .ttm-contactform-04 textarea:focus {
border-color: var(--ttm-bordercolor);
background-color: var(--ttm-whitecolor);
}
.ttm-contactform-04 textarea {
border-radius: 25px;
}
.ttm-contactform-04 .contact-form-submitbtn {
margin-top: 10px;
}
.ttm-contactform-04 .select2-container--default .select2-selection--single, .select2-dropdown {
border-radius: 30px;
vertical-align: middle;
width: 100%;
height: auto;
font-weight: 500;
text-transform: inherit;
border: 1px solid #e7e7e7;
font-size: 15px;
line-height: inherit;
}
.ttm-contactform-04 .select2-selection__rendered {
line-height: 45px;
padding-left: 15px;
font-weight: normal;
color: inherit;
font-size: 14px;
padding: 2px 20px;
}
.ttm-contactform-04 .select {
margin-bottom: 15px;
display: block;
padding-top: 5px;
}
.ttm-contactform-04  input[type=submit] {
width: 100%;
border-radius: 30px;
text-transform: none;
} .tm-footerstyle-style3 .footer-rows-inner {
border-radius: 30px;
margin: 0 40px 40px;
position: relative;
overflow: hidden;
}
.tm-footerstyle-style3 .container-fullwide .site-content-inner.row, .tm-footerstyle-style3.footer .container-fullwide {
padding-left: 40px;
padding-right: 40px;
}
.tm-footerstyle-style3.footer .second-footer-inner .widget {
margin: 20px 0 20px;
}
.tm-footerstyle-style3 .first-footer .widget-area:first-child {
padding-right: 30px;
padding-left: 15px;
}
.tm-footerstyle-style3 .first-footer .widget-area {
overflow: hidden;
padding-right: 45px;
padding-left: 45px;
}
.tm-footerstyle-style3 .first-footer .widget-area:last-child {
padding-right: 15px;
padding-left: 30px;
}
span.tm-footer-style-3-copyright {
display: block;
font-size: 14px;
color: rgb(255 255 255 / 70%);
}
span.tm-footer-desciption {
color: rgb(255 255 255 / 70%);
}
.page-id-236 .footer .footer-rows .first-footer .first-footer-inner {
padding-top: 178px;
}
.tm-newsletter-2.widget {
padding-top: 10px !important;
}
.tm-layout-style2.single-tm_team_member .site-main {
padding-top: 0;
}
@media (max-width:1340px) {
.tm-footerstyle-style3 .first-footer {
border-radius: 0px;
margin: 0px;
}
}
@media (max-width:1200px) {
.tm-footerstyle-style3 .first-footer .widget-area {
width: 50% !important;
display: inline-block;
}
.tm-footerstyle-style3 .footer-rows-inner {
margin: 0 20px;
}
.footer.tm-footerstyle-style3 .row {
display: block !important;
}
.tm-footerstyle-style3 .first-footer.tm-widgetsep-yes .widget-area:nth-child(even) {
border-right: 0;
}
.tm-footerstyle-style3 .first-footer .widget-area {
padding-right: 30px !important;
padding-left: 30px !important;
}
}
@media (max-width:991px) {
.tm-footerstyle-style3 .first-footer .widget-area {
width: 100% !important;
}
}
ul.timelist-block li.timelist-item:first-child {
padding-top: 10px;
}
ul.timelist-block li.timelist-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
ul.timelist-block li.timelist-item {
font-size: 15px;
line-height: 25px;
color: rgba(255 255 255 / 0.80);
padding: 16px 0 16px;
border-bottom: 1px solid rgba(255 255 255 / 0.20);
}
ul.timelist-block li.timelist-item i {
color: var(--ttm-whitecolor);
margin-right: 5px;
}
.tm-footer-childrio {
display: flex !important;
align-items: center !important;
}
.tm-footer-childrio h5 {
margin-bottom: 0;
}
.tm-footer-childrio img {
width: 35px;
height: 38px;
margin-right: 20px;
animation: hithere 1.5s ease-in-out infinite;
}
.footer-content-cta .prt-call a {
font-size: 24px;
line-height: 34px;
font-weight: 600;
}
.footer-logo {
padding-bottom: 30px;
}
h5.tm-wid-title {
padding-top: 30px;
}
.footer-content-cta .content-cta {
margin: 0px 0 25px;
}
@keyframes hithere {
30% {
transform: scale(1.2)
}
40%, 60% {
transform: rotate(-20deg) scale(1.2)
}
50% {
transform: rotate(20deg) scale(1.2)
}
70% {
transform: rotate(0deg) scale(1.2)
}
100% {
transform: scale(1)
}
}
.mailchimp-inputbox-style1 {
position: relative;
}
.mailchimp-inputbox-style1 input[type="email"] {
background: rgba(255 255 255 / 0.06) !important;
color: var(--ttm-whitecolor);
padding: 17px 80px 17px 25px !important;
font-size: 14px;
line-height: 24px;
width: 100%;
border: 1px solid rgba(255 255 255 / 0.20) !important;
position: relative;
border-radius: 50px !important;
}
.mailchimp-inputbox-style1 button[type=submit] {
position: absolute;
right: 0;
left: auto;
top: 0;
background-color: var(--ttm-skincolor);
padding: 12px 15px 10px;
border: 0;
border-radius: 50%;
color: var(--ttm-whitecolor);
font-size: 18px;
line-height: 28px;
width: 60px;
height: 60px;
}
.tm-layout-style2 .tm-titlebar-wrapper {
border-radius: 30px;
top: 40px;
margin: 0 40px 40px;
}
.team-btn a.prt-btn {
width: 192px;
height: 192px;
line-height: 22px;
background-color: rgba(255 255 255 / 0.50);
border: 1px solid var(--ttm-whitecolor);
box-shadow: 0 0 35px 0 rgba(0 0 0 / 0.12);
padding: 0px 40px 0px !important;
font-weight: 600;
text-align: left;
position: relative;
z-index: 11;
border-radius: 50%;
display: inline-flex;
font-size: 16px;
margin: 0 auto;
color: var(--ttm-secondarycolor);
overflow: hidden;
justify-content: center;
align-items: center;
transition: 0.8s;
}
.team-btn a.prt-btn:hover {
background-color: var(--ttm-whitecolor);
}
.team-btn a.prt-btn i {
position: absolute;
bottom: 40px;
left: 40px;
font-size: 26px;
line-height: 26px;
}
a.prt-numbertext-link {
text-decoration: underline;
font-weight: 400;
}
span.tm-address {
font-weight: 400;
} .elementor-widget-tm_team-img .themetechmount-team-img .tm-featured-wrapper img {
width: 100%;
border-radius: 10px;
}
.elementor-widget-tm_team-nameinfo .tm-team-member-single-position {
margin-top: 5px;
padding-bottom: 25px;
}
.elementor-widget-tm_team-nameinfo .tm-team-details-wrapper {
padding-top: 20px;
}
.elementor-widget-tm_team-nameinfo h2.themetechmount-tm-detailbox-title {
margin-bottom: 0;
}
.elementor-widget-tm_team-nameinfo .tm-team-member-single-position {
font-size: 16px;
color: var(--ttm-skincolor);
font-weight: 500;
}
.tm-team-social-link ul {
margin: 0px;
margin: 0;
list-style-type: none;
padding: 0;
}
.tm-team-social-links-wrapper {
padding-top: 15px;
}
.elementor-widget-tm_team-nameinfo .tm-team-social-link .tm-team-details-wrapper ul li, .elementor-widget-tm_team-nameinfo .tm-team-social-link .tm-team-social-links-wrapper ul li {
display: inline-block;
}
.elementor-widget-tm_team-nameinfo .tm-team-social-link .tm-team-social-links-wrapper ul a {
font-size: 13px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50% !important;
border: 1px solid var(--ttm-bordercolor);
text-align: center;
display: block;
margin-right: 10px;
margin-bottom: 10px;
color: var(--body-fonts-color);
}
.elementor-widget-tm_team-nameinfo .tm-team-social-link .tm-team-social-links-wrapper ul a:hover {
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
}
.tm-tab-round-box.elementor-widget-tabs .elementor-tabs-wrapper {
overflow: hidden;
border: 1px solid var(--ttm-bordercolor);
border-radius: 30px;
padding: 8px;
}
.tm-tab-round-box .elementor-tab-title {
padding: 10px 25px !important;
border-radius: 20px;
}
.tm-tab-round-box .elementor-tab-content {
padding: 20px 0 !important;
}
.tm-tab-round-box .elementor-tab-title.elementor-active {
background-color: var(--ttm-skincolor);
}
.tm-tab-round-list li {
padding: 5px 0;
color: var(--body-fonts-color) !important;
}
.tm-tab-round-list {
padding-bottom: 5px;
}
ul.tm-pricelist-block li {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
}
ul.tm-pricelist-block li {
padding: 8px 0 8px 0;
border-bottom: 1px solid var(--ttm-bordercolor);
color: var(--body-blackfont-color);
font-weight: 500;
}
ul.tm-pricelist-block li:first-child {
padding-top: 0;
}
ul.tm-pricelist-block li .service-title, ul.tm-pricelist-block li .service-price {
-webkit-flex-basis: 0%;
-ms-flex-preferred-size: 0;
flex-basis: 0%;
flex-grow: 1;
-webkit-flex-grow: 1;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
padding: 0;
margin: 0;
}
ul.tm-pricelist-block li .service-price {
text-align: right;
} .tm-appointment span.wpcf7-form-control-wrap {
display: inline-block !important;
}
.tm-appointment span.tm-form-title {
font-weight: 500;
color: var(--body-blackfont-color);
}
.tm-appointment input[type="text"], .tm-appointment input[type="email"], .tm-appointment input[type="date"], .tm-appointment textarea {
padding: 10px 20px;
border-bottom: 1px solid var(--ttm-bordercolor) !important;
border: 0;
border-color: var(--ttm-bordercolor);
margin: 0 15px;
}
.tm-appointment input[type="text"]:focus, .tm-appointment input[type="email"]:focus, .tm-appointment input[type="date"]:focus, .tm-appointment textarea:focus {
border-color: var(--ttm-bordercolor);
background-color: var(--ttm-whitecolor);
}
.tm-appointment input[type="text"] {
width: 290px;
}
.tm-appointment input[type=submit] {
border-radius: 30px;
}
.tm-appointment textarea {
width: 900px;
}
.tm-appointment p {
display: inline-block;
}
.tm-appointment select {
border: none;
border-bottom: 1px solid rgba(119, 119, 119, .2);
}
.tm-appointment .select {
display: inline-block;
}
.tm-appointment .select2-container--default .select2-selection--single {
border-bottom: 1px solid var(--ttm-bordercolor) !important;
border: 0;
}
.tm-appointment span.select2.select2-container.select2-container--default {
width: 250px !important;
}
.tm-checkbox .wpcf7-list-item {
margin: 0 0 30px 0;
}
.tm-mailchimp-white-bg .mailchimp-inputbox-style1 input[type="email"] {
background: var(--ttm-whitecolor) !important;
color: var(--body-blackfont-color);
}
.ttm-accordion-style2 .elementor-accordion-item {
border: 1px solid var(--ttm-bordercolor);
background-color: var(--ttm-greycolor);
margin-bottom: 30px;
border-radius: 15px;
}
.ttm-accordion-style2 .elementor-accordion-item .elementor-tab-content.elementor-active {
border-top: 1px solid var(--ttm-bordercolor) !important;
margin: 0 25px;
}
.ttm-accordion-style2 .elementor-accordion-item .elementor-tab-content {
margin: 0 25px;
}
.ttm-accordion-style2 .elementor-accordion-item .elementor-active i {
transform: rotate(45deg);
display: block;
}
.ttm-accordion-style2 .elementor-accordion-item  i {
transform: rotate(-45deg);
display: block;
padding-top: 5px;
} .single  article.post.themetechmount-details-style3 blockquote {
display: block;
position: relative;
text-align: left;
background: var(--ttm-greycolor);
border: 1px solid var(--ttm-bordercolor) !important;
border-radius: 15px;
padding: 55px 35px 30px;
margin: 0;
color: var(--body-fonts-color);
font-weight: 500;
font-size: 20px;
line-height: 36px;
font-style: italic;
position: relative;
}
.single  article.post.themetechmount-details-style3 blockquote cite {
font-weight: 700;
color: var(--body-blackfont-color);
}
.tm-layout-style13 .tm-ptablebox-style-2 .tm-ptable-btn a,
.tm-layout-style13 .tm-ptablebox-style-2 .prt-ptablebox-image,
.tm-layout-style13 .themetechmount-details-style3 figure img,
.tm-layout-style13 .single article.post.themetechmount-details-style3 blockquote,
.tm-layout-style13 .tm-ptablebox-style-2 .themetechmount-ptable-main {
border-radius: 10px;
}
body.single-post.tm-layout-style13 .tm-entry-meta .tm-meta-line i,
body.single-post.tm-layout-style13 .tm-entry-meta .tm-meta-line i {
display: none;
}
.tm-layout-style13 .single-post .themetechmount-tags-links-title,
.tm-layout-style13 .blog-detail-heading, .blog-detail-meta {
display: none;
}
.tm-layout-style13 .tm-ptablebox-style-2 .tm-ptable-col.active .tm-ptable-btn a,
.tm-layout-style13 .tm-ptablebox-style-2 .tm-ptable-col.active .tm-ptable-btn a {
background-color: var(--body-blackfont-color);
}
.blog .themetechmount-blogbox-stylenine .ttm-post-featured-link-wrapper {
padding: 590px 0 0 637px;
width: 100%;
height: 100%;
}
.single-post.tm-layout-style13 .themetechmount-tags-links-title {
display: inline-block;
}
.tm-layout-style13 .widget .search-form .search-field,
.tm-layout-style2 .widget .search-form .search-field {
background-color: var(--ttm-greycolor);
font-weight: 500;
border-radius: 30px;
color: #000000;
padding: 17px 45px 17px 25px;
border: 0;
font-size: 15px;
}
.tm-layout-style2 .widget .search-form .search-submit {
top: 18px;
background-image: unset;
}
body.tm-layout-style2 .tm-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child {
margin-top: 0;
}
.sidebar .widget.widget_categories ul li {
font-size: 15px;
font-weight: 500;
}
.footer .tm-textcolor-white .widget .widget-title {
color: var(--ttm-whitecolor);
}
.footer-logo img {
height: 25px;
}
.faq-sidebar {
background-color: var(--ttm-secondarycolor);
border-radius: 25px;
display: block;
padding: 50px 50px 60px;
text-align: center;
color: var(--ttm-whitecolor);
}
.faq-sidebar-content h4 {
font-size: 24px;
line-height: 34px;
font-weight: 600;
margin: 12px 0 30px;
color: var(--ttm-whitecolor);
}
.prt-icon-type-image i {
font-size: 50px;
}
a.prt-sidebar-btn {
margin-top: 5px;
padding: 15px 30px;
border-radius: 50px;
background-color: transparent;
border: 1px solid var(--ttm-whitecolor);
transition: all 0s ease 0s;
color: var(--ttm-whitecolor);
font-weight: 500;
}
a.prt-sidebar-btn:hover {
background-color: var(--ttm-whitecolor);
}
.tm-slider-radius-box .revslider-initialised {
border-radius: 25px;
}
.themetechmount-details-style3 figure img {
border-radius: 25px;
}
.single-post article.post.themetechmount-details-style3 .entry-content ol li, .single-post article.post.themetechmount-details-style3 .entry-content ul li {
position: relative;
display: block;
font-weight: 500;
color: var(--body-blackfont-color);
padding-left: 5px;
padding-bottom: 12px;
}
.single-post article.post.themetechmount-details-style3 .entry-content {
border-bottom: 1px solid var(--ttm-bordercolor);
padding-bottom: 15px;
}
.single-post article.post.themetechmount-details-style3 .entry-content ol li, 
.single-post article.post.themetechmount-details-style3 .entry-content ul li:before {
content: "\f157";
position: absolute;
left: -20px;
top: 0px;
font-size: 14px;
font-family: 'flaticon_medical-new' !important;
background: linear-gradient(to right, var(--tm-first-gradientcolor), var(--tm-second-gradientcolor));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.themetechmount-details-style3 .tm-avatar-wrapper {
background-color: var(--ttm-whitecolor);
border: 1px solid #e7e7e7;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
padding: 30px 30px 15px 26px;
border-radius: 15px;
text-align: center;
}
.themetechmount-details-style3  .tm-author-image img {
border-radius: 50%;
overflow: hidden;
width: 120px;
margin: 0 auto;
display: block;
height: 100%;
}
.themetechmount-details-style3  span.tm-author-wrapper {
color: var(--body-blackfont-color);
font-size: 18px;
line-height: 28px;
font-weight: 600;
margin-top: 15px;
margin-bottom: 0px;
padding-bottom: 70px;
position: relative;
display: block;
}
.single-post .tm-hidden-titlebar.tm-header-overlay .tm-stickable-header-w {
position: unset;
}
.themetechmount-details-style3  span.tm-author-wrapper:before {
content: '';
position: absolute;
width: 1px;
height: 50px;
bottom: 0;
left: 0;
right: 0;
background-color: rgb(0 0 0 / 10%);
margin: 0 auto;
}
.single-post .themetechmount-details-style3.themetechmount-box-blog-classic .tm-blog-classic-box-content {
padding: 8px 0px 30px 30px;
}
.single-post .themetechmount-details-style3 .themetechmount-blogbox-sharebox .clearfix{
display:block;
}
.tm-post-details-style3 .tm-entry-meta .tm-meta-line i {
font-size: 0;
}
body div.tm-titlebar-wrapper.tm-post-details-style3 {
background-position: top;
min-height: 700px;
padding: 166px 0 40px;
display: flex;
align-items: end;
}
.tm-post-details-style3 .tm-titlebar-main-inner {
position: relative;
background-color: rgb(255 255 255 / 80%);
border: 1px solid var(--ttm-whitecolor);
margin: 0 25px 0;
padding: 40px 20px 20px;
border-radius: 25px;
}
.search article.themetechmount-box.themetechmount-box-team.themetechmount-teambox-style1 {
margin-bottom: 30px;
}
.tm-post-details-style3 .tm-entry-meta-wrapper .tm-meta-line.cat-links {
border: 1px solid #000;
padding: 6px 14px 8px;
border-radius: 50px;
}
body.single-post .tm-post-details-style3 .entry-title-wrapper h1.entry-title {
margin-bottom: 0;
}
.tm-post-details-style3 .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line {
display: inline-block;
position: relative;
margin-right: 10px;
margin-bottom: 10px;
padding-right: 17px;
font-size: 15px;
line-height: initial;
font-weight: 500;
}
.tm-post-details-style3 span.entry-date {
color: var(--body-fonts-color);
}
.tm-post-details-style3 .tm-entry-meta .tm-meta-line:after {
height: 5px;
width: 5px;
right: 0px;
border-radius: 50%;
top: 50%;
bottom: 0;
background-color: var(--ttm-secondarycolor);
margin-top: 0;
position: absolute;
content: "";
}
.tm-post-details-style3 .tm-entry-meta .tm-meta-line:first-child:after, .tm-post-details-style3 .tm-entry-meta .tm-meta-line:last-child:after {
content: unset;
}
body.single-post .tm-post-details-style3 .entry-title-wrapper h1.entry-title {
font-size: 44px;
line-height: 60px;
font-weight: 600;
overflow: hidden;
width: 50%;
}
.tm-titlebar-wrapper.tm-post-details-style3 .tm-titlebar-inner-wrapper {
height: auto;
}
.tm-post-details-style3 .tm-titlebar-main {
display: block;
}
.tm-titlebar-wrapper.tm-post-details-style3 .entry-header {
display: block;
width: 100%;
}
.tm-titlebar-wrapper.tm-post-details-style3 .tm-post-meta-wrapper {
padding-bottom: 15px;
}
.single-post .themetechmount-details-style3  .themetechmount-blogbox-sharebox {
border-bottom: 0;
padding-bottom: 0;
padding-top: 25px;
}
.single-post .themetechmount-details-style3 .tm-social-share-links ul li {
display: block;
margin-bottom: 15px;
padding-right: 5px;
padding-top: 0px;
}
.single-post .themetechmount-details-style3 .tm-social-share-links ul li a i {
font-size: 0;
border: 0;
}
.themetechmount-details-style3 .tm-social-share-links .tm-hide {
display: block;
text-transform: capitalize;
}
.single-post .themetechmount-details-style3 .tm-social-share-links ul li a {
font-size: 15px;
line-height: 26px;
padding: 2px 30px 4px;
border: 1px solid rgb(0 0 0 / 20%);
border-radius: 50px;
margin: 10px 5px 0;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 100%;
color: var(--body-fonts-color);
}
.single-post .themetechmount-details-style3 .tm-social-share-links ul li a:hover {
color: var(--ttm-whitecolor);
}
.single-post .themetechmount-details-style3 .tm-social-share-post-wrapper {
float: unset;
}
.single .post.themetechmount-box-blog-classic .tm-social-share-wrapper .tm-social-share-links {
position: initial;
opacity: 1;
visibility: visible;
text-align: left;
padding: 0px;
width: 100%;
float: left;
}
.single .post.themetechmount-box-blog-classic.themetechmount-details-style3 .tm-social-share-wrapper .tm-social-share-links {
float: unset;
margin: 0 auto;
text-align: center;
}
.single article.post.themetechmount-details-style3 blockquote:before {
content: '';
opacity: 0.2;
background-color: var(--body-fonts-color);
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/quotes.svg) no-repeat 100% 100%;
mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/quotes.svg) no-repeat 100% 100%;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
height: 150px;
width: 110px;
top: -10px;
left: 44px;
right: auto;
z-index: -1;
display: block;
margin: 0 auto;
}
.themetechmount-element-teambox-style4 .tm-sortable-list .tm-sortable-link a {
border-radius: 30px;
}  .tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 .tm-bannersliderbox-image {
height: 770px;
overflow: hidden;
}
.tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 h4.tm-bannersliderbox-subtitle {
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--ttm-whitecolor);
font-family: var(--base-bodyfont);
padding: 8px 20px;
background-color: rgba(255 255 255 / 0.12);
border: 1px solid rgba(255 255 255 / 0.40);
border-radius: 10px;
margin-bottom: 25px;
}
.tm-bannersliderbox-wrapper.tm-bannersliderbox-style1 .tm-sliderbox .tm-bannerslider-box-wrapper{
background-size: cover;
} .ttm-contact-form-06.ttm-appointment-form {
background-color: var(--ttm-secondarycolor);
position: relative;
padding: 40px 40px 35px;
text-align: center;
border-radius: 10px;
}
.ttm-contact-form-06.ttm-appointment-form .text-input {
text-align: left;
}
.ttm-contact-form-06.ttm-appointment-form input[type="text"], .ttm-contact-form-06.ttm-appointment-form textarea, .ttm-contact-form-06.ttm-appointment-form .select2-selection {
border-radius: 0;
border: 0;
border-bottom: 1px solid rgba(255 255 255 / 0.20);
background-color: transparent;
color: #fff;
padding: 8px 10px 8px;
font-size: 15px;
}
.ttm-contact-form-06.ttm-appointment-form select {
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(255 255 255 / 0.20);
margin-bottom: 15px;
}
.ttm-contact-form-06.ttm-appointment-form input[type="text"]::placeholder, .ttm-contact-form-06.ttm-appointment-form textarea::placeholder, .ttm-contact-form-06.ttm-appointment-form .select2-selection::placeholder, .ttm-contact-form-06.ttm-appointment-form .select2-selection__rendered::placeholder, .ttm-contact-form-06.ttm-appointment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
color: rgb(255 255 255 / 50%);
}
.ttm-contact-form-06.ttm-appointment-form label {
padding-top: 10px;
}
.ttm-contact-form-06.ttm-appointment-form textarea {
height: 100px;
}
.ttm-contact-form-06.ttm-appointment-form .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 0px;
}
.ttm-contact-form-06.ttm-appointment-form label {
color: var(--ttm-whitecolor);
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
}
.ttm-contact-form-06.ttm-appointment-form button {
margin-top: 10px;
font-size: 15px;
padding: 16px 30px 14px;
width: 100%;
background-color: var(--ttm-skincolor);
border-radius: 5px;
}
.ttm-contact-form-06.ttm-appointment-form h3.title {
padding-bottom: 15px;
font-size: 28px;
line-height: 38px;
text-transform: uppercase;
font-weight: 400;
color: var(--ttm-whitecolor);
}
.ttm-contact-form-06.ttm-appointment-form h3.title {
font-weight: 500;
} .footer.tm-footerstyle-style4 .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
color: var(--body-bg-color);
}
.footer.tm-footerstyle-style4 .first-footer .widget {
padding-top: 0px;
padding-bottom: 0px;
}
.tm-layout-default .footer.tm-footerstyle-style4 .widget {
margin: 44px 0 33px;
}
.footer.tm-footerstyle-style4 .widget.widget_nav_menu li a {
color: rgb(255 255 255 / 70%);
}
.tm-footerstyle-style4 #second-footer .footer-widget-box.prt-contact p,
.tm-footerstyle-style4 #second-footer .footer-widget-box.prt-address p{
font-size: 17px;
line-height: 27px;
margin-bottom: 5px;
}
.tm-footerstyle-style4 .featured-icon-box.style3 .prt-icon img{
-webkit-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
transform: translate(0,0);
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-content h3{
color: var(--ttm-whitecolor);
}
.tm-footerstyle-style4 .featured-icon-box.style3:hover .prt-icon img{
transform: rotateY(360deg);
}
.tm-footerstyle-style4 #second-footer .footer-widget-box.prt-address p.pretitle{
font-size: 14px;
line-height: 24px;
}
.footer.tm-footerstyle-style4 #menu-footer-link2-2,
.footer.tm-footerstyle-style4 .bottom-footer-text.tm-textcolor-white .footer-nav-menu{
display: inline-block;
}
.footer.tm-footerstyle-style4 ul.footer-nav-menu li:after{
position: absolute;
content: "|";
color: var(--ttm-whitecolor);
}
.footer.tm-footerstyle-style4 .footer-rows .first-footer .first-footer-inner {
padding: 45px 0 40px;
}
.footer.tm-footerstyle-style4 .widget {
margin: 45px 0 25px;
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 {
overflow: hidden;
position: relative;
margin: 0;
padding: 0px;
text-align: left;
}
.footer.tm-footerstyle-style4 .featured-icon-box.icon-align-before-content .featured-icon,
.footer.tm-footerstyle-style4 .featured-icon-box.icon-align-before-content .featured-content{
display: table-cell;
vertical-align: middle;
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-content {
padding: 0 0 0 25px;
text-align: left;
}
.footer.tm-footerstyle-style4 .featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
margin-bottom: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-desc p {
margin-bottom: 5px !important;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: rgb(255 255 255 / 50%);
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-title h3 {
font-size: 22px;
line-height: 32px;
margin-bottom: 0;
}
.footer.tm-footerstyle-style4 .featured-icon-box.style3 .featured-title h3 a{
color: var(--ttm-whitecolor);    
}
.footer.tm-footerstyle-style4 #media_image-2 img{
width: 415px;
}
.footer.tm-footerstyle-style4 .prt-address h3,
.footer.tm-footerstyle-style4 .footer-widget-box.prt-contact.res-991-mt-30 h3{
margin-bottom: 10px;
font-size: 16px;
line-height: 30px;
font-weight: 500;
text-transform: uppercase;
}
.footer.tm-footerstyle-style4 .footer-contact .prt-call a{
font-size: 20px;
color: var(--ttm-whitecolor) !important;
font-weight: 500;
}
.footer.tm-footerstyle-style4 ul.footer-nav-menu li a{
position: relative;
}
.footer.tm-footerstyle-style4 ul.footer-nav-menu li:last-child:after{
content: unset;
} .tm-headerstyle-classic-overlay.tm-layout-style5 ul{
list-style: none;
list-style-image: none; 
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline ul {
list-style: none;
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline i{
color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-title:after {
position: absolute;
content: '';
right: auto;
left: 12.5%;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-header-main.tm-wrap.container.tm-container-for-header{
margin-top: 3px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext{
display: inline-block;
position: relative;
top: -35px;
left: 55px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext,
.tm-headerstyle-classic-overlay.tm-layout-style5 .headerlogo,
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
display: inline-block;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i{
position: relative;
display: inline-flex;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 30px;
color: var(--ttm-whitecolor);
background-color: #29a71a;
border-radius: 50%;
margin-right: 10px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i:before {
content: '\f232';
font-size: 23px;
line-height: 33px;
position: relative;
top: 1px;
left: 2px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
height: 80px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget{
margin-top: -15px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li{
position: relative;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li:after{
content: '';
position: absolute;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
right: 0;
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline li{
font-size: 14px;
line-height: 14px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 nav ul{
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li > a:after{
content: unset;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a{
color: var(--ttm-skincolor);
}
.ttm-border-radius-style .themetechmount-iconbox-stylethree .tm-box-icon {
width: 60px;
height: 60px;
background-color: #29a71a;
border-radius: 50%;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 ul{
list-style: none;
list-style-image: none; 
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline ul {
list-style: none;
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline i{
color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-title:after {
position: absolute;
content: '';
right: -55px;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-header-main.tm-wrap.container.tm-container-for-header{
margin-top: 3px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext{
display: inline-block;
position: relative;
top: -35px;
left: 55px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext,
.tm-headerstyle-classic-overlay.tm-layout-style5 .headerlogo,
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
display: inline-block;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i{
position: relative;
display: inline-flex;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 30px;
color: var(--ttm-whitecolor);
background-color: #29a71a;
border-radius: 50%;
margin-right: 10px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i:before {
content: '\f232';
font-size: 23px;
line-height: 33px;
position: relative;
top: 1px;
left: 2px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
height: 80px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget{
margin-top: -15px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li{
position: relative;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li:after{
content: '';
position: absolute;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
right: 0;
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline li{
font-size: 14px;
line-height: 14px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 nav ul{
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li > a:after{
content: unset;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a{
color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 ul{
list-style: none;
list-style-image: none; 
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline ul {
list-style: none;
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline i{
color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-title:after {
position: absolute;
content: '';
right: -55px;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-header-main.tm-wrap.container.tm-container-for-header{
margin-top: 3px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext{
display: inline-block;
position: relative;
top: -35px;
left: 55px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-tagtext,
.tm-headerstyle-classic-overlay.tm-layout-style5 .headerlogo,
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
display: inline-block;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i{
position: relative;
display: inline-flex;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 30px;
color: var(--ttm-whitecolor);
background-color: #29a71a;
border-radius: 50%;
margin-right: 10px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget i:before {
content: '\f232';
font-size: 23px;
line-height: 33px;
position: relative;
top: 1px;
left: 2px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-branding{
height: 80px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-widget{
margin-top: -15px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li{
position: relative;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 div.nav-menu > ul > li:after{
content: '';
position: absolute;
width: 1px;
height: 20px;
background-color: rgba(255, 255, 255, 0.30);
right: 0;
top: 30px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .header-info-tagline li{
font-size: 14px;
line-height: 14px;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 nav ul{
color: var(--ttm-whitecolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li > a:after{
content: unset;
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a{
color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .tm-header-style-classic.tm-header-overlay{
border-top: 3px solid var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.tm-layout-style5 .site-header-main.tm-wrap.container.tm-container-for-header {
margin-top: 0px !important;
}
.tm-textcolor-white .ttm-border-radius-style .themetechmount-iconbox.themetechmount-iconbox-stylethree h2.tm-custom-heading{
color: #fff;
} .tm-overlay-heading-yes.tm-element-heading-content-wrapper h4.tm-element-subheading {
padding-left: 50px;
font-size: 138px;
line-height: 0;
position: relative;
color: rgba(222 163 109 / 0.15);
font-weight: 500;
z-index: 0;
text-transform: uppercase;
}
.tm-overlay-heading-yes.tm-element-heading-content-wrapper .tm-element-content-heading {
margin-top: -70px;
}
@media (min-width:991px) {
.ttm-vertical-overlay-subheading-after .tm-element-heading-content-wrapper.tm-overlay-heading-yes .tm-content-header .tm-element-subheading {
right: -280px;
transform: rotate(-90deg);
}
.ttm-vertical-overlay-subheading .tm-element-heading-content-wrapper.tm-overlay-heading-yes .tm-content-header .tm-element-subheading {
left: -330px;
transform: rotate(-90deg);
}
}
@media (max-width:991px) {
.tm-overlay-heading-yes.tm-element-heading-content-wrapper h4.tm-element-subheading {
font-size: 50px;
line-height: 60px;
text-align: center;
}
.themetechmount-box-blog.themetechmount-blogbox-stylefive .themetechmount-box-details {
padding-top: 15px;
}
}
@media (min-width: 1200px){
.tm-headerstyle-classic-overlay.tm-layout-style5.themetechmount-header-borderbottom .tm-container-for-header {
border-bottom: 0px solid rgba(255 ,255, 255 , 0.20);
}
}   .twentytwenty-handle {
height: 55px;
width: 55px;
background-color: #fff;
margin-left: -27px;
}
.twentytwenty-left-arrow {
border-right: 6px solid #000;
}
.twentytwenty-right-arrow {
border-left: 6px solid #000;
} .ttm-progressbar-style2 .elementor-progress-wrapper {
border: 1px solid rgba(255, 255, 255, 0.30);
padding: 4px;
margin-top: 0;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 40px;
margin-top: 6px;
}
.ttm-progressbar-style2 .elementor-progress-bar {
border-radius: 40px;
}
.ttm-progressbar-style2 .elementor-progress-percentage {
font-size: 15px;
font-weight: 500;
color: #fff;
top: -5px;
}
.tm-big-textstyle.elementor-widget-heading .elementor-heading-title {
text-wrap: nowrap;
margin-bottom: -60px;
-webkit-animation: shake 24s linear infinite;
-moz-animation: shake 24s linear infinite;
-o-animation: shake 24s linear infinite;
animation: shake 24s linear infinite;
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(5px, 0, 0);
}
} .ttm-contactform-03 textarea, .ttm-contactform-03 input[type="text"], .ttm-contactform-03 input[type="email"] {
background-color: var(--ttm-whitecolor);
border-radius: 10px;
border: none;
}
.ttm-contactform-03 input[type="text"]:focus, .ttm-contactform-03 input[type="email"]:focus {
border-color: #fff;
}
.ttm-contactform-03 .tm-contact-btn {
margin-top: 10px;
}
.wpcf7-form .ttm-contactform-03 .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 26px;
}
.ttm-contactform-03 .tm-contact-btn input[type="submit"] {
border-radius: 20px;
width: 100%;
background-color: var(--ttm-skincolor);
font-size: 14px;
}
.ttm-contactform-03 .tm-contact-btn input[type="submit"]:hover {
background-color: var(--ttm-secondarycolor);
}
.ttm-contactform-03 .tm-contact-btn .wpcf7-spinner {
display: none;
}
.ttm-contactform-03 .tm-contact-btn p {
margin-bottom: 0;
}
.ttm-heading-textbox h4.tm-element-subheading {
font-size: 20px;
line-height: 30px;
font-weight: 500;
position: relative;
padding-right: 20px;
color: var(--ttm-whitecolor);
}
.ttm-heading-textbox .tm-element-content-heading {
font-size: 24px;
line-height: 34px;
color: var(--ttm-whitecolor);
padding-left: 20px;
}
.ttm-heading-textbox .tm-element-subheading:after {
content: '';
background-color: var(--ttm-whitecolor);
position: absolute;
width: 1px;
height: 24px;
top: 4px;
right: 0px;
}
.ttm-heading-textbox .tm-element-subheading, .ttm-heading-textbox .tm-element-content-heading {
display: table-cell;
vertical-align: middle;
}
.ttm-heading-textbox .tm-element-content-desctxt {
color: rgba(255, 255, 255, 0.7);
margin-bottom: 0px;
margin-top: 12px;
}
.ttm-heading-textbox .tm-element-heading-content-wrapper {
position: relative;
padding: 35px 30px 37px;
background-color: rgba(255, 255, 255, 0.06);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
border: 0px solid transparent;
border-radius: 20px;
-webkit-box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
box-shadow: inset 0 0 20px 0 rgba(255, 255, 255, 0.3);
border: 1px solid var(--ttm-whitecolor);
}
.ttm-icon-bggradient .elementor-icon-box-icon .elementor-icon {
background-image: linear-gradient(45deg, var(--tm-first-gradientcolor), var(--tm-second-gradientcolor));
}
.ttm-headnum-font span {
font-size: 28px;
padding-right: 15px;
} .themetechmount-listimgbox-styleone .tm-listbox-heading-content {
display: table-cell;
border-bottom: 1px solid #d6d6d6;
width: 50%;
padding: 35px 0 30px;
position: relative;
cursor: pointer;
}
.tm_listimgbox_list_content.themetechmount-listimgbox-styleone {
padding-left: 0;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.border_no {
width: 100%;
display: flex;
justify-content: space-between;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .award_picture {
display: table-cell;
transition: .5s all;
opacity: 0;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .tm_listimgbox_wrap.active .award_picture {
transition: .5s all;
opacity: 1;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styleone .award_picture .tm-box-img-bg {
content: "";
width: 590px;
height: 100%;
transform: rotate(0deg);
position: absolute;
right: 0;
top: 0px;
z-index: 0;
transition: all 0.5s ease;
}
.themetechmount-listimgbox-styleone .award_picture img {
max-width: 100%;
position: absolute;
width: 100%;
height: 100%;
border-radius: 20px;
object-fit: cover;
right: 0;
left: auto;
top: 0;
bottom: 0;
margin: auto;
transition: all 0.5s ease;
}
.themetechmount-listimgbox-styleone .tm-listbox-heading-content h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 9px;
color: var(--body-blackfont-color);
}
.themetechmount-listimgbox-styleone .tm-cta3-content-wrapper  {
margin-bottom: 0px;
}
.themetechmount-listimgbox-styleone .tm-listimgbox-btn a span {
display: none;
}
.themetechmount-listimgbox-styleone .tm-listimgbox-btn a {
position: relative;
}
.themetechmount-listimgbox-styleone .tm-listimgbox-btn a:after {
content: '\e87b';
font-family: 'ttm-medisat-icons';
position: absolute;
font-size: 20px;
line-height: 20px;
color: var(--body-blackfont-color);
transition: all 0.5s ease;
transform: rotate(45deg);
}
.themetechmount-listimgbox-styleone .tm-listimgbox-btn a {
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
border-radius: 50%;
border: 1px solid var(--body-blackfont-color);
width: 60px;
height: 60px;
position: absolute;
top: 36px;
right: 0;
opacity: 1;
transition: all 0.5s ease;
}
.themetechmount-listimgbox-styleone .tm-listbox-heading-content:hover .tm-listimgbox-btn a {
background-color: var(--ttm-skincolor);
border: 1px solid var(--ttm-skincolor);
}
.themetechmount-listimgbox-styleone .tm_listimgbox_wrap:first-child .tm-listbox-heading-content {
padding-top: 10px;
}
.themetechmount-listimgbox-styleone .tm_listimgbox_wrap:first-child .tm-listimgbox-btn a {
top: 15px;
}
.themetechmount-listimgbox-styleone .ttm-progressbar-style2 .elementor-progress-wrapper {
background-color: var(--ttm-greycolor);
}
.themetechmount-listimgbox-styleone .ttm-progressbar-style2 .elementor-progress-percentage {
font-size: 15px;
font-weight: 500;
color: #fff;
margin-top: -4px;
padding: 5px 12px;
background-color: var(--ttm-skincolor);
border-radius: 15px;
text-align: center;
line-height: 16px;
width: auto;
}
.themetechmount-listimgbox-styleone .tm-box-subtitle {
padding-top: 10px;
padding-bottom: 10px;
display: none;
transition: all 0.5s ease;
position: relative;
z-index: -1;
}
.themetechmount-listimgbox-styleone li.tm_listimgbox_wrap.border_no.active .tm-box-subtitle {
display: block;
transition: all 0.5s ease;
}
.themetechmount-listimgbox-styleone .tm-listbox-heading-content:hover .tm-listimgbox-btn a:after {
color: #fff;
} .ttm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
padding: 17px 15px 17px 30px;
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
color: var(--body-blackfont-color);
background-color: transparent;
}
.ttm-accordion-style3.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
.ttm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active, 
.ttm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
background-color: var(--ttm-greycolor);
color: var(--body-blackfont-color);
border: 1px solid var(--ttm-greycolor);
}
.ttm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
margin-bottom: 0;
}
.ttm-accordion-style3 .elementor-accordion .elementor-tab-content {
padding: 22px 20px 19px;
}
.ttm-accordion-style3 .elementor-accordion  i {
font-size: 17px;
font-weight: 700;
}
.ttm-accordion-style3 .elementor-accordion  i {
vertical-align: sub;
}
.tm-fq-btntitle .elementor-widget-button {
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0 8px 0 0;
}
.tm-fq-btntitle .elementor-widget-tm_heading {
display: inline-block;
width: auto;
vertical-align: sub;
}
.tm-fq-btntitle .elementor-column.elementor-inner-column .elementor-widget-wrap {
display: block;
} .tm_showcasebox_wrapper.tm-showcasebox-style1 {
position: relative;
display: flex;
width: 100%;
height: 100%;
opacity: 0;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1.ttm-init {
opacity: 1;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1.ttm-init .tm_showcasebox_contents {
transition: all 1s;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .ttm-items-holder {
overflow: hidden;
display: flex;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents {
position: relative;
display: block;
z-index: 5;
flex: 0.4;
height: 100%;
transition: 0.5s;
cursor: pointer;
margin-right: 30px;
text-align: center;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active {
flex: 1;
transition: 0.5s;
display: inline-block;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-button-link-wrapper a {
font-weight: 500;
font-size: 14px;
line-height: 14px;
background-color: transparent;
border: 1px solid #fff;
padding: 12px 23px 14px;
border-radius: 20px;
color: #fff;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm-post-featured-link-wrapper img {
border-radius: 10px;
object-fit: cover;
height: 50vh;
min-height: 475px;
}
.tm_showcasebox_wrapper.tm-showcasebox-style1 .tm_showcasebox_contents.active .ttm-header {
padding: 24px 0 10px
}
.tm-showcasebox-style1 .ttm-title .tm-box-title h4 {
font-size: 24px;
line-height: 34px;
color: #fff;
}
.tm-showcasebox-style1 .tm-detailbox {
position: absolute;
left: 30px;
top: auto;
right: auto;
bottom: 32px;
opacity: 0;
text-align: left;
color: #fff;
z-index: 1;
transition: all 0.5s ease 0.3s;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.active .tm-detailbox {
opacity: 1;
}
.tm-showcasebox-style1 .tm-numbox {
height: 42px;
width: 42px;
border-radius: 50%;
line-height: 42px;
text-align: center;
background-color: var(--ttm-whitecolor);
position: absolute;
left: 20px;
top: 20px;
right: auto;
z-index: 1;
transition: all 0.5s ease 0.3s;
}
.tm-showcasebox-style1 .tm-numbox .themetechmount-static-box-sublabel {
font-size: 18px;
font-weight: 600;
color: #000;
}
.tm-showcasebox-style1 .tm_showcasebox_contents:before {
content: '';
display: block;
height: 70%;
width: 100%;
position: absolute;
bottom: 0;
top: auto;
left: 0;
right: 0;
z-index: 1;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
border-radius: 10px;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0 , 6 , 48 , 0.44) 100%);
}
img.img-fluid1 {
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotatemetwo;
-webkit-animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotatemetwo;
-moz-animation-duration: 10s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: rotatemetwo;
-ms-animation-duration: 10s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: rotatemetwo;
-o-animation-duration: 10s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
}
@-webkit-keyframes rotatemetwo {
0% {
-webkit-transform: rotate(0deg);
opacity: 1;
}
50% {
-webkit-transform: rotate(180deg);
opacity: 0.7;
}
100% {
-webkit-transform: rotate(360deg);
opacity: 1;
}
} .themetechmount-pricestaticbox-styleone li.tm-pricestaticbox-content {
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
padding-bottom: 20px;
}
.themetechmount-pricestaticbox-styleone li.tm-pricestaticbox-content:last-child {
padding-bottom: 0;
}
.themetechmount-pricestaticbox-styleone {
padding-left: 0;
}
.themetechmount-pricestaticbox-styleone .tm-box-subtitle {
flex-grow: 1;
flex-shrink: 0;
height: 1px;
width: auto;
border-top: 1px dashed var(--body-fonts-color);
}
.themetechmount-pricestaticbox-styleone h4.tm-box-title {
margin-bottom: 0;
padding-right: 6px;
font-weight: 400;
font-size: 16px;
color: var(--body-fonts-color);
}
.themetechmount-pricestaticbox-styleone .tm-cta3-content-wrapper {
padding-left: 6px;
color: var(--ttm-skincolor);
}
.elementor-widget-tm_pricestaticbox_element .tm-element-content-heading {
font-size: 34px;
line-height: 44px;
margin-bottom: 22px;
} .ttm-accordion-style4 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
padding: 20px 30px 25px 30px;
border-radius: 0px;
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: var(--body-blackfont-color);
background-color: transparent;
border-bottom: 1px solid #d5d8dc;
}
.ttm-accordion-style4 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active,
.ttm-accordion-style4 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-title {
border-bottom: 0;
}
.ttm-accordion-style4 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
margin-bottom: 0;
}
.ttm-accordion-style4 .elementor-accordion .elementor-tab-content {
padding: 22px 20px 19px;
background-color: #fff;
border-radius: 20px;
}
.ttm-accordion-style4 .elementor-accordion  i {
font-size: 12px;
font-weight: 400;
border: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 50%;
}
.ttm-accordion-style4 .elementor-accordion .elementor-active i {
color: var(--ttm-whitecolor);
background-color: var(--ttm-secondarycolor);
border: 1px solid var(--ttm-secondarycolor);
}
.ttm-accordion-style4 .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.ttm-contact-bgchange .ttm-contactform-03 textarea,
.ttm-contact-bgchange .ttm-contactform-03 input[type="text"], 
.ttm-contact-bgchange .ttm-contactform-03 input[type="email"] {
background-color: var(--ttm-greycolor);
}
.ttm-contactform-03 textarea::-webkit-input-placeholder,
.ttm-contactform-03 input[type="email"]::-webkit-input-placeholder,
.ttm-contactform-03 input[type="text"]::-webkit-input-placeholder {
color:var(--body-fonts-color);
} .tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a,
.themetechmount-iconbox-styleten .tm-iocnbox-btn a,
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a,
.tm-btn-style-style3 .elementor-button {
position: relative;
overflow: hidden;
z-index: 1;
}
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a,
.tm-btn-style-style3.tm-btn-color-skincolor .elementor-button {
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.tm-btn-style-style3.tm-btn-color-white .elementor-button {
background-color: var(--ttm-whitecolor);
border-color: var(--ttm-whitecolor);
color: var(--body-blackfont-color);
}
.tm-btn-style-style3.tm-btn-color-darkgrey .elementor-button {
background-color: var(--ttm-secondarycolor);
border-color: var(--ttm-secondarycolor);
color: var(--ttm-whitecolor);
}
.tm-btn-style-style3.tm-btn-color-grey .elementor-button {
background-color: var(--ttm-greycolor);
border-color: var(--ttm-greycolor);
color: var(--body-blackfont-color);
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a:before,
.themetechmount-iconbox-styleten .tm-iocnbox-btn a:before,
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:before,
.tm-btn-style-style3 .elementor-button:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a:hover:before,
.themetechmount-iconbox-styleten .tm-iocnbox-btn a:hover:before,
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:hover:before,
.tm-btn-style-style3 .elementor-button:hover:before {
left: 0;
right: auto;
width: 100%;
transition: all 0.5s;
}
.tm-btn-style-style3 .elementor-button {
border-radius: 21px;
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a:hover {
border-color: var(--ttm-secondarycolor);
}
.tm-ptablebox.tm-ptablebox-style-4 .tm-ptable-btn a:before,
.themetechmount-iconbox-styleten .tm-iocnbox-btn a:before,
.themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:before,
.tm-btn-style-style3.tm-btn-color-skincolor .elementor-button:before {
background-color: var(--ttm-secondarycolor);
}
.tm-btn-style-style3.tm-btn-color-white .elementor-button:before {
background-color: var(--ttm-skincolor);
}
.tm-btn-style-style3.tm-btn-color-darkgrey .elementor-button:before {
background-color: var(--ttm-skincolor);
}
.tm-btn-style-style3.tm-btn-color-grey .elementor-button:before {
background-color: var(--ttm-secondarycolor);
}
.tm-btn-style-style3.tm-btn-color-grey .elementor-button:hover,
.tm-btn-style-style3.tm-btn-color-white .elementor-button:hover {
color: var(--ttm-whitecolor);
}
.tm-header-text-area .header-info-widget .tm-btn-style-style3.tm-btn-color-skincolor.elementor-widget-button .elementor-button {
padding: 13px 24px 15px;
font-weight: 500;
color: var(--ttm-whitecolor);
}
.elementor-element.tm-btn-style-outline.tm-btn-style-style3.tm-btn-color-white .elementor-button:hover {
border-color: var(--ttm-skincolor) !important;
}
.ttm-btn-bgdark.tm-btn-style-style3.tm-btn-color-white .elementor-button:before {
background-color: var(--ttm-secondarycolor);
}  .themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-content h4 {
font-size: 32px;
line-height: 42px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree {
background-color: var(--ttm-greycolor);
padding: 33px 35px 15px;
border-radius: 20px;
overflow: visible;
transition: all 0.5s ease;
}
.themetechmount-blogbox-stylethree .themetechmount-box-content-inner {
border-bottom: 1px solid #d6d6d6;
padding-bottom: 30px;
margin-bottom: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-desc-text {
padding-top: 0;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-icon.tm-wrap-cell {
vertical-align: top;
padding-left: 30px;
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-icon i {
font-size: 75px;
opacity: 0.1;
}
.themetechmount-blogbox-stylethree .themetechmount-box-img-bottom img.wp-post-image {
border-radius: 10px;
transition: all 0.5s ease;
}
.themetechmount-blogbox-stylethree .themetechmount-box-details {
padding-bottom: 20px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree:hover {
border-bottom-left-radius: 150px;
background-color:#fff;
box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom img.wp-post-image,
.themetechmount-blogbox-stylethree:hover .themetechmount-box-img-bottom {
border-bottom-left-radius: 120px;
}
.themetechmount-blogbox-stylethree .themetechmount-box-img-bottom {
overflow: hidden;
}
.themetechmount-blogbox-stylethree.themetechmount-box-blog .themetechmount-blogbox-footer-left a {
font-size: 0px;
}
.themetechmount-blogbox-stylethree.themetechmount-box-blog .themetechmount-blogbox-footer-left a:before {
content: '\e87b';
font-family: 'ttm-medisat-icons';
font-size: 30px;
line-height: 30px;
color: var(--body-blackfont-color);
}
.themetechmount-blogbox-stylethree .themetechmount-blogbox-footer-left a {
background-color: var(--ttm-whitecolor);
border-radius: 50%;
width: 100px;
height: 100px;
line-height: 100px;
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
transform: rotate(45deg) translate(-30px, 30px);
transition: all 0.5s ease;
display: flex;
justify-content: center;
align-items: center;
}
.themetechmount-blogbox-stylethree:hover .themetechmount-blogbox-footer-left a {
opacity: 1;
transform: rotate(45deg) translate(0px, 0px);
} .footer .ttm-footer-workingbox .themetechmount-social-links-wrapper ul.social-icons li.tm-social-facebook a {
color: var(--ttm-whitecolor);
}
.footer .ttm-footer-workingbox .themetechmount-social-links-wrapper ul.social-icons li a {
width: 35px;
height: 35px;
line-height: 35px;
}
.footer .ttm-footer-workingbox .themetechmount-social-links-wrapper {
padding-top: 30px;
}
.footer .ttm-footer-workingbox .tm-pricelist-block li,
.footer .tm-textcolor-white a {
color: rgba(255, 255, 255, 0.70);
}
.footer .ttm-footer-workingbox .tm-pricelist-block li {
display: block;
border-bottom: 0;
font-weight: 400;
}
.footer.tm-footerstyle-style2 .footer-rows .second-footer.tm-textcolor-white .second-footer-inner {
border: 1px solid rgba(255 , 255 , 255 , 0.15) !important;
border-radius: 15px;
padding: 30px 0;
}
.footer.tm-footerstyle-style2 .widget-area .widget.widget_text {
margin: 0px 30px 0px;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer .eyeco_contact_widget_wrapper i {
font-size: 32px;
color: var(--ttm-skincolor);
padding-right: 20px;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer .eyeco_contact_widget_wrapper li {
display: flex;
padding-bottom: 0;
align-items: center;
color: rgba(255, 255, 255, 0.70);
}
.footer.tm-footerstyle-style2 .ttm-full-contactinfo .elementor-widget.elementor-widget-button {
display: inline-block;
}
.footer .ttm-contact-footer.tm-second-email {
margin-left: -75px;
border-left: 1px solid rgba(255, 255, 255, 0.15);
border-right: 1px solid rgba(255, 255, 255, 0.15);
padding: 0 20px 0 32px;
margin-top: 10px;
margin-right: -21px;
}
.ttm-contact-footer.tm-second-locateinfo {
margin-left: -40px;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer .eyeco_contact_widget_wrapper span {
display: block;
}
.footer.tm-footerstyle-style2 .ttm-full-contactinfo {
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
}
.footer.tm-footerstyle-style2 .ttm-full-contactinfo .ttm-contact-footer p {
margin-bottom: 0;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer .eyeco_contact_widget_wrapper span {
display: block;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer a {
color: #fff;
}
.footer.tm-footerstyle-style2 .ttm-contact-footer .eyeco_contact_widget_wrapper p {
margin-bottom: 0;
}
.footer.tm-footerstyle-style2 .footer-rows .first-footer .first-footer-inner {
padding: 55px 0 45px;
}
.footer.tm-footerstyle-style2 .widget.widget_nav_menu li a {
font-size: 16px;
line-height: 26px;
}
.footer.tm-footerstyle-style2 .tm-recent-post-list li .post-detail a:hover,
.footer.tm-footerstyle-style2 .widget.widget_nav_menu li a:hover {
color: #fff;
}
.footer .themetechmount-social-links-wrapper ul.social-icons li > a.tooltip-top:hover:after,
.footer .themetechmount-social-links-wrapper ul.social-icons li > a.tooltip-top:hover:before {
content: unset;
}
.tm-footerstyle-style2 .bottom-footer-inner a:hover,
.tm-footerstyle-style2 .footer-nav-menu .menu-item a:hover {
color: #fff;
}
.tm-footerstyle-style2 .footer-nav-menu .menu-item a {
font-weight: 500;
}
.tm-footerstyle-style2 .ttm-full-contactinfo .tm-btn-style-style3 .elementor-button {
vertical-align: middle;
}
.tm-footerstyle-style2 .tm-btn-style-style3.tm-btn-color-skincolor .elementor-button:before {
background-color:#fff;
}
.tm-footerstyle-style2 .tm-btn-style-style3.tm-btn-color-skincolor .elementor-button:hover {
color:#000;
}
.tm-layout-style4 .ttm-commonform.tm-appointment .elementor-button {
background-color: var(--ttm-secondarycolor);
}
.tm-layout-style4 .ttm-commonform.tm-appointment .elementor-button:hover {
background-color: var(--ttm-skincolor);
}
.single-post.tm-layout-style4 span.tm-author-wrapper {
padding-left: 10px;
}
.tm-layout-style4.tm-headerstyle-classic-overlay section.error-404 {
padding: 180px 0px;
}
.tm-layout-style4 .ttm-commonform.ttm-form-service .tm-contact-btn input[type="submit"] {
border-radius:20px;
}
body.single-post.tm-layout-style4 span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);   
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-style4 span.tm-meta-line.cat-links a {
color: var(--ttm-whitecolor);
}
.single-post.tm-layout-style4 .tm-avatar-wrapper .tm-entry-meta-wrapper {
display: inline-block;
padding-left: 20px;
}
.single-post.tm-layout-style4 .tm-author-image img {
border-radius: 50%;
}
.single-post.tm-layout-style4 .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
padding-top: 96px;
}
.single-post.tm-layout-style4 .blog-detail-meta,
.single-post.tm-layout-style4 .blog-detail-heading {
display: none;
}
body.single-post.tm-layout-style4 span.tm-underline {
color: var(--ttm-skincolor);
text-decoration: underline;
font-style: italic;
}
.single-post.tm-layout-style4 .tm-entry-meta-blogclassic span.author a {
font-weight: 600;
font-size: 16px;
}
.tm-layout-style4.tm-headerstyle-classic-overlay.themetechmount-header-borderbottom .tm-container-for-header {
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.tm-layout-style4 .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
border-radius: 50px;
}
.tm-layout-style4 .themetechmount-box-client:not(.themetechmount-box-view-boxed-logo) .themetechmount-item-thumbnail-inner {
padding: 16px;
}
.tm-footerstyle-style2 ul.footer-nav-menu li:after {
color: rgba(255, 255, 255, 0.60);
}
.ttm-heading-verticalspace .tm-heading-style-horizontal.tm-element-heading-content-wrapper .tm-content-header {
padding-right: 85px;
}
.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: var(--body-blackfont-color);
}
.ttm-tab-style2.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 0 auto;
text-align: left;
}
.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title {
margin-right: 15px;
color: var(--ttm-secondarycolor);
display: inline-block;
cursor: pointer;
}
.ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
margin-right: 0px;
}
.ttm-elementor-tabs.ttm-tab-style2 .ttm-elementor-tab-title.ttm-tab-active span {
color: var(--ttm-skincolor);
}
.ttm-elementor-tabs.ttm-tab-style2 ul.elementor-tabs-wrapper li {
position: relative;
}
.ttm-elementor-tabs.ttm-tab-style2 ul.elementor-tabs-wrapper li:first-child:before {
position: absolute;
content: '/';
bottom: 0px;
right: -14px;
font-size: 24px;
line-height: 36px;
color: var(--ttm-secondarycolor);
}  .tm-after-before .twentytwenty-overlay:hover,
.tm-after-before .bafg-twentytwenty-container img {
border-radius: 20px;
}
.tm-after-before .bafg-twentytwenty-container {
border-radius: 20px;
}
.ttm-contactform-05 textarea,
.ttm-contactform-05 input[type="date"],
.ttm-contactform-05 input[type="number"],
.ttm-contactform-05 input[type="tel"],
.ttm-contactform-05 input[type="email"],
.ttm-contactform-05 input[type="text"],
.ttm-contactform-05 .select2-container--default .select2-selection--single {    
padding: 9px 15px 9px 15px;
font-size: 14px;
border-color: #c3c3c3;	  
border-radius: 10px;
background-color: #fff;
}
.ttm-contactform-05 .tm-contact-btn {
padding-top: 5px;
}
.ttm-contactform-05 .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: unset;
padding-left: 0;
}
.ttm-contactform-05 input[type="submit"] {
padding: 14px 35px 15px;
width: 264px;
border-radius: 10px;
}
.ttm-contactform-05 .wpcf7-spinner {
display: none;
}
.elementor-toggle .elementor-toggle-item:last-child .elementor-tab-title {
border-width: 0;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title {
border-bottom: 1px solid #00000033 !important;
padding: 29px 0px 30px 0px;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
border-bottom: 0px solid #00000033 !important;
padding-bottom: 0px;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
border-bottom: 1px solid #00000033 !important;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
padding: 15px 0px 27px 0px;
}
.tm-accordion-style3 .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active .tabs-description {
margin: 0px;
padding: 10px 0px;
} .themetechmount-hotspotbox-wrapper .hotspots_item {
position: absolute;
text-align: center;
}
.hotspots_item .tm-titlebox {
opacity: 0;
padding-top: 180px;
position: relative;
transition: all 0.3s ease 0s;
}
.hotspots_item .tm-titlebox:after {
position: absolute;
height: 162px;
width: 1px;
content: '';
background-color: #d0d5d8;
top: 0;
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover .tm-titlebox {
opacity: 1;
}
.tm-hotspots-content-inner {
opacity: 0;
transition: all 0.3s ease 0s;
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover .hotspots-icon {
background-color: rgba(134, 92, 210 , 1);
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover .hotspots-icon i {
color: #fff;
}
.hotspots_item:hover .tm-hotspots-content-inner {
opacity: 1;
}
.hotspots_item .tm-hotspots-text {   
line-height: 18px;
text-align: center;
}
.hotspots_item .hotspots-icon i {
border-radius: 50%;
display: block;
color: var(--ttm-secondarycolor);
margin: 0 auto;
text-align: center;
font-size: 7px;
line-height: 10px;
}
.hotspots_item:hover .hotspots-icon i {
color: var(--ttm-skincolor);
transition: all 0.3s ease;
}
.hotspots_item .hotspots-icon {
width: 56px;
height: 56px;
background-color: rgba(0, 0, 0, .2);
border-radius: 50%;
align-items: center;
display: flex;
margin: auto;
}
.hotspots_item:hover .hotspots-icon {
background-color: rgba(134, 92, 210 , 0.40);
border: 1px solid rgba(134, 92, 210 , 0.40);
transition: all 0.3s ease;
}
.themetechmount-hotspotbox-wrapper .tm-image-hotspots {
text-align: center;
}
.hotspots_item:nth-child(2):hover .hotspots-icon i {
color: var(--ttm-skincolor);
}
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .tm-titlebox {
opacity: 1;
}
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(4) .hotspots-icon, 
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .hotspots-icon {
background-color: rgba(134, 92, 210 , 0.40);
border: 1px solid rgba(134, 92, 210 , 0.40);
}
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(4) .hotspots-icon i, 
.themetechmount-hotspotbox-wrapper .hotspots_item:nth-child(2) .hotspots-icon i {
color: var(--ttm-skincolor);
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover:nth-child(2) .hotspots-icon {
background-color: rgba(134, 92, 210 , 1);
}
.themetechmount-hotspotbox-wrapper .hotspots_item:hover:nth-child(2) .hotspots-icon i {
color: #fff;
}
.tm-mail-icon i {
font-size: 18px;
}
.tm-mail-icon h2.elementor-heading-title.elementor-size-default {
position: relative;
display: initial;
}
.tm-mail-icon h2.elementor-heading-title.elementor-size-default:after {
position: absolute;
content: '';
left: 0;
height: 1px;
width: 100%;
background-color: #fff;
bottom: 1px;
}
.tm-textcolor-white .tm-btn-style-flat.tm-btn-color-skincolor .elementor-button:hover {
color: #fff;
}
.tm-after-before .twentytwenty-handle {
height: 64px;
width: 64px;
background-color: #fff;
border: unset !important;
}
.tm-after-before .twentytwenty-horizontal .twentytwenty-handle:before,
.tm-after-before .twentytwenty-horizontal .twentytwenty-handle:after {
width: 1px;
}
.tm-after-before .twentytwenty-right-arrow {
border-left-color: black !important;
}
.tm-after-before .twentytwenty-left-arrow {
border-right-color: black !important;
}
.tm-layout-style6 ul.tm-top {
display: flex;
}
.tm-layout-style6 ul.tm-top li i {   
display: inline-block;
}
.tm-layout-style6 ul.tm-top li i {
position: relative;
color: #fff;
}
.tm-layout-style6 ul.tm-top li i {
border-radius: 10px;
height: 35px;
width: 35px;
line-height: 35px;
background-color: var(--ttm-skincolor);
text-align: center;
font-size: 24px;
margin-left: 10px;
}
.tm-layout-style6 ul.tm-top li.tm-arrow-header i, .tm-layout-style6 ul.tm-top li a {
display: inline-flex;
justify-content: center;
align-items: center;
}
.tm-layout-style6 ul.tm-top li {
font-size: 16px;
line-height: 26px;
color: var(--ttm-secondarycolor);
}
.tm-layout-style6 li.tm-arrow-header {
padding-left: 28px;
}
.tm-icon-slider i.fa-info-circle {
color: #865cd2;
}
.tm-headerstyle-classic-overlay.tm-layout-style6 .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li:hover > a {
color: var(--ttm-skincolor);
}
.tm-layout-style6 .tm-contact-info h4 {
font-size: 20px;
line-height: 34px;
padding-top: 20px;
margin-bottom: 6px;
}
.tm-layout-style6 .tm-contact-info h4 a {
color: #fff !important;
}
.tm-layout-style6 .tm-two a:hover,
.tm-layout-style6 .tm-contact-info span a:hover {
color: #fff;
border-color: #fff;
}
.tm-layout-style6 .tm-contact-info span a {
font-size: 16px;
border-bottom: 2px solid rgba(255, 255, 255 , 0.40);
color: #fff;
}
.tm-btn-service a.elementor-button.elementor-button-link.elementor-size-md {
width: 100%;
}
.tm-headerstyle-classic-overlay.tm-layout-style6 .widget.widget_nav_menu li a {
font-size: 15px;
color: rgba(255 ,255 ,255 , 0.50);
position: relative;
}
.tm-headerstyle-classic-overlay.tm-layout-style6 .widget.widget_nav_menu li a:hover {
color: #fff;
}
.tm-layout-style6 ul.tm-week-detail li {
color: rgba(255 ,255 ,255 , 0.50);
display: block;
}
.tm-layout-style6 ul.tm-week-detail li span {
width: 110px;
display: inline-block;
position: relative;
}
.tm-layout-style6 ul.tm-week-detail li span.tm-time {
display: inline-block;
width: unset;
}
.tm-layout-style6 .widget-area.col-xs-12.col-sm-12.col-md-7.col-lg-7 {
border-right: 1px solid rgba(255, 255, 255 , 0.20);
padding-right: 60px;
padding-left: 0;
}
.tm-layout-style6 .widget-area.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
padding-right: 0;
}
.tm-layout-style6 .themetechmount-element-servicebox-stylefive.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
margin-right: -13px;
}
.tm-layout-style6 .footer .widget {
margin: 0;
}
.tm-layout-style6 .tm-mailbtn i {
position: absolute;
top: 19px;
left: 23px;
}
.tm-layout-style6 .footer .mc4wp-form-fields input[type="email"] {
background: transparent;
padding: 18px 62px 14px 55px;
margin-bottom: 10px;
border-radius: 10px;
border-width: 1px;
border-color: rgba(255, 255, 255 , 0.20);
background-color: rgba(255, 255, 255, 0.1);
}
.tm-layout-style6 .footer .mailchimp-footerbox .btn[type="submit"] i {
position: absolute;
right: 8px;
left: auto;
height: 42px;
width: 42px;
line-height: 48px;
color: #fff;
top: -1px;
border-radius: 10px;
background-color: var(--ttm-skincolor);
font-size: 13px;
}
.tm-layout-style6 .footer .col-xs-6.col-sm-6.col-md-6.col-lg-6 {
clear: none;
}
.tm-layout-style6 .tm-logo-footer {
display: table;
border-bottom: 1px solid rgba(255, 255, 255 , 0.20);
padding: 0px 0 50px;
margin-bottom: 50px;
}
.tm-layout-style6 .tm-one {
position: relative;
padding-right: 90px;
}
.tm-layout-style6 .tm-two.col-sm-10 {
width: 81%;
padding-left: 104px;
padding-right: 0;
}
.tm-layout-style6 .tm-one.col-sm-2 {
padding: 0;
}
.tm-layout-style6 .tm-one {
width: 18%;
}
.tm-layout-style6 .tm-two a {
border-bottom: 1px solid;
}
.tm-layout-style6 .tm-two p {
margin-bottom: 25px;
}
.tm-layout-style6 .second-footer-inner {
padding: 70px 0 50px;
}
.tm-layout-style6 .footer .tm-mailbtn {
margin-top: 26px;
margin-bottom: 6px;
}
.gallery-columns-5 .gallery-item img {
border-radius: 10px;
}
.tm-layout-style6 .gallery {
padding-top: 48px;
}
.tm-layout-style6 .ttm-medisat-icon-up-1:before {
content: '\e87b';
transform: rotate(45deg);
}
.tm-layout-style6 .footer .tm-textcolor-white p {
color: rgba(255, 255, 255 , 0.50) !important;
}
.tm-footer1, .tm-footer2 {
display: inline-block;
}
.tm-footer1 {
padding-right: 16px;
border-right: 1px solid;
margin-right: 11px;
font-size: 14px;
color: rgba(255, 255, 255 , 0.50);
}
.tm-layout-style6 .footer .themetechmount-social-links-wrapper ul.social-icons li > a:hover {
background-color: transparent !important;  
}
.tm-layout-style6 .tm-count-no span.elementor-counter-number-prefix {
display: none;
}
.tm-layout-style6 .tm-count-no .elementor-counter .elementor-counter-title {
text-align: left;
} .tm-demo6-iconboxstyle1 .themetechmount-iconbox-heading {
display: flex;
}
.tm-demo6-iconboxstyle1 .tm-icon-type-text {
font-size: 18px;
line-height: 31px;
font-weight: 600;
}
.tm-demo6-iconboxstyle1 .themetechmount-iconbox.themetechmount-iconbox-styleone .themetechmount-iconbox-heading .tm-custom-heading {
margin-top: 0;
padding-left: 14px;
font-size: 18px;
line-height: 30px;
font-weight: 600;
}
.tm-demo6-iconboxstyle1 .tm-iconbox-wrapper {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 13px;
}
.tm-text-editor span {
color: var(--ttm-secondarycolor);
border-bottom: 1px solid;
}
span.tm-sep {
position: relative;
}
span.tm-sep:after {
position: absolute;
content: '';
left: 0;
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/shape.png);
height: 16px;
width: 349px;
bottom: -6px;
}
.tm-btn-home .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
padding: 8px 15px;
}
.tm-layout-style6 .site-title {
position: relative;
}
.tm-layout-style6 .site-title:after {
position: absolute;
content: '';
right: -41px;
width: 1px;
height: 40px;
background-color: #fff;
top: 21px;
}
.tm-layout-style6 #site-header-menu #site-navigation div.nav-menu > ul {
padding-left: 25px;
}
.tm-layout-style6 .tm-header-menu-position-left .site-branding {
padding-right: 41px;
}
.tm-layout-style6 .elementor-toggle-item {
border-bottom: 1px solid #00000033 !important;
padding-bottom: 10px;
}
.tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:before,
.tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:after {
position: absolute;
content: "";
width: 100%;
height: 1px;
display: block;
transition: all 0.5s ease-in-out;
background-color: #fff;
bottom: -3px;
}
.tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:before {
width: 0;
background-color: var(--ttm-skincolor);
z-index: 11;
}
.tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:hover:before {
width: 100%;
}
.tm-btn-textstyle-underline-style.tm-btn-style-text.tm-btn-color-darkgrey .elementor-button:hover:after {
background-position: 0% 50%;
}
.tm-after-before-service .twentytwenty-before-label,
.tm-after-before-service .twentytwenty-after-label {
opacity: 1;
}
.tm-after-before-service .twentytwenty-horizontal .twentytwenty-before-label:before, 
.tm-after-before-service .twentytwenty-horizontal .twentytwenty-after-label:before {
top: auto;
bottom: -36px;
margin-top: -19px;
background-color: transparent;
color: var(--ttm-secondarycolor);
font-size: 18px;
font-weight: 500;
padding: 0;
letter-spacing: unset;
}
.tm-after-before-service .twentytwenty-after-label:before {
left: 87px;
}
.tm-after-before-service .twentytwenty-after-label:after {
position: absolute;
content: '/';
left: 74px;
bottom: -30px;
color: var(--ttm-secondarycolor);
}
span.tm-underline1 {
position: relative;
font-style: italic;
color: var(--ttm-skincolor);
}
.single-tm_service.tm-layout-style6 .tm-btn-style-flat.tm-btn-color-white .elementor-button:hover {
background-color: var(--ttm-secondarycolor);
}
.single.single-post.tm-layout-style6 .tm-post-prev-next-buttons,
.single-tm_service.tm-layout-style6 .tm-post-prev-next-buttons {    
display: none;
}
.tm-layout-style6 .tm-appointment input[type=submit] {
border-radius: 10px;
}
.tm-layout-style6 .tm-team-member-single-content-wrapper ul {
padding-left: 18px;
}
.tm-appointment .wpcf7-not-valid-tip {
display: table-cell;
}
.tm-layout-style6 .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
padding-top: 0;
}
.tm-layout-style6 span.tm-underline {
position: relative;
font-style: italic;	
}
.tm-layout-style6 span.tm-underline:after {
position: absolute;
content: '';
left: 10px;
height: 2px;
width: 100%;
background-color: var(--ttm-secondarycolor);
bottom: 0;
}
span.tm-underline1:after {
position: absolute;
content: '';
left: 0;
height: 1px;
width: 100%;
background-color:  var(--ttm-skincolor);
bottom: 0;
}
.tm-btn-contact .tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:before,
.tm-btn-contact .tm-btn-textstyle-underline-style.tm-btn-style-text .elementor-button:after {
background-color: var(--ttm-skincolor);
}
.tm-btn-contact .tm-btn-style-text.tm-btn-color-skincolor .elementor-button:hover {
color: var(--ttm-skincolor);
}
.ttm-contactform-07 textarea,
.ttm-contactform-07 input[type="number"], 
.ttm-contactform-07 input[type="tel"],
.ttm-contactform-07 input[type="email"],
.ttm-contactform-07 input[type="text"] {
padding: 15px 20px;
border-radius: 10px;
}
.ttm-contactform-07 .select2-container--default .select2-selection--single {
border-radius: 10px;
}
.ttm-contactform-07 .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 20px;
line-height: 57px;
}
.ttm-contactform-07 .select2-container .select2-selection--single {
height: 57px;   
}
.ttm-contactform-07 input[type="submit"] {
padding: 15px 35px 15px;
border-radius: 10px;
}
.ttm-contactform-07 .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
}
.wpcf7-form .ttm-commonform.ttm-contactform-07 .wpcf7-form-control-wrap:not(.chkTerms) {
padding-top: 15px;
}
.ttm-contactform-07 .tm-contact-btn {
padding-top: 20px;
}
.ttm-contactform-07 .select2-container--default .select2-selection--single {
background-color: transparent;
}
span.select2.select2-container.select2-container--default {
width: 100% !important;
}
.tm-layout-style6 .tm-header-overlay .site-header-menu.tm-bgcolor-white,
.tm-layout-style6 .tm-header-overlay .site-header.tm-bgcolor-white {
background-color: #fff;
}
.tm-layout-style6 .footer .col-sm-12.tm-footer2-left .themetechmount-social-links-wrapper ul.social-icons li a {
color: rgba(255, 255, 255 , 0.50);
height: auto;
width: auto;
border: none;
font-size: 14px;
text-transform: uppercase;
}
.tm-layout-style6 .tm-titlebar-main {
padding-top: 105px;
}
.tm-layout-style6 .tm-titlebar-wrapper.tm-bg.tm-bgimage-yes > .tm-bg-layer {
opacity: 0.64;
}
body.single-post.tm-layout-style6 .tm-titlebar h1.entry-title {
font-size: 52px;
line-height: 62px;
font-weight: 500;
margin-bottom: 30px;
}
body.single-post.tm-layout-style6 span.tm-author-image img {
border-radius: 50%;
}
body.single-post.tm-layout-style6 span.tm-author-name {
font-size: 18px;
line-height: 28px;
font-weight: 600;
}
body.single-post.tm-layout-style6 .tm-entry-meta-wrapper {
font-size: 16px;
display: inline-block;
}
.single-post.tm-layout-style6 .entry-meta.tm-entry-meta.tm-entry-meta-blogclassic span.tm-meta-line.cat-links {
display: none;
}
.single-tm_team_member.tm-layout-style11  .tm-titlebar-wrapper .tm-titlebar-inner-wrapper,
.blog.tm-layout-style11 .tm-titlebar-wrapper .tm-titlebar-inner-wrapper {
height: 280px;
}
.tm-layout-style11 .themetechmount-blogbox-stylesix span.tm-meta-line.comments-link,
.tm-layout-style6 .themetechmount-blogbox-stylesix span.tm-meta-line.comments-link {
display: none;
}
body.single-post.tm-layout-style6 span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-style6 span.tm-author-image {
padding-right: 15px;
}
.single-post.tm-layout-style6 span.tm-meta-line.posted-on {
padding-right: 15px;
padding-left: 15px;
}
.single-post.tm-layout-style6 .themetechmount-tags-links-title, 
.tm-layout-style6 .blog-detail-heading,
.tm-layout-style6 .blog-detail-meta {
display: none;
}
.tm-layout-style6 .footer .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255 ,255 , 0.50);
} .ttm-tab-style4.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
width: auto !important;
left: 0 !important;
}
.ttm-tab-style4.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 130px 0 0;
margin: 0 auto;
border-bottom: none;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title {
position: relative;
background-color: transparent;
padding: 5px 12px 10px 0px;
font-size: 16px;
list-style: none;
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title span {
color: var(--ttm-secondarycolor);
font-size: 20px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 24px;
color: var(--ttm-secondarycolor);
vertical-align: middle;
font-family: var(--special-element-fontfamily);
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title {
margin: 0px;
display: inline-block;
cursor: pointer;
border: none;
position: relative;
}
.ttm-tab-style4 ul li {
padding: 10px;
}
.ttm-tab-style4 .elementor-widget-container {
text-align: left;
}
.ttm-tab-style4 li.ttm-tab-active {
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
border: 1px solid var(--ttm-skincolor);
}
.ttm-tab-style4 .ttm-elementor-tab-title {
padding: 21px 25px 20px 25px;
cursor: pointer;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: 10px;
margin-bottom: 30px;
}
.ttm-tab-style4 ul {
list-style-type: none;
}
.ttm-tab-style4 .ttm-tab-content-title {
display: none;
}
.ttm-tab-style4 .tmtabs-content-wrapper {
float: left;
width: 70%;
padding-left: 60px;
}
.ttm-tab-style4 ul.elementor-tabs-wrapper {
padding: 0px;
width: 30%;
margin-top: 0;
float: left;
display: block;
margin: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 24px;
font-weight: 500;
color: var(--ttm-whitecolor);
vertical-align: middle;
font-family: var(--special-element-fontfamily);
}
.ttm-tab-style4.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
color: var(--ttm-skincolor);
}
.ttm-tab-style4 .ttm-elementor-tab-title.ttm-tab-active:after {
position: absolute;
font-family: "ttm-medisat-icons";
right: 0;
top: 13px;
font-size: 20px;
content: '\e87b';
transform: rotate(45deg);
color: var(--ttm-skincolor);
}
.elementor-tab-content .elementor-section.elementor-top-section {
padding: 0;
}
.ttm-commonform.ttm-form-service .tm-contact-btn {
padding-top: 5px;
}
@media (min-width:992px) {
.ttm-tab-style4 .elementor-tabs-wrapper {
display: -webkit-flex;
display: flex;
}
.ttm-tab-style4 .ttm-elementor-tab-title {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
}
@media (max-width:991px) {
.ttm-tab-content {
display: block;
}
.elementor-tab-content {
display: none;
}
.ttm-tab-style4 .ttm-tab-active .elementor-tab-content .elementor-widget-wrap.elementor-element-populated {
padding-left: 0 !important;
padding-right: 0 !important;
border-radius: 0;
}
.ttm-tab-style4.ttm-elementor-tabs .tmtabs-content-wrapper {
border: none;
width: 100%;
padding-left: 0;
}
.ttm-tab-style4.ttm-elementor-tabs .elementor-tabs-wrapper {
display: none;
}
.ttm-tab-style4 .ttm-tab-active .elementor-tab-content {
display: block;
border: 1px solid #e4e4e4;
border-radius: 10px;
margin-bottom: 25px;
background-color: #ffffff;
padding: 0px 20px;
}
.ttm-tab-style4 .ttm-tab-content .ttm-tab-content-title {
display: inline-block;
width: 100%;
background-color: #fff;
padding: 15px 20px;
border-radius: 10px;
border: 1px solid #eee;
font-size: 20px;
line-height: 20px;
font-weight: 500;
text-align: center;
margin-bottom: 20px;
color: var(--ttm-secondarycolor);
}
.ttm-tab-style4 .ttm-tab-content .ttm-tab-content-title i {
font-size: 25px;
line-height: 25px;
vertical-align: middle;
color: var(--ttm-skincolor);
padding-right: 5px;
position: relative;
top: 2px;
}
.ttm-tab-style4 .ttm-tab-content.tm-tab-active .ttm-tab-content-title {
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
color: #fff;
}
.ttm-tab-style4 .ttm-tab-content.ttm-tab-active .ttm-tab-content-title i {
color: #fff;
}
.ttm-tab-style4 .ttm-tab-content .elementor-section .elementor-column .elementor-widget-wrap {
padding-left: 15px !important;
padding-right: 15px !important;
}
.ttm-tab-style4 .ttm-tab-content .elementor-section .elementor-inner-section .elementor-container {
margin-left: 0px !important;
margin-right: 0px !important;
}
}
.single-tm_service .tm-serv-box h2.tm-element-content-heading {
margin-bottom: 0;
}
.tm-home-demo6 .elementor-counter {
text-align: left;
padding-left: 35px;
}
.tm-home-demo6 .elementor-counter .elementor-counter-number-prefix {
display: none;
}
.tm-home-demo6 .elementor-counter .elementor-counter-title {
text-align: left;
}
span.tm-border-demo6 {
position: relative;
}
span.tm-border-demo6:after {
content: "";
background-color: #fff;
width: 100%;
height: 2px;
right: 0px;
bottom: 0px;
position: absolute;
}
.tm-layout-style6 span.tm-line-text.style2 {
border-bottom: 1px solid;
}
.tm-layout-style6 ul.tm-top li.tm-arrow-header i {
font-size: 13px;
}   .tm-seperator-style1  h4.tm-element-subheading {
padding-left: 60px;
position: relative;
}
.tm-seperator-style1 h4.tm-element-subheading:before {
position: absolute;
content: "";
background: var(--ttm-skincolor);
width: 42px;
height: 2px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
display: block;
}
.tm-layout-style7 .tm-underline {
border-bottom: 1px solid;
}
.tm-counteralign-left .elementor-counter-number-wrapper {
display: block !important;
}
.tm-counteralign-left span.elementor-counter-number-suffix {
margin-left: -22px;
} .ttm-line-animation>.elementor-section {
position: relative;
overflow: hidden
}
.themetechmount-line1 {
display: block;
position: absolute;
content: "";
top: 0;
width: 1px;
height: 100%;
background: var(--ttm-bordercolor);
left: 25%;
z-index: 0;
}
.themetechmount-line2 {
display: block;
position: absolute;
content: "";
top: 0;
width: 1px;
height: 100%;
background: var(--ttm-bordercolor);
left: auto;
right: 25%;
z-index: 0;
}
.themetechmount-line3 {
display: block;
position: absolute;
content: "";
top: 0;
opacity: 0;
width: 1px;
height: 100%;
background: var(--ttm-bordercolor);
left: auto;
right: 50%;
z-index: 0;
}
.themetechmount-line3-visible .themetechmount-line3 {
opacity: 1;
}
.tm-lines-yes {
position: relative;
overflow: hidden
}
.tm-bgcolor-darkgrey .themetechmount-line1 ,
.tm-bgcolor-darkgrey .themetechmount-line2
{
background: #51565a;
}
.tm-darkbg-borderline .themetechmount-line1 ,
.tm-darkbg-borderline .themetechmount-line2
{
background: #527088;
}
@media (max-width:1340px) {
.themetechmount-line1,
.themetechmount-line2,
.themetechmount-line3{
opacity: 0 !important;
}
} .ttm-contactform-08 input[type="text"], 
.ttm-contactform-08 input[type="email"], 
.ttm-contactform-08 input[type="date"] {
border-radius: 30px;
padding: 10px 20px;
background: #1f252a;
border-color: #1f252a;
color: rgb(255 255 255 / 60%);
font-weight: 400;
}
.ttm-contactform-08 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 input[type="submit"],
.ttm-contactform-09 input[type="submit"] {
width: 100%;
border-radius: 30px !important;
}
.ttm-contactform-08 input[type="submit"]:hover,
.ttm-contactform-09 input[type="submit"]:hover {
background-color: var(--ttm-whitecolor) !important;
color: var(--ttm-skincolor);
}
.ttm-contactform-08 .ttm-contact-btn,
.ttm-contactform-09 .ttm-contact-btn
{
padding-top: 30px;
}
.ttm-contactform-08 .select2-container--default .select2-selection--single,
.ttm-contactform-08 .select2-dropdown {
border-radius: 30px;
vertical-align: middle;
width: 100%;
height: auto;
font-weight: 500;
text-transform: inherit;
background-color: #1f252a;
border: 1px solid #1f252a;
font-size: 15px;
line-height: inherit;
}
.ttm-contactform-08 .select2-selection__rendered {
line-height: 45px;
padding-left: 15px;
font-weight: normal;
color: inherit;
font-size: 14px;
padding: 2px 20px;
}
.ttm-contactform-08 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08 select:-moz-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-08  .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-right: 22px;
color: rgb(255 255 255 / 60%);
font-weight: 400;
padding-left: 22px;
}
.ttm-contactform-08 .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -15px;
}
.ttm-contactform-08 .select {
margin-bottom: 15px;
display: block;
padding-top: 5px;
}
.ttm-contactform-09 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-09 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-93 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-09 textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.60);
}
.ttm-contactform-09 input[type="text"], 
.ttm-contactform-09 input[type="email"], 
.ttm-contactform-09 textarea {
border-radius: 30px;
padding: 10px 20px;
background: #1f252a;
border-color: #1f252a;
color: var(--ttm-whitecolor);
} .tm-layout-style7 .footer .first-footer-inner .row {
display: flex;
}
.footer .mc4wp-form-fields .mailchimp-1 input[type="email"] {
border-color: #43484e;
}
.footer .mailchimp-footerbox.mailchimp-1 .btn[type="submit"] {
color: var(--ttm-whitecolor);
font-size: 15px;
line-height: 20px;
}
.mailchimp-footerbox.mailchimp-1  input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.70);
}
.footer.tm-footerstyle-style5 .container-fullwide .site-content-inner.row,
.footer.tm-footerstyle-style5 .container-fullwide {
padding-left: 40px;
padding-right: 40px;
}
.footer.tm-footerstyle-style5 .footer-rows .first-footer .first-footer-inner {
padding: 0;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area {
padding: 65px 40px 55px;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area:nth-child(2) {
width: 15%;
border-right: 0;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area:nth-child(3) {
width: 10.7%;
}
.footer.tm-footerstyle-style5 .tm-footer2-left, 
.footer.tm-footerstyle-style5 .tm-footer2-right {
font-size: 14px;
width: 49.99%;
padding-left: 40px;
}
.footer.tm-footerstyle-style5 .tm-footer2-right {
display: flex;
border-left: 1px solid rgb(255 248 248 / 15%);
}
.footer.tm-footerstyle-style5  ul.footer-nav-menu li:after {
color: #ffffff;
padding-left: 25px;
}
.footer.tm-footerstyle-style5 .footer-nav-menu li {
padding-right: 45px;
}
.footer.tm-footerstyle-style5 .footer-nav-menu li:last-child {
padding-right: 0;
}
.footer.tm-footerstyle-style5 .tm-footer-socials {
width: 50.1%;
text-align: left;
position: relative;
display: block;
}
.footer.tm-footerstyle-style5 .tm-footer-socials:after {
position: absolute;
content: "";
width: 1px;
background-color: rgb(255 248 248 / 15%);
top: -20px;
bottom: auto;
left: auto;
right: 0;
height: calc(100% - -40px);
}
.tm-agency-store {
padding-left: 40px;
}
.tm-agency-store a {
display: inline-block;
padding-bottom: 15px;
}
.footer.tm-footerstyle-style5 .tm-textcolor-white .widget .widget-title {
color: var(--ttm-skincolor);
}
@media (max-width:1600px) {
.footer.tm-footerstyle-style5 .first-footer .widget-area {
padding: 30px 15px 30px;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area:nth-child(2) {
width: 16%;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area:nth-child(3) {
width: 16%;
}
.tm-layout-style7 .footer .first-footer-inner .row.tm-footer-7-details {
display: block;
}
}
@media (max-width:1360px) {
.tm-agency-store {
padding-left: 15px;
}
.footer.tm-footerstyle-style5 .tm-footer2-left, .footer.tm-footerstyle-style5 .tm-footer2-right {
padding-left: 15px;
}
}
@media (max-width:1200px) {
.footer.tm-footerstyle-style5 .tm-footer-socials {
width: 95%;;
}
}
@media (max-width:992px) {
.tm-layout-style7 .footer .first-footer-inner .row {
display: block;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area:nth-child(1){
width:100% !important;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area{
width:33% !important;
}
.first-footer.tm-widgetsep-yes .widget-area{
border-right:0;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area {
padding: 30px 0px 0px;
}
.footer.tm-footerstyle-style5 .tm-footer2-right {
display: block;
}
.footer.tm-footerstyle-style5 .tm-footer-socials:after{
content: unset;
}
.tm-agency-store {
text-align: left;
padding-left: 0;
padding-top: 15px;
}
.tm-layout-style7 .footer .first-footer-inner .row.tm-footer-7-details .col-md-4 {
margin-bottom: 15px;
}
}
@media (max-width:767px) {
.footer.tm-footerstyle-style5 .tm-footer2-left, .footer.tm-footerstyle-style5 .tm-footer2-right {
padding-left: 0px;
width: 100%;
}
.footer.tm-footerstyle-style5 .tm-footer2-right {
border-left: 0;
}
}
@media (max-width:480px) {
.footer.tm-footerstyle-style5 .first-footer .widget-area{
width:100% !important;
}
.footer.tm-footerstyle-style5 .first-footer .widget-area {
padding: 15px 0px 0px;
}
} .tm-slider-highlight {
color: #fff;
font-style: italic;
border-bottom: 1px solid;
}
body table.booked-calendar thead {
color: #fff;
text-transform: uppercase;
}
body .booked-modal .bm-window p.booked-title-bar,
.booked-calendar .booked-appt-list .bookedClearFix .button,
body .booked-modal .booked-form #newAppointmentForm input[type=submit],
body table.booked-calendar, 
body table.booked-calendar td:hover .date {
background-color: var(--ttm-skincolor);
}
body table.booked-calendar thead tr:first-child th {
background-color: #284f6f;
}
body table.booked-calendar th .monthName {   
font-size: 20px;
}
body table.booked-calendar tr.days th {
font-size: 16px;
text-transform: capitalize;
padding: 0;
}
body table.booked-calendar td .date {
display: flex;
justify-content: center;
align-items: center;
background: var(--ttm-greycolor) !important;
color: var(--body-blackfont-color) !important;
font-size: 16px;
font-weight: 500;
}
body table.booked-calendar td.prev-date .date, 
body table.booked-calendar td.prev-date:hover .date, 
body table.booked-calendar td.prev-date:hover .date span {
background: var(--ttm-greycolor) !important;
color: var(--body-blackfont-color) !important;
font-size: 16px;
}
body table.booked-calendar tbody td {
height: 65px !important;
}
body table.booked-calendar td:hover .date span {
color: var(--ttm-skincolor);
}
.tm-layout-style7.tm-headerstyle-classic-overlay .widget.widget_nav_menu li a {
font-size: 15px;
}
.tm-layout-style7 .ttm-commonform.ttm-contactform-08 .wpcf7-response-output,
.tm-layout-style7 .ttm-commonform.ttm-contactform-09 .wpcf7-response-output {
color: var(--ttm-whitecolor);
margin: 10px;
}
.tm-layout-style7 .ttm-commonform.ttm-contactform-08 input[type="text"], 
.tm-layout-style7 .ttm-commonform.ttm-contactform-08 input[type="email"], 
.tm-layout-style7 .ttm-commonform.ttm-contactform-08 input[type="date"] {
color: var(--ttm-whitecolor);
}
.tm-layout-style7 .ttm-contactform-09 input[type="submit"]:hover {
color: var(--ttm-secondarycolor)!important;
}
.tm-footer-7-details {
font-size: 15px;
}
.tm-headerstyle-classic-overlay.tm-layout-default .elementor-button-wrapper .elementor-button-link.elementor-button:hover .elementor-button-icon.elementor-align-icon-right i {
-webkit-animation: linear infinite alternate;
-webkit-animation-name: LeftToRight;
-webkit-animation-duration: 5s;
animation: LeftToRight 0.5s forwards;
}
@keyframes LeftToRight {
0% {
opacity: 1;
transform: translate(0px, 0px);
}
50% {
opacity: 0;
transform: translate(5px, -5px);
}
75% {
opacity: 0;
transform: translate(-5px, 5px);
}
100% {
opacity: 1;
transform: translate(0px, 0px);
}
}
#totop.totop-button-style2 a:before {
content: '\e87c';
font-family: "ttm-medisat-icons";
position: absolute;
top: auto;
left: 5px;
right: auto;
bottom: 23px;
font-weight: normal;
}
.tm-dropdownstyle-Rounded #site-header-menu #site-navigation div.nav-menu > ul > li > ul {
border-radius: 15px;
} .text-detail-btn a {
font-weight: 400;
} .tm-appoinment-form1 .tm-location p,
.tm-appoinment-form1 .tm-service p {
margin-bottom: 0;
}
.tm-appoinment-form1 .tm-location p span,.tm-appoinment-form1 .tm-service p span {
font-size: 14px;
line-height: 24px;
color: var(--body-fonts-color);
}
.tm-appoinment-form1 .selection .select2-selection {
border-bottom: 1px solid;
border-top: 0;
border-left: 0;
border-right: 0;
background-color: transparent;
}
.tm-appoinment-form1 .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--body-blackfont-color);
padding-left: 0;
padding-right: 0;
font-size: 28px;
line-height: inherit;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
}
.tm-appoinment-form1 .tm-service {
margin-bottom: 25px;
}
.tm-appoinment-form1 input#btn {
background-color: transparent;
border: 1px solid var(--body-blackfont-color);
color: var(--body-blackfont-color);
font-size: 14px;
line-height: 24px;
border-radius: 8px;
padding: 10px 24px 10px;
}
.tm-appoinment-form1 input#btn:hover {
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.tm-appoinment-form1 .wpcf7-spinner{
display: none;
} .tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a {
position: relative;
overflow: hidden;
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:before,
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:after {
content: "";
width: inherit;
height: inherit;
border-radius: inherit;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
transform: rotate(-180deg);
transform-origin: left;
transition: .4s ease-out;
z-index: -1;
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:hover i {
color: var(--ttm-whitecolor);
transform: rotate(45deg);
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:hover:before,
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:hover:after {
top: -1px;
left: 0;
transform: rotate(0deg);
transition: .4s ease-out;
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:hover:after{
transition-delay: .15s;
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a:hover {
background-color: var(--ttm-skincolor);
}
.tm-arrow-btn.elementor-shape-circle .elementor-icon-wrapper a i {
transition: all .5s ease;
}
.elementor-heading-title .tm-circle span {
position: relative;
}   
.elementor-heading-title .tm-circle span:before {
content: '';
position: absolute;
top: 10px;
bottom: 0;
left: -20px;
border: 5px solid var(--ttm-skincolortwo);
border-radius: 50%;
right: 0;
width: 285px;
height: 140px;
text-align: center;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-ms-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
background-repeat: no-repeat;
z-index: 0;
-webkit-animation: shake 24s linear infinite;
-moz-animation: shake 24s linear infinite;
-o-animation: shake 24s linear infinite;
animation: shake 24s linear infinite;
display: inline-block;
} .elementor-element.elementor-view-framed.tm-border-color .elementor-icon-box-icon a {
border-color: #536777 !important;
position: relative;
transition: all .5s ease;
}
.elementor-element.elementor-view-framed.tm-border-color .elementor-icon-box-icon a:hover {
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor) !important;
}
.tm-gradian-color .elementor-widget-wrap {
position: relative;
}
.tm-gradian-color .elementor-widget-wrap:before{
}
.elementor-column .tm-without-iconstyle {
position: relative;
}
.elementor-column.tm-icondot-bottom .tm-without-iconstyle:before {
position: absolute;
content: ' ';
left: 50%;
margin-left: -14px;
height: 10px;
width: 10px;
z-index: 1;
border-radius: 50px;
background-color: #000;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
bottom: -22%;
top: auto;
}
.elementor-column.tm-icondot-bottom .tm-without-iconstyle:after {
position: absolute;
content: ' ';
left: 48%;
margin-left: -14px;
height: 20px;
width: 20px;
z-index: -1;
border-radius: 50px;
background-color: var(--ttm-whitecolor);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
bottom: -25%;
top: auto;
}
.elementor-column.tm-icondot-top .tm-without-iconstyle:before {
position: absolute;
content: ' ';
left: 50%;
margin-left: -14px;
height: 10px;
width: 10px;
z-index: 1;
border-radius: 50px;
background-color: #000;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
top: -22%;
bottom: auto;
}
.elementor-column.tm-icondot-top .tm-without-iconstyle:after {
position: absolute;
content: ' ';
left: 48%;
margin-left: -14px;
height: 20px;
width: 20px;
z-index: -1;
border-radius: 50px;
background-color: var(--ttm-whitecolor);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
top: -25%;
bottom:  auto;
}
.tm-without-iconstyle .elementor-icon-box-wrapper {
background-color: var(--ttm-greycolor);
padding: 40px 25px 40px 25px;
transition: all .5s ease;
}
.tm-price-custom {
background-color: var(--ttm-skincolor);
border-radius: 10px;
display: flex;
width: 100%;
justify-content: space-between;
padding: 10px 15px 10px 30px;
}
.tm-price-custom .tm-icon {
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--ttm-secondarycolor);
text-align: center;
border-radius: 10px;
}
.tm-price-custom .tm-icon i {
color: var(--ttm-whitecolor);
font-size: 25px;
}
.tm-price-custom .tm-img {
padding-top: 10px;
} .themetechmount-boxes-row-wrapper.tm-historybox-style2.slick-slider {
position: relative;
margin: 0 -15px;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-wrapper .tm-history-box-content {
display: flex;
flex-direction: column-reverse;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-content {
text-align: center;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-content .tm-top-content-box .tm-historybox-description {
margin-bottom: 17px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
padding: 0px 15px;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-border {
position: relative;
margin: 62px 0 39px;
border: 1px solid #dedede;
width: 110%;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-wrapper .tm-history-box-border {
margin: 46px 0 35px;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-border:before {
position: absolute;
content: ' ';
left: 50%;
margin-left: -14px;
height: 15px;
width: 15px;
z-index: 1;
border-radius: 50px;
background-color: #dedede;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
top: -9px;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-box-col-wrapper:nth-child(odd) .tm-history-box-wrapper .tm-history-box-border:after {
content: '';
position: absolute;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 0 11.5px 17px 11.5px;
border-color: transparent transparent var(--ttm-whitecolor) transparent;
top: auto;
bottom: 40px;
left: 46%;
right: auto;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-border:after {
content: '';
position: absolute;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 17px 11.5px 0 11.5px;
border-color: var(--ttm-whitecolor) transparent transparent transparent;
top: 40px;
left: 46%;
right: 0;
bottom: auto;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-content .tm-history-box-details h4 {
font-size: 24px;
line-height: 34px;
margin-bottom: 8px;
}
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-content .tm-history-box-details h5 {
margin-bottom: 7px;
}.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-wrapper .tm-history-box-content .tm-top-content-box {
padding: 25px 0 0;
min-height: 180px;
}  body {
counter-reset: section tabnumber;
}
.ttm-tab-style7 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper {
border-bottom: 1px solid #00000033;
margin: 0;
padding: 0;
}
.ttm-tab-style7 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper li {
margin: 0px;
display: inline-block;
cursor: pointer;
position: relative;
min-width: 245px;
text-align: right;
border-width: 1px 1px 0px 1px;
border-color: #dfdfdf;
border-style: solid;
padding: 12px 30px;
border-radius: 10px 10px 0 0;
}
.ttm-tab-style7 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper li:before {
counter-increment: tabnumber;
content: counter(tabnumber, decimal-leading-zero);
position: absolute;
bottom: 16px;
left: 20px;
right: auto;
font-size:var(--body-font-size);
line-height:var(--body-line-height);
transition: all .6s;
text-align: center;
color: var(--body-fonts-color);
z-index: 1;
}
.ttm-tab-style7 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper li.ttm-tab-active {
background-color: var(--ttm-whitecolor);
}
.ttm-tab-style7 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper li .ttm-elementor-tab-title .tm-tab-title {
font-size: var(--body-font-size);
line-height: var(--body-line-height);
color: var(--body-fonts-color);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
} .ttm-commonform.ttm-contactform-11 input,.ttm-commonform.ttm-contactform-11 textarea {
border-radius: 6px;
}
.ttm-commonform.ttm-contactform-11 input::-webkit-input-placeholder,
.ttm-commonform.ttm-contactform-11 textarea::-webkit-input-placeholder{
color: #cfcdcd;
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
font-size: 13px;
line-height: var(--body-line-height);
}
.ttm-commonform.ttm-contactform-11 .tm-contact-btn.elementor-element.tm-btn-color-skincolor.tm-btn-style-outline input {
border-radius: 8px;
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
font-size: 14px;
padding: 11px 30px;
border-color: var(--ttm-skincolor);
}
.ttm-commonform.ttm-contactform-11 .tm-contact-btn.elementor-element.tm-btn-color-skincolor.tm-btn-style-outline input:hover {
background-color: var(--ttm-secondarycolor);
border-color: var(--ttm-secondarycolor);
} .elementor-element.tm-heading-btn .elementor-widget-container .elementor-heading-title a {
position: relative;
display: block;
border: 1px solid var(--ttm-secondarycolor);
border-radius: 50%;
width: 125px;
height: 125px;
text-align: center;
padding-top: 40px;
font-size: 14px;
line-height: 24px;
font-weight: 500;
margin: auto;
background-color: transparent;
color: var(--ttm-secondarycolor);
overflow: hidden;
transition: all 0.5s ease;
}
.elementor-element.tm-heading-btn .elementor-widget-container .elementor-heading-title a:hover{
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
} .themetechmount-listimgbox-styletwo .tm-listbox-heading-content {
border-bottom: 1px solid #dfdfdf;
width: 65%;
padding: 35px 0 30px;
position: relative;
}
.themetechmount-listimgbox-styletwo li:first-child .tm-listbox-heading-content {
border-top: 1px solid #dfdfdf;
}
.themetechmount-listimgbox-styletwo li.tm_listimgbox_wrap.border_no,
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .overlay-content .themetechmount-listimgbox-heading {
width: 100%;
display: flex;
justify-content: space-between;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .award_picture {
display: table-cell;
transition: .5s all;
opacity: 0;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .tm_listimgbox_wrap.active .award_picture {
transition: .5s all;
opacity: 1;
}
.tm_listimgbox_wrapper .themetechmount-listimgbox-styletwo .award_picture .tm-box-img-bg {
content: "";
width: 350px;
height: 500px;
position: absolute;
right: 0;
top: 70px;
z-index: 0;
transition: all .5s linear, transform 1s linear;
}
.themetechmount-listimgbox-styletwo li.border_no.active .award_picture .tm-box-img-bg img {
scale: 1;
}
.themetechmount-listimgbox-styletwo .award_picture img {
max-width: 100%;
position: absolute;
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
right: 0;
left: auto;
top: 0;
bottom: 0;
margin: auto;
transition: all .9s ease, transform .9s ease;
scale:0;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content h4 {
font-size: 24px;
line-height: 36px;
margin-bottom: 9px;
color: var(--body-blackfont-color);
}
.themetechmount-listimgbox-styletwo .tm-cta3-content-wrapper  {
margin-bottom: 0px;
}
.themetechmount-listimgbox-styletwo .tm-listimgbox-btn a span {
display: none;
}
.themetechmount-listimgbox-styletwo .tm-listimgbox-btn a {
position: relative;
}
.themetechmount-listimgbox-styletwo .tm-listimgbox-btn a:after {
content: '\e87b';
font-family: 'ttm-medisat-icons';
position: absolute;
font-size: 35px;
line-height: 35px;
color: var(--body-blackfont-color);
transition: all 0.5s ease;
transform: rotate(45deg);
font-weight: bold;
}
.themetechmount-listimgbox-styletwo li.border_no.active .tm-listbox-heading-content .tm-listimgbox-btn a:after {
transform: rotate(90deg);
}
.themetechmount-listimgbox-styletwo .tm-listimgbox-btn a {
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
position: absolute;
top: 70px;
right: 0;
opacity: 1;
transition: all 0.5s ease;
}
.themetechmount-listimgbox-styletwo .tm-listimgbox-btn a:hover {
background-color: var(--ttm-skincolor);
border: 1px solid var(--ttm-skincolor);
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .overlay-content .themetechmount-listimgbox-heading .tm-box-title {
font-size: 28px;
line-height: 38px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
color: var(--ttm-secondarycolor);
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .overlay-content .themetechmount-listimgbox-heading .tm-cta3-content-wrapper {
width: 50%;
padding-right: 50px;
padding-left: 50px;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .overlay-content .themetechmount-listimgbox-heading .tm-box-title {
width: 35%;
}
.themetechmount-listimgbox-styletwo .tm-listbox-heading-content .overlay-content .themetechmount-listimgbox-heading .tm-listimgbox-btn {
width: 15%;
} .ttm-elementor-tabs.ttm-tab-style9 .elementor-tabs-wrapper li {
display: inline-block;
}
.ttm-elementor-tabs.ttm-tab-style9 .elementor-tabs-wrapper li .ttm-elementor-tab-title .tm-tab-title {
background-color: #1c323e;
padding: 8px 30px 8px;
border-radius: 8px;
color: var(--ttm-whitecolor);
font-size: 17px;
line-height: 30px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
margin: 10px 15px;
cursor: pointer;
text-transform: capitalize;
}
.ttm-elementor-tabs.ttm-tab-style9 .elementor-tabs-wrapper li.ttm-tab-active .ttm-elementor-tab-title .tm-tab-title {
background-color: var(--ttm-skincolor);
}
.ttm-elementor-tabs.ttm-tab-style9 {
position: relative;
overflow: hidden;
border: 1px solid #d5e3e9;
border-radius: 15px;
}
.ttm-elementor-tabs.ttm-tab-style9 .elementor-tabs-wrapper {
padding-top: 35px;
padding-bottom: 35px;
margin:0;
background-color: var(--ttm-secondarycolor);
}  .ttm-progressbar-style5 .elementor-title {
display: block;
margin-bottom: 8px;
font-size: 20px;
}
.ttm-progressbar-style5 .elementor-progress-wrapper {
box-shadow: none;
height: 5px;
width: 100%;
z-index: 1;
border-radius: 2px;
background-color: rgba(0 0 0 / 0.10);
}
.ttm-progressbar-style5 .elementor-progress-wrapper .elementor-progress-bar {
display: block;
height: 7px;
line-height: 5px;
position: relative;
background-color: var(--ttm-skincolor) !important;
overflow: visible;
bottom: 0;
border-radius: 2px;
}
.ttm-progressbar-style5 .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage {
font-size: 16px;
line-height: 28px;
font-weight: 600;
color: var(--ttm-secondarycolor);
text-align: center;
border-radius: 5px;
width: 42px;
height: 26px;
display: inline;
top: -12px;
position: absolute;
right: 0;
left: auto;
z-index: 3;
margin-top: -25px;
padding-right: 0;
}
.ttm-progressbar-style5 .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage:before {
content: unset;
}
.elementor-element.ttm-progressbar-style5 {
margin-bottom: 40px;
}
.tm-service-textcolor p u {
color: var(--ttm-secondarycolor);
font-weight: var(--special-element-fontweight);
} .tm-layout-style8 .tm-header-block .tm-bgcolor-darkgrey .tm-wrap.container-fullwide {
padding-left: 70px;
padding-right: 70px;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.themetechmount-boxes-row-wrapper.tm-static-contentbox-style4.row.multi-columns-row {
margin-left: 0;
}
.tm-layout-style11 .tm-element-content-heading strong {
color: var(--ttm-secondarycolor);
}
.tm-layout-style11 span.tm-no {
font-weight: 600;
color: var(--ttm-skincolor);
}
.tm-layout-style8 .tm-header-block .tm-bgcolor-darkgrey .site-header-menu .tm-header-cta-btn a {
position: relative;
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
text-transform: uppercase;
padding: 15px 20px;
font-size: 16px;
z-index: 1;
border-radius: 10px;
} .tm-layout-style8 .first-footer-inner .tm-footer-heading h3 {
font-weight: 500;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img {
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/footerimg1.jpg);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
margin-top: 35px;
background-size: cover;
border-radius: 10px;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc {
padding: 110px 50px 65px 30px;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc p {
color: var(--body-blackfont-color) !important;
margin-bottom: 0;
font-weight: 400;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc .text-bold {
font-size: 38px;
line-height: 48px;
color: var(--body-blackfont-color);
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc .text-bold b {
font-weight: 500;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper {
padding-top: 30px;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a {
padding: 7px 25px 10px 25px;
background-color: var(--ttm-skincolor);
border-radius: 10px;
}
.tm-layout-style8 .first-footer-inner .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a span {
font-size: 14px;
color: var(--ttm-whitecolor);
}
.tm-layout-style8 .first-footer-inner  .tm-country {
display: flex;
width: 100%;
justify-content: space-between;
padding-top: 25px;
position: relative;
}
.tm-layout-style8 .first-footer-inner  h5 {
font-weight: var(--button-font-weight);
font-size: 15px;
margin-bottom: 4px;
font-family: var(--button-font-family);
}
.tm-layout-style8 .first-footer-inner  .tm-country:before {
content: '';
position: absolute;
background-color: #1f3540;
height: 1px;
width: 100%;
top: 0;
bottom: auto;
left: 0;
right: auto;
}
.tm-layout-style8 .first-footer-inner ul.social-icons {
display: grid;
float: right;
}
.tm-layout-style8 .first-footer-inner ul.social-icons li a:hover {
color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
}
.tm-layout-style8 .first-footer-inner ul.social-icons li a:hover:before,
.tm-layout-style8 .first-footer-inner ul.social-icons li a:hover:after{
content: unset;
}
.tm-layout-style8 .first-footer-inner ul.social-icons li a {
border: 1px solid rgba(255,255,255,.15);
border-radius: 50%;
width: 40px;
height: 40px;
line-height: 40px;
color: var(--ttm-whitecolor) !important;
}
.tm-layout-style8 .first-footer-inner .widget-area {
padding-top: 20px;
}
.tm-layout-style8 .first-footer-inner .tm-bordercolor-white .tm-container-for-footer {
border-top: unset;
}
.tm-layout-style8 .first-footer-inner .col-xs-6 {
display: flex;
justify-content: space-between;
}
.tm-layout-style8 .first-footer-inner .widget .widget-title {
font-size: 19px;
line-height: 31px;
padding-left: 0;
}
.tm-layout-style8 .first-footer-inner .widget .widget-title:after{
content: unset;
}
.tm-layout-style8 .first-footer-inner .tm-footer-inline {
width: 50%;
margin-bottom: 0;
}
.tm-layout-style8 .first-footer-inner .tm-footer-hospital {
width: 50%;
}
.tm-layout-style8 .first-footer-inner .tm-social {
width: 100%;
margin-top: 0;
margin-bottom: 0;
}
.tm-layout-style8 .first-footer-inner .widget {
margin: 0 !important;
padding-top: 0;
padding-bottom: 0;
}
.tm-layout-style8 .site-footer .bottom-footer-text {
border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.tm-layout-style8 .first-footer-inner .widget ul li a {
color: var(--ttm-whitecolor);
}
.tm-layout-style8 .first-footer-inner .widget ul li a:hover{
color: var(--ttm-skincolor);
}
.tm-layout-style8 .first-footer-inner .tm-country p {
color: #c8c8c8 !important;
} .tm-static-contentbox-style3 .tm-box-title h4 {
font-size: 24px;
line-height: 34px;
font-weight: 500;
}
.tm-static-contentbox-style3 .tm-box-title {
display: inline-block;
width: 23%;
}
.tm-static-contentbox-style3 .themetechmount-static-box-desc {
display: inline-block;
width: 40%;
padding-left: 86px;
}
.tm-demo11-iconbox2 .themetechmount-iconbox.themetechmount-iconbox-styletwo i {
font-size: 32px;
}
.tm-static-contentbox-style3 .tm-stepbox-imagebox {
display: inline-block;
padding-left: 50px;
}
.tm-static-contentbox-style3 span.number {
font-size: 22px;
line-height: 32px;
font-weight: 500;
background-color: #fff;
padding: 11px 30px;
border: 1px solid #dee1f5;
border-radius: 10px;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
}
.tm-static-contentbox-style3 .process-num {
position: relative;
padding-bottom: 22px;
padding-top: 5px;
}
.tm-static-contentbox-style3 .process-num:after {
position: absolute;
content: '';
left: -315px;
width: 1920px;
height: 1px;
background-color: #dee1f5;
z-index: -1;
top: 17px;
}
.tm-static-contentbox-style3 .tm-box-col-wrapper:nth-child(2) .tm-stepbox-content .process-num span.number {
margin-left: 390px;
}
.tm-static-contentbox-style3 .tm-box-col-wrapper:nth-child(3) .tm-stepbox-content .process-num {
padding-bottom: 34px;
}
.tm-demo11-iconbox2 .themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
background-color: transparent;
align-items: unset;
padding: 0;
border-radius: 0;
}
.tm-demo11-iconbox2 .themetechmount-iconbox-styletwo:hover .tm-iconbox-wrapper {
background-color: transparent;
}
.tm-demo11-iconbox2 .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-cta3-content-wrapper {
color: var(--body-fonts-color);
}
.tm-demo11-iconbox2 .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading {
color: var(--ttm-secondarycolor);
}
.tm-demo11-iconbox2 .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
font-size: 22px;
line-height: 22px;   
}
.tm-demo11-iconbox2 .tm-cta3-content-wrapper {
padding-top: 5px;
}
.tm-layout-style11 .tm-header-text-area .header-info-widget a {
font-size: 14px;
line-height: 24px;
padding: 10px 20px;
background-color: var(--ttm-skincolor);
color: #fff;
border-radius: 22px;
transition: all 0.25s ease;
}
.tm-layout-style11 .tm-header-text-area .header-info-widget a:hover {
background-color: var(--ttm-secondarycolor);
}
.tm-layout-style11 .tm-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
border: 2px solid;
}
.tm-layout-style11 .tm-seperator-style2 h4.tm-element-subheading {
position: relative;
}
.tm-layout-style11 .tm-seperator-style2 h4.tm-element-subheading:after {
position: absolute;
content: '';
left: 0;
height: 2px;
width: calc(100% + 140px);
background-color: #fff;
bottom: 0;
}
.tm-layout-style11 .tm-element-heading-content-wrapper.tm-seperator-style2 .tm-element-subheading {
padding-bottom: 6px;
margin-bottom: 11px;
}
.tm-layout-style11 .tm-content-with-desc .tm-element-content-heading {
margin-bottom: 8px;
}
.tm-layout-style11 .tm-demo11-cta .tm-element-heading-content-wrapper .tm-element-subheading {
margin-bottom: 4px;
}
.tm-layout-style11 .themetechmount-box-client .themetechmount-item-thumbnail-inner {
text-align: left;
}
.tm-layout-style11 .themetechmount-box-client .themetechmount-item-thumbnail-inner {
height: 85px;
}
.tm-layout-style11 .tm-seperator-style2 h4.tm-element-subheading:after {
background-color: #dee1f5;
}
.tm-vertical-scroll .tm-right-contentbox {
display: flex;
}
.tm-vertical-scroll .themetechmount-boxes-row-wrapper.row:not(.slick-slider) .tm-box-col-wrapper {
margin-bottom: 0;
}
.tm-vertical-scroll .tm-box-title h4 {
font-size: 16px;
line-height: 26px;
}
.tm-layout-style11 .themetechmount-boxes-row-wrapper.tm-static-contentbox-style4.row.multi-columns-row {
background-attachment: scroll;
overflow-y: scroll;
max-height: 150px;
}
.tm-layout-style11 .footer .tm-textcolor-white a {
color: #fff;
}
.tm-layout-style11 span.elementor-icon-list-text {
color: var(--body-blackfont-color);
}
.tm-layout-style11 .tm-static-contentbox-style4 .themetechmount-static-box-desc {
padding-left: 8px;
}
.tm-iconbx-yellow .themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-element-subheading {
background-color: #ffac29;
}
.tm-iconbx-green .themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-element-subheading {
background-color: #0ba780;
}
.tm-iconbx-yellow .themetechmount-iconbox.themetechmount-iconbox-style14 .themetechmount-iconbox-heading .tm-element-subheading i {
width: 18px;
}
.tm-layout-style11 .mailchimp-inputbox {
max-width: 834px;
margin: 0 auto;
display: table;
width: 100%;
padding: 27px 30px;
background-color: rgba(255, 255, 255 , 0.03);
border-radius: 10px;
position: relative;
z-index: 1;
}
.tm-layout-style11 .mailchimp-inputbox:before {
font-family: "ttm-medisat-icons";
position: absolute;
content: '\e844';
bottom: 5px;
left: 10px;
line-height: 80px;
font-size: 70px;
font-weight: 400;
opacity: 0.05;
z-index: -1;
}
.tm-layout-style11 .mailchimp-inputbox input[type="submit"] {
height: 45px;
border: 0;
border-radius: 22px;
z-index: 21;
padding: 0 30px;
right: 30px;
box-shadow: 0 0;
font-weight: 500;
position: absolute;
font-size: 14px;
background-color: var(--ttm-skincolor);
text-transform: uppercase;
}
.mailchimp-inputbox input[type="email"] {
background-color: transparent;
width: 100%;
float: left;
padding-right:50px;
height: 47px;
padding-left: 0;
font-size: 15px;
outline: none;
border-radius: 0;
border: none;
border-bottom: 1px solid rgba(255,255,255,.10);
color: #fff;
}
.tm-layout-style11 .footer .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255 ,255 , 0.50)!important;
}
.tm-layout-style11 .tm-one-footer {
text-align: center;
}
.tm-layout-style11 .tm-one-footer h4.custom-heading {
margin-bottom: 7px;
}
.tm-layout-style11 .tm-one-footer p {
margin-bottom: 35px;
}
h6.tm-fontweight-medium {
font-family: var(--button-font-family);
font-size: 15px;
color: rgba(255, 255, 255, 0.50) !important;
}
h6.tm-fontweight-medium.tm-border-both {
border: 0px solid;
border-width: 1px 0 1px 0;
padding: 11px 0 16px;
border-color: rgba(255, 255, 255, .10);
}
.tm-layout-style11 .widget.widget_nav_menu li.menu-item  a {
color: rgba(255 ,255, 255 , 0.50);
}
.tm-layout-style11 .widget.widget_nav_menu li.menu-item a:hover {
color: #fff;
}
.tm-layout-style11 .footer .footer-rows .first-footer .first-footer-inner {
padding: 45px 0 35px;
}
.tm-layout-style11 .site-footer .widget.widget_nav_menu ul li {
display: inline-block;
width: calc(50% - 3px);
float: none;
padding: 0px 0px 10px 0;
font-size: 15px;
}
.tm-layout-style11 .tm-three-footer {
background-color: #f8f9e5;
padding: 0;
text-align: center;
}
.tm-layout-style11 .tm-three-footer span {
background-color: var(--ttm-skincolor);
padding: 5px 18px;
font-size: 13px;
line-height: 23px;
border-radius: 13px;
}
.tm-layout-style11 .tm-scan1 {
display: flex;
}
.tm-layout-style11  li.tm-one {
color: var(--ttm-skincolor);
font-size: 15px;
width: 175px;
background-color: #fff;
padding: 7px 0;
}
.tm-layout-style11 .tm-three-footer img {
margin-bottom: 12px;
}
.tm-layout-style11 .tm-scan1 li {
list-style: none;
margin-top: 18px;
font-size: 14px;
line-height: 16px;
}
.tm-layout-style11 li.tm-two {
width: 90px;
color: var(--body-fonts-color);
padding-left: 10px;
}
.tm-layout-style11 .tm-faq p {
font-size: 15px;
margin-bottom: 10px;
}
.tm-layout-style11 .footer .widget .widget-title {
margin-bottom: 20px;
}
.tm-layout-style11 .footer .first-footer-inner .widget .widget-title {
text-align: center;
}
.tm-layout-style11 .footer .widget {
margin: 50px 0 50px;
}
.tm-layout-style11 .footer .themetechmount-social-links-wrapper ul.social-icons li a {
color: #fff;
}
.tm-layout-style11 .footer .themetechmount-social-links-wrapper ul.social-icons li a {
border: none;
background-color: rgb(255 255 255 / 10%);
}
.tm-layout-style11 .tm-right.col-sm-10 {
padding: 0;
width: 78%;
font-size: 14px;
padding-left: 42px;
}
.tm-layout-style11 .tm-left.col-sm-2 {
width: 22%;
padding: 0;
}
.tm-layout-style11 .footer .themetechmount-social-links-wrapper ul.social-icons li > a {
line-height: 37px;
width: 37px;
height: 37px;
}
.tm-layout-style11 .footer .tm-footer2-right {
font-size: 14px;
}
.tm-layout-style11 .themetechmount-topbar-wrapper.tm-bgcolor-darkgrey.tm-textcolor-white {
color: #fff;
} .themetechmount-adbar-yes .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
margin-top: 35px;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.themetechmount-adbar-yes.adbar-close .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck),.themetechmount-adbar-yes.shown .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
margin-top: 0
}
.themetechmount-adbar-inner a.ttm-textcolor-highlight {
text-decoration: underline;
font-weight: 500;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.themetechmount-adbar-wrapper.tm-textcolor-white a:hover {
color: rgba(255,255,255,.7)
}
.themetechmount-adbar-wrapper.tm-textcolor-white .themetechmount-adbar-inner .ttm-textcolor-highlight a:hover {
color: #fff;
}
.ad-close-btn {
position: absolute;
right: 10px;
top: 0;
bottom: 0;
margin: auto 0;
color: #fff;
width: 27px;
height: 27px;
border: 1px solid;
text-align: center;
line-height: 19px;
cursor: pointer;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 19px;
border-radius: 50%;
}
.ad-close-btn:hover {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.tm-bgcolor-white .ad-close-btn {
color: #000
}
.tm-wrap-cell.tm-align-left .ad-close-btn {
right: 10px
}
.tm-wrap-cell.tm-align-right .ad-close-btn {
left: 10px;
right: auto
}
.tm-wrap-cell.tm-align-right .ad-close-btn {
left: 10px;
right: auto
}
.tm-adbar-content-left,.tm-adbar-content-right {
float: left;
width: 50%;
display: table
}
.tm-adbar-content-right {
float: right
}
.tm-align-center {
text-align: center
}
.tm-adbar-content-center .tm-align-center {
display: block;
}
.tm-adbar-content-center {
width: 100%;
text-align: center
}
.tm-adbar-content {
float: left;
width: 33.33%
}
.tm-adbar-contentright {
float: right;
width: 33.33%
}
.themetechmount-adbar-inner {
line-height: 45px
}
.themetechmount-adbar-yes .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
margin-top: 35px;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.themetechmount-adbar-yes.adbar-close .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck),.themetechmount-adbar-yes.shown .tm-header-style-classic.tm-header-overlay .site-header:not(.is_stuck) {
margin-top: 0
}
.themetechmount-adbar-inner .ttm-textcolor-highlight {
font-size: 14px
}
.themetechmount-adbar-inner a.ttm-textcolor-highlight {
text-decoration: underline;
font-weight: 500;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out
}
.themetechmount-adbar-wrapper.tm-textcolor-white a:hover {
color: rgba(255,255,255,.7)
}
.themetechmount-adbar-wrapper {
position: relative;
display: none;
z-index: 99
}
.home .themetechmount-adbar-wrapper {
display: block;
z-index: 111
}
.themetechmount-adbar-inner .ttm-textcolor-highlight a {
border-bottom: 1px solid;
}
.tm-layout-style11 .elementor-widget-tm_team-nameinfo .tm-team-social-link .tm-team-social-links-wrapper ul a {
font-size: 15px;
line-height: 32px;
}
.tm-layout-style11 .ttm-contact-btn.tm-btn-style-flat.tm-btn-color-skincolor input[type=submit] {
background-image: none !important;
border-color: unset !important;
}
.tm-layout-style11 .elementor-counter .elementor-counter-number-suffix,
.tm-layout-style11 span.elementor-counter-number {
font-family: var(--special-element-fontfamily);
font-weight: 500;
}
.tm-demo11-contact .themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
padding-left: 22px;
display: flex;
flex-direction: column-reverse;
}
.tm-demo11-contact .themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
padding: 30px 0px 30px 0px;
}
.tm-demo11-contact .themetechmount-iconbox .tm-box-icon i {
font-size: 45px;
}
.tm-demo11-contact .themetechmount-iconbox-styletwo:hover .tm-iconbox-wrapper {
background-color: transparent;
}
.tm-demo11-contact .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading {
color: var(--ttm-secondarycolor);
}
.tm-demo11-contact .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-cta3-content-wrapper {
color: var(--body-fonts-color);
}
.ttm-contactform-14 textarea,
.ttm-contactform-14 input[type="number"],
.ttm-contactform-14 input[type="tel"],
.ttm-contactform-14 input[type="email"],
.ttm-contactform-14 input[type="text"] {
padding: 9px 15px;
border-radius: 10px;
border: none;
background-color: var(--ttm-greycolor);
}
.ttm-contactform-14 input[type="submit"] {
padding: 15px 30px;
border-radius: 22px;
background-color: var(--ttm-skincolor);
}
.ttm-contactform-14 input[type="submit"]:hover {
background-color: var(--ttm-secondarycolor);
}
.tm-demo11-hospital .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading,
.tm-demo11-hospital .themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
padding-top: 0;
display: inline-block;
}
.tm-demo11-hospital .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
font-family: var(--body-font-family);
font-size: 16px;    
}
.tm-demo11-hospital .elementor-button.elementor-button-link.elementor-size-sm i[class*=" flaticon-"]:before {
font-family: "ttm-medisat-icons" !important;
content: '\f1d8';
font-size: 13px !important;
}
.tm-btn-textstyle-underline-style-1 .elementor-button.elementor-button-link.elementor-size-sm {
position: relative;
}
.tm-btn-textstyle-underline-style-1 .elementor-button.elementor-button-link.elementor-size-sm:after {
position: absolute;
content: '';
left: 0;
height: 2px;
width: 100%;
background-color: var(--ttm-secondarycolor);
transition: all 0.5s ease-in-out;
}
.tm-btn-textstyle-underline-style-1 .elementor-button.elementor-button-link.elementor-size-sm:hover:after {
background-color: var(--ttm-skincolor);
}
.tm-demo11-hospital .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
font-size: 18px;
line-height: 28px;
color: var(--ttm-skincolor);
}
.tm-demo11-hospital  .tm-demo11-contact .themetechmount-iconbox-styletwo .themetechmount-iconbox-heading {
padding-left: 13px;
}
body.single-post.tm-layout-style11 span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-style11 span.tm-meta-line.cat-links a:hover {
color: #fff;
}
body.single-post.tm-layout-style11 span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-style11 span.tm-author-image {
padding-right: 15px;
}
.single-post.tm-layout-style11 span.tm-meta-line.posted-on {
padding-right: 15px;
padding-left: 15px;
}
.single-post.tm-layout-style11 .themetechmount-tags-links-title, 
.tm-layout-style11 .blog-detail-heading,
body.single-post.tm-layout-style11 .tm-entry-meta .tm-meta-line i,
.single-post.tm-layout-style11 .entry-meta.tm-entry-meta.tm-entry-meta-blogclassic span.tm-meta-line.cat-links,
.tm-layout-style11 .blog-detail-meta {
display: none;
}
body.single-post.tm-layout-style11 .tm-entry-meta-wrapper {
font-size: 16px;
display: inline-block;
}
body.single-post.tm-layout-style11 span.tm-author-image img {
border-radius: 50%;
}
body.single-post.tm-layout-style11 .tm-blog-classic-box-content img {
border-radius: 20px;
}
body.single-post.tm-layout-style11 article.themetechmount-box-blog-classic.tm-no-featured-content .tm-blog-classic-box-content {
padding: 10px 0px 40px;
}
.tm-layout-style11 .themetechmount-blogbox-stylethree span.tm-meta-line.comments-link {
display: none;
}
.tm-layout-style11 .tm-topbar-content .tm-wrap-cell .top-contact li:after {
content: '';
position: absolute;
background-color: #fff;
width: 1px;
height: 12px;
top: 17px;
left: -3px;
}
.tm-layout-style11 .tm-topbar-content .tm-wrap-cell .top-contact li:first-child:after {
width: 0;
}
.tm-layout-style11 ul.top-contact li:last-child:before {
display: none;
}
.tm-layout-style11 .tm-header-cta-btn {
padding-left: 14px;
}
.tm-layout-style11 .top-contact {   
line-height: 46px;
}
.tm-layout-style11 .tm-header-cta-btn a.elementor-button.elementor-size-md {
padding: 14px 20px;
font-size: 14px;
background-color: var(--ttm-skincolor);
color: #fff;
border-radius: 22px;
transition: all 0.25s ease;
font-weight: 500;
text-transform: uppercase;
}
.tm-layout-style11 .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
background-color: var(--ttm-secondarycolor);
}
.tm-layout-style8 .tm-static-contentbox-style3 .tm-stepbox-imagebox img {
border-radius: 30px;
}
.tm-static-contentbox-style3 .tm-box-col-wrapper.col-lg-4.col-sm-6.col-md-4.col-xs-12 {
width: 100%;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .prt-short-desc {
display: none;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data {
text-align: center;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-position {
padding-bottom: 0px;
color: var(--body-fonts-color);
margin-top: 0;
font-weight: 400;
}
.tm-layout-style8 .themetechmount-iconbox-styletwo .tm-iocnbox-btn a span {
text-transform: capitalize;
padding: 0px;
border: 0;
overflow: visible;
transition: all 0.2s ease 0s;
font-size: 16px;
font-weight: var(--special-element-fontweight);
font-family: var(--special-element-fontfamily);
position: relative;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-extra-details-wrapper ,
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data  .tm-team-details-wrapper {
text-align: left;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper {
padding-top: 5px;
}
.tm-layout-style8 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper .tm-team-details-list li .tm-team-list-title {
font-size: 18px;
line-height: 18px;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
font-weight: 400;
}
.tm-layout-style8 .elementor-widget-tm_team-img .themetechmount-team-img {
padding-right: 0px;
}
.tm-layout-style8 .themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image img {
border-radius: 30px;
}
.tm-layout-style8.single-post .themetechmount-blogbox-sharebox .themetechmount-tags-links a,
.tm-layout-style8 .comment-form input[type="submit"],
.tm-layout-style8 .themetechmount-blogbox-styleone .themetechmount-box-content .tm-featured-outer-wrapper .tm-box-post-date {
border-radius: 8px;
}
.tm-layout-style8 .themetechmount-blogbox-styleone .themetechmount-box-content .themetechmount-box-desc .themetechmount-blogbox-desc-footer a:before {
color: var(--ttm-whitecolor);
}
.tm-layout-style8 .elementor-element.tm-hover-img {
position: relative;
overflow: hidden;
border: 7px solid var(--ttm-whitecolor);
border-radius: 10px;
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
}
.tm-layout-style8 .elementor-element.tm-hover-img,
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-content .tm-bottom-content .tm-historybox-imagebox {
position: relative;
overflow: hidden;
}
.tm-layout-style8 .elementor-element.tm-hover-img a:hover img ,
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-content:hover .tm-bottom-content .tm-historybox-imagebox img{
transform: translateY(0) scale(1.3);
}
.tm-layout-style8 .elementor-element.tm-hover-img a img,
.themetechmount-boxes-row-wrapper.tm-historybox-style2 .tm-history-box-content .tm-bottom-content .tm-historybox-imagebox img {
transform: translateY(0px) scale(1.1);
transition: all 1s ease;
overflow: hidden;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour {
margin-bottom: 0;
}
.tm-layout-style8 .tm-header-block .tm-bgcolor-darkgrey .tm-wrap.container-fullwide {
padding-left: 70px;
padding-right: 70px;
border-bottom: 1px solid rgba(255, 255, 255,20%);
}
.tm-layout-style8 .tm-header-block .tm-bgcolor-darkgrey .site-header-menu .tm-header-cta-btn a {
position: relative;
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
text-transform: uppercase;
z-index: 1;
border-radius: 8px;
font-size: 14px;
padding: 14px 24px 14px;
border: 1px solid var(--ttm-skincolor);
}
.tm-layout-style8 .tm-static-contentbox-style3 span.number {
font-size: 20px;
line-height: 32px;
background-color: var(--ttm-greycolor);
padding: 2px 37px 3px;
border: 1px solid #dadada;
border-radius: 22px;
}
.tm-layout-style8 .tm-static-contentbox-style3 .process-num:after {
top: 22px;
}
.tm-layout-style8 .tm-btn-shape-rounded.tm-btn-color-skincolor.tm-btn-style-flat .elementor-button-wrapper a {
border-radius: 8px;
font-size: 14px;
padding: 17px 31px 17px;
}
.tm-layout-style8.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content h4 {
margin-top: 0;
font-size: 26px;
line-height: 36px;
}
.tm-layout-style8.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content  u.text-dark {
color: var(--body-blackfont-color);
font-weight: 400;
}
.tm-layout-style8.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote {
display: block;
position: relative;
text-align: left;
background: var(--ttm-greycolor);
border-radius: 15px;
padding: 55px 35px 30px;
margin: 0;
color: #000;
font-family: var(--special-element-fontfamily);
font-weight: 400;
font-size: 20px;
line-height: 30px;
font-style: italic;
}
.tm-layout-style8.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 40%);
width: 2px;
height: 100%;
}
.tm-layout-style8.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:after{
content: "\f10a";
position: absolute;
font-family: flaticon_new_bussines_agency !important;
top: 0;
bottom: 0;
right: 0;
font-size: 90px;
line-height: 90px;
color: rgb(0 0 0 / 0.10);
font-style: normal;
display: flex;
align-items: center;
}
.tm-layout-style8.single article.post blockquote cite {
display: none;
} .tm-quick-call h5 {
font-size: 16px;
line-height:16px;	
margin-bottom: 0;
}
.tm-quick-call img {
padding-right:5px;
}
.tm-header-cta-btn .elementor-button.elementor-size-md,
.tm-header-cta-btn a {
padding: 15px 30px;
background-color: red;
border-radius: var(--ttm-button-shape);
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
background-color: var(--ttm-skincolor);
border-color: var(--ttm-skincolor);
color: #fff;
font-size: var(--button_fontsize);
line-height:var(--button_fontsize);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.tm-header-cta-btn .elementor-button.elementor-size-md:hover,
.tm-header-cta-btn a:hover {
background-color: var(--ttm-secondarycolor);	
color: #fff;
}
.themetechmount-fbar-btn .tm-medisat-icon-bars {
display: inline-block;
width:34px;
height: 3px;
background-color: var(--ttm-secondarycolor);
border-radius: 0px;
transition: 0.3s;
position: relative;
color: #000;
top: -6px;
}
.themetechmount-fbar-btn .tm-medisat-icon-bars:before,
.themetechmount-fbar-btn .tm-medisat-icon-bars:after {
display: inline-block;
width: 21px;
height: 3px;
background: var(--ttm-secondarycolor);
border-radius: 0px;
transition: 0.3s;
position: absolute;
right: 0;
content: '';
-webkit-transform-origin: 0.28571rem center;
transform-origin: 0.28571rem center;
margin: 0;
color: #000;
}
.themetechmount-fbar-btn .tm-medisat-icon-bars:before {
top: 8px;
}
.themetechmount-fbar-btn .tm-medisat-icon-bars:after{
top: -8px;
width: 40px;
}
.themetechmount-fbar-btn.tm-icolor-dark .tm-medisat-icon-bars:before,
.themetechmount-fbar-btn.tm-icolor-dark .tm-medisat-icon-bars:after,
.themetechmount-fbar-btn.tm-icolor-dark .tm-medisat-icon-bars {
background-color: var(--ttm-secondarycolor);	
}
.themetechmount-fbar-btn.tm-icolor-white .tm-medisat-icon-bars:before,
.themetechmount-fbar-btn.tm-icolor-white .tm-medisat-icon-bars:after,
.themetechmount-fbar-btn.tm-icolor-white .tm-medisat-icon-bars {
background-color:#fff;	
}
.themetechmount-fbar-btn.tm-icolor-skincolor .tm-medisat-icon-bars:before,
.themetechmount-fbar-btn.tm-icolor-skincolor .tm-medisat-icon-bars:after,
.themetechmount-fbar-btn.tm-icolor-skincolor .tm-medisat-icon-bars {
background-color: var(--tm-skincolor);	
} .ttm-tab-style8.ttm-elementor-tabs .elementor-tab-content section.elementor-section {
width: auto !important;
left: 0 !important;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-list {
position: relative;
background-color: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
padding: 30px 30px 22px 20px;
transition: all 0.3s ease;
font-size: 16px;
list-style: none;
border-radius: 0;
}
.ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-title span {
color: var(--ttm-secondarycolor);
font-size: 20px;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 24px;
color: rgba(0, 0, 0, 0.5);
vertical-align: middle;
font-family: var(--special-element-fontfamily);
font-weight: 700;
}
.ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-title {
margin: 0px;
display: block;
cursor: pointer;
border: none;
position: relative;
}
.ttm-tab-style8 ul li {
padding: 10px;
}
.ttm-tab-style8 .elementor-widget-container {
text-align: left;
}
.ttm-tab-style8 li.ttm-tab-active {
color: var(--ttm-whitecolor);
background-color: var(--ttm-skincolor);
border: 1px solid var(--ttm-skincolor);
}
.ttm-tab-style8 ul {
list-style-type: none;
}
.ttm-tab-style8 .ttm-tab-content-title {
display: none;
}
.ttm-tab-style8 .tmtabs-content-wrapper {
float: left;
width: 70%;
padding-left:40px;
}
.ttm-tab-style8 ul.elementor-tabs-wrapper {
padding: 0px;
width: 30%;
margin-top: 0;
float: left;
display: block;
margin: 0;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
}
.ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 24px;
font-weight: 500;
color: var(--ttm-whitecolor);
vertical-align: middle;
font-family: var(--special-element-fontfamily);
}
.ttm-tab-style8.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active span {
color: var(--ttm-secondarycolor);
}
.widget .widget-contact-phone {
display: flex;
align-items: center;
background-color: var(--ttm-skincolor);
border-radius: 15px;
padding: 16px 15px 18px 32px;
margin-top: 26px;
}
.widget .widget-contact-phone > :first-child {
margin-right: 30px;
}
.widget .widget-contact-phone i {
font-size: 30px;
line-height: 30px;
color: #fff;
}
.widget .widget-contact-phone span {
display: block;
font-size: 16px;
line-height: 26px;
color: #fff;
}
.widget .widget-contact-phone a {
font-size: 20px;
line-height: 30px;
font-family: var(--special-element-fontfamily);
}
.widget .widget-contact-phone a,
.widget .widget-contact-phone a:hover {
color: #fff;	
}
.footer .mailchimpbox-gynaecology {
position: relative;	
margin-top: 20px;
}
.footer .mailchimpbox-gynaecology input[type="email"] {
font-size: 16px;
background-color:transparent;
padding: 16px 15px 16px 30px;
height: 50px;
border: 1px solid rgba(255,255,255,0.15);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
border-radius: 30px;
color: #fff;
width:calc(100% - 150px);
}
.footer .mailchimpbox-gynaecology button[type="submit"] {
position: absolute;
top: 0px;
height: 54px;
border: 0;
z-index: 1;
padding: 0 25px;
right: 0;
font-weight: 600;
background-color: var(--ttm-skincolor);
font-size: 15px;
border-radius:30px;
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
display: inline-block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer .mailchimpbox-gynaecology button[type="submit"]:hover {
color: #fff;	
}
.footer .mailchimpbox-gynaecology input[type="email"]::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.50);
}
.footer .mailchimpbox-gynaecology input[type="email"]::-moz-placeholder {
color: rgba(255, 255, 255, 0.50);
}
.footer .mailchimpbox-gynaecology input[type="email"]::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.50);
}
.tm-layout-style12 .footer .footer-rows .first-footer .first-footer-inner {
padding: 55px 0 47px;
}
.tm-socialbox ul.social-icons {
list-style: none;
margin: 0px;
padding: 0px;
display: flex;
justify-content: center;
align-items: center;
justify-content: flex-start;
padding-top:10px;
}
.tm-socialbox ul.social-icons li {
display: inline-flex;
justify-content: center;
align-items: center;
}
.tm-socialbox ul.social-icons li a {
font-size: 18px;
line-height: 18px;
font-family: var(--special-element-fontfamily);
color: rgba(255, 255, 255, 0.7);
transition: all 0.3s ease;
border: none;
}
@media (max-width:1024px) {
.tm-reset-spantop-bottom-991 .tm-stretched-div {
margin-top:0px !important;
margin-bottom:0px !important;	
}
}
.tm-gynaecology-form  textarea, .tm-gynaecology-form  input[type="text"], .tm-gynaecology-form  input[type="email"] {
border-radius:8px;
}
.wpcf7-form .tm-gynaecology-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom:30px;
}
.tm-gynaecology-form .elementor-widget-button .elementor-button {
width: 100%;
}
.themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-box-icon i {
font-size: 50px;
}
.tm-layout-style8.single-post .tm-post-prev-next-buttons {
border: unset;
}
.tm-layout-style8 .tm-header-block .tm-bgcolor-darkgrey .site-header-menu .tm-header-cta-btn a:hover {
background-color: var(--ttm-whitecolor);
color: var(--ttm-secondarycolor);
border-color: var(--ttm-whitecolor);
}
.tm-layout-style8 .elementor-element.tm-big-heading .elementor-widget-container .elementor-heading-title {
color: rgb(255 71 71 / 10%);
}
.tm-layout-style8 .tm-footer2-left, .tm-footer2-right {
padding-top: 20px;
padding-bottom: 15px;
font-size: 14px;
} .tm-layout-style9 .tm-element-content-heading span {
font-weight: var(--special-element-fontweight);
border-bottom: 3px solid currentColor;
} .ttm-tab-style3.ttm-elementor-tabs .elementor-tab-content section.elementor-section:not(.elementor-inner-section) {
width: auto !important;
left: 0 !important
}
.ttm-tab-style3 .elementor-tabs-wrapper {
display:-webkit-flex;
display: flex;
}
.ttm-tab-style3 .ttm-elementor-tab-title {
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.ttm-tab-style3.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 0 auto;
border-bottom: none
}
.elementor-widget-tm_tabbox_element .ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-elementor-tab-list {
position: relative;
background-color: var(--ttm-secondarycolor);
padding: 12px 54px;
font-size: 16px;
list-style: none;
margin-right: 15px;
border-radius: 50px;
overflow: hidden;
}
.ttm-tab-style3.ttm-elementor-tabs .elementor-tabs-wrapper .ttm-elementor-tab-title.ttm-elementor-tab-list.ttm-tab-active {
background-color: var(--ttm-skincolor);
}
.elementor-widget-tm_tabbox_element .ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-elementor-tab-list:before {
content: '';
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/tabs-bg.png);
position: absolute;
-webkit-mask-size: cover;
mask-size: cover;
position: absolute;
top: 0;
left: 0;
background-position: 100%;
background-repeat: no-repeat;
bottom: auto;
right: auto;
width: 350px;
height: 70px;
opacity: 0.28;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-elementor-tab-list .ttm-elementor-tab-title span {
font-size: 22px;
line-height: 32px;
color: var(--ttm-whitecolor);
vertical-align: middle;
font-weight: var(--special-element-fontweight);
font-family: var(--special-element-fontfamily)
}
.ttm-tab-style3.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-elementor-tab-list {
margin: 0;
display: inline-block;
cursor: pointer;
border: none;
position: relative;
}
.ttm-tab-style3.ttm-elementor-tabs li:last-child {
margin-right: 0px!important;
} .elementor-element .elementor-widget-progress.tm-progress-style4 .elementor-progress-wrapper {
overflow: unset;
width: 100%;
margin-top: 30px;
border-bottom: 6px solid #ecd8cd;
border-radius: 2.5px;
}
.elementor-element.elementor-widget-progress.tm-progress-style4 .elementor-progress-bar {
position: absolute;
top: -15px;
bottom: 0;
left: 0;
right: 0;
border-radius: 2.5px;
background-color: var(--ttm-skincolor);
}
.elementor-widget-progress.tm-progress-style4 .elementor-progress-percentage {
position: absolute;
top: -5px;
text-align: right;
right: 0;
font-size: 16px;
left: auto;
margin-top: -20px;
padding-right: 0;
color: var(--ttm-skincolor);
background-color: transparent;
font-family: var(--special-element-fontfamily);
}
.elementor-element .elementor-widget-progress.tm-progress-style4 .elementor-title {
font-size: 16px;
line-height: 26px;
} .ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border-bottom: 1px solid rgb(0 0 0 / 20%);
padding: 23px 0;
}
.ttm-accordion-style6.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
padding: 0;
line-height: 28px
}
.ttm-accordion-style6.elementor-widget-accordion .elementor-accordion .elementor-tab-content {
padding: 10px 0 0
}
.ttm-accordion-style6 .elementor-accordion .elementor-accordion-item p {
padding: 10px 0 0;
margin-bottom: 0
}
.ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed i.fas.fa-plus ,
.ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened 
i.fas.fa-minus {
font-size: 0;
position: relative;
}
.ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed i.fas.fa-plus:before  ,
.ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened 
i.fas.fa-minus:before {
content: "\e61a";
font-family: 'themify';
line-height: 30px;
position: absolute;
top: -20px;
bottom: auto;
right: 15px;
font-size: 15px;
}
.ttm-accordion-style6.elementor-element.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened 
i.fas.fa-minus:before {
content: "\e622";
} .tm-layout-style9 .customheading {
display: inline-block;
} .tm-layout-style9 .ttm-about-iconbox .elementor-icon-box-icon .elementor-icon {
border-color: rgb(0 0 0 / 10%)!important;
}
.tm-layout-style9 .ttm-about-iconbox:hover .elementor-icon-box-icon .elementor-icon {
border-color: var(--ttm-skincolortwo);
background-color: var(--ttm-skincolortwo)!important;
color: var(--ttm-whitecolor)!important;
}
.tm-layout-style9 .ttm-blury-bg {
backdrop-filter: blur(5px);
} .ttm-progressbar-style6 .elementor-progress-wrapper {
background-color: var(--ttm-greycolor);
padding: 4px;
margin-top: 0;
background-color: rgba(255, 255, 255, 0.15);
border-radius: 40px;
margin-top: 6px;
}
.ttm-progressbar-style6 .elementor-progress-percentage {
font-size: 15px;
font-weight: 500;
color: #fff;
margin-top: -10px;
padding: 5px 12px;
background-color: var(--ttm-skincolor);
border-radius: 15px;
text-align: center;
line-height: 16px;
width: auto;
}  .ttm-contactform-15 input[type="text"], 
.ttm-contactform-15 input[type="email"], 
.ttm-contactform-15 input[type="date"] {
padding: 10px 20px 10px 35px;
background-color: transparent;
border: none!important;
border-bottom: 1px solid rgba(255,255,255,.15)!important;
border-radius: 0;
color: rgb(255 255 255 / 80%);
}
.ttm-contactform-15 .select2-container--default .select2-selection--single .select2-selection__rendered,
.ttm-contactform-15 .select2-container--default .select2-selection--single {
border: none!important;
background-color: transparent;
}
.ttm-contactform-15 .select2-container--default .select2-selection--single .select2-selection__rendered {
border-bottom: 1px solid rgba(255,255,255,.15)!important;
color: rgb(255 255 255 / 50%);
}
.ttm-contactform-15 input[type="text"]:focus, .ttm-contactform-15 input[type="email"]:focus, 
.ttm-contactform-15 input[type="date"]:focus, .ttm-contactform-15 textarea:focus {
border-color: var(--ttm-whitecolor)!important;
background-color: transparent;
color: rgb(255 255 255 / 80%);
}
.ttm-contactform-15 textarea {
padding: 10px 20px 10px 10px!important;
background-color: transparent;
border: none!important;
border-bottom: 1px solid rgba(255,255,255,.15)!important;
border-radius: 0;
padding-left: 35px;
padding-bottom: 9px;
}
.ttm-contactform-15 .contact-form-submitbtn {
margin-top: 30px;
}
.ttm-contactform-15 .select2-container--default .select2-selection--single, 
.select2-dropdown {
border-radius: 30px;
vertical-align: middle;
width: 100%;
height: auto;
font-weight: 500;
text-transform: inherit;
border: 1px solid #e7e7e7;
font-size: 15px;
line-height: inherit;
}
.ttm-contactform-15 .select2-selection__rendered {
line-height: 45px;
padding-left: 15px;
font-weight: normal;
color: inherit;
font-size: 14px;
padding: 2px 20px;
}
.ttm-contactform-15 .select {
margin-bottom: 15px;
display: block;
padding-top: 5px;
}
.wpcf7-form .ttm-contactform-15 i {
position: relative;
}
.wpcf7-form .ttm-contactform-15 i {
position: absolute;
left: 20px;
top: 20px;
opacity: .9;
font-size: 16px;
z-index: 1;
color: rgb(255 255 255 / 80%);
}
.ttm-contactform-15 input[type="date"] {
color: rgba(255 255 255 / 0.8);
padding-left: 15px;
}
.tm-layout-style9 .ttm-contactform-15 .contact-form-submitbtn .wpcf7-spinner {
display: block;
}
.tm-layout-style9 .ttm-contactform-15 .select #doctors ,
.tm-layout-style9 .ttm-contactform-15 .select #selectbox {
border: none!important;
background-color: transparent;
border-bottom: 1px solid rgba(255,255,255,.15)!important;
color: rgb(255 255 255 / 80%);
padding-left: 0px;
}
.tm-layout-style9 .ttm-contactform-15 .select #doctors:focus,
.tm-layout-style9 .ttm-contactform-15 .select #selectbox:focus  {
border-bottom: 1px solid var(--ttm-whitecolor)!important;
color: rgb(255 255 255 / 80%);
border: none;
}
.tm-layout-style9 .ttm-contactform-15 .select select option ,
.tm-layout-style9 .ttm-contactform-15 .select #selectbox option {
border: 1px solid var(--ttm-skincolor)!important;
color: var(--ttm-secondarycolor);
}
.tm-layout-style9 .ttm-contactform-15 .contact-form-submitbtn .ttm-contact-btn .elementor-button {
background-color: transparent;
}
.tm-layout-style9 .ttm-contactform-15 .contact-form-submitbtn .ttm-contact-btn .elementor-button:hover {
background-color: var(--ttm-whitecolor);
} .contact-imagebox .elementor-image-box-description a {
color: var(--body-fonts-color);
}
.contact-imagebox .elementor-image-box-description a:hover {
color: var(--ttm-skincolor);
} .tm-layout-style9.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote {
display: block;
position: relative;
text-align: left;
background: var(--ttm-greycolor);
border: 1px solid #e7e7e7;
border-radius: 15px;
padding: 55px 35px 30px;
margin: 0;
color: #000;
font-family: var(--special-element-fontfamily);
font-weight: 400;
font-size: 20px;
line-height: 30px;
font-style: italic;
}
.tm-layout-style9.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 40%);
width: 2px;
height: 100%;
}
.tm-layout-style9.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:after{
content: "\f10a";
position: absolute;
font-family: flaticon_new_bussines_agency !important;
top: 0;
bottom: 0;
right: 0;
font-size: 90px;
line-height: 90px;
color: rgb(0 0 0 / 0.10);
font-style: normal;
display: flex;
align-items: center;
} .tm-layout-style9 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-title,
.tm-layout-style9 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-position {
display: none;
} .ttm-contactform-16 input[type="text"], 
.ttm-contactform-16 input[type="email"] ,
.ttm-contactform-16 textarea {
padding: 10px 20px 10px 20px;
border-radius: 25px;
} .tm-layout-style9 .tm-header-style-classic .site-header-main .headerlogo img {
position: relative;
box-shadow: 0 0 35px 0 rgb(0 0 0 / 12%);
border-radius: 50px;
}
.tm-header-style-classic .tm-header-menu-position-left .site-branding {
padding-right: 35px;
}
.tm-layout-style9 .tm-header-cta-btn .elementor-button.elementor-size-md {
position: relative;
z-index: 9;
background-color: transparent;
overflow: hidden;
padding: 13px 60px 13px 30px;
border: 1px solid var(--ttm-secondarycolor);
vertical-align: middle;
border-radius: var(--ttm-button-shape);
color: var(--ttm-secondarycolor);
font-size: var(--button_fontsize);
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
display: inline-block;
line-height: normal;
}
.tm-layout-style9 .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
background-color: var(--ttm-secondarycolor);
border-color: var(--ttm-secondarycolor);
color: var(--ttm-whitecolor);
}
.tm-layout-style9 .tm-header-cta-btn a.elementor-button.elementor-size-md:before {
content: '\e826';
position: absolute;
top: 12px;
right: 30px;
left: auto;
font-family: 'ttm-medisat-icons';
font-size: 14px;
line-height: 24px;
font-weight: bold;
transition: all 0.3s ease 0s;
}
.tm-layout-style9 .tm-header-cta-btn a.elementor-button.elementor-size-md:hover:before {
-webkit-animation: linear infinite alternate;
-webkit-animation-name: LeftToRight;
-webkit-animation-duration: 5s;
animation: LeftToRight .5s forwards
}
.themetechmount-fullwide .tm-header-style-classic .tm-header-text-area .header-info-widget .header-contact-info a {
color: var(--ttm-secondarycolor);
}
.themetechmount-fullwide .tm-header-style-classic .tm-header-text-area .header-info-widget .header-contact-info a:hover {
color: var(--ttm-skincolor);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-service-menu-container ul li {
display: inline-block;
padding: 5px 0 5px 0;
position: relative;
width: calc(50% - 2px);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-service-menu-container ul li a ,
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-quick-links-container ul li a,
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-footer-awards-menu-container ul li a  
{
color: var(--body-fonts-color);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-service-menu-container ul li a:hover ,
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-quick-links-container ul li a:hover,
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .menu-footer-awards-menu-container ul li a:hover  {
color: var(--ttm-secondarycolor);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .footer-social-info ul li {
display: inline-block;
width: 35px;
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list .post-detail a {
font-size: 16px;
line-height: 22px;
position: relative;
color: var(--body-fonts-color);
font-family: var(--button-font-family);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list .post-detail a:hover { 
color: var(--ttm-skincolor);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list .post-detail .post-date {
font-size: 14px;
margin-top: -6px;
font-weight: 400;
line-height: 24px;
color: var(--body-fonts-color);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list img {
width: 80px;
border-radius: 10px;
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .widget:nth-child(2) {
padding: 0px;
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list li {
margin-bottom: 19px;
padding-bottom: 15px;
border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.tm-layout-style9 .footer .footer-rows .first-footer .first-footer-inner .widget-area .tm-recent-post-list li:last-child {
margin-bottom: 0px;
border-bottom: none;
padding-bottom: 0px;
}
.tm-layout-style9 .hightlight_text div {
display: inline-block
}
.tm-layout-style9 .hightlight_text div span {
text-decoration: underline;
color: var(--ttm-skincolor);
}
.tm-layout-style9 .tm-footer2-left, 
.tm-layout-style9 .tm-footer2-right {
font-size:15px;
}
.tm-layout-style9 .elementor-button .elementor-align-icon-right .fa-arrow-right:before {
content: '\e826';
position: absolute;
top: 12px;
right: 28px;
left: auto;
font-family: 'ttm-medisat-icons';
font-size: 14px;
line-height: 24px;
font-weight: bold;
transition: all 0.3s ease 0s;
}
.tm-layout-style9 .elementor-button-wrapper .elementor-button-link.elementor-button:hover .elementor-button-icon.elementor-align-icon-right 
.fa-arrow-right:before  {
-webkit-animation: linear infinite alternate;
-webkit-animation-name: LeftToRight;
-webkit-animation-duration: 5s;
animation: LeftToRight .5s forwards
}
@keyframes LeftToRight {
49% {
transform: translateX(30%)
}
50% {
opacity: 0;
transform: translateX(-30%)
}
51% {
opacity: 1
}
}
.tm-layout-style9 .tm-list-items .elementor-icon-list-items .elementor-icon-list-icon i.fa-check:before {
content: "\e64c";
font-family: 'themify';
line-height: 30px;
}
.tm-layout-style9 .rev-slider-btn {
position: relative
}
.tm-layout-style9 .rev-slider-btn i:before {
content: '\e826';
position: absolute;
top: 15px;
right: 20px;
left: auto;
font-family: 'ttm-medisat-icons';
font-size: 14px;
font-weight: bold;
transition: all 0.3s ease 0s;
}
.rev-slider-btn:hover i:before {
-webkit-animation: linear infinite alternate;
-webkit-animation-name: LeftToRight;
-webkit-animation-duration: 5s;
animation: LeftToRight .5s forwards
}
.tm-layout-style9 .tm-textcolor-skincolortwo {
color: var(--ttm-skincolortwo);
border-bottom : 1px solid var(--ttm-skincolortwo);
}
.tm-layout-style9 .featured-desc p {
margin-bottom: 5px;
}
.tm-layout-style9 .single article.themetechmount-box-blog-classic .tm-blog-classic-box-content .blog-single-list-item {
padding: 0 0 0 17px;
}  .tm-headerstyle-classic-overlay.themetechmount-header-borderbottom.tm-layout-style13 .tm-container-for-header {
border-bottom: none;
}
.tm-layout-style13 .footer .themetechmount-social-links-wrapper ul.social-icons li a {
border: none;
width: auto;
height: auto;
font-size: 16px;
}
.tm-layout-style13 .themetechmount-box-client .themetechmount-item-thumbnail-inner {
background-color: var(--ttm-greycolor);
height: 90px;
border-radius: 45px;
}
.tm-layout-style13 .themetechmount-iconbox-stylefour .tm-iconbox-wrapper {
background-color: #fff;
padding: 40px 30px;
border-radius: 10px;
}
.tm-layout-style13 .themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
padding-top: 2px;
}
.tm-layout-style13 .themetechmount-iconbox-stylefour .tm-iocnbox-btn {
padding-top: 20px;
}
.tm-layout-style13 .tm-marquebox-style1 ul.marquebox-list li {
font-size: 140px;
line-height: 1;
color: #ffffff08;
font-weight: 400;
margin: 0 20px;
text-transform: uppercase;
}
.tm-layout-style13 .tm-marquebox-style1 ul.marquebox-list li:before {
display: none;
}
.tm-marquebox-style1 ul.marquebox-list li:hover:before {
-webkit-text-fill-color: var(--body-blackfont-color);
}
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 textarea,
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 input[type="email"],
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 input[type="text"]{    
padding: 7px 15px 7px 40px;
font-size: 14px;
border-radius: 10px;
background-color: #fff;
}
.tm-layout-style13 .footer .themetechmount-social-links-wrapper ul.social-icons li > a {
line-height: 34px;
}
.tm-layout-style13 .footer .themetechmount-social-links-wrapper ul.social-icons li a:hover {
background-color: transparent !important;
}
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 i {
position: absolute;
z-index: 11;
top: 15px;
left: 18px;
font-size: 13px;
}
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 .field-group {
position: relative;
}
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 input[type="date"],
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 .select2-container .select2-selection--single {
border-radius: 10px;
background-color: #fff;
}
.tm-layout-style13 .wpcf7-form .ttm-contactform-13 .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 18px;
}
.ttm-commonform.ttm-contactform-about .tm-contact-btn input[type="submit"],
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 .tm-contact-btn input[type="submit"] {
background-color: var(--ttm-skincolor);
border-radius: 5px;
width: 100%;
color: #fff;
padding: 13px 35px 13px;
}
.ttm-commonform.ttm-contactform-about .tm-contact-btn input[type="submit"]:hover,
.tm-layout-style13 .ttm-commonform.ttm-contactform-13 .tm-contact-btn input[type="submit"]:hover {
background-color: var(--body-blackfont-color);
}
.ttm-commonform.ttm-contactform-about .tm-contact-btn p {
margin: 0;
}
.tm-layout-style13 .elementor-counter .elementor-counter-title {
padding-top: 15px;
}
.tm-layout-style13 .elementor-element.elementor-widget.elementor-widget-progress {
width: 100%;
}
.tm-layout-style13 .elementor-progress-wrapper {
border-radius: 9px;
padding: 4px;
margin-top: 8px;
background-color: rgb(255 255 255 / 15%);
border: 1px solid rgb(255 255 255 / 15%);
}
.tm-layout-style13 .elementor-progress-percentage {
font-size: 16px;   
top: -3px;  
color: #fff;  
font-weight: 400;
}
.tm-layout-style13 .wpcf7-spinner {
display: none;
}
.tm-layout-style13 .ttm-elementor-tabs.ttm-tab-style2 .ttm-elementor-tab-title.ttm-tab-active span.tm-tab-title {
background-color: var(--ttm-skincolor);
color: #fff;   
border-color: var(--ttm-skincolor);
}
.tm-layout-style13 .ttm-elementor-tabs.ttm-tab-style2 .ttm-elementor-tab-title span.tm-tab-title {
border-radius: 10px;
border: 1px solid;
padding: 7px 18px !important;
color: #fff;
}
.tm-layout-style13 span.tm-tab-desc {
display: none;
}
.tm-layout-style13 .tmtabs-content-wrapper {
padding-top: 30px;
}
.tm-layout-style13 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.tm-layout-style13 .ttm-tab-style2.ttm-elementor-tabs .ttm-elementor-tab-title {
margin-right: 4px;
}
.tm-timetablestyle2.tm-yoga .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
font-size: 15px;
line-height: 26px
}
.tm-timetablestyle2.tm-yoga .mptt-shortcode-wrapper .tm-timetablestyle tr.mptt-shortcode-row th {
font-size: 17px;
line-height: 24px;
background-color: #4b518b;
color: #fff;
text-transform: uppercase;
padding: 20px 0;
text-align: center
}
.tm-timetablestyle2.tm-yoga .mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody td.mptt-shortcode-hours {
background-color: #4b518b;
color: #fff;
font-size: 21px;
text-align: center
}
.tm-timetablestyle2.tm-yoga .mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody td.mptt-shortcode-event {
background-color: #f8fbff
}
.tm-timetablestyle2.tm-yoga .tm-timetablestyle .mptt-inner-event-content {
padding-top: 19px
}
.mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody td {
border: 1px solid rgba(255, 255, 255 , 0.15);
width: 157px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody .mptt-event-container {
outline: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody tr:nth-child(2n+2) {
background-color: unset
}
.tm-timetablestyle .event-title {
transition: unset
}
.mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody .mptt-event-container:hover .event-title {
text-decoration: none
}
.tm-timetablestyle .mptt-inner-event-content {
padding-top: 27px
}
.mptt-shortcode-wrapper .mptt-shortcode-table.tm-timetablestyle tbody .mptt-event-container:hover {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
border-radius: 10px;
}
.tm-timetablestyle2 span.select2.select2-container.select2-container--default {
display: none
}
.mptt-shortcode-wrapper.table-init .mptt-shortcode-table.tm-timetablestyle tbody td.mptt-shortcode-hours {
color: #fff;
text-align: center;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
font-size: 14px;
line-height: 18px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event:hover .event-description {
color: #fff
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
color: inherit;
display: inline-block;
margin: 0;
text-decoration: none;
font-size: 17px;
line-height: 24px
}
.tm-timetablestyle2 .mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
background-color: transparent;
}
.mptt-shortcode-wrapper .tm-timetablestyle tr.mptt-shortcode-row th {
padding: 20px;
border: 1px solid rgba(255, 255, 255, 0.15);
background-color: transparent;
color: var(--ttm-whitecolor);
text-transform: uppercase;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
margin-top: 0;
border-spacing: 0px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
font-size: 14px;
}
.tm-layout-style13 .tm-header-text-area img {
border-radius: 50%;
}
.tm-layout-style13 .tm-header-text-area a {
padding-left: 10px;
transition: all 0.3s ease 0s;
color: #fff;
}
.tm-layout-style13 .tm-header-text-area a:hover {
color: var(--ttm-skincolor);
}
.tm-layout-style13 span.tm-number a {
display: inline-block;
}
.tm-layout-style13 span.tm-number a:first-child {
font-size: 24px;
padding-bottom: 10px;
}
.tm-layout-style13 span.tm-number a:last-child {
text-decoration: underline;
}
.tm-layout-style13 .footer .widget .widget-title {
margin-bottom: 18px;
}
.tm-layout-style13 .footer .ttm-footer-workingbox .tm-pricelist-block li,
.tm-layout-style13 .footer .tm-textcolor-white a, 
.tm-layout-style13 .footer span.post-date,
.tm-layout-style13 .footer .tm-textcolor-white p {
color: rgba(255, 255, 255, 0.50);
}
.tm-layout-style13 .footer .ttm-footer-workingbox .tm-pricelist-block li:hover,
.tm-layout-style13 .footer .tm-textcolor-white a:hover {
color: #fff;
}
.tm-layout-style13 span.tm-number {
display: block;
padding-top: 24px;
}
.tm-layout-style13 .widget.widget_recent_entries a {
padding-bottom: 14px;
}
.tm-layout-style13 .main-holder .widget.widget_recent_entries ul li {
padding: 38px 0;
}
.tm-layout-style13 .main-holder .widget.widget_recent_entries ul li:first-child {
border-bottom: 1px solid rgba(255, 255, 255 , 0.20);
padding-top: 0;
}
.tm-layout-style13 .footer .tm-second img {
border-radius: 10px;
}
.tm-layout-style13 .footer .first-footer .widget {
padding-top: 0;
padding-bottom: 0;
}
.tm-layout-style13 .footer .widget {
margin: 50px 0 50px;
}
.tm-layout-style13 .footer .footer-rows .first-footer .first-footer-inner {
padding: 85px 0 5px;
}
.tm-layout-style13 .tm-top-margin.widget.widget_media_gallery {
margin-top: 26px;
}
.tm-layout-style13 .tm-second {
position: relative;
}
.tm-layout-style13 .tm-second .tm-text {
position: absolute;
content: '';
left: 35px;
top: 53px;
}
.tm-layout-style13 .footer .tm-textcolor-white .tm-second .tm-text a:hover {
color: var(--ttm-skincolor);
}
.tm-layout-style13 .footer .tm-textcolor-white .tm-second .tm-text a {
padding-left: 22px;
position: relative;
color: #fff;
}
.tm-layout-style13 .tm-bottom-margin.widget.widget_custom_html {
margin-bottom: 24px;
}
.tm-layout-style13 .footer .tm-textcolor-white .tm-second .tm-text a:after, .tm-layout-style13 .footer .tm-textcolor-white .tm-bottom-margin a:after {
position: absolute;
content: '\e826';
left: 0;
bottom: -4px;
font-family: 'ttm-medisat-icons';
height: auto;
width: auto;
background-color: transparent;
}
.tm-layout-style13 .footer .tm-textcolor-white .tm-bottom-margin a {
color: var(--ttm-skincolor);
padding-left: 22px;
position: relative;
}
.tm-layout-style13 .footer .tm-textcolor-white .tm-bottom-margin a:hover {
color: #fff;
}
.tm-layout-style13 .footer .gallery-columns-5 .gallery-item {
max-width: 20%;
height: 80px;
padding: 0 8px 0 0;
}
.tm-demo13-about .themetechmount-iconbox.themetechmount-iconbox-styletwo .themetechmount-iconbox-heading .tm-custom-heading {
font-size: 24px;
}
.tm-demo13-about .themetechmount-iconbox-styletwo .tm-iconbox-wrapper {
background-color: transparent;
padding: 0;   
}
.tm-demo13-about .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .tm-cta3-content-wrapper {
color: var(--body-fonts-color);
}
.tm-demo13-about .themetechmount-iconbox.themetechmount-iconbox-styletwo:hover .themetechmount-iconbox-heading .tm-custom-heading {
color: var(--body-blackfont-color);
}
.tm-demo13-about .themetechmount-iconbox-styletwo:hover .tm-iconbox-wrapper {
background-color: transparent;
}
.ttm-commonform.ttm-contactform-about i {
position: absolute;
left: 12px;
top: 17px;
z-index: 11;
font-size: 16px;
}
.ttm-commonform.ttm-contactform-about textarea, 
.ttm-commonform.ttm-contactform-about input[type="email"],
.ttm-commonform.ttm-contactform-about input[type="tel"], 
.ttm-commonform.ttm-contactform-about input[type="text"] {
border-width: 0 0 1px 0;
border-color: #ccc;
padding-left: 25px;
font-size: 15px;
}
.ttm-commonform.ttm-contactform-about .select2-container--default .select2-selection--single {
border-width: 0 0 1px 0;
border-color: #ccc;
}
.ttm-commonform.ttm-contactform-about .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.ttm-commonform.ttm-contactform-about .select2-container--default .select2-selection--single .select2-selection__arrow {
right: -5px;
}  .ttm-price-custombox .ttm-price-textfont h4 {
display: inline-block;
font-weight: 400;
font-size: 18px;
line-height: 28px;
margin-bottom: 2px;
vertical-align: top;
}
.ttm-price-custombox .ttm-price-textfont h5 {
display: inline-block;
font-weight: 400;
font-size: 16px;
line-height: 26px;
margin-bottom: 2px;
text-decoration: line-through;
}
.ttm-price-custombox .ttm-price-textfont h3 {
display: inline-block;
font-size: 32px;
line-height: 42px;
margin-bottom: 2px;
}
.ttm-price-custombox h2.tm-element-content-heading span {
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.ttm-price-custombox .elementor-widget-button a.elementor-button {
width: 100%;
color: var(--body-blackfont-color);
} .ttm-tab-style6.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 0;
text-align: left;
width: 50%;
}
.ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-title {
display: inline-block;
cursor: pointer;
margin-bottom: 15px;
} 
.ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-list .ttm-elementor-tab-title {
margin-right: 20px;
background-color: #fff;
padding: 5px 30px;
border-radius: 5px;
}
.ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: var(--body-blackfont-color);
}
.ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-list.ttm-tab-active .ttm-elementor-tab-title {
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
}
.elementor-widget-tm_tabbox_element .ttm-elementor-tabs.ttm-tab-style6 .ttm-elementor-tab-title.ttm-tab-active span {
color: #fff;
}
.ttm-tab-style6 .elementor-tab-content {
padding-top: 45px;
}
.tm-layout-style10 .tm-post-prev-next-buttons {
display: none;
}
.tm-layout-style10 .slick-slide .themetechmount-box-client .themetechmount-item-thumbnail-inner img {
max-width: 200px;
}
.tm-layout-style10 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
padding-top: 19px;
} .ttm-fid-left-customstyle .tm-fid-view-lefticon .tm-fid-inner {
font-size: 46px;
line-height: 56px;
}
.ttm-fid-left-customstyle .tm-fid-view-lefticon h3.tm-fid-title {
font-size: 22px;
line-height: 32px;
} .ttm-accordion-style5.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border: 1px solid rgba(0 , 0 , 0 , 0.20);
margin-bottom: 30px;
border-radius: 10px;
}
.ttm-accordion-style5 .elementor-accordion .elementor-tab-title {
padding: 35px 30px 30px;
}
.ttm-accordion-style5 .elementor-accordion .elementor-tab-content {
padding: 0px 50px 22px 30px;
}
.ttm-accordion-style5 .elementor-accordion .elementor-tab-title.elementor-active {
padding: 35px 30px 10px;
background-color: var(--ttm-greycolor);
border-radius: 10px 10px 0 0;
}
.ttm-accordion-style5 .elementor-accordion .elementor-tab-content.elementor-active {
background-color: var(--ttm-greycolor);
border-radius: 0 0 10px 10px;
}
.ttm-accordion-style5 .elementor-accordion .elementor-active .elementor-accordion-icon i {
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
}
.ttm-accordion-style5 .elementor-accordion .elementor-accordion-icon i {
background-color: #000;
color: #fff;
width: 25px;
height: 25px;
line-height: 24px;
text-align: center;    
font-size: 11px;
border-radius: 50%;
}
.ttm-accordion-style5 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
margin-top: -4px;
}
.ttm-icon15-bgcolor .themetechmount-iconbox-style15 .themetechmount-iconbox-inner {
background-color: var(--ttm-greycolor);
} .ttm-commonform.ttm-contactform-12 input[type="email"],
.ttm-commonform.ttm-contactform-12 input[type="text"] {
border: none;
background-color: #fff;
font-size: 16px;
padding: 15px 35px 12px;
border-radius: 10px;
}
.ttm-commonform.ttm-contactform-12 input[type="submit"] {
width: 100%;
border-radius: 10px;
background-color: var(--ttm-secondarycolor);
color: #000;
padding: 20px 30px 14px;
}
.ttm-contactform-12 .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 19px;
}
.ttm-contactform-12 .tm-contact-btn.elementor-widget-button {
padding-top: 5px;
}
.ttm-commonform.ttm-contactform-13 input[type="submit"]:hover,
.ttm-commonform.ttm-contactform-12 input[type="submit"]:hover {
background-color: var(--ttm-skincolor);
color: #fff;
}
.ttm-contactform-13 textarea::-webkit-input-placeholder,
.ttm-contactform-13 input[type="text"]::-webkit-input-placeholder,
.ttm-contactform-13 input[type="email"]::-webkit-input-placeholder,
.ttm-contactform-12 input[type="email"]::-webkit-input-placeholder,
.ttm-contactform-12 input[type="text"]::-webkit-input-placeholder {
color:rgba(0 , 0 , 0 , 0.70);
} .ttm-commonform.ttm-contactform-13 textarea,
.ttm-commonform.ttm-contactform-13 input[type="email"],
.ttm-commonform.ttm-contactform-13 input[type="text"] {
background-color: var(--ttm-greycolor);
border-radius: 10px;
}
.ttm-commonform.ttm-contactform-13 input[type="submit"] {
width: 100%;
border-radius: 10px;
background-color: var(--ttm-secondarycolor);
color: #000;
padding: 19px 35px 13px;
}
.ttm-contactform-13 .tm-checkbox .wpcf7-list-item {
margin: -5px 0 3px;
}
.wpcf7-form .ttm-contactform-13 .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 25px;
}
.ttm-commonform.ttm-contactform-13 .select2-container .select2-selection--single {
height: 50px;
border-radius: 10px;
background-color: var(--ttm-greycolor);
margin-top: 5px;
}
.ttm-contactform-13 .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top: 6px;
} .ttm-daytime-text li {
display: flex;
justify-content: space-between;
list-style: none;
font-size: 18px;
line-height: 28px;
font-weight: 700;
padding-bottom: 10px;
color: var(--body-blackfont-color); 
}
.ttm-daytime-text li span.service-time {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: var(--body-fonts-color);
}
.ttm-daytime-text ul {
padding-left: 0;
margin: 0;
}
.ttm-daytime-text li:last-child {
padding-bottom: 0;
} .ttm-text-getoff span {
text-transform: uppercase;
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
position: relative;
padding: 10px 10px 2px;
}
.ttm-text-getoff span:after {
content: '';
position: absolute;
border-bottom: 3px solid #fff;
width: 95%;
left: 10px;
right: 10px;
bottom: 12px;
} .ttm-click-link .elementor-heading-title a {
color: var(--ttm-skincolor) !important;
text-decoration: underline;
}
.tm-layout-style10 .bottom-footer-inner ul.footer-nav-menu li {
position: relative;
}
.tm-layout-style10 .bottom-footer-inner .footer-nav-menu li:first-child {
padding-left: 20px;
}
.tm-layout-style10 .bottom-footer-inner ul.footer-nav-menu li:first-child:after {
content: '|';
padding-left: 0;
color: rgba(0 , 0 , 0 , 0.20);
left: 0;
}
.tm-layout-style10 .bottom-footer-inner ul.footer-nav-menu li:after {
content: unset;
}
.tm-layout-style10 .bottom-footer-inner .footer-nav-menu {
display: inline-block;
margin-left: 12px;
}
.tm-layout-style10 .bottom-footer-inner .tm-footer2-left {
font-size: 14px;
font-weight: 400;
}
.tm-layout-style10.error404 .tm-header-style-infostack-one {
display: none;
} .tm-header-style-infostack-one .tm-top-info-con {
position: relative;
float: right;
text-align: right;
vertical-align: middle;
display: table;
height: 80px;
}
.tm-header-style-infostack-one .header-widget {
display: table-cell;
position: relative;
vertical-align: middle;
height: 100%;
padding-right: 30px;
}
.tm-header-style-infostack-one .header-widget:last-child {
padding-right: 0;
}
.tm-header-style-infostack-one .header-widget .header-icon .icon {
display: inline-block;
padding-right: 10px;
vertical-align: middle;
}
.tm-header-style-infostack-one .header-widget .header-icon .icon i {
color: var(--ttm-skincolor);
}
.tm-header-style-infostack-one .header-icon span {
font-size: 14px;
color: var(--body-blackfont-color);
}
.tm-header-style-infostack-one .header-icon span a {
font-size: 16px;
font-weight: 700;
text-decoration: underline;
}
.tm-header-style-infostack-one .ttm-custombutton a {
background-color: var(--ttm-secondarycolor);
padding: 15px 30px;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
}
.tm-header-style-infostack-one .ttm-custombutton a:hover {
background-color: var(--ttm-skincolor);
color: #fff;
}
.tm-header-style-infostack-one .header-info-widget .icon i {
font-size: 50px;
color: var(--ttm-skincolor) !important;
vertical-align: middle;
}
.tm-header-style-infostack-one .header-info-widget .icon {
line-height: 40px;
}
.tm-header-style-infostack-one .tm-header-iconbox .header-content {
text-align: right;
padding-right: 12px;
padding-top: 10px;
}
.tm-header-style-infostack-one .tm-header-iconbox .header-content h5, .tm-header-style-infostack-one .tm-header-iconbox .header-content h6 {
margin-bottom: 4px;
}
.tm-header-style-infostack-one .header-icon span,
.tm-header-style-infostack-one .header-widget .header-icon a,
.tm-header-style-infostack-one .tm-header-iconbox .header-content h6 {
font-weight: var(--special-element-fontweight);
}
.tm-header-style-infostack-one .header-widget .header-icon {
position: relative;
}
.tm-header-style-infostack-one .header-widget .header-icon:after {
content: '';
position: absolute;
border-right: 1px solid rgba(0 , 0 , 0 , 0.20);
top: 25px;
right: -16px;
height: 18px;
}
.tm-header-style-infostack-one .header-widget:last-child .header-icon:after {
border: 0;
}
.tm-header-style-infostack-one #site-header-menu #site-navigation div.nav-menu > ul > li:first-child {
padding-left: 0;
}
.tm-header-style-infostack-one .kw-phone {
position: absolute;
right: 50px;
top: 0;
font-size: 14px;
color: #fff;
}
.tm-header-style-infostack-one .site-header-menu-inner,
.tm-header-style-infostack-one .site-header-main.tm-wrap .tm-header-top-wrapper {
padding: 0 50px;
}
.tm-header-style-infostack-one .ttm-custombutton .tm-header-text-area a {
background-color: transparent;
padding: 0;
font-size: 18px;
}
.tm-header-style-infostack-one .ttm-custombutton .tm-header-text-area a:hover {
color: var(--ttm-skincolor);
}
.tm-header-style-infostack-one .tm-mmenu-active-color-skin #site-header-menu #site-navigation div.nav-menu > ul > li.current-menu-item > a {
color:var(--ttm-skincolor);
}
.ttm-slider-bgtextcolor .elementor-heading-title {
position: relative;
display: inline-block;
padding: 0 5px;
}
.ttm-slider-bgtextcolor .elementor-heading-title:before {
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
content: '';
width: 100%;
left: 0;
top: -14px;
height: 100%;
position: absolute;
z-index: -1;
}
.ttm-slider-bgtextcolor.elementor-widget.elementor-widget-heading {
margin-bottom: 0;
}
.ttm-about-bghighcolor span {
background-image: linear-gradient(to top, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
}
.ttm-about-bordertext span {
border-bottom: 1px solid #000;
}
.ttm-middle-footertext p,
.ttm-middle-footertext h2.tm-element-content-heading {
margin-bottom: 0;
}
.tm-layout-style10 .footer .footer-rows .first-footer .first-footer-inner {
padding: 55px 0 45px;
}
.ttm-footer-btncolor.elementor-widget-button.tm-btn-color-darkgrey a.elementor-button:hover {
background-color: #000;
}
.ttm-tab-pricingstyle .ttm-tab-style6.ttm-elementor-tabs .elementor-tabs-wrapper {
width: 100%;
text-align: center;
}
.ttm-tab-pricingstyle .ttm-tab-style6.ttm-elementor-tabs .ttm-elementor-tab-list .ttm-elementor-tab-title {
margin-bottom: 0;
box-shadow: 0px 0px 25px 0px rgba(0, 46.00000000000004, 92, 0.06);
}
.tm-layout-style10 .themetechmount-team-data .prt-short-desc {
display: none;
}
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data {
text-align: center;
}
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-position {
padding-bottom: 0px;
}
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper {
padding-top: 5px;
}
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-details-wrapper .tm-team-details-list li .tm-team-list-title {
font-size: 18px;
line-height: 18px;
color: var(--body-blackfont-color);
font-weight: 700;
}
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-extra-details-wrapper, 
.tm-layout-style10 .elementor-widget-tm_team-nameinfo .themetechmount-team-data  .tm-team-details-wrapper {
text-align: left;
}
.tm-layout-style10.single-tm_team_member .themetechmount-team-img {
padding-right: 0;
}
.tm-layout-style10 .tm-progressbar-style3 .elementor-progress-percentage {
padding: 7px 5px;
}
.elementor-section.elementor-top-section.elementor-element.ttm-accordion-popup {
z-index: -1;
} .themetechmount-portfoliobox-style5 .tm-post-iconbox a {
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
width: 35px;
height: 35px;
line-height: 35px;
display: block;
text-align: center;
color: #fff;
border-radius: 10px;
position: relative;
margin: -20px 0 0 30px;
cursor: pointer;
opacity: 0;
transition: .7s;
transform:scale(0.5);
}
.themetechmount-portfoliobox-style5:hover .tm-post-iconbox a {
opacity: 1;
transform:scale(0.9);
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item img {
border-radius: 10px;
}
.popup-model-open .tm-header-style-infostack-one .tm-stickable-header-w,
body.popup-model-open .tm-stickable-header {
z-index: 0;
position: relative;
}
.popup-model-open .themetechmount-post-item-popup .themetechmount-pf-detailbox-title {
font-size: 22px;
line-height: 32px;
}
.popup-model-open .themetechmount-post-item-popup .themetechmount-pf-detailbox-list {
display: flex;
margin-bottom: 0;
}
.popup-model-open .themetechmount-post-item-popup .themetechmount-pf-detailbox-list .tm-pf-details-date {
width: auto;
}
.popup-model-open .themetechmount-post-item-popup .themetechmount-pf-detailbox-list .tm-pf-details-date .tm-pf-right-details {
padding-left: 0;
}
.popup-model-open .themetechmount-post-item-popup .themetechmount-pf-detailbox {
border-top: 1px solid rgba(0 , 0 , 0 , 0.20);
padding-top: 15px;
}
.popup-model-open .themetechmount-pf-single-details-area {
padding: 50px 0 0;
margin-bottom: 0;
}
.popup-model-open .themetechmount-post-item-popup .tm-featured-wrapper img {
border-radius: 10px;
}
.themetechmount-post-item-popup.model-open {
display: block;
transition: all .5s ease;
}
.themetechmount-post-item-popup {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
margin: 0 auto;
overflow: auto;
display: none;
transition: all .5s ease;
background: rgb(0 0 0/0.8);
}
.themetechmount-element-portfoliobox-style5 .close-btn {
position: relative;
right: 0;
left: auto;
top: -42px;
cursor: pointer;
z-index: 99;
font-size: 25px;
color: red;
font-weight: 800;
font-family: 'Nunito';
float: right;
display: inline-block;
vertical-align: top;
}
.themetechmount-element-portfoliobox-style5 .close-btn i {
position: absolute;
background-color: #000;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 14px;
color: #fff;
border-radius: 50%;
text-align: center;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
.themetechmount_item_popup_details {
width: 60%;
margin: 0 auto;
background-color: #fff;
z-index: 999;
position: relative;
padding: 60px 55px 40px;
top: 100px;
overflow: hidden;
border-radius: 10px;
}
.themetechmount-portfoliobox-style5 .themetechmount-post-item-popup .bg-overlay {
padding-bottom: 50px;
margin-bottom: 50px;
clear: both;
overflow: hidden;
display: block;
height: 50px;
} .tm-layout-style13 .ttm-tab-style1 .ttm-elementor-tab-title i {
display: block;
font-size: 60px;
height: 50px;
line-height: 50px;
margin-bottom: 5px;
color: var(--body-blackfont-color);
opacity: 0.50;
padding-right: 0;
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
background-color: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active i {
color: var(--ttm-secondarycolor);
opacity: 1;
}
.tm-layout-style13 .ttm-tab-style1 .elementor-tabs .ttm-elementor-tab-title.elementor-active i {
color: var(--ttm-whitecolor);
}
.tm-layout-style13 .ttm-tab-style1 .ttm-elementor-tab-title.elementor-active {
border: 1px solid var(--ttm-skincolor) !important;
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.tm-layout-style13 .ttm-tab-style1 .elementor-tabs-wrapper {
display: flex;
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title {
display: inline-block;
cursor: pointer;
transition: all 0.3s;
background-color: var(--ttm-greycolor);
position: relative;
height: 100%;
width: 120px;
padding: 26px 30px 10px;
line-height: 25px;
margin-right: 30px;
border-radius: 10px;
text-align: center;
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title .ttm-elementor-tab-title .tm-tab-title {
line-height: unset;
display: none;
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active:before {
display: none;
}
.elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active .ttm-elementor-tab-title {
background-color: transparent;
}
.tm-layout-style13 .elementor-widget-tm_tabbox_element .ttm-tab-style1.ttm-elementor-tabs .ttm-elementor-tab-title .ttm-elementor-tab-title.tm-tab-inner {
padding: 0;
line-height: unset;
background-color: transparent;
width: auto;
}
body.single-post.tm-layout-style13 span.tm-meta-line.cat-links {
padding: 9px 30px;
background-color: var(--ttm-skincolor);
border-radius: 21px;
display: inline-block;
margin-bottom: 20px;
}
body.single-post.tm-layout-style13 span.tm-author-image img {
border-radius: 50%;
}
body.single-post.tm-layout-style13 span.tm-author-image {
padding-right: 15px;
}
body.single-post.tm-layout-style13 span.tm-author-name {
font-size: 18px;
line-height: 28px;
font-weight: 600;
}
body.single-post.tm-layout-style13 .tm-entry-meta-wrapper {
font-size: 16px;
display: inline-block;
}
body.single-post.tm-layout-style13 .tm-entry-meta .tm-meta-line {
padding-right: 18px;
}
.tm-layout-style13 .tm-contact-page .ttm-commonform.ttm-contactform-13 textarea,
.tm-layout-style13 .tm-contact-page .ttm-commonform.ttm-contactform-13 input[type="email"],
.tm-layout-style13 .tm-contact-page .ttm-commonform.ttm-contactform-13 input[type="text"] {
padding: 7px 15px 7px 15px;
font-size: 14px;
border-radius: 10px;
background-color: #fff;
}
.tm-accordion-service .elementor-accordion .elementor-accordion-item {
margin-bottom: 20px;
border-radius: 10px;
border: 1px solid rgba(255 ,255, 255, 0.33) !important;
}  .tm-layout-style17 .elementor-widget-heading .elementor-heading-title .text-bgcolor{
position: relative;
}
.tm-layout-style17 .elementor-widget-heading .elementor-heading-title .text-bgcolor:after {
content: '';
background-color: var(--ttm-skincolor);
width: 125%;
height: 115px;
position: absolute;
left: -110px;
right: auto;
top: 15px;
bottom: auto;
z-index: -1;
}
.tm-fid-without-icon.tm-fid-view-style3 {
text-align: left;
color: #fff;
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out;
padding: 38px 30px 41px;
position: relative;
}
.tm-fid-without-icon.tm-fid-view-style3 .tm-fld-contents h3.tm-fid-title span {
font-family: var(--body-font-family);
font-weight: 400;
}
.tm-fid-without-icon.tm-fid-view-style3:before {
content: "";
position: absolute;
left: 0;
top: 0;
padding: 38px 30px 41px;
background-color:rgba(0, 0, 0,0.45);
width: 100%;
height: 100%;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
z-index: -1;
}
.tm-fid-without-icon.tm-fid-view-style3 .tm-fld-contents {
text-align: left;
}
.tm-fid-without-icon.tm-fid-view-style3 .tm-fld-contents h4 {
color: #fff;
font-size: 36px;
line-height: 46px;
position: relative;
padding-bottom: 10px;
}
.tm-fid-without-icon.tm-fid-view-style3 .tm-fld-contents h4:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background-color: #c6c4c4;
top: auto;
bottom: 0;
}
.tm-fid-without-icon.tm-fid-view-style3 .tm-fld-contents h3.tm-fid-title {
text-align: left;
margin-top: 16px;
}
.tm-layout-style17 .themetechmount-iconbox-styleeight .tm-box-icon {
background-color: unset;
}
.tm-layout-style17 .themetechmount-iconbox-styleeight.themetechmount-iconcolor-darkgrey .themetechmount-iconbox-inner {
padding: 30px 0 10px 70px;
}
.tm-layout-style17 .themetechmount-iconbox-styleeight .themetechmount-iconbox-heading {
padding-left: 10px;
}
.tm-layout-style17 .themetechmount-iconbox-styleeight .tm-box-icon i {
font-size: 35px;
}
.tm-layout-style17 .tm-service-text h4 {
font-size: 22px;
line-height: 32px;
margin-bottom: 0;
}
.tm-layout-style17 .tm-service-text .text-medium {
font-size: 16px;
font-weight: 600;
color: rgba(0,0,0,60%);
}
.tm-layout-style17 .tm-service-text span.bold img {
display: inline;
margin-right: 5px;
}
.tm-layout-style17 .tm-service-text span.bold p {
display: inline-block;
vertical-align: sub;
font-weight: 700;
color: var(--ttm-secondarycolor);
}
section.elementor-section.tm-bgcolor-darkgrey.tm-textcolor-white .tm-content-header .tm-element-subheading {
color: var(--ttm-whitecolor);
margin-bottom: 5px;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-post-item .tm-servicebox-detials .tm-detialsbox-inner {
background-color: unset;
padding: 0;
margin: 0;
width: 100%;
border-radius: unset;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-post-item {
background-color: rgba(0, 0, 0,0.56);
padding: 35px 35px 40px 35px;
border-radius: 10px;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .tm-short-desc p {
color: rgba(255,255,255,70%);
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .tm-short-desc {
padding-top:0px;
padding-bottom: 15px;
border-bottom: 1px solid #5b5a5a;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore {
padding-top: 35px;
padding-left: 15px;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:after{
content: "\f129";
font-family: flaticon_medical-new !important;
position: absolute;
left: 0;
top: 4px;
font-size: 11px;
line-height: 17px;
transform: rotate(0deg);
transition: 0.5s;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a {
position: relative;
padding-left: 23px;
}
.servicestyle17-bgcolor-white .themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-post-item .themetechmount-serviceboxbox-readmore a {
color: var(--body-blackfont-color);
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:hover {
padding-left: 40px;
padding-right: 30px;
color: var(--ttm-whitecolor);
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:hover:after {
left: 15px;
transform: rotate(45deg);
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:before{
content: "";
position: absolute;
top: -9px;
display: block;
border-radius: 50px;
width: 44px;
height: 44px;
transition: all 0.3s ease;
z-index: -1;
text-align: center;
left: -15px;
background-color: #fff;
opacity: 0.1;
}
.themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:hover:before {
visibility: visible;
width: 100%;
right: auto;
left: 0;
}
.servicestyle17-bgcolor-white .themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-post-item {
background-color: var(--body-bg-color);
}
.servicestyle17-bgcolor-white .themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .tm-short-desc p {
color: var(--body-blackfont-color);
} 
.servicestyle17-bgcolor-white .themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:before {
background-color: #c50000;
opacity: 0.1;
}
.servicestyle17-bgcolor-white .themetechmount-box-service.themetechmount-servicebox-style17 .themetechmount-box-content .tm-detialsbox-inner .themetechmount-serviceboxbox-readmore a:hover {
color: var(--body-blackfont-color);
} 
.tm-layout-style17 .themetechmount-iconbox.themetechmount-iconbox-stylefour {
padding-left: 85px;
padding-right: 85px;
}
.tm-layout-style17 .themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-box-icon i {
font-size: 40px;
}
.tm-layout-style17 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
padding-top: 10px;
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.tm-layout-style17 .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading span {
border-bottom: 1px solid var(--ttm-secondarycolor);
}
.tm-layout-style17 .elementor-element.tm-circle .elementor-widget-container .elementor-icon-box-content .elementor-icon-box-title {
position: relative;
}
.tm-layout-style17 .elementor-element.tm-circle .elementor-widget-container .elementor-icon-box-content .elementor-icon-box-title:before {
content: '';
height: 65px;
width: 65px;
display: block;
border-radius: 50%;
position: absolute;
top: -30px;
transition: all .5s ease;
left: -30px;
background-color: #434343;
z-index: -1;
}
.tm-layout-style17 .tm-align-center.elementor-widget-tm_heading .tm-reverse-heading-yes .tm-content-header .tm-element-subheading {
margin-bottom: 0;
}
.themetechmount-servicebox-style17 .tm-box-icon {
font-size: 65px;
color: var(--ttm-skincolor);
margin-bottom: 20px;	
}
.themetechmount-iconbox-stylethirteen .tm-box-icon i,
.tm-icon-rotate-style .elementor-widget-icon-box .elementor-icon-box-icon i,
.themetechmount-servicebox-style17 .tm-box-icon i{
transition: all 0.3s ease 0s;
display: inline-block;
}
.themetechmount-iconbox-stylethirteen:hover .tm-box-icon i,
.tm-icon-rotate-style .elementor-widget-icon-box:hover .elementor-icon-box-icon i,
.themetechmount-servicebox-style17:hover .tm-box-icon i {
transform: rotateY(180deg);
}
.tm-textcolor-white .themetechmount-servicebox-style17 .themetechmount-box-title a:hover {
color: rgba(255, 255, 255, 0.85);
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item {
padding: 10px 10px 15px;
background-color: var(--ttm-whitecolor);
box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.07);
text-align: center;
transition: all 0.5s ease;
display: inline-block;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item,
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item img {
border-radius: 5px;	
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-team-image-box .themetechmount-item-thumbnail-inner img {
border-radius: 5px;
width: 100%;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 {
margin-bottom: 0;
}
.themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content {
padding-top: 15px;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content {
text-align: center;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author {
padding-top: 100px;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc {
padding: 0 76px;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc blockquote {
font-size: 32px;
line-height: 46px;
text-align: center;
font-family: var(--special-element-fontfamily);
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc blockquote:after {
position: absolute;
content: "";
top: -100px;
left: 0;
right: 0;
margin: 0 auto;
-webkit-mask: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/quotetest.png) no-repeat 100% 100%;
width: 97px;
height: 73px;
background-color: var(--ttm-skincolor);
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-img {
display: inline-block;
padding-right: 20px;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-title {
display: inline-block;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer {
padding-top: 30px;
position: relative;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-title {
display: inline-block;
vertical-align: top;
padding-top: 5px;
text-align: left;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-title .themetechmount-author-name {
font-size: 20px;
line-height: 30px;
}
.themetechmount-testimonialbox-style16 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-title .themetechmount-box-footer {
font-size: 15px;
line-height: 25px;
color: var(--body-fonts-color);
}
.ttm-commonform.ttm-contactform-19 .row select,
.ttm-commonform.ttm-contactform-19 .row input,
.ttm-commonform.ttm-contactform-19 .row .select2-selection {
border-radius: 5px;
}
.ttm-commonform.ttm-contactform-19 .row select {
padding: 15px 15px;	
}
.ttm-commonform.ttm-contactform-19 .row .tm-checkbox .wpcf7-list-item {
display: flex;
width: 100%;
}
.ttm-commonform.ttm-contactform-19 .row .tm-checkbox .wpcf7-list-item input[type="checkbox"] {
margin-right: 11px;
position: relative;
top: 3px;
}
.ttm-commonform.ttm-contactform-19 .row .tm-checkbox .wpcf7-list-item-label {
padding-top: 5px;
}
.ttm-commonform.ttm-contactform-19 .row .submit-btn {
width: 100%;
background-color: transparent;
border: 2px solid var(--ttm-secondarycolor);
color: var(--ttm-secondarycolor);
transition: all .5s ease;
border-radius: var(--ttm-button-shape);
font-size: var(--button_fontsize);
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
padding-top: var(--button-topbottom-padding);
padding-bottom: var(--button-topbottom-padding);
}
.ttm-commonform.ttm-contactform-19 .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 24px;
}
.ttm-commonform.ttm-contactform-19 .row .contact-submit:hover .submit-btn {
background-color: var(--ttm-skincolor);
border-color:var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.ttm-commonform.ttm-contactform-19 .row .contact-submit:hover i {
color: var(--ttm-whitecolor);
transform: rotate(45deg);
}
.ttm-commonform.ttm-contactform-19 .row span.wpcf7-spinner {
display: none;
}
.ttm-commonform.ttm-contactform-19 .row .contact-submit i {
position: absolute;
right: 30%;
left: auto;
top: 16px;
bottom: auto;
font-size: 13px;
transition: all .5s ease;
}
.ttm-commonform.ttm-contactform-19 .row .contact-submit {
position: relative;
}
.ttm-contactform-19 span.select2.select2-container.select2-container--default {
padding-top: 2px;
}
.ttm-contactform-19 .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 53px;
}
.ttm-contactform-19 .select2-container .select2-selection--single {
height: 54px;
}
.ttm-contactform-19 .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 52px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item {
position: relative;
background-color: #fff;
padding: 20px;
border-radius: 20px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-img-left .tm-post-featured-wrapper{
overflow: hidden;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-img-left .tm-post-featured-wrapper img {
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
border-radius: 10px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details {
padding: 25px 0 0 0;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta {
display: flex;
flex-direction: row;
width: 100%;
padding-bottom: 7px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .entry-meta {
color: var(--body-fonts-color);
font-size: 15px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .entry-meta .tm-meta-line.byline {
border: 1px solid var(--ttm-bordercolor);
border-radius: 7px;
background-color: var(--ttm-greycolor);
padding: 5px 15px 5px 15px;
font-style: italic;
margin-right:10px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .entry-meta .tm-meta-line.byline:after {
content: unset;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .tm-entry-meta-wrapper {
padding-right: 20px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .ttm-meta-line.posted-on {
position: relative;
font-size: 15px;
padding-left: 5px;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-blogbox-meta .ttm-meta-line.posted-on:before {
content: "\f111";
position: absolute;
font-size: 5px;
color: var(----body-fonts-color);
font-family: "Font Awesome 5 Free";
left: -10px;
right: auto;
top: 1px;
bottom: auto;
}
.themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-box-title h4 {
font-size: 24px;
line-height: 36px;
}
.themetechmount-blogbox-style15 .themetechmount-box-desc.col-md-6 {
padding: 35px;
background-color: var(--ttm-greycolor);
}
.themetechmount-blogbox-style15 .themetechmount-box-title h4 a {
font-size: 26px;
line-height: 36px;
}
.themetechmount-blogbox-style15 .themetechmount-box-content {
clear: both;
overflow: hidden;
display: flex;
justify-content: space-between;
}
.themetechmount-blogbox-style15 .tm-featured-outer-wrapper.tm-post-featured-outer-wrapper.col-md-6 {
padding: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-desc {
padding: 34px 32px 32px 33px;
background-color: var(--ttm-greycolor);
left: 225px;
top: auto;
bottom: 0;
position: absolute;
text-align: left;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
height: auto;
width: auto;
right: 7px;
content: '/';
color: var(--ttm-secondarycolor);
background-color: transparent;
top: -5px;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a {
font-size: 14px;
line-height: 24px;
font-weight: 500;
position:relative;
padding-left: 23px;
z-index: 1;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a:hover {
padding-left: 40px;
padding-right: 30px;
color: var(--body-blackfont-color);    
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a:hover:before { 
visibility: visible;
width: 100%;
right: auto;
left: 0;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a:before {
content: "";
position: absolute;
top: -10px;
display: block;
border-radius: 50px;
width: 44px;
height: 44px;
transition: all 0.3s ease;
z-index: -1;
text-align: center;
left: -15px;
background-color: #000;
opacity: 0.10;    
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-content .tm-entry-meta .tm-meta-line:last-child:after {
content: unset;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a:hover:after { 
left: 15px;
transform: rotate(45deg);
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-blogbox-desc-footer a:after {
content: "\f129";
font-family: flaticon_medical-new !important;
position: absolute;
left: 0;
top: 4px;
font-size: 11px;
line-height: 17px;
transform: rotate(0deg);
transition: 0.5s;
}
@media (max-width:991px) {  
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-desc {
left: 0;   
position: relative;
}
.themetechmount-blogbox-style15 .tm-featured-wrapper img {
width: 100%;
}
.themetechmount-blogbox-style15 .themetechmount-box-content {
display: block;
}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.themetechmount-blogbox-style15 .themetechmount-box-title h4 a {
font-size: 22px;
line-height: 32px;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-desc {
padding: 20px 30px;   
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .tm-entry-meta .tm-meta-line a {
font-size: 15px;
}
} .elementor-column.tm-about-title .elementor-widget-heading h5 {
display: inline-block;
background-color: rgb(255 255 255 / 15%);
border-radius: 5px;
padding: 5px 20px 5px; 
position: relative;
line-height: 28px;
}
.tm-subfont-style.elementor-widget-heading h2.elementor-heading-title {
font-size: 138px;
line-height: 68px;
color: rgb(0 0 0 / 7%);
position: absolute;
top: -10px;
right: -30px;
text-transform: uppercase;
}
.elementor-element.text-ul .elementor-widget-container .elementor-heading-title {
position: relative;
display: inline-block;
}
.elementor-element.text-ul .elementor-widget-container .elementor-heading-title:before {
content: "";
position: absolute;
left: 0;
bottom: -3px;
background-color: #011958;
width: 100%;
height: 2px;
}
/ 09-10-2023 /
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox.themetechmount-iconbox-stylefour {
padding-left: 40px;
padding-right: 0;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading {
padding-top: 0;
font-size: 26px;
line-height: 36px;
font-weight: 500;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox.themetechmount-iconbox-stylefour .themetechmount-iconbox-heading .tm-custom-heading:after {
position: absolute;
content: '';
left: -39px;
top: 9px;
height: 10px;
width: 10px;
border-radius: 25px;
border: 5px solid var(--ttm-skincolor);
padding: 5px;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a {
position: relative;
padding-left: 23px;
display: unset;
font-weight: 500;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a:before {
content: "";
position: absolute;
top: -10px;
display: block;
border-radius: 50px;
width: 44px;
height: 44px;
transition: all 0.3s ease;
z-index: -1;
text-align: center;
left: -15px;
background-color: var(--ttm-greycolor);  
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a:hover {
padding-left: 40px;
padding-right: 30px;
display: inline;
color: var(--ttm-secondarycolor);
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-cta3-content-wrapper {
padding-bottom: 35px;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a:hover:before {
visibility: visible;
width: 100%;
right: auto;
left: 0;
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a:hover:after {
left: 15px;
transform: rotate(45deg);
}
.tm-layout-style17 .tm-ser-icbx .themetechmount-iconbox-stylefour .tm-iocnbox-btn a:after {
content: "\f129";
font-family: flaticon_medical-new !important;
position: absolute;
left: 0;
top: 4px;
font-size: 11px;
line-height: 17px;
transform: rotate(0deg);
transition: 0.5s;
}
.tm-bg-opacity h2.elementor-heading-title.elementor-size-default {
position: relative;
display: inline-block;  
border-radius: 5px;
padding: 5px 20px 5px;
background-color: rgba(255 ,255, 255 , 0.15)
}
.tm-layout-style17.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .blog-detail-heading .themetechmount-box-title h4 {
cursor: none;
pointer-events: none;
}
.tm-commonform.tm-contactform-01.tm-hematology textarea,
.tm-commonform.tm-contactform-01.tm-hematology input[type="text"],
.tm-commonform.tm-contactform-01.tm-hematology input[type="number"],
.tm-commonform.tm-contactform-01.tm-hematology input[type="email"] {
border-radius: 10px;
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptable-btn a:hover,
.tm-commonform.tm-contactform-01.tm-hematology .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button {
color: #fff;
border-color: var(--ttm-skincolor);
background-color: var(--ttm-skincolor);
}
.tm-hematology.elementor-widget .elementor-icon-list-icon i {
border: 1px solid;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border-radius: 50%;
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md:after {
content: "\f129";
font-family: flaticon_medical-new !important;
position: absolute;
left: 16px;
top: 0;
font-size: 11px;
line-height: 17px;
transform: rotate(0deg);
transition: 0.5s;
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md:before {
content: "";
position: absolute;
top: -14px;
display: block;
border-radius: 50px;
width: 44px;
height: 44px;
transition: all 0.3s ease;
z-index: -1;
text-align: center;
left: 0px;
background-color: var(--ttm-secondarycolor);
opacity: 0.10;
}
.tm-layout-style17  .tm-btn-style-text .elementor-button-link.elementor-button:hover {
color: var(--ttm-secondarycolor);
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md:hover:before {
visibility: visible;
width: 100%;
right: auto;
left: 0;
}
.tm-layout-style17 .tm-btn-style-text.tm-btn-color-white .elementor-button-link.elementor-button:hover {
color:#fff;
}
.tm-layout-style17 .tm-btn-textstyle-simple-text.tm-btn-color-white .elementor-button.elementor-button-link.elementor-size-md:hover:before {
background-color: var(--ttm-secondarycolor);
opacity: 1;
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md:hover:after {
left: 15px;
transform: rotate(45deg);
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md {
padding-left:39px !important;
z-index: 1;
}
.tm-layout-style17 .tm-btn-textstyle-simple-text .elementor-button.elementor-button-link.elementor-size-md:hover {
padding-left: 40px !important;
padding-right: 30px !important;
}
.tm-p p {
font-size: 22px;
line-height: 32px;
font-family: var(--button-font-family);
font-weight: 500;
}
.col-md-12.tm-p {
padding-top: 17px;
}
.col-md-12.tm-p span.wpcf7-form-control-wrap {
padding-top: 16px;
}
.wpcf7 .tm-commonform.tm-contactform-01.tm-hematology textarea {
height: 162px;
}
.tm-commonform.tm-contactform-01.tm-hematology .tm-contact-btn.tm-btn-color-darkgrey.tm-btn-style-outline {
padding-top: 35px;
}
.tm-fid-without-icon.tm-fid-view-style4 .tm-fld-contents h4.tm-fid-inner {
font-size: 104px;
line-height: 76px;
}
.tm-fid-without-icon.tm-fid-view-style4 {
margin: 0;
display: flex;
justify-content: flex-start;
align-items: flex-start;
border-right: 1px solid rgb(0 0 0 / 10%);
padding: 0;
margin-right: 15px;
padding-right: 50px;
}
.tm-fid-without-icon.tm-fid-view-style4 .tm-fid-title span {
display: inline-block;
font-size: 20px;
line-height: 26px;
margin-bottom: 0;
color: var(--ttm-secondarycolor);
font-weight: 500;
padding-right: 10px;
}
.last-child .tm-fid-without-icon.tm-fid-view-style4 {
border-right: 0;
margin-right: 0;
padding-right: 0;
padding-left: 40px;
}
.tm-fid-without-icon.tm-fid-view-style4 h3.tm-fid-title {
display: contents;
}
.tm-layout-style17 .themetechmount-iconbox-stylethirteen .tm-iconbox-wrapper {
padding: 45px 40px 25px 40px;
}
.tm-layout-style17 .themetechmount-iconbox-stylethirteen .tm-iconbox-wrapper .tm-box-icon i {
font-size: 50px;
}   
.tm-layout-style17 .themetechmount-iconbox-stylethirteen .tm-iconbox-wrapper .tm-box-icon {
margin-bottom: 10px;
}
.tm-layout-style17 .themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-custom-heading {
font-size: 22px;
line-height: 32px;
}
.tm-layout-style17 .themetechmount-iconbox-stylethirteen .themetechmount-iconbox-inner .tm-iconbox-wrapper .themetechmount-iconbox-heading .tm-iocnbox-btn a span {
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
}
.themetechmount-box-service.themetechmount-servicebox-style19 .themetechmount-post-item {
padding: 0;
}
.themetechmount-box-service.themetechmount-servicebox-style19 .themetechmount-post-item .tm-servicebox-detials {
padding: 35px 30px 45px 30px;
}
.themetechmount-box-service.themetechmount-servicebox-style19 .themetechmount-post-item .tm-servicebox-detials .tm-short-desc {
border-bottom: unset;
}
.themetechmount-box-service.themetechmount-servicebox-style19 .themetechmount-post-item .tm-servicebox-detials .themetechmount-serviceboxbox-readmore {
padding-top: 0;
padding-left: 15px;
} .tm-testimonial-box-view-style17 .themetechmount-post-item {
display: block;
}
.tm-testimonial-box-view-style17 .themetechmount-author-box{
text-align: center;
max-width: 165px;
float: left;
display: inline-block;
padding-bottom: 0;
}
.tm-testimonial-box-view-style17 .themetechmount-box-img img{
border-radius: unset;
}
.themetechmount-boxes-testimonial.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:after,
.themetechmount-box-testimonial.tm-testimonial-box-view-style17 .themetechmount-box-content:before {
content: unset;
}
.tm-testimonial-box-view-style17 .themetechmount-box-content {
position: relative;
padding: 25px 30px 29px 40px;
background-color: #f9fafa;
margin-left: 160px;
}
.themetechmount-boxes-testimonial .tm-testimonial-box-view-style17 .themetechmount-box-desc .themetechmount-testimonial-text {
padding: 0px 0px 17px 0px;  
}
.tm-testimonial-box-view-style17 .themetechmount-box-author .themetechmount-box-title {
margin-left: 0px;
padding-top: 10px;
float: none;
}
.tm-testimonial-box-view-style17 .themetechmount-box-content:after {
display: block;
content: "";
position: absolute;
top: 30px;
left: -20px;
width: 0;
height: 0;
border-top: 17px solid transparent;
border-right: 20px solid  #f9fafa;
border-bottom: 17px solid transparent;
}
.themetechmount-boxes-testimonial.tm-testimonial-box-view-style17 .themetechmount-box-desc .themetechmount-testimonial-text {
padding: 0px 10px 20px 0px;
}
.tm-testimonial-box-view-style17 .themetechmount-box-author {
padding-top:0px;
}
.tm-col-bgcolor-darkgrey .tm-testimonial-box-view-style17 .themetechmount-box-content,
.tm-bgcolor-darkgrey .tm-testimonial-box-view-style17 .themetechmount-box-content {
background-color:rgba(255, 255, 255, 0.05);
}
.tm-col-bgcolor-darkgrey .tm-testimonial-box-view-style17 .themetechmount-box-content:after,
.tm-bgcolor-darkgrey .tm-testimonial-box-view-style17 .themetechmount-box-content:after {
border-right-color:rgba(255, 255, 255, 0.05);
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-arrow {
background-color: transparent;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-arrow:before {
font-family: flaticon_medical-new !important;
position: absolute;
font-size: 15px;
left:0;
right: auto;
top: 0;
bottom: auto;
color: #fff;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-prev:before{
content: "\f175";
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-next:before{
content: "\f1d0";
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-prev,
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-next {
bottom: 0;
top: auto;
right: 35px;
left: auto;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .slick-next {
right: 10px;
}
.tm-testimonial-box-view-style17 .themetechmount-box-content .themetechmount-ratting-star {
margin-left: -5px;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-17 .themetechmount-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover {
background-color: transparent;
}
.tm-testimonial-box-view-style17 .themetechmount-box-author .themetechmount-box-title .themetechmount-author-name {
font-size: 18px;
line-height: 28px;
}
.tm-testimonial-box-view-style17 .themetechmount-box-author .themetechmount-box-title .themetechmount-box-footer {
font-size: 11px;
color: rgba(255,255,255,.75);
font-family: var(--body-font-family);
}
.tm-testimonial-box-view-style17 .themetechmount-box-content .themetechmount-ratting-star i {
color: #fd4;
}
.tm-layout-style17 .themetechmount-testimonialbox-stylethree .themetechmount-box-desc .themetechmount-testimonial-text {
font-size: 15px;
line-height: 27px;
font-style: unset;
font-weight: 500;
padding-top: 10px;
}
.tm-layout-style17 .themetechmount-testimonialbox-stylethree .tm-box-footer .themetechmount-box-title .themetechmount-author-name {
font-size: 20px;
line-height: 30px;
} .tm-layout-style17 .tm-element-heading-content-wrapper.tm-reverse-heading-yes .tm-element-subheading {
margin-bottom: 0;
}
.elementor-section.elementor-top-section.elementor-element.tm-textcolor-white.tm-bgcolor-darkgrey .elementor-container .elementor-widget-tm_heading .tm-element-content-desctxt ,
.elementor-column.tm-col-bgcolor-skincolor.tm-textcolor-white .elementor-widget-tm_heading .tm-content-header .tm-element-subheading{
color: var(--ttm-whitecolor);
} .tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main {
background-color: var(--ttm-greycolor);
padding: 45px 40px 32px 40px;
border-radius: 10px;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .ttm-ptablebox-price-w {
position: relative;
background-color: transparent;
padding: 0;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .tm-ptablebox-features {
text-align: left;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line {
border: unset;
padding-bottom: 0;
color: var(--body-fonts-color);
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .tm-ptablebox-features .tm-feature-lines .tm-ptable-line i {
color: var(--ttm-skincolor);
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .tm-ptablebox-title {
padding-top: 0;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .tm-ptablebox-title h3 {
font-size: 22px;
line-height: 28px;
font-weight:500;
margin-bottom: 10px;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-price {
font-size: 52px;
line-height: 58px;
font-weight: 600;
color: var(--ttm-secondarycolor);
font-family: var(--special-element-fontfamily);
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-cur-symbol {
font-size: 30px;
line-height: 40px;
font-family: var(--special-element-fontfamily);
vertical-align: top;
}
.tm-ptablebox.tm-ptablebox-style-10 .themetechmount-ptable-main .ttm-ptablebox-price-w .tm-ptablebox-frequency {
font-weight: var(--special-element-fontweight);
font-family: var(--special-element-fontfamily);
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptable-btn a {
margin-top: 25px;
margin-bottom: 9px;
background-color: var(--ttm-whitecolor);
border: 2px solid var(--ttm-secondarycolor);
border-radius: var(--ttm-button-shape);
padding: 13px 15px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
color: var(--body-blackfont-color);
width: 100%;
display: block;
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptablebox-features-title .ttm-featured-title {
border-radius: 16px;
right: -40%;
width: 25%;
margin: 0 auto;
z-index: 1;
padding: 5px 0px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptablebox-featured-col {
margin-top: 15px;
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptable-btn i {
font-size: 11px;
position: relative;
top: 2px;
left: 1px;
}
.tm-ptablebox.tm-ptablebox-style-10 .tm-ptable-btn {
display: block;
margin-top:25px;
padding-bottom: 0;
margin-bottom: 0;
}
.tm-layout-style17 .tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button:hover:before{
content: unset;
}
.tm-layout-style17 .tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .header-info-widget .elementor-widget-button .elementor-button:hover {
background-color: var(--ttm-secondarycolor);
}
.tm-header-style-classic-two .site-header-main.tm-wrap.container-fullwide {
padding-left: 105px;
padding-right: 105px;
}
.tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .tm-header-iconbox .header-content {
text-align: right;
padding-right:7px;
}
.tm-header-style-classic-two .site-header-main .tm-header-text-area .tm-header-right-content .header-content h6 {
font-family: var(--body-font-family);
margin-bottom: 0;
}
.tm-header-style-classic-two .site-header-main .site-header-menu .tm-header-text-area .tm-header-iconbox .icon i {
font-size: 46px;
color: var(--ttm-skincolor);
vertical-align: middle;
line-height: 46px;
}
.tm-header-style-classic-two .site-header-main .tm-header-text-area .tm-header-right-content .header-content h6,
.tm-header-style-classic-two .site-header-main .tm-header-text-area .tm-header-right-content .header-content h5,
.tm-header-style-classic-two .site-header-main .tm-header-text-area .tm-header-right-content .header-content p {
margin-bottom:0px;
}
.tm-header-style-classic-two .tm-cta-yes .tm-header-cta-btn {
position:relative;
margin-right:5px;
padding-right:30px;
}
.elementor-element.tm-shake-img .elementor-widget-container img {
animation-name: float_top_bottom;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float_top_bottom;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float_top_bottom;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
}
@keyframes float_top_bottom {
0% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
50% {
transform: translateY(-10px);
transform: translateY(-10px);
opacity: 1;
}
100% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
}
.tm-layout-style17 ul.timelist-block li.timelist-item {
padding: 5px 0 0px;
display: flex;
justify-content: space-between;
align-items: center;
border: unset;
}
.tm-layout-style17 .tm-textcolor-white ul.timelist-block li.timelist-item {
color: rgba(255, 255, 255, 0.60);	
}
.tm-layout-style17 .tm-fid-with-icon.tm-fid-view-lefticon .tm-fld-contents .tm-fid-inner {
font-size: 40px;
line-height: 45px;
font-weight: 600;
}
.elementor-icon-list-item .fa-check:before{
position: absolute;
content: '\e83a';
left: 0;
bottom: -7px;
font-family: 'ttm-medisat-icons';
height: auto;
width: auto;
background-color: transparent;
}
.tm-header-style-classic-two .tm-cta-yes .tm-header-cta-btn:after,
.tm-layout-style17 .tm-header-menu-position-left .site-branding:after {
content: "";
position: absolute;
height: 60%;
width: 1px;
background-color:rgba( 0,0,0,0.10);
top: 20%;
right: 0;
display: block;
}
.tm-layout-style17 .tm-header-menu-position-left .site-branding {
padding-right: 30px;
position: relative;
margin-right: 15px;
} .tm-layout-style17 .tm-footer-cta-wrapper .tm-ctabox-row .cta-widget-area {
background-color: var(--ttm-skincolor);
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .elementor-icon-box-title a {
color: var(--ttm-whitecolor)!important;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-ctabox-row .cta-widget-area {
margin-top: -63px;
z-index: 9;
padding: 23px 50px 23px 30px;
text-align: left;
float: right;
max-width: 820px;
min-height: 110px;
align-items: center;
display: flex;
border-radius: 5px;
position: absolute;
right: 0;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box {
display: table-cell;
position: relative;
vertical-align: middle;
height: 100%;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .tm-icon, 
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .tm-content {
display: table-cell;
vertical-align: middle;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .elementor-icon-box-title {
margin-bottom:0px;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .tm-icon{
font-size:55px;
width:75px;
text-align: left;
padding-right: 0;
line-height: 35px;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-textcolor-white .tm-fcta-icon-box .elementor-icon-box-title a {
color:#fff !important;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .elementor-icon-box-title a {
position:relative;
}
.tm-layout-style17 .tm-footer-cta-wrapper .tm-fcta-icon-box .elementor-icon-box-title a:after {
content: "";
background: #fff;
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 6px;
opacity: 1;
display: inline-block;
vertical-align: middle;
z-index: -1;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
.themetechmount-sidebar-true:not(.tm-empty-sidebar).themetechmount-footer-cta-yes .site-main, 
body.themetechmount-footer-cta-yes:not(.page) .site-main,
body.woocommerce-page.themetechmount-footer-cta-yes.themetechmount-sidebar-true #primary .site-main {
padding-bottom:63px;
}
.tm-layout-style17 .footer-rows .first-footer .first-footer-inner {
border: 1px solid;
padding:15px 15px 15px;
margin-top:100px;
border-radius: 10px;
}
.tm-layout-style17 .first-footer-inner>.row.multi-columns-row {
display: flex;
}
.tm-layout-style17 .first-footer-inner {
overflow: hidden;
}
.tm-layout-style17 .first-footer-inner>.row.multi-columns-row .widget-area:not(:first-child):after {
width: 1px;
height: calc(100% + 150px);
content: '';
position: absolute;
left:-15px;
background-color: rgba(255,255,255,.1);
top: -25px;
}
.tm-layout-style17 .first-footer .widget-area {
overflow: visible;
}
.tm-layout-style17 .first-footer.tm-widgetsep-yes .widget-area {
border-right:none;
}
.tm-layout-style17 .first-footer .widget-area .widget {
padding-right: 30px;
}
.tm-layout-style17 .footer .widget {
margin: 50px 0 35px;
}
.tm-textcolor-white .tm-fid-view-lefticon .tm-fid-icon-wrapper i,
.tm-layout-style17 .widget .tm-btn-color-skincolor .elementor-button {
color: #fff !important;
}
.themetechmount-boxes-testimonial.tm-testimonial-box-view-style17 .themetechmount-box-img .themetechmount-item-thumbnail {
width: 90px;
height: 95px;
}
.tm-layout-style17 .bottom-footer-inner .tm-footer2-left a,
.tm-layout-style17 .tm-footer-iconbox .header-content .mail a,
.tm-layout-style17 .footer-nav-menu a {
position: relative;
padding-bottom: 5px;
word-wrap: break-word;
display: inline-block;
word-break: break-word;
}
.tm-layout-style17 .bottom-footer-inner .tm-footer2-left a:before,
.tm-layout-style17 .tm-footer-iconbox .header-content .mail a:before,
.tm-layout-style17 .footer-nav-menu a:before,
.tm-layout-style17 .widget.widget_nav_menu a:after {
content: "";
background: #fff;
width: 0;
height: 1px;
position: absolute;
right: 0;
bottom: 6px;
opacity: 1;
display: inline-block;
vertical-align: middle;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.tm-layout-style17 .bottom-footer-inner .tm-footer2-left a:hover:before,
.tm-layout-style17 .tm-footer-iconbox .header-content .mail a:hover:before,
.tm-layout-style17 .footer-nav-menu a:hover:before,
.tm-layout-style17 .widget.widget_nav_menu a:hover:after {
opacity: 1;
left: 0;
width: 100%;
}
.tm-header-style-classic.tm-header-overlay .themetechmount-topbar-wrapper .social-icons li > a {
height: 40px;
line-height: 40px;
}
.tm-headerstyle-classic-overlay .site-header.tm-bgcolor-custom .tm-header-cta-btn a.elementor-button.elementor-size-md {
color: var(--body-blackfont-color);
border: 1px solid var(--body-blackfont-color);
}
.tm-headerstyle-classic-overlay .site-header.tm-bgcolor-custom .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
color: #fff;
border-color: var(--ttm-skincolor);
background-color: var(--ttm-skincolor);
}
.tm-headerstyle-classic-overlay.themetechmount-header-borderbottom .site-header.tm-bgcolor-custom {
border-bottom:1px solid rgba(255 ,255, 255 , 0.20);	
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: var(--ttm-secondarycolor);
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: var(--ttm-button-shape);
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:hover:before {
left: 0;
right: auto;
width: 100%;
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:hover:before {
background-color: var(--ttm-skincolor);
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) a.elementor-button:not(.tm-btn-style-text) {
z-index: 1;
position: relative;
overflow: hidden;
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text).tm-btn-color-darkgrey .elementor-button-wrapper a.elementor-button:hover:before {
background-color: var(--ttm-secondarycolor);
}
.tm-globalbutton-style1 .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover:before {
border-color: var(--ttm-secondarycolor);
background-color: var(--ttm-secondarycolor);
}
.tm-globalbutton-style1 .tm-btn-style-outline.tm-btn-color-white .elementor-button:hover:before {
border-color:#fff;
background-color: #fff;
}
.last-child .tm-fid-without-icon.tm-fid-view-style4 .tm-fid-inner span:not(.tm-number-rotate) {
position: relative;
left: -15px;
}
.tm-layout-style3 .tm-header-style-classic-two .site-header-main.tm-wrap.container-fullwide {
padding: 0px 50px 0px 15px;
}
.tm-layout-style3 .tm-header-style-classic-two .site-header:not(.is_stuck) .site-header-main.tm-wrap {
border-top:0px;
} .tm-marquebox-style2 {
width: 100%;
animation: tm-marque-text 25s linear infinite;
will-change: transform;
white-space: nowrap;
}
.tm-marquebox-style2:hover {
animation-play-state: paused !important;
}
.tm-marquebox-style2 ul.marquebox-list li {
position: relative;
display: inline-block;
margin-left: 30px;
margin-right: 30px;
text-align: center;
font-size: 18px;
line-height: 28px;
font-family: var(--special-element-fontfamily);
font-weight: var(--special-element-fontweight);
}
.tm-marquebox-style2 ul.marquebox-list li:before {
content: "\f16b";
font-family: flaticon_medical-new !important;
position: absolute;
bottom: auto;
top: -14px;
left: auto;
right: -35px;
color: var(--ttm-whitecolor);
font-size: 12px;
line-height: 60px;
}
@keyframes tm-marque-text {
0% {
transform: translate(-20%, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes tm-marque-textrev {
100% {
transform: translate(-20%, 0);
}
0% {
transform: translate(-100%, 0);
}
}
.tm-header-cta-btn .elementor-button.elementor-size-md {
transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden;
z-index: 1;
padding: 15px 30px;
color: var(--ttm-whitecolor);
}
.tm-globalbutton-style1 .ttm-commonform.ttm-contactform-19 .contact-submit .submit-btn:after,
.tm-globalbutton-style1 .tm-header-cta-btn .elementor-button.elementor-size-md:before {	
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: var(--ttm-secondarycolor);
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: var(--ttm-button-shape);
}
.tm-globalbutton-style1 .ttm-commonform.ttm-contactform-19 .contact-submit .submit-btn:hover:after {
left: 0;
right: auto;
width: 100%;
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: var(--ttm-secondarycolor);
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: var(--ttm-button-shape);
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:hover:before {
left: 0;
right: auto;
width: 100%;
}
.tm-globalbutton-style1 .tm-header-cta-btn .elementor-button.elementor-size-md:hover, .tm-globalbutton-style1 .tm-header-cta-btn a:hover,
.tm-globalbutton-style1 .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover {
color: #fff;
background-color: transparent;
}
.tm-globalbutton-style1 .elementor-widget-button:not(.tm-btn-style-text).tm-btn-color-white.tm-btn-style-outline .elementor-button-wrapper a.elementor-button:hover:before {
background-color: #fff;
}
.tm-layout-style17.tm-globalbutton-style1 .tm-header-cta-btn .elementor-button.elementor-size-md:hover, 
.tm-layout-style17.tm-globalbutton-style1 .tm-header-cta-btn a:hover, 
.tm-layout-style17.tm-globalbutton-style1 .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover {
color: #fff;
}
.tm-layout-style17.tm-globalbutton-style1 .tm-header-cta-btn .elementor-button.elementor-size-md:hover:before, 
.tm-layout-style17.tm-globalbutton-style1 .tm-header-cta-btn a:hover:before, 
.tm-layout-style17.tm-globalbutton-style1 .tm-btn-style-outline.tm-btn-color-darkgrey .elementor-button:hover:before {
left: 0;
right: auto;
width: 100%;
background-color: var(--ttm-secondarycolor);
}
.themetechmount-blogbox-style14 .ttm-meta-line a,
.themetechmount-blogbox-style14 .tm-entry-meta .tm-meta-line a {
color: var(--body-fonts-color);
}
.themetechmount-blogbox-style14 .ttm-meta-line a:hover,
.themetechmount-blogbox-style14 .tm-entry-meta .tm-meta-line a:hover {
color: var(--ttm-skincolor);
}
.tm-globalbutton-style1 .tm-404-home-button .elementor-widget-button:not(.tm-btn-style-text) .elementor-button-wrapper a.elementor-button:before {
content:unset;
}
.tm-globalbutton-style1.tm-headerstyle-classic-overlay .site-header.tm-bgcolor-custom .tm-header-cta-btn a.elementor-button.elementor-size-md:hover {
border-color: var(--ttm-secondarycolor);
}
.tm-button-hover-slide:after{
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 100%;
background-color: #fff;
border-color:#fff;
z-index: -1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
border-radius: var(--ttm-button-shape);
}
.tm-button-hover-slide:hover:after {
left: 0;
right: auto;
width: 100%;
}
.tm-button-hover-slide.tm-btn-blk:after{
background-color: var(--ttm-secondarycolor);
border-color:var(--ttm-secondarycolor);	
}
.tm-button-hover-slide{
transition: all 0.3s ease;
display: inline-block;
vertical-align: middle;
position: relative;
overflow: hidden;
z-index: 1;
}
.tm-first-footer1 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
padding: 15px 30px;
}
.themetechmount-footer-cta-yes .tm-nextprev-bottom-nav {
margin-bottom: 45px;
}
.widget_block h2.wp-block-heading {
font-size: 22px;
line-height: 32px;
}
.post-password-form input[type="submit"] {
padding: 17px 20px;
}
.tm-blog-classic-box-content .wp-block-media-text.has-media-on-the-right,
.tm-blog-classic-box-content .wp-block-group.has-background {
margin-bottom: 15px;
}
.wp-block-embed {
margin: 0 0 1em;
overflow-wrap: break-word;
}
.single article.post .wp-block-pullquote  blockquote {
margin-left: auto;
margin-right: auto;
}
.tm-blog-classic-box-content .wp-block-calendar table th {
font-weight: var(--special-element-fontweight);
background: transparent;
text-align: center;
}
.wp-calendar-nav {
margin-bottom: 15px;	
}
.wp-block-button {
margin-bottom: 1.5em;
}
.tm-globalbutton-style1 .themetechmount-box-team.themetechmount-teambox-style18 .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a,
.tm-globalbutton-style1 .themetechmount-box-blog.themetechmount-blogbox-style14 .post-item .themetechmount-box-details .themetechmount-box-title h4 a {
background-image: linear-gradient(var(--ttm-secondarycolor),var(--ttm-secondarycolor)),linear-gradient(var(--ttm-secondarycolor),var(--ttm-secondarycolor));
display: inline;
background-size: 0% 1px,0 1px;
background-position: 100% 100%,0 100%;
background-repeat: no-repeat;
transition: background-size .5s linear;
}
.tm-globalbutton-style1 .themetechmount-box-team.themetechmount-teambox-style18:hover .themetechmount-post-item .themetechmount-box-content .themetechmount-box-title h4 a,
.tm-globalbutton-style1 .themetechmount-box-blog.themetechmount-blogbox-style14:hover .post-item .themetechmount-box-details .themetechmount-box-title h4 a {
background-size: 0 1px,100% 1px;
color: var(--ttm-secondarycolor);
}
.tm-layout-style17 .tm-pf-view-left-image .themetechmount-pf-single-detail-box .tm-portfolio-title {
padding: 0;
background-color: transparent;
border-radius: unset;
}
.tm-layout-style17.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content h4 ,
.tm-layout-style21.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content h4 {
margin-top: 0;
font-size: 26px;
line-height: 36px;
}
.tm-layout-style17.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content  u.text-dark ,
.tm-layout-style21.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .entry-content  u.text-dark {
color: var(--body-blackfont-color);
font-weight: 400;
}
.tm-layout-style17.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote ,
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote {
display: block;
position: relative;
text-align: left;
background: var(--ttm-greycolor);
border-radius: 15px;
padding: 55px 35px 30px;
margin: 0;
color: #000;
font-family: var(--special-element-fontfamily);
font-weight: 400;
font-size: 20px;
line-height: 30px;
font-style: italic;
}
.tm-layout-style17.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:before ,
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: rgb(0 0 0 / 40%);
width: 2px;
height: 100%;
}
.tm-layout-style17.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:after,
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote:after{
content: "\f102";
position: absolute;
font-family: flaticon_medical-new !important;
top: 0;
bottom: 0;
right: 30px;
font-size: 90px;
line-height: 90px;
color: rgb(0 0 0 / 0.10);
font-style: normal;
display: flex;
align-items: center;
}
.tm-layout-style17.single article.post blockquote cite ,
.tm-layout-style21.single article.post blockquote cite {
display: none;
}
.tm-layout-style17.single-post article.post .entry-content,
.tm-layout-style21.single-post article.post .entry-content{
padding-bottom: 10px;
}
.tm-layout-style17.themetechmount-sidebar-true.themetechmount-sidebar-left .sidebar .tm-sidebar-slist {
background-color: var(--ttm-greycolor) !important;
padding: 30px !important;
}
body.themetechmount-sidebar-left.tm-layout-style17 .site-content-wrapper #sidebar-left.widget-area .widget:after {
content: unset;
}
body.tm-layout-style17.themetechmount-sidebar-true.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .widget-title {
font-size: 24px;
line-height: 30px;
color: var(--ttm-secondarycolor);
margin-bottom: 20px;
padding-left: 30px;
position: relative;
}
body.tm-layout-style17.themetechmount-sidebar-true.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .widget-title:before {
content: "\f10a";
font-family: flaticon_medical-new !important;
position: absolute;
top: 50%;
left: 0;
font-size: 20px;
line-height: 20px;
background-color: transparent;
color: var(--ttm-secondarycolor);
-khtml-transform: translateX(0%) translateY(-50%);
-moz-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
-o-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li {
padding: 12px 0px 12px 25px;
margin: 0;
border-bottom: 1px dashed;
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li > a:before {
content: "\f105";
font-family: "Font Awesome 5 Free";
position: absolute;
left: inherit;
right: 5px;
font-size: 15px;
color: var(--ttm-skincolor);
top: 50%;
z-index: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li > a:after {
content: "\f16b";
font-family: flaticon_medical-new !important;
position: absolute;
top: 50%;
left: -25px;
font-size: 11px;
-webkit-transform: translateX(0%) translateY(-50%);
-ms-transform: translateX(0%) translateY(-50%);
transform: translateX(0%) translateY(-50%);
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li > a {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: block;
position: relative;
border-radius: 0;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
font-family: var(--button-font-family);
font-weight: var(--button-font-weight);
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li > a:not(:hover) {
color: var(--ttm-secondarycolor);	
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li.tm-post-active > a:before {
opacity: 1;
}
.tm-layout-style17.themetechmount-sidebar-left .sidebar .tm-sidebar-slist .tm-all-post-list-div ul > li.tm-post-active > a {
color: var(--ttm-skincolor);
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside img {
width: 100%;
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside img:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--ttm-secondarycolor),.6);
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside .pbmit-service-ads {
position: absolute;
overflow: hidden;
text-align: center;
padding: 0px 60px;
color: var(--ttm-whitecolor);
top: 35%;
bottom: auto;
left: 0;
right: auto;
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside {
position: relative;
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside .pbmit-service-ads h3 {
color: vaR(--ttm-whitecolor);
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside .pbmit-service-ads h4 a {
color: var(--ttm-whitecolor);
}
body.tm-layout-style17 .site-content-wrapper .sidebar.widget-area .widget .textwidget .tm-service-leftside .pbmit-service-ads h4 a:hover {
color: var(--ttm-skincolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download {
margin-bottom: 15px;
}	
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download a {
position: relative;
padding: 20px 30px 20px 25px;
font-size: 13px;
line-height: 13px;
display: flex;
justify-content: space-between;
align-items: center;
text-transform: uppercase;
letter-spacing: .5px;
background-color: var(--ttm-secondarycolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download a i {
font-size: 22px;
vertical-align: middle;
-webkit-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download a i.tm-righticon {
padding: 0;
font-size: 15px;
line-height: 15px;
color: var(--ttm-skincolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download:first-child a i {
color: var(--ttm-skincolor);
margin-right: 15px;
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download:first-child a {
color: var(--ttm-whitecolor);
}
.tm-layout-style17.themetechmount-sidebar-true.themetechmount-sidebar-left .sidebar .tm-service-pdf {
background-color: transparent !important;
padding: 0 !important;
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download:last-child a {
background-color: var(--ttm-greycolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download:last-child a i {
color: var(--ttm-secondarycolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download a:hover {
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
body.tm-layout-style17 .site-content-wrapper .tm-service-pdf .download .item-download a:hover i {
color: var(--ttm-whitecolor);
}
.tm-layout-style17 ul.tm-pricelist-block {
padding-left: 0;
}
.tm-layout-style17  .tm-tab-round-list {
padding-bottom: 15px;
padding-left: 15px;
}
.tm-faq-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-title span i {
padding-top: 3px;
}
.tm-layout-style17 .tm-search-main-box .tm-search-select-box {
color: var(--body-blackfont-color);
}
.tm-layout-style17 .themetechmount-iconbox.themetechmount-iconbox-stylefour .tm-iocnbox-btn {
padding-left: 15px;
}
.themetechmount-box-blog.themetechmount-blogbox-style15 .themetechmount-box-desc .themetechmount-blogbox-desc-footer {
padding-left: 15px;
}
select.tm-sresult-cpt-select:focus{
background-color: #fff;
border-color: #fff;
}
.single-post.tm-layout-style12 .tm-header-style-classic.tm-hidden-titlebar {
border-bottom: 1px solid var(--ttm-bordercolor);
} .ttm-list-styleone .elementor-icon-list-items li .elementor-icon-list-icon {
background-color: var(--ttm-greycolor);
padding: 6px 4px 6px 5px;
text-align: center;
border-radius: 50%;
margin-right: 10px;
}
.ttm-list-styleone li.elementor-icon-list-item {
border: 1px solid var(--ttm-bordercolor);
border-radius: 10px;
padding: 12px 18px;
margin-bottom: 10px;
width: 100%;
transition: .5s;
}
.ttm-list-styleone li.elementor-icon-list-item:hover {
background-color: var(--ttm-greycolor);
}
.ttm-list-styleone .elementor-icon-list-items:hover li .elementor-icon-list-icon {
background-color: #fff;
}
.elementor-widget-text-editor .ttm-producttext {
border-bottom: 1px solid #fff;
}
.elementor-widget-text-editor .ttm-producttext:hover {
border-color: var(--ttm-skincolor);
} .ttm-commonform.ttm-contactform-17 textarea.textarea-name {
max-height: 52px;
}
.ttm-commonform.ttm-contactform-17 .ttm-appointment-btn {
text-align: center;
margin-top: 23px;
}
.ttm-contactform-17 .ttm-appointment-btn input[type="submit"] {
background-color: var(--ttm-secondarycolor);
border-radius: 10px;
padding: 15px 35px 15px;
}
.ttm-contactform-17 textarea,
.ttm-contactform-17 input[type="date"],
.ttm-contactform-17 input[type="text"] {
background-color: transparent;
border-width: 0 0 1px;
border-color: rgba(255 , 255 , 255 , 0.50);
color: rgba(255 , 255 , 255 , 0.50);
font-size: 15px;
}
.ttm-contactform-17 textarea::-webkit-input-placeholder,
.ttm-contactform-17 input[type="date"]::-webkit-input-placeholder,
.ttm-contactform-17 input[type="text"]::-webkit-input-placeholder {
color:rgba(255 , 255 , 255 , 0.50);
}
.ttm-commonform.ttm-contactform-17 {
background-color: rgba(255 , 255 , 255 , 0.06);
padding: 35px 50px 45px;
position: relative;
border: 1px solid rgba(255 , 255 , 255 , 0.15);
border-radius: 10px;
}
.ttm-contactform-17 .ttm-appointment-btn input[type="submit"]:hover {
background-color: var(--ttm-skincolor);
color: var(--body-blackfont-color);
}
.elementor-widget.elementor-widget-heading.ttm-numtext-link .elementor-heading-title a {
font-size: 24px;
line-height: 34px;
font-weight: 500;
}
.elementor-widget-heading .ttm-high-underline {
font-size: 30px;
line-height: 30px;
font-weight: 700;
font-style: italic;
color: var(--ttm-secondarycolor);
position: relative;
}
.elementor-widget-heading .ttm-high-underline:after {
content: '';
position: absolute;
border-bottom: 3px solid var(--ttm-skincolor);
width: 100%;
bottom: 4px;
left: 0;
} .tm-layout-style15 .footer .mailchimp-inputbox button[type="submit"] {
color: #fff;
background-color: transparent;
font-size: 15px;
line-height: 25px;
font-weight: 500;
top: 10px;
}
.tm-layout-style15 .footer .ttm-newsletter-signup label.checkcontain {
font-size: 14px;
line-height: 24px;
font-weight: 400;
padding-top: 18px;
padding-left: 25px;
position: relative;
color: #fff;
}
.tm-layout-style15 .footer .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder {
color: rgba(255 , 255 , 255 , 0.50);
}
.tm-layout-style15 .footer .ttm-newsletter-signup .checkcontain input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.tm-layout-style15 .footer .ttm-newsletter-signup .checkmark {
position: absolute;
top: auto;
bottom: 4px;
left: 1px;
height: 15px;
width: 15px;
border: 1px solid rgba(255,255,255, 1);
border-radius: 5px;
}
.tm-layout-style15 .footer .widget.widget_nav_menu .menu-quick-link-container ul li {
display: inline-block;
width: calc(50% - 5px);
float: none;
padding: 0 0 13px 0;
}
.tm-layout-style15 .footer .tm-textcolor-white .widget.widget_nav_menu ul li a {
color: #fff;
}
.tm-layout-style15 .footer .widget.widget_nav_menu .menu-social-link-container ul li a {
border: 1px solid rgba(255 , 255 , 255 , 0.25);
padding: 7px 15px 8px;
border-radius: 5px;
font-size: 15px;
line-height: 15px;
font-weight: 400;
}
.tm-layout-style15 .footer .widget.widget_nav_menu .menu-social-link-container ul li {
display: inline-block;
padding-right: 5px;
}
.footer .widget .ttm-contact-infobox li {
display: inline-block;
width: 49%;
}
.footer .widget .ttm-contact-infobox li {
color: rgba(255 , 255 , 255 , 0.70);
}
.tm-layout-style15 .footer .tm-textcolor-white .widget ul li a:hover {
color: var(--ttm-skincolor);
}
.tm-layout-style15 .footer .widget-area.first-widget-area:last-child {
padding-left: 35px;
}
.tm-layout-style15 .footer .widget_media_image img {
border-radius: 10px;
}
.tm-layout-style15 .second-footer .container {
width: 100%;
}
.tm-layout-style15 .ttm-text-bottom-footer li {
list-style: none;
font-size: 12px;
line-height: 22px;
font-weight: 400;
}
.tm-layout-style15 .ttm-text-bottom-footer li i {
color: var(--ttm-skincolor);
}
.tm-layout-style15 .ttm-text-bottom-footer {
margin-left: -5px;
}
.tm-layout-style15 .footer .widget {
margin: 10px 0 10px;
}
.tm-layout-style15 .footer .widget-area.first-widget-area:nth-child(2) {
padding: 0;
}
.tm-layout-style15 .footer .menu-social-link-container {
margin-top: -7px;
}
.tm-layout-style15 .footer .ttm-footer-bottom ul.footer-nav-menu li:after {
position: absolute;
content: "|";
padding-left: 0;
color: rgba(255, 255, 255, 0.70);
left: auto;
right: 4px;
}
.tm-layout-style15 .footer .ttm-footer-bottom ul li {
position: relative;
}
.tm-layout-style15 .footer .ttm-footer-bottom ul li a {
padding-right: 15px;
}
.tm-layout-style15 .footer .widget-area.first-widget-area:first-child {
padding-right: 45px;
}
.tm-layout-style15 .footer .footer-rows .first-footer .first-footer-inner {
padding: 35px 0 25px;
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul li {
display: inline;
}
.tm-layout-style15 .ttm-header-infobox ul {
margin: 0;
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul li a {
font-size: 14px;
color: var(--body-blackfont-color);
transition: .5s;
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul li a:hover {
color: var(--ttm-secondarycolor);
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul.social-icons li a:hover {
background-color: var(--ttm-secondarycolor);
color: #fff;
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul li.ttm-contact-numheader a {
font-size: 16px;
font-weight: 500;
}
.tm-layout-style15 .tm-header-style-classic .ttm-header-infobox ul li.ttm-contact-numheader i {
font-size: 24px;
vertical-align: bottom;
color: var(--ttm-secondarycolor);
}
.tm-layout-style15 .tm-header-style-classic ul.social-icons li a {
width: 32px;
height: 32px;
line-height: 32px;
border: 1px solid var(--ttm-bordercolor);
border-radius: 5px;
color: var(--body-blackfont-color);
font-size: 13px;
}
.tm-layout-style15 #site-header-menu #site-navigation ul ul.social-icons li {
padding: 0;
}
.tm-layout-style15 .tm-header-style-classic ul.social-icons {
padding-left: 22px;
}
.tm-layout-style15 .tm-header-style-classic li.ttm-contact-numheader {
padding-left: 12px;
margin-left: 16px;
border-left: 1px solid var(--ttm-bordercolor);
}
.tm-layout-style15 .tm-header-style-classic .tm-header-menu-position-left .site-branding {
padding-right: 80px;
padding-left: 18px;
}
.tm-layout-style15 .themetechmount-fullwide .tm-header-style-classic .tm-header-text-area {
padding-right: 12px;
}
.tm-layout-style15 .themetechmount-topbar-inner .tm-topbar-content {
text-align: center;
}
.tm-layout-style15 .themetechmount-topbar-inner .top-contact i {
color: var(--ttm-skincolor);
}
.tm-layout-style15 .themetechmount-topbar-inner .top-contact,
.tm-layout-style15 .themetechmount-topbar-inner {
line-height: 44px;
}
.tm-layout-style15 #site-header-menu #site-navigation div.nav-menu > ul > li a {
padding: 0 10px;
}
.ttm-textedit-high b {
color: var(--body-blackfont-color);
}
.tm-layout-style15 .ttm-contactform-17 textarea::placeholder,
.tm-layout-style15 .ttm-contactform-17 input[type="date"],
.tm-layout-style15 .ttm-contactform-17 input[type="text"]::placeholder {
background-color: transparent;
border-width: 0 0 1px;
border-color: rgba(255 , 255 , 255 , 0.50);
color: var(--ttm-whitecolor);
font-size: 15px;
}
.tm-layout-style15 .ttm-contactform-17 textarea:focus,
.tm-layout-style15 .ttm-contactform-17 input[type="date"]:focus,
.tm-layout-style15 .ttm-contactform-17 input[type="text"]:focus {
color: var(--ttm-whitecolor);
}
.tm-layout-style15 .ttm-contactform-17 textarea,
.tm-layout-style15 .ttm-contactform-17 input[type="date"],
.tm-layout-style15 .ttm-contactform-17 input[type="text"] {
color: var(--ttm-whitecolor);
}
.tm-layout-style15 .ttm-contactform-17 input[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
display: block;
position: absolute;
right: 10px;
width: 20px;
height: 100%;
cursor: pointer;
} .ttm-accordion-style8.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
font-size: 18px;
line-height: 28px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-content p {
font-size: 15px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-accordion-icon i {
font-size: 12px;
color: #000;
vertical-align: text-bottom;
}
.ttm-accordion-style8.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
border: 1px solid var(--ttm-bordercolor);
background-color: var(--ttm-greycolor);
margin-bottom: 15px;
border-radius: 10px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-title {
padding: 20px 30px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-title.elementor-active {
position: relative;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-title.elementor-active:after {
content: '';
position: absolute;
width: 92%;
border-bottom: 1px solid var(--ttm-bordercolor);
bottom: 0;
left: 30px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-content {
padding: 25px 30px 15px;
}
.ttm-accordion-style8 .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
transform: rotate(90deg);
}
.ttm-commonform.ttm-contactform-17.ttm-serviceform .ttm-appointment-btn {
text-align: left;
}
.ttm-commonform.ttm-contactform-17.ttm-serviceform {
background-color: rgba(255 , 255 , 255 , 0.10);
padding: 16px 30px 25px;
}
.ttm-contactform-17 input[type="date"],
.ttm-contactform-17.ttm-serviceform textarea::-webkit-input-placeholder,
.ttm-contactform-17.ttm-serviceform input[type="text"]::-webkit-input-placeholder {
color: #fff;
} .tm-staticbox-style4 .tm-stepbox .tm-stepbox-content {
display: flex;
padding-top: 65px;
}
.tm-staticbox-style4 .tm-left-contentbox {
width: 72%;
}
.tm-staticbox-style4 .tm-right-contentbox {
width: 20%;
vertical-align: middle;
}
.tm-staticbox-style4 .tm-stepbox:nth-child(even) .tm-stepbox-content {
flex-direction: row-reverse;
display: flex;
}
.tm-staticbox-style4 .tm-left-contentbox h4 {
font-size: 22px;
line-height: 34px;
}
.ttm-text-width-short .tm-element-heading-content-wrapper .tm-element-content-desctxt {
width: 100%;
}
.ttm-testimonial-clientlogo .themetechmount-testimonialbox-stylefour .tm-box-footer {
width: 25%;
background-color: var(--ttm-greycolor);
padding: 30px 20px 23px;
border-radius: 10px;
}
.ttm-testimonial-clientlogo .themetechmount-boxes-testimonial .themetechmount-testimonialbox-stylefour .themetechmount-box-img .themetechmount-item-thumbnail {
width: 180px;
height: 180px;
}
.ttm-testimonial-clientlogo .themetechmount-testimonialbox-stylefour .themetechmount-box-img img {
height: 180px;
}
.ttm-testimonial-clientlogo .themetechmount-testimonialbox-stylefour .themetechmount-ratting-star {
background-color: #fff;
}
.ttm-testimonial-clientlogo .themetechmount-testimonialbox-stylefour .themetechmount-box-desc {
padding: 40px 0 0 85px;
}
.ttm-testimonial-clientlogo .themetechmount-testimonialbox-stylefour .themetechmount-box-desc .themetechmount-testimonial-text {
font-size: 20px;
line-height: 34px;
}
.ttm-img-textbold-high .tm-fontweight-semibold {
font-weight: 600;
font-size: 26px;
line-height: 36px;
color: var(--body-blackfont-color);
}
.ttm-img-textbold-high a.tm-darkcolor {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: var(--ttm-secondarycolor);
} .ttm-commonform.ttm-contactform-18 textarea.textarea-name {
max-height: 100px;
}
.ttm-contactform-18 textarea, 
.ttm-contactform-18 input[type="email"], 
.ttm-contactform-18 input[type="text"] {
background-color: transparent;
border-width: 0 0 1px;
border-color: var(--ttm-bordercolor);
color: var(--body-fonts-color);
}
.ttm-contactform-18 label.checkcontain {
font-weight: 400;
font-size: 15px;
text-align: center;
}
.ttm-contactform-18 .ttm-appointment-btn input[type="submit"] {
width: 100%;
border-radius: 10px;
background-color: var(--ttm-secondarycolor);
padding: 18px 35px 18px;
}
.tm-layout-style15.tm-headerstyle-classic #site-header-menu #site-navigation div.nav-menu > ul > li.current_page_item > a:after {
width: 100%;
}
.tm-layout-style15.tm-headerstyle-classic #site-header-menu #site-navigation div.nav-menu > ul > li > a:after {
position: absolute;
content: '';
left: 0;
bottom: 25px;
background-color: #0e2207;
height: 1px;
width: 0;
transition: all .3s ease 0s;
}
.tm-layout-style15 .elementor-icon-box-wrapper b {
font-weight: 500;
color: var(--body-blackfont-color);
}
.ttm-quotes-block span {
background-color: var(--ttm-secondarycolor);
color: #fff;
padding: 0 4px;
}   .elementor-element.ttm-progressbar-style7 .elementor-progress-wrapper {
background-color: var(--ttm-greycolor);
height: 15px;
border-radius: 7.99px;
margin-top: 7px;
}
.elementor-element.ttm-progressbar-style7 .elementor-widget-container .elementor-title {
font-size: 16px;
}
.elementor-element.ttm-progressbar-style7 .elementor-progress-wrapper .elementor-progress-bar {
height: 7px;
border-radius: 3.55px;
left: 5px;
top: 4px;
position: relative;
}
.elementor-element.ttm-progressbar-style7 .elementor-progress-wrapper .elementor-progress-bar .elementor-progress-percentage {
font-size: 14px;
} .elementor-element.ttm-progressbar-style8 .elementor-widget-container .elementor-progress-wrapper {
background-color: #e5e5e5;
border-radius: 9px;
height: 15px;
}
.elementor-element.ttm-progressbar-style8 .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
background-color: var(--ttm-secondarycolor);
border-radius: 4px;
top: 3px;
position: relative;
left: 6px;
} .tm-layout-style21 .elementor-widget-tm_heading .tm-content-header .tm-element-content-heading span {
text-transform: uppercase;
position: relative;
}
.tm-layout-style21 .elementor-widget-tm_heading .tm-content-header .tm-element-content-heading span:before {
content: '';
position: absolute;
background-color: var(--ttm-skincolor);
width: 100%;
height: 15px;
top: auto;
bottom: 5px;
left: 0;
right: auto;
z-index: -1;
} .elementor-widget-tm_staticbox3_element .tm-staticbox-style1 .themetechmount-static-box-desc{
color: var(--body-fonts-color);
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-contentdesc {
display: flex;
width: 100%;
justify-content: space-between;
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-contentdesc .tm-box-title h4 {
font-size: 28px;
line-height: 38px;
}
.themetechmount-element-static-iconboxbox-style1 .tm-box-contentdesc .tm-button {
font-size: 0;
position: relative;
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-contentdesc .themetechmount-static-box-desc {
width: 50%;
margin-right: 100px;
margin-left: 70px;
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-icon {
display: none;
transition: all .5s ease;
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-col-wrapper {
width: 100%;
border-top: 1px solid var(--ttm-bordercolor);
padding-top: 50px;
padding-bottom: 25px;
}
.elementor-widget-tm_staticbox3_element .themetechmount-element-static-iconboxbox-style1 .tm-box-col-wrapper:last-child {
border-bottom: 1px solid var(--ttm-bordercolor);
padding-bottom: 50px;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .themetechmount-static-box-desc {
display: flex;
opacity: 1;
position: absolute;
transition: all 0.2s ease 0s;
max-width: 45%;
top: 0;
left: auto;
right: 18%;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox .tm-box-title h4 {
font-size: 28px;
line-height: 38px;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox {
position: relative;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox .tm-button {
float: right;
position: relative;
font-size: 0;
display: block;
cursor: pointer;
top: -10px;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox .tm-button a {
position: relative;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox .tm-box-title {
width: 30%;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox .tm-button a:after {
content: "\e87e";
font-family: 'ttm-medisat-icons';
font-size: 30px;
position: absolute;
bottom: auto;
right: 0;
left: auto;
top: -65px;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
text-align: center;
color: #000;
background-color: var(--ttm-whitecolor);
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox.active .tm-box-icon {
display: flex;
width: 100%;
justify-content: space-between;
padding-top: 65px;
transition: all .5s ease;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox.active .tm-button {
top: -235px;
}
.themetechmount-element-static-iconboxbox-style1 .tm-static-iconbox .tm-contentbox.active .tm-button a:after {
content: "\e879";
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
} .ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li {
padding: 25px 50px 23px 100px;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
cursor: pointer;
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper {
display: flex;
background-color: var(--ttm-skincolor);
margin-top: 0;
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper .ttm-elementor-tab-title {
display: flex;
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper .ttm-elementor-tab-title i {
font-size: 20px;
line-height: 35px;
transform: rotate(90deg);
position: absolute;
right: 50px;
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul .ttm-elementor-tab-title.ttm-tab-active .tm-tab-inner .tm-tab-title {
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul .ttm-elementor-tab-title .tm-tab-inner .tm-tab-title {
font-size: 16px;
line-height: 26px;
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li:nth-child(2) {
background-color: var(--ttm-greycolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li:nth-child(2) i {
color: var(--ttm-secondarycolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li:last-child {
background-color: var(--ttm-secondarycolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li:last-child .tm-tab-inner .tm-tab-title {
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style10 ul.elementor-tabs-wrapper li:nth-child(2) .tm-tab-inner .tm-tab-title {
color: var(--body-blackfont-color);
} .ttm-elementor-tabs.ttm-tab-style11 .elementor-tabs-wrapper {
width: 35%;
float: left;
display: block;
border: none;
padding: 70px 35px 70px 0;
z-index: 1;
position: relative;
margin: 0 auto;
}
.ttm-elementor-tabs.ttm-tab-style11 .elementor-tabs-wrapper .ttm-elementor-tab-title {
width: 100%;
text-align: right;
margin: 0px;
background-color: transparent;
color: var(--ttm-secondarycolor);
display: inline-block;
padding: 7px 15px;
font-size: 16px;
border: none;
cursor: pointer;
}
.ttm-elementor-tabs.ttm-tab-style11 .tmtabs-content-wrapper {
width: 65%;
float: right;
border: none;
}
.ttm-elementor-tabs.ttm-tab-style11 .elementor-tabs-wrapper .ttm-elementor-tab-title span.tm-tab-title {
font-size: 24px;
line-height: 34px;
font-weight: 500;
}
.ttm-elementor-tabs.ttm-tab-style11 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper .ttm-elementor-tab-list.ttm-tab-active .tm-tab-title {
font-size: 28px;
line-height: 38px;
font-weight: 600;
position: relative;
}
.ttm-elementor-tabs.ttm-tab-style11 .themetechmount-box-heading-wrapper .elementor-tabs-wrapper .ttm-elementor-tab-list.ttm-tab-active .tm-tab-title:before {
font-family: flaticon_medical-new !important;
content: "\f14a";
position: absolute;
left: -30px;
right: auto;
top: 0;
bottom: auto;
font-size: 22px;
} .ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper {
width: 35%;
float: left;
display: block;
border: none;
padding: 140px 125px 70px 35px;
z-index: 1;
position: relative;
margin: 0 auto;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li {
width: 100%;
text-align: center;
margin: 0px;
background-color: transparent;
color: var(--ttm-secondarycolor);
display: inline-block;
padding: 10px 10px;
font-size: 16px;
border: none;
cursor: pointer;
background-color: var(--ttm-whitecolor);
margin-bottom: 30px;
border-radius: 5px;
position: relative;
}
.ttm-elementor-tabs.ttm-tab-style12 .tmtabs-content-wrapper {
width: 65%;
float: right;
border: none;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li .tm-tab-title {
font-size: 16px;
line-height: 40px;
font-weight: 500;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li.ttm-tab-active {
background-color: var(--ttm-skincolor);
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li.ttm-tab-active .tm-tab-title {
color: var(--ttm-whitecolor);
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper:after {
position: absolute;
content: '';
left: 0;
bottom: auto;
top: 21%;
height: 65%;
width: 3px;
background-color: var(--ttm-whitecolor);
overflow: hidden;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li:after {
top: 30px;
position: absolute;
content: '';
left: -34px;
width: 13px;
height: 13px;
background-color: var(--body-blackfont-color);
border-radius: 50%;
transform: translateX(-50%);
z-index: 3;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li:after {
top: 30px;
position: absolute;
content: '';
left: -34px;
width: 13px;
height: 13px;
background-color: var(--body-blackfont-color);
border-radius: 50%;
transform: translateX(-50%);
z-index: 3;
}
.ttm-elementor-tabs.ttm-tab-style12 .elementor-tabs-wrapper li.ttm-tab-active:after {
background-color: var(--ttm-skincolor);
}
.ttm-commonform.ttm-contactform-20 span {
font-size: 16px;
line-height: 26px;
color: var(--body-blackfont-color);
font-weight: 600;
}
.ttm-commonform.ttm-contactform-20 span.wpcf7-not-valid-tip {
color: #dc3232;
}
.ttm-commonform.ttm-contactform-20 .wpcf7-list-item.first.last i {
font-size: 8px;
color: var(--ttm-skincolor);
}
.ttm-commonform.ttm-contactform-20 .wpcf7-list-item.first.last {
margin-bottom: 15px;
margin-top: 18px;
font-size: 14px;
line-height: 26px;
}
.ttm-commonform.ttm-contactform-20 .wpcf7-form-control-wrap input,
.ttm-commonform.ttm-contactform-20 .wpcf7-form-control-wrap textarea {
border-radius: 5px;
border-color: var(--ttm-bordercolor);
}
.ttm-commonform.ttm-contactform-20 .tm-contact-btn .submit-btn {
width: 100%;
border-radius: 20px;
}
.ttm-commonform.ttm-contactform-20 .wpcf7-spinner {
display: none;
} .tm-layout-style21 .themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading1 i {
font-size: 20px;
}
.tm-layout-style21 .themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading {
padding-left: 25px;
}
.tm-layout-style21 .themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading1 .tm-box-icon {
padding-top: 9px;
}
.tm-layout-style21 .themetechmount-iconbox-styleeleven .tm-iocnbox-btn a {
background-color: transparent;
border-color: transparent;
color: var(--body-blackfont-color);
padding: 0;
}
.tm-layout-style21 .themetechmount-iconbox-styleeleven .tm-iocnbox-btn a:hover:before {
content: unset;
}
.tm-layout-style21 .themetechmount-iconbox-styleeleven .themetechmount-iconbox-heading .tm-custom-heading {
margin-bottom: 13px;
}
.elementor-element.tm-margin .elementor-widget-container h6 {
margin-bottom: 5px;
}
.tm-layout-style21 .elementor-section.elementor-top-section.tm-textcolor-white.tm-bgcolor-darkgrey .elementor-widget-tm_heading .tm-element-content-desctxt {
width: auto;
margin: 0;
} .tm-marquebox-style3 {
width: 100%;
animation: tm-marque-text 25s linear infinite;
will-change: transform;
white-space: nowrap;
}
.tm-marquebox-style3:hover {
animation-play-state: paused !important;
}
.tm-marquebox-style3 ul.marquebox-list li {
position: relative;
display: inline-block;
margin-left: 30px;
margin-right: 30px;
text-align: center;
letter-spacing: 2px;
font-size: 18px;
line-height: 38px;
}
.tm-marquebox-style3 ul.marquebox-list li:hover {
color: var(--ttm-skincolor);
}
.tm-marquebox-style3 ul.marquebox-list li:before {
content: "\f157";
font-family: 'flaticon_medical-new';
position: absolute;
bottom: auto;
top: -10px;
left: auto;
right: -53px;
color: var(--ttm-whitecolor);
font-size: 14px;
line-height: 60px;
}
.tm-marquebox-style3 ul {
margin: 0;
}
.tm-bgcolor-skincolor .tm-marquebox-style3 ul.marquebox-list li a.tm-more-button, .tm-bgcolor-skincolor .tm-marquebox-style3 ul.marquebox-list li span.marque-text {
color: #fff;
}
@keyframes tm-marque-text {
0% {
transform: translate(-20%, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes tm-marque-textrev {
100% {
transform: translate(-20%, 0);
}
0% {
transform: translate(-100%, 0);
}
} .ttm-commonform.tm-demo21 input[type="text"],
.ttm-commonform.tm-demo21 .select2-container--default .select2-selection--single .select2-selection__rendered {
text-align: center;
}
.tm-layout-style21 .tm-textcolor-white .tm-btn-style-flat.tm-btn-color-skincolor .elementor-button:hover {
color: var(--body-blackfont-color);
} .tm-layout-style21.single article.themetechmount-box-blog-classic {
padding-top: 90px;
background-color: transparent;
}
.tm-layout-style21 .tm-pf-single-content-wrapper.tm-pf-view-top-image{
background-color: transparent;
}
.tm-layout-style21 .themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large img,
.tm-layout-style21 .themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image img,
.tm-layout-style21 .tm-pf-single-content-wrapper.tm-pf-view-top-image .elementor-widget-container img {
filter: grayscale(100%);
}
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin h5.wp-block-heading {
padding: 0;
}
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 blockquote,
.tm-layout-style21.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin,
.tm-layout-style21 .themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image.size-large img,
.tm-layout-style21 .themetechmount-details-style2 .tm-blog-classic-box-content .wp-block-image img {
border-radius: 5px;
} .footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img {
background-image: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/footerimg.jpg);
background-size: auto;
background-color: transparent;
background-repeat: no-repeat;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc {
padding: 40px 0px 50px 0px;
text-align: center;
}
.footer.tm-footerstyle-style6 .tm-first-footer1.tm-footer-border {
display: flex;
justify-content: space-between;
padding-left: 15px;
}
.footer.tm-footerstyle-style6 .tm-custombutton .elementor-widget-container .elementor-button-wrapper a:hover {
background-color: var(--ttm-whitecolor);
color: var(--body-blackfont-color);
}
.footer.tm-footerstyle-style6 .tm-first-footer1.tm-footer-border .header-content p {
margin-bottom: 0;
color: var(--ttm-whitecolor) !important;
}
.footer.tm-footerstyle-style6 .tm-padding .icon i {
top: 0px;
position: relative;
}
.footer.tm-footerstyle-style6 .footer  .mail {
padding-top: 12px;
}
.footer.tm-footerstyle-style6 .tm-first-footer {
padding-right: 130px;
}
.footer.tm-footerstyle-style6 .bottom-footer-inner .tm-footer2-left a, 
.footer.tm-footerstyle-style6 .tm-footer-iconbox .header-content .mail a,
.footer.tm-footerstyle-style6 .footer-nav-menu a {
position: relative;
padding-bottom: 5px;
word-wrap: break-word;
display: inline-block;
word-break: break-word;
}
.footer.tm-footerstyle-style6 ul.timelist-block li.timelist-item {
border: unset;
padding-bottom: 0;
}
.footer.tm-footerstyle-style6  .tm-socialbox ul.social-icons {
display: block;
padding-top: 55px;
}
.footer.tm-footerstyle-style6 .tm-socialbox ul.social-icons li {
min-width: auto;
}
.footer.tm-footerstyle-style6 .tm-socialbox ul.social-icons li a {
font-size: 16px;
line-height: 30px;
width: auto;
height: auto;
margin-right: 10px;
color: var(--ttm-whitecolor);
}
.footer.tm-footerstyle-style6 .tm-socialbox ul.social-icons li a:hover {
color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style6 .widget {
margin: 0px 0 50px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .text-bold b {
font-size: 58px;
line-height: 68px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a {
padding: 12px 30px;
background-color: var(--ttm-whitecolor);
border-radius: 21px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a span {
color: var(--body-blackfont-color);
font-size: 14px;
line-height: 34px;
font-weight: 500;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a:hover {
background-color: var(--ttm-skincolor);
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc .elementor-button-wrapper a:hover span {
color: var(--ttm-whitecolor);
}
.footer.tm-footerstyle-style6 .tm-menu-add {
display: flex;
width: 100%;
justify-content: space-between;
}
.footer.tm-footerstyle-style6 .second-footer .widget:nth-child(2n) {
display: inline-block;
float: right;
}
.footer.tm-footerstyle-style6 .second-footer .widget_nav_menu {
float: left;
}
.footer.tm-footerstyle-style6 .widget.tm-left {
padding-left: 50px;
margin-bottom: 0;
}
.footer.tm-footerstyle-style6 .widget.tm-left ul li {
border-bottom: 1px solid rgba(255,255,255,0.15);
padding-bottom: 25px;
}
.footer.tm-footerstyle-style6 .widget.tm-left ul li:last-child {
border: unset;
padding-top: 25px;
}
.footer.tm-footerstyle-style6 .widget.tm-left ul li a {
color: rgba(255,255,255,50%);
margin-bottom: 15px;
}
.footer.tm-footerstyle-style6 .widget.tm-left ul li  span.post-date {
color: rgba(255,255,255,50%);
}
.footer.tm-footerstyle-style6 .tm-container-for-footer .first-footer-inner {
border-bottom: 1px solid rgba(255, 255, 255, .10);
padding:35px 0 0;
margin-bottom: 30px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-container-for-footer .second-footer-inner {
padding-top: 45px;
}
.footer.tm-footerstyle-style6 .widget.tm-padding {
padding-top: 25px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc h3 {
margin-bottom: 25px;
}
.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img .tm-footer-desc h6 {
font-size: 21px;
line-height: 32px;
margin-bottom: 5px;
padding-top: 6px;
} .tm-header-style-classic-elegant3 .tm-stickable-header-w {
position: absolute;
z-index: 21;
width: 100%;
box-shadow: none;
-khtml-box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
top: 30px;
}
.tm-header-style-classic-elegant3 .tm-stickable-header-w .tm-stickable-header {
margin: 0 90px;
border-radius: 35.5px;
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
}
.tm-layout-style21 .tm-header-style-classic-elegant3 .tm-stickable-header-w .tm-stickable-header {
margin: 0 80px;
}
.footer.tm-footerstyle-style6 .tm-menu-add .footer-nav-menu {
display: block;
}
.tm-header-style-classic-elegant3 .site-header-menu .nav-menu li:after {
content: '';
position: absolute;
width: 1px;
height: 20px;
background-color: var(--ttm-bordercolor);
right: 0;
top: 25px;
}
.tm-header-style-classic-elegant3 .site-header-menu .nav-menu li.current-menu-item:before {
content: '';
position: absolute;
width: 50px;
height: 5px;
background-color: var(--ttm-skincolor);
right: 0;
left: 0;
top: 0;
margin: 0 auto;
}
.tm-header-style-classic-elegant3 .site-header-menu .tm-header-cta-btn {
padding-left: 30px;
}
.tm-layout-style21 .tm-titlebar-main .container-fullwide {
padding-top: 107px;
}
.tm-layout-style21 .tm-first-footer1 .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
color: var(--ttm-whitecolor);
} .prt-gastro-marque .tm-marquebox-style1 ul.marquebox-list li{
font-size: 24px;
font-weight:500;
font-family: archivo;
color: var(--ttm-whitecolor);
margin-left: 25px;
margin-right: 25px;
margin-top: 5px;
}
.prt-gastro-marque .tm-marquebox-style1 ul.marquebox-list li:before {
color: var(--tm-whitecolor);
font-size: 14px;
font-weight: 500;
line-height: 24px;
top: 10px;
right: -35px;
}
.prt-gastro-marque .tm-marquebox-style1 ul.marquebox-list li:hover {
color: var(--ttm-whitecolor); 
}
.tm-static-contentbox-style6 .tm-stepbox-content{
overflow: hidden;
position: relative;
padding: 35px 35px;
background-color: var(--ttm-greycolor);
border: 1px solid ;
border-color: rgb(221, 221, 221);
border-radius: 10px;
margin: 0;
}
.tm-static-contentbox-style6 .tm-left-contentbox{
display: table-cell;
vertical-align: middle;
width:31%;
}
.tm-static-contentbox-style6 .tm-right-contentbox{
display: table-cell;
vertical-align: middle;
padding-left: 20px;
width: 50%;
}
.tm-static-contentbox-style6 .tm-left-contentbox.tm-stepbox-imagebox .tm-ptable-icon-type-image{
overflow: hidden;
transition: all .5s ease-in-out;
}
.tm-static-contentbox-style6 .tm-left-contentbox.tm-stepbox-imagebox .tm-ptable-icon-type-image{
position: relative;
overflow: hidden;
margin: 15px 0;
display: table-cell;
vertical-align: middle;
}
.tm-static-contentbox-style6 .themetechmount-static-box-desc{
font-size: 14px;
line-height: 24px;
}
.ttm-header-style {
border-bottom: 4px solid var(--ttm-skincolor);
color: var(--ttm-skincolor);
}
.ttm-border-style {
color:var( --ttm-skincolor);
font-size: 15px;
font-weight: 500;
}
.ttm-commonform.ttm-contactform-21 input[type="text"]{
border: unset;
border-bottom: 1px solid #dfdfdf;
background-color: transparent;
}
.ttm-commonform.ttm-contactform-21 select{
border: unset;
border-bottom: 1px solid #dfdfdf;
margin: -22px 0 15px 0;
padding-left: 0px;
background-color: transparent;
}
.ttm-commonform.ttm-contactform-21 input[type="submit"]{
color: #fff;
background-color: var(--ttm-skincolor);
border-radius: 5px;
}
.ttm-commonform.ttm-contactform-21:hover input[type="submit"]{
color: #fff;
background-color: #000;
}
.ttm-contactform-21 textarea {
padding: 0px;
border: 0;
border-bottom: 1px solid #dfdfdf;
background-color: transparent;
}
.ttm-commonform.ttm-contactform-21 p label{ 
font-size: 13px;
display: inline-block;
margin-bottom: -25px;
font-weight: 500;
color: #000;
}
.ttm-commonform.ttm-contactform-21 input[type=text]{    
font-weight: 400;
font-size: 14px;
padding-left: 0px;
margin-top: -45px;
border-radius: unset;
}
.ttm-commonform.ttm-contactform-21 input[type=text]:active{
border-color:var(--ttm-skincolor);
}
.tm-imagebox-style img{
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s;
}
.tm-imagebox-style img:hover {
-moz-transform: scale(1.09);
-webkit-transform: scale(1.09);
-ms-transform: scale(1.09);
transform: scale(1.09);
} 
.tm-imagebox-style {
overflow: hidden; 
} .tm-layout-style19 .footer .footer-rows .second-footer .second-footer-inner {
border: 1px solid rgba(255,255,255,.1);
padding: 10px 15px 10px;
border-radius: 0px;
}
.tm-layout-style19 .tm-footer-iconbox .icon i {
font-size: 40px;
}
.tm-layout-style19 .tm-footer-iconbox .header-content p {
margin-bottom: 0;
}
.tm-footer-iconbox .icon {
padding-right: 20px;
}
.tm-first-footer1 {
display: flex;
justify-content: space-between;
padding-left: 15px;
}
.tm-footer-iconbox .header-content .mail a {
color: var(--ttm-whitecolor);
}
.tm-layout-style19  .second-footer-inner>.row.multi-columns-row .widget-area:not(:first-child):after {
width: 1px;
height: 100%;
content: '';
position: absolute;
left: 0;
background-color: rgba(255,255,255,.1);
top: 0;
}
.tm-layout-style19 .footer .footer-rows .second-footer .second-footer-inner .widget {
margin: 15px 0 15px;
}
.tm-layout-style19 .footer .footer-rows .second-footer .second-footer-inner .widget-area {
padding: 0 30px;
}
.tm-layout-style19 .footer .footer-rows .second-footer .second-footer-inner .widget-area:first-child {
padding: 0 30px 0 20px;
}
.tm-icon-list .elementor-widget-container li {
border: 1px solid #fff;
border-radius: 10px;
background-color: #f6f6f5;
padding: 10px 25px 8px 15px !important;
display: inline-block;
}
.tm-icon-list .elementor-icon-list-items li span{
display: unset;
}
.prt-testimonial-dark .themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-testimonial-text {
font-size: 33px;
line-height: 50px;
font-weight: 500;
margin-bottom: 22px;
color: var(--body-blackfont-color);
}
.tm-demo19-icon-boxstyle1 .themetechmount-iconbox-style14 .themetechmount-iconbox-inner {
background-color: var(--ttm-greycolor);
}
.themetechmount-teambox-style23 .themetechmount-box-title h4 {
margin-bottom: 0;
}
.tm-subscription-box {
position:relative;
}
.mc4wp-form-fields .tm-subscription-box input[type="email"] {
border: 1px;
border-bottom: 1px solid;
border-color: #ffffff;
background: transparent;
color: #fff;
padding:20px;
border-radius: 0;
}
.tm-subscription-box button[type="submit"] {
position: absolute;
right: 0;
left: auto;
display: block;
top: 0;
bottom: 0;
border: none;
padding: 0;
background-color: transparent;
}
.mc4wp-form-fields .tm-subscription-box input[type="email"]::-webkit-input-placeholder {
color: rgba(255 ,255, 255 ,0.70);
}
.mc4wp-form-fields .tm-subscription-box input[type="email"]:-moz-placeholder {
color: rgba(255 ,255, 255 ,0.70);
}  .tm-medical-pulmonology svg {
overflow: visible;
} .tm-medical-pulmonology .e-text-path {
background-color: var(--ttm-whitecolor);
margin: 0 auto;
padding: 15px;
width: 116px;
height: 116px;
border-radius: 50%;
letter-spacing:10px;
transform-origin: 50% 50% 0;
transform: rotate(0deg);
-webkit-animation: spin 15s linear infinite;
-moz-animation: spin 15s linear infinite;
animation: spin 15s linear infinite;
} .tm-marquee-box .tm-marquebox-style1 ul.marquebox-list li:before {
content: '*';
left: -33px;
right: unset;
color: var(--ttm-whitecolor);
top: 5px;
font-size: 40px;
}
.tm-marquee-box  .tm-marquebox-style1 ul.marquebox-list li {
margin-left: 20px;
margin-right: 20px;
}
.tm-marquee-box  .tm-marquebox-style1 ul.marquebox-list li:hover:before {
-webkit-text-fill-color:var(--ttm-whitecolor);
} 
.tm-marquee-box  .tm-marquebox-style1 ul.marquebox-list li:hover {
background: none;
-webkit-text-fill-color: var(--ttm-whitecolor);
}
.tm-marquee-box .tm-marquebox-style1 .marque-text {
font-size: 40px;
line-height: 50px;
font-weight: 500;
color: var(--ttm-whitecolor);
}
.tm-marquee-box .marquebox-list {
margin: 0px;
padding: 0px;
} .themetechmount-reviewbox-styletwo .cmt-single-review-inner .review-item-img img {
border-radius: 163px 163px 0px 0px;
transform: translateX(0px);
transition-duration: .3s;
transition-property: transform;
transition-timing-function: ease-out;
}
.themetechmount-reviewbox-styletwo .cmt-single-review-inner .review-item-img span {
position: relative;
display: inline-block;
}
.themetechmount-reviewbox-styletwo .cmt-single-review-inner .review-item-img span:after {
position: absolute;
content: "";
width: 100%;
height: calc(100% - 0px);
left: 15px;
top: -15px;
bottom: auto;
border: 2px solid var(--ttm-whitecolor);
border-radius: 163px 163px 0px 0px;
z-index: -1;
display: inline-block;
}
.themetechmount-reviewbox-styletwo.vc_align_right .cmt-single-review-inner .review-item-img span:after {
left: -25px;
}
.themetechmount-reviewbox-styletwo:hover .cmt-single-review-inner .review-item-img img {
transform: translateX(15px);
}
.themetechmount-reviewbox-styletwo.vc_align_right:hover .cmt-single-review-inner .review-item-img img {
transform: translateX(-25px);
}
.themetechmount-reviewbox-styletwo .cmt-single-review-inner .review-item-img .cursor-play-btn {
display: none;
}
.themetechmount-reviewbox-styletwo .cmt-single-review-inner .tm-custom-heading {
font-size: 26px;
line-height: 30px;
margin-bottom: 3px;
padding-top: 18px;
}
.themetechmount-reviewbox-styletwo .cmt-single-review-inner .cmt-desctext {
font-size: 15px;
font-style: italic;
font-weight: 300;
} .tm-element-heading-content-wrapper.left-align.tm-reverse-heading-yes.tm-seperator-solid.tm-heading-style-vertical .tm-element-subheading {
border-bottom: 1px solid;
padding-bottom: 11px;
}
span.tm-heading-r-arrow:after {
content: url(//avrmaxilofacial.com/wp-content/themes/medisat/images/right-arrow.png);
position: absolute;
top: 39%;
margin-left: 25px;
} .tm-staticbox-style5 .tm-box-title h4 {
color: var(--ttm-whitecolor);
}
.tm-staticbox-style5 .process-num {
position: absolute;
top: -18px;
padding: 1px 21px 2px;
background-image: linear-gradient(93deg, var(--tm-first-gradientcolor) 33%, var(--tm-second-gradientcolor) 61%);
border-radius: 22px;
font-size: 18px;
line-height: 28px;
color: var(--ttm-whitecolor);
font-family: var(--base-headingfont);
left: 0;
}
.tm-staticbox-style5 .tm-stepbox-content:before {
content: "";
position: absolute;
width: 200%;
height: 1px;
background-color: rgb(255,255,225,0.13);
margin-left: -50%;
margin-right: -50%;
top: 0;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(2n) .process-num {
left: 34.4%;
}
.tm-staticbox-style5 .tm-stepbox:nth-child(3n) .process-num {
left: 68.2%;
}
.tm-staticbox-style5 .tm-left-contentbox {
display: flex;
padding: 46px 0;
}
.tm-staticbox-style5  .tm-stepbox-main-icon {
display: none;
}
.tm-staticbox-style5 .tm-left-contentbox .tm-box-title h4 {
font-size: 34px;
line-height: 44px;
margin-bottom: 0;
}
.tm-staticbox-style5 .tm-left-contentbox .tm-box-title,
.tm-staticbox-style5 .tm-left-contentbox .themetechmount-static-box-desc {
width: 50%;
}
.ttm-service-stepbox .tm-staticbox-style5 .tm-box-title h4 {
color: var(--ttm-secondarycolor);
}
.ttm-service-stepbox .tm-staticbox-style5 .tm-stepbox-content:before {
background-color: rgb(0 0 0 / 13%);
} .menu-footer-useful-links-container .menu {
display: flex;
flex-wrap: wrap;
}
.menu-footer-useful-links-container .menu .menu-item {
width: 50%;
}
.menu-footer-useful-links-container ul.menu .menu-item a,
.tm-open-hour li span,
.tm-open-hour li  i:before {
font-size: 16px;
font-weight: 300;
color: rgb(255 255 255 / 80%);
}
.menu-footer-useful-links-container ul.menu .menu-item a:hover{
color: var(--ttm-skincolor);
}
.tm-open-hour li  i:before{
rotate: -43deg;
font-size: 15px;
margin-right: 8px;
line-height: 5px;
margin-left: 0px;
}
.footer .widget ul.tm-open-hour li {
border-bottom: 1px solid rgb(255 255 255 / 11%);
padding: 13px 0px 19px;
}
.footer .widget ul.tm-open-hour li:first-child {
padding-top: 0px;
}
.footer .widget ul.tm-open-hour span {
text-transform: capitalize;
}
.footer .widget ul.tm-open-hour span.tm-opening-time {
text-transform: uppercase;
}
.footer .widget ul.tm-open-hour li:last-child {
border: none;
}
.tm-s-footer--img {
border-radius: 10px;
}
.tm-footer-signup-form .form-group {
border-radius: 30px;
border: 1px solid rgb(255 255 255 / 11%);
background-color: transparent;
padding: 14px 67px 17px 24px;
}
.tm-footer-signup-form .form-group::placeholder,
.tm-footer-signup-form .form-group {
font-size: 14px;
color: rgb(255 255 255 / 50%);
}
.tm-footer-signup-form .signup-btn {
position: absolute;
right: 13px;
z-index: 1;
line-height: 57px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
rotate: -50deg;
color: var(--ttm-whitecolor);
font-size: 24px;
padding: 0;
background-image: linear-gradient(131deg, var(--tm-first-gradientcolor) 36%, var(--tm-second-gradientcolor) 68%);
}
.tm-footer-signup-form .signup-btn:hover {
background-image: linear-gradient(-40deg, var(--tm-first-gradientcolor) 32%, var(--tm-second-gradientcolor) 67%)
}
.footer .tm-signup-form-heading {
color: var(--ttm-whitecolor);
margin-bottom: 29px;
font-family: "Wigrum", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 28px;
}
.tm-support-details {
font-size: 16px;
padding: 11px 0px 41px 0px;
}
.footer .tm-support-details a {    
color: var(--ttm-whitecolor);
cursor: pointer;
display: inline-block;
vertical-align: top;
}
.tm-footer-copyright {
font-size: 15px;
color: #b3b3b3;
}
.footer .tm-footer-copyright a {
color: var(--ttm-whitecolor);
text-transform: capitalize;
}
.ttm-text-bottom-footer li{
list-style: none;
font-size: 15px;
}
.tm-layout-style18 .second-footer .container-fullwide {
padding: 0;
}
.tm-layout-style18 .footer  .second-footer .second-widget-area .widget {
margin: 4px 0 6px !important;
} .tm-iconbox-center .themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-iconbox-wrapper {
align-items: center;
}
.tm-iconbox-center .themetechmount-iconbox.themetechmount-iconbox-stylethree .tm-iconbox-wrapper:after {
display: none;
} .tm-accordian .elementor-tab-title{
display: flex;
} 
.tm-accordian .elementor-accordion-item  .elementor-accordion-icon {
line-height: 34px;
}
.tm-accordian .elementor-accordion-item {
border-bottom: 1px solid var(--ttm-bordercolor) !important;
}
.tm-accordian .elementor-accordion-item:last-child{
border: none !important;
}
.tm-accordian .elementor-accordion-item .elementor-tab-title {
padding-top: 20px;
padding-bottom: 0px;
}
.tm-accordian .elementor-accordion-item .elementor-tab-content{
margin-top: -20px;
}
.tm-service-contact-form .wpcf7-form-control-wrap .input-text, 
.tm-service-contact-form .wpcf7-form-control-wrap textarea, 
.tm-service-contact-form .wpcf7-form-control-wrap input[type="text"],
.tm-service-contact-form .wpcf7-form-control-wrap input[type="email"]{
border-radius: 10px;
background: var(--ttm-greycolor);
padding: 7px 15px 10px;
}
.tm-service-contact-form p{
margin-bottom: 21px;
}
.tm-service-contact-form .wpcf7-submit{
width: 100%;
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 50%, var(--tm-first-gradientcolor) 100%) !important;
border-right-color: var(--tm-second-gradientcolor);
border-left-color: var(--tm-first-gradientcolor);
transition: 0.5s;
background-size: 200% auto;
color: #fff;
border-radius: 10px;
padding: 14px 35px 16px;
margin-top:  4px;
}
.tm-service-contact-form .wpcf7-submit:hover {
animation: textclip 1.8s linear infinite;
background-image: linear-gradient(to right, var(--tm-second-gradientcolor) 0%, var(--tm-first-gradientcolor) 50%, var(--tm-second-gradientcolor) 100%) !important;
background-position: right center;
}
.tm-service-contact-form .wpcf7-spinner{
position: absolute !important;
}
.tm-service-link{
color : #828282;
} .tm-contact-form .tm-service-contact-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder{
color: #788796;
}
.tm-contact-form .tm-service-contact-form .wpcf7-form-control-wrap .input-text, 
.tm-contact-form .tm-service-contact-form .wpcf7-form-control-wrap textarea, 
.tm-contact-form .tm-service-contact-form .wpcf7-form-control-wrap input[type="text"], 
.tm-contact-form .tm-service-contact-form .wpcf7-form-control-wrap input[type="email"] {
border-radius: 10px;
background-color: #1f252a !important;
padding: 7px 15px 10px;
color: #788796;
border: none;
}
.tm-contact-form .tm-service-contact-form{
background: var(--ttm-secondarycolor);
} .themetechmount-client-box-style3 .themetechmount-item-thumbnail-inner{
padding: 16px 21px !important;
background-color: #13242e;
border-radius: 90px;
height: 90px;
}
.tm-fidbox-style-new .inside.tm-fid-view-lefticon h3{
font-weight: 300;
line-height: 26px;
}
.tm-layout-style18 .truebooker_form_style1 .nav-item.__tba-is-active a.tba-front-tab-menu--item ,
.tm-layout-style18 .truebooker_form_style1 .tba_next_prevbtn .btn,
.tm-layout-style18 .truebooker-form .tba-button,
.tm-layout-style18 .tba-modal .paymentbtn{
border: none;
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) , var(--tm-second-gradientcolor) );
box-shadow: none;
}
.tm-layout-style18 .truebooker_form_style1 .tba_next_prevbtn .btn:hover,
.tm-layout-style18 .truebooker-form .tba-button:hover,
.tm-layout-style18 .tba-modal .paymentbtn:hover{
background-image: linear-gradient(to right, var(--tm-second-gradientcolor) , var(--tm-first-gradientcolor) );
}
.tm-layout-style18 .truebooker_form_style1 .tba-front-ser-card-wrap{
min-height: auto;
}
.tm-layout-style18 .truebooker_form_style1 .tba-front-ser__card-heading {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.tm-layout-style18 .truebooker .truebooker_form_{
max-width: 1300px !important;
}
.tm-layout-style18 .truebooker_form_style1 .tba-front-ser-card-wrap.active {
border: 1px solid var(--ttm-skincolor);
}
.tm-layout-style18 .tm-appointment-form .tba-close:hover,
.tm-layout-style18 .ui-timepicker-standard .ui-state-hover,
.tm-layout-style18 .ui-datepicker-calendar .ui-state-active,
.tm-layout-style18 .ui-datepicker-calendar .ui-state-default:hover,
.tm-layout-style18 .ui-datepicker-header{
background-color: var(--ttm-skincolor);
}
.tm-layout-style18 .ui-datepicker-calendar .ui-state-highlight{
background-color: var(--ttm-secondarycolor);
} .single-post.tm-layout-style18  article.post .entry-content {
border-bottom: none;
padding-bottom: 0px;
}
.tm-layout-style18 .tm-header-overlay .tm-titlebar-wrapper .tm-titlebar-inner-wrapper{
padding: 147px 50px 71px 50px;
}
.elementor-section.tm-column-break-ipad-yes.tm-column-break-custom .elementor-container p{
margin-bottom: 0px;
}
.tm-layout-style18 .tm-avatar-wrapper,
.tm-layout-style18 .tm-post-meta-wrapper{
display: none;
}
.tm-layout-style18.single-tm_team_member .themetechmount-team-img {
padding-right: 0px;
} 
.tm-layout-style18.blog .site-main {
padding: 90px 0 60px;
}
.tm-layout-style18.single article.post.themetechmount-box-blog-classic.themetechmount-details-style2 .wp-block-column.bg-skin {
padding: 37px 60px 30px 60px;
}
.tm-layout-style18.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .blog-detail-heading .themetechmount-box-title h4 {
cursor: none;
pointer-events: none;
} .tm-font-weight-400 {
font-weight: 400;
}
.tm-font-weight-500 {
font-weight: 500;
}
.tm-font-weight-700 {
font-weight: 700;
}
.tm-text-hover:hover{
color: var(--ttm-skincolor) !important;
}
.elementor-element.tm-btn-custom-font.elementor-widget-button .elementor-size-md.elementor-button{
font-size: 28px ;
line-height: 38px ;
}
.elementor-element.tm-btn-custom-font .elementor-size-md.elementor-button .elementor-button-icon.elementor-align-icon-left{
margin-top: 2px;
}
.elementor-element.tm-btn-custom-font .elementor-size-md.elementor-button .elementor-button-icon.elementor-align-icon-left i{
font-size: 20px;
}
.tm-text-white{
color: var(--ttm-whitecolor);
transition: all 0.4s ease !important;
}
.tm-text-white:hover{
color: var(--ttm-secondarycolor);
}
.tm-gray-text {
color: var(--body-fonts-color);
}
.cursor-play-btn.review-style2 {
font-size: 26px;
width: 60px;
height: 60px;
color: var(--ttm-whitecolor);
}
.tm-slider-btncolor {
background-image: linear-gradient(to right, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
padding: 12px 30px 15px;
border-radius: 10px;
transition: .7s;
}
.tm-slider-btncolor:hover {
background-image: linear-gradient(to left, var(--tm-first-gradientcolor) 0%, var(--tm-second-gradientcolor) 80%);
}
.slider-circle-img img {
-webkit-animation: spin 15s linear infinite;
-moz-animation: spin 15s linear infinite;
animation: spin 15s linear infinite;
}
.tm-slider-textfamily span {
font-family: "P22 Mackinac";
font-style: italic;
font-weight: 500;
}
.slider-imgleftright-animation img {
animation-name: float_left_right;
animation-duration: 9s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float_left_right;
-webkit-animation-duration: 9s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float_left_right;
-moz-animation-duration: 9s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
}
@keyframes float_left_right {
0% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
50% {
transform: translateX(20px);
transform: translateX(20px);
opacity: 1;
}
100% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num i {
background-color: #29a71a;
color: var(--ttm-whitecolor);
font-size: 20px;
border-radius: 50%;
margin-right: 14px;
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num {
color: var(--ttm-whitecolor);
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 30px;
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num:before {
content: '';
position: absolute;
border-left: 1px solid rgba(255 , 255 , 255 , 0.16);
height: 25px;
top: 34%;
left: 0;
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num a {
color: var(--ttm-whitecolor);
}
.tm-element-content-heading span.ttm-titlefont-p22 {
font-family: "P22 Mackinac";
font-weight: 700;
font-style: italic;
}
.ttm-footerimg img {
border-radius: var(--ttm-button-shape);
}
.tm-layout-style18 .themetechmount-team-data .prt-short-desc {
display: none;
}
.tm-layout-style18 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-member-single-position {
padding-bottom: 0px;
}
.tm-layout-style18 .elementor-widget-tm_team-nameinfo .themetechmount-team-data {
text-align: center;
}
.tm-layout-style18 .elementor-widget-tm_team-nameinfo .themetechmount-team-data .tm-team-extra-details-wrapper, .tm-layout-style18 .elementor-widget-tm_team-nameinfo .themetechmount-team-data  .tm-team-details-wrapper {
text-align: left;
} .tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num i {
background-color: #29a71a;
color: var(--ttm-whitecolor);
font-size: 20px;
border-radius: 50%;
margin-right: 14px;
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num {
color: var(--ttm-whitecolor);
font-size: 16px;
font-weight: 400;
position: relative;
padding-left: 30px;
}
.tm-headerstyle-classic-overlay .tm-header-text-area .ttm-header-e-num a {
color: var(--ttm-whitecolor);
} .tm-layout-style21.single article.themetechmount-box-blog-classic.themetechmount-details-style2 .tm-blog-classic-box-content .blog-detail-heading .themetechmount-box-title h4 {
cursor: none;
pointer-events: none;
} .tm-layout-style22 .tm-header-cta-btn {
padding-left: 15px;
}
.tm-seperator-style2 .tm-element-content-heading span {
position: relative;
display: inline-block;
font-family: 'Playfair Display';
font-style: italic;
}
.tm-seperator-style2 .tm-element-content-heading span:before {
z-index: -1;
content: '';
position: absolute;
left: 0;
bottom: 10px;
width: 100%;
height: 15px;
background-color: var(--ttm-skincolor);
}  .tm-marquee-row {
overflow: hidden;
}
.tm-marquebox-style4 {
width: 100%;
animation: tm-marque-text 25s linear infinite;
will-change: transform;
white-space: nowrap;
}
.tm-marque-textrev .tm-marquebox-style4 {
animation: tm-marque-textrev 25s linear infinite;
}
.tm-marquebox-style4:hover {
animation-play-state: paused !important;
}
.tm-marquebox-style4 ul.marquebox-list li {
position: relative;
display: inline-block;
margin-left: 25px;
margin-right: 25px;
text-align: center;
font-size: 30px;
line-height: 40px;
font-weight: 500;
color: var(--ttm-secondarycolor);
}
.tm-marquebox-style4 ul.marquebox-list li:hover {
color: var(--ttm-skincolor);
}
.tm-marquebox-style4 ul {
margin: 0;
}
@keyframes tm-marque-text {
0% {
transform: translate(-20%, 0);
}
100% {
transform: translate(-100%, 0);
}
}
@keyframes tm-marque-textrev {
100% {
transform: translate(-20%, 0);
}
0% {
transform: translate(-100%, 0);
}
} .themetechmount-event-box-style1 {
padding: 30px;
border: 1px solid var(--ttm-bordercolor);
background-color: var(--ttm-greycolor);
border-radius: 15px;
}
.themetechmount-event-box-style1 .event-box-content .themetechmount-box-desc .tm-short-desc {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.themetechmount-event-box-style1 .event-box-content .themetechmount-box-desc {
margin-top: 10px;
}
.themetechmount-event-box-style1 .themetechmount-post-item-inner {
margin-top: 30px;
}
.themetechmount-event-box-style1 .themetechmount-post-item-inner .tm-featured-wrapper {
overflow: hidden;
border-radius: 15px;
}
.themetechmount-event-box-style1 .themetechmount-post-item-inner .tm-featured-wrapper img {
border-radius: 15px;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
.themetechmount-event-box-style1:hover .themetechmount-post-item-inner .tm-featured-wrapper img {
-moz-transform: scale(1.09);
-webkit-transform: scale(1.09);
-ms-transform: scale(1.09);
transform: scale(1.09);
} .ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title.tm-tab-inner {
margin-right: 0px;
padding: 0px;
border: none;
background-color: transparent;
}
.ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title span {
font-size: 16px;
font-weight: 700;
color: var(--body-blackfont-color);
vertical-align: middle;
font-family: var(--special-element-fontfamily);
}
.ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title i {
font-size: 30px;
line-height: 22px;
}
.ttm-tab-style13.ttm-elementor-tabs .elementor-tabs-wrapper {
padding: 0;
margin: 0 auto;
text-align: center;
}
.ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title {
margin-right: 15px;
color: var(--ttm-secondarycolor);
display: inline-block;
padding: 15px 25px;
cursor: pointer;
border: 1px solid #00000033;
border-radius: 50px;
background-color: var(--ttm-greycolor);
}
.ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title:last-child {
margin-right: 0;
}
.ttm-tab-style13.ttm-elementor-tabs .ttm-elementor-tab-title.ttm-tab-active {
color: var(--ttm-whitecolor);
border-color: var(--ttm-skincolor);
background-color: var(--ttm-skincolor);
}
.ttm-elementor-tabs.ttm-tab-style13 .ttm-elementor-tab-title.ttm-tab-active  i ,
.ttm-elementor-tabs.ttm-tab-style13 .ttm-elementor-tab-title.ttm-tab-active span {
color: var(--ttm-whitecolor);
} .tm-static-contentbox-style8 .tm-stepbox-content {
position: relative;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc {
position: absolute;
bottom: 0px;
padding: 25px 200px 18px 50px;
background-color: rgb(0 0 0 / 75%);
border-radius: 0 0 15px 15px;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-imagebox .tm-ptable-icon-type-image img {
width: 100%;
min-width: 100%;
border-radius: 15px;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-left-contentbox {
width: 25%;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-right-contentbox {
width: 75%;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-left-contentbox .process-num {
margin-bottom: 15px;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-left-contentbox .process-num .number {
font-size: 13px;
line-height: 23px;
border: 1px solid var(--ttm-whitecolor);
padding: 5px 15px;
border-radius: 50px;
color: var(--ttm-whitecolor);
margin-bottom: 7px;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-left-contentbox .tm-box-title h4 {
font-size: 24px;
line-height: 34px;
color: var(--ttm-whitecolor);
font-weight: 500;
margin-bottom: 0px;
}
.tm-static-contentbox-style8 .tm-stepbox-content .tm-stepbox-desc .tm-right-contentbox .themetechmount-static-box-desc {
color: #e7e7e7;
}  .themetechmount-bmi-chart-wrapper .tm-bmi-chart-row {
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
}
.themetechmount-bmi-chart-wrapper .tm-chart-column {
width: 50%;
padding: 13px 30px;
color: var(--ttm-secondarycolor);
}
.themetechmount-bmi-chart-wrapper .tm-bmi-content .tm-chart-column:first-child {
border-right: 1px solid var(--ttm-bordercolor);
}
.themetechmount-bmi-chart-wrapper .tm-bmi-content {
border-bottom: 1px solid var(--ttm-bordercolor);
}
.themetechmount-bmi-chart-wrapper .tm-bmi-chart-row.tm-top-title h4 {
font-size: 20px;
line-height: 25px;
margin-bottom: 0;
color: var(--ttm-secondarycolor);
}
.themetechmount-bmi-chart-wrapper .tm-right-data {
text-align: right;
}
.themetechmount-bmi-chart-wrapper .tm-chart-databox {
padding: 14px 30px;
color: var(--ttm-secondarycolor);
} .themetechmount-BMI-calc-Wrapper .tm-calc-col {
padding-bottom: 20px;
}
.themetechmount-BMI-calc-Wrapper .tm-calc-btnbox {
margin-top: 15px;
}
.themetechmount-BMI-calc-Wrapper .bmi-btn a {
padding: 19px 35px;
border: 1px solid #000;
font-weight: 700;
}
.themetechmount-BMI-calc-Wrapper #bmi-result {
padding-top: 30px;
}
.tm-bmicalc-style1 .themetechmount-BMI-calc-Wrapper {
padding-top: 10px;
}
.themetechmount-BMI-calc-Wrapper .bmi-btn a:hover {
color: var(--ttm-secondarycolor);
}
.themetechmount-BMI-calc-Wrapper .bmi-btn a {
position: relative;
width: 100%;
display: block;
text-align: center;
color: var(--ttm-secondarycolor);
}
.themetechmount-BMI-calc-Wrapper .select2-container {
width: 100% !important;
}  .mptt-shortcode-wrapper .ttm-timetablestyle tr.mptt-shortcode-row th {
padding: 20px;
border: 1px solid var(--ttm-bordercolor);
background-color: var(--ttm-skincolortwo);
color: var(--ttm-whitecolor);
}
.mptt-shortcode-wrapper .mptt-shortcode-table.ttm-timetablestyle tbody td {
border: 1px solid #eee;
background: var(--ttm-whitecolor);
}
.mptt-shortcode-wrapper .mptt-shortcode-table.ttm-timetablestyle tbody .mptt-event-container {
outline: #eee solid 1px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.ttm-timetablestyle tbody tr:nth-child(2n+2) {
background-color: unset;
}
.ttm-timetablestyle .event-title {
font-weight: 600;
transition: unset;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.ttm-timetablestyle tbody .mptt-event-container:hover .event-title {
text-decoration: none;
}
.ttm-timetablestyle .mptt-inner-event-content {
padding-top: 27px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.ttm-timetablestyle tbody .mptt-event-container:hover {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.ttm-timetablestyle1 .mptt-menu.mptt-navigation-select {
display: none;
}
.mptt-shortcode-wrapper.table-init .mptt-shortcode-table.ttm-timetablestyle tbody td.mptt-shortcode-hours {
padding-left: 30px !important;
padding-right: 30px !important;
background: var(--ttm-greycolor);
font-family: var(--special-element-fontfamily);
color: var(--body-blackfont-color);
font-weight: 500;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
font-size: 15px;
line-height: 18px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event:hover .event-description {
color: #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
color: inherit;
display: inline-block;
margin: 0;
text-decoration: none;
font-size: 15px;
line-height: 25px;
} .tm-custom-section {
overflow: hidden;
}
.tm-service-heading h2.elementor-heading-title {
position: absolute;
top: -20px;
left: 0;
writing-mode: tb-rl;
writing-mode: vertical-lr;
transform: rotate(180deg);
bottom: auto;
right: auto;
letter-spacing: .5px;
-webkit-transition-delay: .35s;
transition-delay: .35s;
} .ttm-gradient-bg {
background-image: -moz-linear-gradient(50deg, rgb(104, 141, 21) 0%, rgb(86, 171, 47) 0%, rgb(168, 224, 99) 100%);
background-image: -webkit-linear-gradient(50deg, rgb(104, 141, 21) 0%, rgb(86, 171, 47) 0%, rgb(168, 224, 99) 100%);
background-image: -ms-linear-gradient(50deg, rgb(104, 141, 21) 0%, rgb(86, 171, 47) 0%, rgb(168, 224, 99) 100%);
} .tm-footerstyle-style7 .tm-footer-cta-wrapper .tm-footer-cta-inner {
position: relative;
z-index: 9;
margin-bottom: -100px;
}
.footer.tm-footerstyle-style7 .footer-rows .first-footer .first-footer-inner {
padding: 160px 0 55px;
}
.tm-footerstyle-style7 .tm-footer-cta-wrapper .tm-footer-cta-inner .cta-widget-area .tm-cta-img {
border-radius: 20px;
}
.footer.tm-footerstyle-style7 .footer-rows .first-footer .first-footer-inner .widget-area .widget {
display: table;
width: 100%;
}
.footer.tm-footerstyle-style7 .footer-rows .first-footer .first-footer-inner .widget-area .widget .widget-title {
display: table-cell;
width: 30%;
color: rgb(255 255 255 / 0.50) !important;
font-size: 15px;
line-height: 25px;
font-weight: 400;
}
.footer.tm-footerstyle-style7 .menu-first-footer-link-menu-container, .footer.tm-footerstyle-style7 .menu-first-footer-menu-container {
display: table-cell;
}
.footer.tm-footerstyle-style7 .first-footer .widget.widget_nav_menu ul li a {
font-family: var(--body-font-family);
font-size: var(--body-font-size);
line-height: var(--body-line-height);
}
.footer.tm-footerstyle-style7 .menu-quick-links-container ul li, 
.footer.tm-footerstyle-style7 .menu-footer-service-link-container ul li {
display: inline-block;
padding: 2px 5px 0;
font-size: 22px;
line-height: 32px;
position: relative;
}
.footer.tm-footerstyle-style7 .menu-quick-links-container ul li:first-child, 
.footer.tm-footerstyle-style7 .menu-footer-service-link-container ul li:first-child {
padding-left: 0px;
}
.footer.tm-footerstyle-style7 .menu-quick-links-container ul li:after, 
.footer.tm-footerstyle-style7 .menu-footer-service-link-container ul li:after {
position: absolute;
content: "";
background-color: #e0e0e0;
width: 1px;
height: 15px;
top: 14px;
padding: 0;
right: -2px;
transform: rotate(20deg);
}
.footer.tm-footerstyle-style7 .menu-quick-links-container ul li:last-child:after, .footer.tm-footerstyle-style7 .menu-footer-service-link-container ul li:last-child:after {
content: unset;
}
.footer.tm-footerstyle-style7 .first-footer .first-footer-inner .widget-area .widget .textwidget {
display: table-cell;
vertical-align: middle;
}
.tm-footerstyle-style7 .tm-container-for-footer > div > .row .widget-area .widget:not(:first-child) {
margin-top: 50px !important;
}  .ttm-commonform.ttm-contactform-23 {
border: 1px solid rgba(255 255 255 / 0.40);
padding: 30px;
background-color: rgba(0 0 0 / 0.50);
border-radius: 15px;
}
.ttm-contactform-23 input[type="text"], .ttm-contactform-23 input[type="email"], .ttm-contactform-23 input[type="date"], .ttm-contactform-23 textarea, .ttm-commonform.ttm-contactform-23 .select #selectbox {
padding: 10px 0px;
background-color: transparent;
border: none !important;
border-bottom: 1px solid rgba(255, 255, 255, .40) !important;
border-radius: 0;
color: var(--ttm-whitecolor);
}
.ttm-contactform-23 input[type="text"]::-webkit-input-placeholder, .ttm-contactform-23 textarea::-webkit-input-placeholder, .ttm-contactform-23 input[type="email"]::-webkit-input-placeholder, .ttm-contactform-23 input[type="date"]::-webkit-input-placeholder, .ttm-commonform.ttm-contactform-23 .select #selectbox::-webkit-input-placeholder {
color: var(--ttm-whitecolor);
}
.ttm-contactform-23 input[type="text"]:focus, .ttm-contactform-23 input[type="email"]:focus, .ttm-contactform-23 input[type="date"]:focus, .ttm-contactform-23 textarea:focus, .ttm-commonform.ttm-contactform-23 .select #selectbox:focus {
border-color: var(--ttm-whitecolor) !important;
background-color: transparent;
color: rgba(255 255 255 / 0.80);
}
.ttm-commonform.ttm-contactform-23 .select #selectbox option {
color: #000;
}
.ttm-contactform-23 .select {
margin-bottom: 15px;
display: block;
padding-top: 10px;
}
.ttm-commonform.ttm-contactform-23 .tm-contact-btn {
text-align: center;
display: block;
margin-top: 15px;
}
.ttm-commonform.ttm-contactform-23 .tm-contact-btn .wpcf7-spinner {
display: block;
}
.ttm-commonform.ttm-contactform-23 .tm-contact-btn input[type="submit"] {
background-color: transparent;
border-bottom: 1px solid var(--ttm-whitecolor);
padding: 0 0 5px 0;
}
.ttm-slider-textfamily {
font-family: 'Playfair Display';
font-style: italic;
font-weight: 700;
}
.ttm-banner-list i {
color: var(--ttm-skincolortwo);
margin-right: 5px;
}
.tm-bg-blur {
backdrop-filter: blur(5px);
z-index: 1;
}
.tm-default-iconbox {
position: relative;
z-index: 9;
}  .ttm-work-list2 {
margin: 0px;
padding: 0px;
list-style-type: none;
}
ul.ttm-work-list2 {
margin: 0;
padding: 0;
list-style-type: none;
}
ul.ttm-work-list2 li {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 16px;
line-height: 26px;
font-weight: 400;
padding: 0 0 5px 0;
}
ul.ttm-work-list2 li span {
font-size: 16px;
line-height: 26px;
}
ul.ttm-work-list2 li:last-child {
padding: 0px;
} .tm-accordion-style09 .elementor-accordion .elementor-tab-title {
border: 1px solid rgb(0 0 0 / 20%);
margin-bottom: 15px;
background-color: var(--ttm-greycolor);
border-radius: 15px;
}
.tm-accordion-style09 .elementor-accordion .elementor-tab-title.elementor-active {
border: 1px solid rgb(0 0 0 / 20%) !important;
margin-bottom: 0px;
border-bottom: 0px solid;
border-radius: 15px 15px 0 0;
}
.tm-accordion-style09 .elementor-accordion-item .elementor-tab-content.elementor-active {
border: 1px solid rgb(0 0 0 / 20%) !important;
border-top: none !important;
background-color: var(--ttm-greycolor);
margin-bottom: 15px;
border-radius: 0 0 15px 15px;
}
.tm-accordion-style09 .elementor-accordion .elementor-tab-title .elementor-accordion-icon-right {
position: relative;
top: 6px;
font-size: 12px;
line-height: 22px;
} .sectoin-vegi-img-01 img {
animation-name: float_up_down;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float_up_down;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float_up_down;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
}
@keyframes float_up_down {
0% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
50% {
transform: translateY(30px);
transform: translateY(30px);
opacity: 1;
}
100% {
transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
}
.sectoin-vegi-img-02 img {
animation-name: float_left_right;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: float_left_right;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: float_left_right;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
}
@keyframes float_left_right {
0% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
50% {
transform: translateX(20px);
transform: translateX(20px);
opacity: 1;
}
100% {
transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
} .single-mp-event article.themetechmount-box-blog-classic .tm-blog-classic-box-content{
margin:0;
padding: 30px 0px 0 0;
}
.single-mp-event .timeslot-link{
font-size:28px;
line-height:40px;
}
.single-mp-column .tm-blog-classic-box-content .event-user.vcard,
.single-mp-event .tm-blog-classic-box-content p.timeslot .timeslot-user.vcard {
margin-top: 10px;
display: block;
}
.single-mp-column .entry-content,
.single-mp-event .entry-content {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 0px;
}
.single-mp-event .themetechmount-blogbox-sharebox {
display: block;
clear: both;
overflow: hidden;
padding-top: 35px;
}
.single-mp-event .tm-blog-classic-box-content p.timeslot{
display: inline-block;
margin-right: 10px;
margin-bottom: 15px;
width: 48%;
text-align: center;
padding: 20px 20px 28px;
background: #fff;
border: 1px solid rgba(0, 0, 0,0.07);
transition: .5s all ease;
background-color: var(--ttm-greycolor);
border-radius: 20px;
}
.single-mp-column .tm-blog-classic-box-content .event-user.vcard img,
.single-mp-event .tm-blog-classic-box-content p.timeslot .timeslot-user.vcard img{
margin-right:6px;
}
.single-mp-event .tm-blog-classic-box-content .blocks-gallery-grid{
margin-top: 10px;
}
.single-mp-event .tm-blog-classic-box-content .timeslots-title{
margin-bottom: 25px;
}
.single-mp-column .tm-blog-classic-box-content .wp-block-post-date{
border-bottom: 1px solid #f3f3f3;
padding-bottom: 10px;
margin-bottom: 18px;
}
.single-mp-column .tm-blog-classic-box-content .wp-block-post-date time {
font-size: 17px;
font-weight: 700;
}
.single-mp-column .tm-blog-classic-box-content p{
margin-bottom: 25px;
}
.single-mp-column .tm-blog-classic-box-content img.alignleft{
margin: 0.375em 1.75em 1.75em 0;
margin-bottom: 10px !important;
}
.single-mp-column .tm-blog-classic-box-content .themetechmount-blogbox-sharebox{
padding-top: 40px;
}
.single-mp-column .tm-blog-classic-box-content .event.mptt-theme-mode-event {
padding: 20px 25px;
background-color: #f8f7f8;
border: 1px solid #eeeeee;
}
.single-mp-column .tm-blog-classic-box-content .event-link{
font-size:25px;
line-height:36px;
}
.single-mp-event .tm-blog-classic-box-content .timeslot-description,
.single-mp-column .tm-blog-classic-box-content .event-description{
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
display: inline-block;
} .tm-layout-style22 .tm-btn-style-text .elementor-button {
display: inline-block;
border-radius: 50px!important;
}
.tm-layout-style22 .tm-btn-style-text .elementor-button:before {
content: '';
position: absolute;
right: -20px;
top: -15px;
height: 45px;
width: 45px;
border: 1px solid currentColor;
border-radius: 50px;
z-index: -1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.tm-layout-style22 .tm-btn-style-text .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
fill: currentColor;
font-size: 40px;
line-height: 40px;
position: relative;
top: -12px;
}
.tm-layout-style22 .tm-btn-style-text .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon { 
-webkit-animation: linear infinite alternate;
-webkit-animation-name: LeftToRight;
-webkit-animation-duration: 5s;
animation: LeftToRight .5s forwards;
}
@keyframes LeftToRight {
49% {
transform: translateX(30%)
}
50% {
opacity: 0;
transform: translateX(-30%)
}
51% {
opacity: 1
}
}