/*------------------------------------------------------------------
[Table of contents]

 * Basic CSS
 * Header Section
 * Floatingbar Section
 * Topbar Section
 * Titlebar Section
 * Footer Section
 * Events Calendar
 * Common Widget Section
 * Menu Section
 * Call to Action Section
 * Servicebox Section
 * Blogbox Section
 * Portfolio Section
 * Team Member Section
 * Fact in Digit Section
 * Progress Bar Section
 * Row Section
 * Sidebar Section
 * Social Section
 * Flyning Form Section
 * List Style Section
 * Tab
 * Vertical Tab
 * Accordion section
 * Toggle section
 * VC Map
 * Custom Selectbox
 * Contact Form
 * Heading Section
 * Social Section
 * Catergory section
 * Testimonials Section 
 * Client logo Section
 * Button Section
 * Global Box spacing
 * Slick Slider
 * Tweeter Section
 * Google map Section 
 * Category filter Section
 * Pricing Table
 * 404 Page
 * Search Result Page
 * BBpress-forums
 * Drop Cap Design
 * Global link color 
 
 
-------------------------------------------------------------------*/
.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);
}

/*** 

====================================================================
    Basic CSS
====================================================================

 ***/
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);
}

/*** Form fields, general styles first ***/
.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;
}

/*** Custom Selectbox ***/
.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;
}

/*** Topbar Dark text color ***/
.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;
}

/*** Top to bottom ***/
#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);
}

/** style1 **/
#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);
}

/** style 2 **/
#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;
}

/*** Footer left right spacing ***/
.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;
}

/*** 

====================================================================
    Header Section
====================================================================

 ***/
.site header, .tm-header-block, .site-header, .site-header-main {
    position: relative;
}

/*** Logo Section ***/
.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;
}

/*Headerstyle-classic*/
.is_stuck .headerlogo .stickylogo, .headerlogo img, .tm-stickylogo-yes .standardlogo, .is_stuck .tm-stickylogo-yes .stickylogo {
    display: inline-block;
}

/*** Header cart and search icon font size ***/
#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;
}

/*** Infostck header widget ***/
.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;
}

/*** 

====================================================================
    Topbar Section
====================================================================

 ***/
.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(../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 floating bar  ***/
.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;
}

/*** Flaotingbar color white ***/
.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;
}

/*** 

====================================================================
    Topbar Section
====================================================================

 ***/
.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;
}

/*** 

====================================================================
    Titlebar Section
====================================================================

 ***/
.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;
}

/*** Titlebar Textcolor White ***/
.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;
}

/*** Titlebar Textcolor Dark ***/
.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;
}

/*** Custom link color ***/
.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;
}

/*** Without Titlebar border ***/
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);
}

/*** 

====================================================================
    Footer Section
====================================================================

 ***/
.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;
}

/* White background */
.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;
}

/*** Social ***/
.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);
}

/*** 

====================================================================
    Common Widget Section
====================================================================

 ***/
.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);
}

/*** Seprator sidebar widget ***/
.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;
}

/*** Additional Widget background ***/
.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 Widget ***/
.footer .social-icons li > a:hover {
    color: var(--ttm-whitecolor);
}

/*** Flicker Widget ***/
.medisat_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0px 0px;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/*** Contact Info Widget ***/
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;
}

/*** Recent Post Widget ***/
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;
}

/*** Common Widget Arrow ***/
.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 ***/
.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;
}

/*** Flex gallery ***/
.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%;
}

/*** Calendar Widget ***/
.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);
}

/*** 

====================================================================
    Menu Section
====================================================================

 ***/
.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;
}

/*** Special Section ***/
.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);
}

/**** Button Section  *****/
.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;
}

/*** 

====================================================================
    Blogbox Section
====================================================================

 ***/
.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;
}

/*** Blog box meta border for skincolor and darkcolor ***/
.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;
}
/*** Top Image bottom content ***/
.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;
}

/*** Blog box meta details ***/
.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;
}

/* End No image view*/
.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;
}

/*** Blog Classic ***/
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);
}

/*** Blog Classic ( no image)***/
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;
}

/*** Blog Author details ***/
.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;
}

/*** Blog Format (Sticky) ***/
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;
}

/*** Blog Format (Gallary) ***/
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);
}

/*** Blog Format (MP3) ***/
article.themetechmount-blogbox-format-audio .tm-post-format-audio-mp3, article.format-audio .tm-post-format-audio-mp3 {
    background-color: #222;
    padding: 22px 47px;
}

/*** Blog Format (Link) ***/
.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;
}

/*** Blog Format (Qoute) ***/
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;
}

/*** Fluid Video Iframe ***/
.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 Media ***/
.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;
}

/*** Single Media Next Previous ***/
#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;
}

/*** Comment section ***/
.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 ***/
.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;
}

/*** Blog Navigation section ***/
.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;
}

/*** Single Portfolio Left Image Right content ***/
.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;
}

/*** Related Portfilio ***/
.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;
}

/*** Navigation ***/
.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;
}

/*** 

====================================================================
    Team Member Section
====================================================================

 ***/
.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;
}

/*** Single Team member ***/
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(../images/team-img.png);
    margin: 0;
}

/*** Single Team member (tm-team-member-view-wide-image ) ***/
.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;
}

/*** 

====================================================================
    Fact in Digit Section
====================================================================

 ***/

/*** Top icon view ***/
.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;
}

/*** Left icon view ***/
.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;
}

/*** Right icon view ***/
.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;
}

/*** 

====================================================================
    Row Section
====================================================================

 ***/
.site {
    overflow: hidden;
}

.site-main {
    position: relative;
    padding-top: 82px;
    z-index: 10;
}

/*** 

====================================================================
    Sidebar Section
====================================================================

 ***/
.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;
}

/*** themetechmount Sidebar Both ***/
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;
}

/*** themetechmount Sidebar Bothleft ***/
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;
}

/*** themetechmount Sidebar BothRight ***/
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;
}

/*** Sidebar widget ***/
.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(../images/search.svg) no-repeat 100% 100%;
    mask: url(../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;
}

/*  themetechmount-sidebar-right  */
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;
}

/*  themetechmount-sidebar-left  */
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 {

    /*    padding-left: 0px!important;*/
    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 Section
====================================================================

 ***/
.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);
}

/*** 

====================================================================
Flyning Form Section
====================================================================

 ***/
.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);
}

/*** 

====================================================================
Custom Selectbox
====================================================================

 ***/
.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;
}

/*** 

====================================================================
Contact Form 
====================================================================

 ***/
.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;
}

/*** Common Form  ***/
.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;
}

/*** 

====================================================================
Heading Section
====================================================================

 ***/

/*Heading subheding*/
.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;
}

/*** Common heading  ***/
.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;
}

/*** 

====================================================================
Catergory section
====================================================================

 ***/
.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;
}

/*** 

====================================================================
Testimonials Section
====================================================================

 ***/
.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-img ***/
.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;
}

/*** 

====================================================================
Client logo Section
====================================================================

***/
.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;
}


/*** 

====================================================================
Global Box spacing
====================================================================

 ***/
.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;
}

/*===Box-gap-0px===*/
.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;
}

/*===Box-gap-5px===*/
.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;
}

/*===Box-gap-10px===*/
.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;
}

/*===Box-gap-15px===*/
.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;
}

/*===Box-gap-20px===*/
.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;
}

/*===Box-gap-25px===*/
.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;
}

/*===Box-gap-30px=====*/
.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;
}

/*===Box-gap-35px=====*/
.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;
}

/*===Box-gap-40px===*/
.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;
}

/*===Box-gap-45px===*/
.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;
}

/*===Box-gap-50px===*/
.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;
}

/*===Box-gap-60px===*/
.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;
}

/*===Box-gap-70px===*/
.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;
}

/*===Box-gap-75px===*/
.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;
}

/*===Box-gap-80px===*/
.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;
}

/*** 

====================================================================
Slick Slider
====================================================================

 ***/
.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 dot desing ***/
.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 slider dot desing ***/
.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 slider Arrow desing ***/
.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';
}

/*** 

====================================================================
   flexslider
====================================================================

 ***/
.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;
}

/*** 

====================================================================
Drop Cap Design
====================================================================

 ***/
.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;
}

/*** 

====================================================================
Category filter Section
====================================================================

 ***/
.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;
}

/*** Singel page ***/
.summary .clear {
    display: none;
}

/*** Sidebar ***/
.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 ***/
.comment-form-rating {
    padding-bottom: 10px;
}

#review_form .comment-form-rating .select2-container {
    display: none;
}

/*** 

====================================================================
404 Page
====================================================================

 ***/
.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(../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;
}

/*** 

====================================================================
Search Result Page
====================================================================

 ***/
.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;
}

/*** Search Select Box ***/
.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 {

    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field::-moz-placeholder {

    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder {

    /* IE 10+ */
    color: rgba(255, 255, 255, 0.48);
}

body.search .tm-sresult-form-wrapper .search-form .search-field:-moz-placeholder {

    /* Firefox 18- */
    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 widget ***/
.search-form .search-submit {
    display: block;
}

.widget .search-form label {
    display: block;
}

/* ==========================================================================
White Color Section
========================================================================== */

/*** White text color Section ***/
.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(../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);
}

/*** VC Colum ***/
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;
}

/*** Testimonial Default ***/
.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;
}

/*** Portfolio Likes ***/
.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);
}

/*** Footer Twiiter Widget ***/
.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;
}

/*** Classic BlogPost Layout ***/
.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;
}

/*** sortable button ***/
.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);
}

/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
    padding: 10px 0;
}

.main-holder .widget.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}

/*** 

====================================================================
   Spcial section 
====================================================================

/*  topbar navigation menu */
.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;
}

/* transition global css */
.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 Blockquote */
.single article.post blockquote:before {
    content: '';
    background-color: var(--ttm-skincolor);
    -webkit-mask: url(../images/quote-01.svg) no-repeat 100% 100%;
    mask: url(../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;
    }

}

/* span tag for category widget */
.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;
}

/* recent post widget with hide feature image */
.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;
}

/*** text align center ***/
.tm-textalign-center, .tm-center-text {
    text-align: center;
}

/* footer widget nav menu */
.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%;
}

/*** Row, Column z-index ***/
.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;
}

/*** Colorbox frame reset ***/
#cboxTopRight, #cboxTopLeft, #cboxTopCenter, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomCenter, #cboxBottomLeft, #cboxBottomRight {
    background: none;
    background-color: var(--ttm-whitecolor)
}

/*** Woocemmerce star rating ***/
.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;
}

/*** Woocemmerce notification ***/
#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(../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;
}

/*** Woocemmerce Price ***/
.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;
}

/*** Woocemmerce Singel page ***/
.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;
}

/*** Woocemmerce Tab ***/
.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;
}

/*** Woocemmerce Cart Page ***/
.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;
}

/*** Woocemmerce Sidebar ***/
.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;
}

/*** My wishlist ***/
.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;
}

/***  comment-form-rating ***/
#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;
}

/*** Button font weight bold***/
.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);
}

/* product_list_widget */
.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;
}

/*** 

====================================================================
   Pricing table 
====================================================================
*/
.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;
}

/*** Testimonials One Colume Carsoul ***/
.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;
}

/* underline links */
.tm-strong-underline strong, .tm-text-underline {
    text-decoration: underline;
}

/* testimonial arrow */
.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;
}

/* circle progress fid box */
.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;
}

/* floatingbar team search widget */
.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;
}

/* Testimonial New */
.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;
}

/*testimonial slickview*/
.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;
}

/* Testimonial styles */

.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%;
}

/*===IconBox Element====*/
.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);
}

/*icon color*/
.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;
}

/***Row And Column ***/
body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}

.elementor-section.elementor-top-section {
    padding-top: 92px;
    padding-bottom: 80px;
}

/* white bg color */
.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);
}

/*Demo css*/
.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;
}

/* tab style  */
.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(../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;
    }

}

/*** Single Media Next Previous ***/
.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;
}

/*single portfolio*/
.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);
}

/*Demo5 css*/

/* ================= header style ============================ */
.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);
}

/* =================footer============================ */
.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  ============================ */

/*left-sidebar*/

.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;
}

/*medisat_all_post_list_widget*/
.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;
}

/*banner*/
.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);
}

/*search-form*/
.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(../images/search.svg) no-repeat 100% 100%;
    mask: url(../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);
}

/*recent-post*/
.tm-recent-post-list li .post-detail a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*tagcloud*/
.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);
}

/* ================= contactform  ============================ */

/*style1*/

.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;
}

/*style2*/
.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;
}

/* ================= Custome class styale ============================ */
.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*/
.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;
}

/*custom heading*/
.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(../images/right-arrow.svg) no-repeat 100% 100%;
    mask: url(../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*/
.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;
}

/* ================= Team styale ============================ */

/*** Single Team member ***/

/* style1 */
.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;
}

/* ================= Staticbox styale ============================ */

/* ================= Client styale ============================ */

/*themetechmount-client-box-view-simple-logo*/

.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;
}

/* ================= Price-table styale ============================ */

/*404*/


.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;
}

/* ================= progress styale ============================ */

/*tm-classic-post*/
.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;
}

/* ================= blog classic ============================ */
.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;
}

/*----Bg border----*/
.tm-bg-marketborder .tm-content-header span {
    position: relative;
}

.tm-bg-marketborder .tm-content-header span:before {
    -webkit-mask: url(../images/border-img.svg) no-repeat 100% 100%;
    mask: url(../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;
}

/* stepbox style 1 */
.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(../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;
}

/* home custom class */
.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);
}

/* single blog detail */
.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;
}

/*---blogbox style3---*/

.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;
}

/*******************************
****************demo:3
********************************
**********************/
.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);
}

/*fid-counter */
.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;
}

/**/

/*highlights css*/
.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%;
}

/* cursor */
.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;
}

/**/

/* ================= Tab styale ============================ */

/*tab-style1*/

.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(../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);
}

/*patientbox-style1 */
.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);
}

/**/

/*highlights css*/

.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%);
}

/**/

/*progressbar*/

.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);
}

/*ttm-work-list*/
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;
}




/*********demo:3 end****************/

/*Demo 2 childrio*/

.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;
}

/* progressbar style1*/
.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;
}

/* progressbar style1*/

/***accordion  style 1***/
.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);
}

/***accordion  style 1***/

/*---marque style1----*/
.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);
    }

}

/*---marque style1----*/

/*CURSOR*/


.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;
}

/*Cursor*/

/*static box 2 style 1*/
.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;
}

/*static box 2 style 1*/

/*static box 2 style 2*/
.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;
    }

}

/*static box 2 style 1*/

/*step box 2*/
.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(../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(../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(../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;
}

/*form style 4*/
.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;
}

/*footer demo 2*/
.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;
}

/*team deatil*/
.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;
}

/*appointment form */
.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;
}

/*BLOG DETAIL PAGE*/
.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(../images/quotes.svg) no-repeat 100% 100%;
    mask: url(../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;
}



/* ------------ demo 5 css ----------- */
/*  bannersliderbox style1 */
.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;
}





/* contact-form-06  */
.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 style */
.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;
}
/* header overlay style 5 layout */
.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 */
.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);
}
}

/* ------------ end of demo 5 css ----------- */

/*Demo 2 childrio*/

/*--- Demo 4 ---*/
.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;
}

/*---progressbar style2---*/
.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);
    }

}

/*---contactform-03---*/
.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;
}

/*---listimg style1---*/

.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;
}

/*---accordion style3---*/
.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;
}

/*showcase style 1*/
.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;
      }
}

/*---pricestaticbox style1---*/
.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;
}

/*---accordion style4---*/
.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);
}

/*---btn style3---*/
.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);
}

/*---blog detail---*/
/*---blogbox style3---*/
.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---*/
.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);
}
/*---demo 4---*/

/*--- Demo 6 ---*/
.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;
}
/*---Image hotspot---*/
.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;
}
/* about us page */
.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(../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);
}

/***tab style 4**/
.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;
}
/******************/
/******Demo 7*****/
/******************/
.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;
}

/*line section*/
.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;
}
}
/*contact form style 8*/
.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);
}
/*footer demo ortho*/
.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;
}
}
/*footer demo ortho*/
.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;
}

/**************** neurology css **************/
.text-detail-btn a {
    font-weight: 400;
}
/*******************apponment date css ******/
.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;
}
/******************slider btn css ******************/
.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;
}
/******************about us css**********************/
.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;
}
/**********************historybox style 2 css**********************/
.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;
}
/***************contact from page css*****************************/
/****************tab style 7 css***************/
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);
}
/**************contact form css style 11*******************/
.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);
}
/****************service page css**********************/
.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);
}
/**********************list-style 2 css************************/
.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%;
}
/****************tab style 9 css***************/
.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);
}
/******************service detail page css********************/
/***************progress bar style 5 css************************/
.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);
}
/**************header css*************/
.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;
}
/*****************footer css*********************/
.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(../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;
}
/* stepbox style 3 */
.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;
}
/*** adbar ***/
.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;
}


/* demo 12 */

.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);	
}
/***tab style 8**/

.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;
}

/*************************************
******Demo:9*************************
*********************************/


.tm-layout-style9 .tm-element-content-heading span {
    font-weight: var(--special-element-fontweight);
    border-bottom: 3px solid currentColor;
}



/*tab-style3*/

.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(../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;
}

/*progress-style4*/

.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;
}

/**/

/*form style 4*/
.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;
}




/************demo:9:end************/


/* demo 13 */
.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;
}



/*---Demo 10---*/
/*----price-custombox----*/
.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);
}
/*---tab style6---*/
.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---*/
.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);
}
/*---contactform-12---*/
.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);
}
/*---contactform-13---*/
.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;
}
/*---header infostack---*/
.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;
}
/*---portfolio style5---*/
.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;
}
/*---Demo 10---*/
.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;
}

/************************demo17 hematology css*********************/
/************home page css***************/
.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(../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;
    }
}
/*********************************about us css************************/
.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;
}

/*****************tesdtimonial**************/
.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);
}

/*****************pricingtable css********************/
.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;
}

/* footer CTA */

.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;
}
/*---marque style2----*/
.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);
}

/*---Demo 15---*/
.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);
}
/*---contactform-17---*/
.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;
}

/*---Footer---*/
.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;
}
/*---accordion style8---*/
.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;
}
/*---stepbox style4---*/
.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);
}
/*---Contact form18---*/
.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;
}
/*---Demo 15---*/

/****************demo21 nephrology demo css*********************/
/***********progressbar css style7 **************/
.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;
}
/************style8**************/
.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;
}

/*******************heading css***************/
.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;
}
/**********************staticbox3  style1 css************/
.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);
}
/*************section 1 tab css****************/
.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);
}
/****************tab style 11**************/
.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;
}
/****************tab style 12**************/
.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;
}
/*********************iconbox style css with using layout **********/
.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;
}
/*---marque style3----*/
.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);
    }

}

/****************contact page form css****************/
.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);
}
 /***********blogdetail page css****************/
.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 css*************************/

.footer.tm-footerstyle-style6 .second-footer .tm-footerbg-img {
    background-image: url(../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;
}

/***************header css********************/
.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);
}

/* demo 19 ( gastrology ) */
.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; 
}
/*footer demo 19*/
.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);
}
/* demo 19 ( gastrology ) */
/* demo 18 (pulmology) */
.tm-medical-pulmonology svg {
    overflow: visible;
}
/* Text path Custom class */
.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;
}
/* Marquee Box Custom class*/
.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;
}
/* Review Box Style2 */
.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;
}
/* Heading border seperator  */
.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(../images/right-arrow.png);
    position: absolute;
    top: 39%;
    margin-left: 25px;
}
/* Stepbox style5 */
.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%);
}
/* Footer Style */
.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;
}

/* About Page */
.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 */
.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;
}
/* Contact Page style */
.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);
}
/* Client Logo Style3 */
.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);
}
/* Blog Style */
.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;
}

/* Defaul Classes */
.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;
}
/* demo 18 (pulmology) */
.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;
}


/* demo:22 (nutrition) */

.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);
}
/**/

/*---marque style3----*/
.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;
}

/**/

/*BMI Chart*/

.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);
}
/*BMI Calc*/
.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;
}

/**/

/*Time table*/

.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;
}

/**/

/*form style 23*/

.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-list*/

.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 evenet timetable*/

.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
    }
}



