@media only screen and (min-width: 1801px) {

    .ttm-fbar-position-right .ttm-fbar-box-w {
        max-height: 500px;
        top: 150px;
    }

    /* Bg-Layer */
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -500px;
    }

    .ttm-right-span .ttm-col-wrapper-bg-layer,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -500px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }
    .mobile-only {
        display: none;
    }
    .mobile-only {
        display: none;
    }

    /* Bg-Layer */
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -200px;
    }

    .ttm-right-span .ttm-col-wrapper-bg-layer,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -200px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    .mobile-only {
        display: none;
    }

    /*topbar*/
    .ttm-top-info-con ul li:not(:last-child):after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.06);
        display: block;
        position: absolute;
        right: 0px;
        top: 36px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    /* menu */
    .ttm-header-icons, .ttm-header-icon {
        float: right;
    }

    .menu {
        float: left;
    }


    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0px;
        padding: 0px 12px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 102px;
        line-height: 102px;
    }

    #site-header-menu #site-navigation .menu ul ul {
        background-color: #fff;
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        width: 250px;
        padding: 0px;
        opacity: 0;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        box-shadow: 0 3px 25px 0px rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .10) inset;
        background-clip: padding-box;
        transition: all .2s ease;
        z-index: 99;
    }

    #site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) > ul {
        right: 0;
        left: auto;
    }

    #site-header-menu #site-navigation .menu ul > li:hover > ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }

    #site-header-menu #site-navigation .menu > ul ul li a {
        margin: 0;
        display: block;
        padding: 15px 20px;
        position: relative;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .ttm-stickable-header.fixed-header .site-branding,
    .ttm-stickable-header.fixed-header .ttm-header-icons, .ttm-stickable-header.fixed-header .ttm-header-icon,
    #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
    .fixed-header .ttm-header-text-area {
        height: 70px;
        line-height: 70px;
    }

    /* sep-img//sepline */
    #site-header-menu #site-navigation li.ttm-sepline {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        display: block;
    }

    #site-header-menu #site-navigation .sep-img {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 8px;
        height: 22px;
        text-align: center;
        margin-left: -5px;
    }

    #site-header-menu #site-navigation .sep-img {
        /*background-color: #00d6a3;*/
    }

    #site-header-menu .fixed-header #site-navigation .sep-img {
        top: -5px
    }

    #site-header-menu #site-navigation .menu > ul > li:hover > a:before {
        opacity: 1
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .sep-img {
        content: unset;
        opacity: 0;
        visibility: hidden;
    }

    #site-header-menu #site-navigation .sep-img {
        -webkit-mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    /* ttm-header-style-classicinfo */
    .ttm-header-style-classicinfo .ttm-contact span.icon {
        padding-right: 8px;
    }

    .ttm-header-style-classicinfo .ttm-contact {
        position: relative;
        padding-left: 20px;
        float: right;
        line-height: 48px;
        bottom: -18px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: "Saira", Arial, Helvetica, sans-serif;
    }

    .ttm-header-style-classicinfo .ttm-contact:after {
        content: "";
        width: 5000px;
        height: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
    }

    /* ttm-header-style-infostack */
    .ttm-header-style-infostack .ttm-topbar-wrapper {
        padding: 0px 0px 61px;
    }

    .ttm-header-style-infostack .ttm-header-wrap {
        top: 49px;
        position: absolute;
        z-index: 21;
        width: 100%;
        box-shadow: none;
    }

    .ttm-header-style-infostack .ttm-header-top-wrapper {
        padding: 0 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu ul.dropdown > li > a,
    .ttm-header-style-infostack .ttm-header-icons, .ttm-header-style-infostack .ttm-header-icon {
        height: 60px;
        line-height: 60px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu {
        float: none;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        padding: 0px 25px 0px 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        color: #fff;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:not(:first-child) {
        margin-left: -4px;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        padding-right: 30px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:after {
        width: 0;
        height: 100%;
        display: block;
        opacity: 0;
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        background-color: #00d6a3;
        -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;
        -khtml-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        -o-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        z-index: -1;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li.active > a:after,
    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:hover > a:after {
        width: 100%;
        opacity: 1;
    }

    .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link:before {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .ttm-header-style-infostack .site-branding,
    .ttm-header-style-infostack .ttm-content-wrapper {
        height: 106px;
        line-height: 106px;
    }

    .ttm-header-style-infostack .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
    }

    .ttm-header-style-infostack .ttm-stickable-header-w {
        height: auto;
        position: relative;
    }

    .ttm-header-style-infostack .ttm-content-wrapper {
        position: relative;
        float: right;
        vertical-align: middle;
        display: table;
    }

    .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        margin: 0;
        padding-right: 40px;
    }

    .ttm-header-style-infostack .header-widget:last-child {
        padding-right: 0;
    }

    .ttm-header-style-infostack .header-widget .ttm-btn {
        padding: 13px 26px 13px 26px;
        font-weight: 600;
        font-size: 12px;
    }

    .ttm-header-style-infostack .ttm-stickable-header.fixed-header {
        background: transparent;
        box-shadow: none;
    }

    /* ttm-header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: rgba(0, 32, 40, 0.4);
        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;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.20);
    }

    .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li > a {
        color: #fff;
    }

    /* ttm-header-floating-text */
    .ttm-header-text-area {
        float: right;
        height: 98px;
        line-height: 98px;
        padding-left: 20px;
        position: relative;
    }

    .ttm-header-floating-text {
        position: absolute;
        top: 0;
        padding: 0 13px 0 12px;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 44px;
        padding-top: 17px;
        height: 129px;
        overflow: hidden;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        z-index: 1;
    }

    .ttm-header-floating-text h1, .ttm-header-floating-text h2, .ttm-header-floating-text h3, .ttm-header-floating-text h4, .ttm-header-floating-text h5 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
        white-space: pre;
        transform: rotate(90deg);
        letter-spacing: .5px;
        font-weight: 400;
    }

    .ttm-header-floating-text .icon {
        line-height: 39px;
        margin-left: -1px;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
    }

    .ttm-header-floating-text .icon i {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding-top: 4px;
        text-align: center;
    }

    .ttm-header-text-area .header-info-widget {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
    }

    .ttm-header-text-area div.header-info-widget:nth-child(2) {
        padding-left: 62px;
    }

    .ttm-header-text-area .header-info-widget h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 3px;
        font-weight: 600;
    }

    .ttm-header-text-area .header-info-widget h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    /*Footer*/
    .second-footer > div > .row .widget-area:first-child .widget {
        margin-right: 10px;
    }

    .second-footer > div > .row .widget-area:last-child .widget {
        margin-right: 0;
    }

    .second-footer > div > .row .widget-area .widget:not(:first-child) {
        padding-top: 0;
        margin-top: -21px;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1601px) {

    .mobile-only {
        display: none;
    }

    /* Bg-Layer */
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -200px;
    }

    .ttm-right-span .ttm-col-wrapper-bg-layer,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -200px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    .mobile-only {
        display: none;
    }

    /*topbar*/
    .ttm-top-info-con ul li:not(:last-child):after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.06);
        display: block;
        position: absolute;
        right: 0px;
        top: 36px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    /* menu */
    .ttm-header-icons, .ttm-header-icon {
        float: right;
    }
    .menu {
        float: left;
    }


    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0px;
        padding: 0px 12px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 102px;
        line-height: 102px;
    }

    #site-header-menu #site-navigation .menu ul ul {
        background-color: #fff;
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        width: 250px;
        padding: 0px;
        opacity: 0;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        box-shadow: 0 3px 25px 0px rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .10) inset;
        background-clip: padding-box;
        transition: all .2s ease;
        z-index: 99;
    }

    #site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) > ul {
        right: 0;
        left: auto;
    }

    #site-header-menu #site-navigation .menu ul > li:hover > ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }

    #site-header-menu #site-navigation .menu > ul ul li a {
        margin: 0;
        display: block;
        padding: 15px 20px;
        position: relative;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .ttm-stickable-header.fixed-header .site-branding,
    .ttm-stickable-header.fixed-header .ttm-header-icons, .ttm-stickable-header.fixed-header .ttm-header-icon,
    #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
    .fixed-header .ttm-header-text-area {
        height: 70px;
        line-height: 70px;
    }

    /* sep-img//sepline */
    #site-header-menu #site-navigation li.ttm-sepline {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        display: block;
    }

    #site-header-menu #site-navigation .sep-img {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 8px;
        height: 22px;
        text-align: center;
        margin-left: -5px;
    }

    #site-header-menu #site-navigation .sep-img {
        /*background-color: #00d6a3;*/
    }

    #site-header-menu .fixed-header #site-navigation .sep-img {
        top: -5px
    }

    #site-header-menu #site-navigation .menu > ul > li:hover > a:before {
        opacity: 1
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .sep-img {
        content: unset;
        opacity: 0;
        visibility: hidden;
    }

    #site-header-menu #site-navigation .sep-img {
        -webkit-mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    /* ttm-header-style-classicinfo */
    .ttm-header-style-classicinfo .ttm-contact span.icon {
        padding-right: 8px;
    }

    .ttm-header-style-classicinfo .ttm-contact {
        position: relative;
        padding-left: 20px;
        float: right;
        line-height: 48px;
        bottom: -18px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: "Saira", Arial, Helvetica, sans-serif;
    }

    .ttm-header-style-classicinfo .ttm-contact:after {
        content: "";
        width: 5000px;
        height: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
    }

    /* ttm-header-style-infostack */
    .ttm-header-style-infostack .ttm-topbar-wrapper {
        padding: 0px 0px 61px;
    }

    .ttm-header-style-infostack .ttm-header-wrap {
        top: 49px;
        position: absolute;
        z-index: 21;
        width: 100%;
        box-shadow: none;
    }

    .ttm-header-style-infostack .ttm-header-top-wrapper {
        padding: 0 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu ul.dropdown > li > a,
    .ttm-header-style-infostack .ttm-header-icons, .ttm-header-style-infostack .ttm-header-icon {
        height: 60px;
        line-height: 60px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu {
        float: none;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        padding: 0px 25px 0px 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        color: #fff;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:not(:first-child) {
        margin-left: -4px;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        padding-right: 30px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:after {
        width: 0;
        height: 100%;
        display: block;
        opacity: 0;
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        background-color: #00d6a3;
        -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;
        -khtml-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        -o-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        z-index: -1;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li.active > a:after,
    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:hover > a:after {
        width: 100%;
        opacity: 1;
    }

    .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link:before {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .ttm-header-style-infostack .site-branding,
    .ttm-header-style-infostack .ttm-content-wrapper {
        height: 106px;
        line-height: 106px;
    }

    .ttm-header-style-infostack .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
    }

    .ttm-header-style-infostack .ttm-stickable-header-w {
        height: auto;
        position: relative;
    }

    .ttm-header-style-infostack .ttm-content-wrapper {
        position: relative;
        float: right;
        vertical-align: middle;
        display: table;
    }

    .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        margin: 0;
        padding-right: 40px;
    }

    .ttm-header-style-infostack .header-widget:last-child {
        padding-right: 0;
    }

    .ttm-header-style-infostack .header-widget .ttm-btn {
        padding: 13px 26px 13px 26px;
        font-weight: 600;
        font-size: 12px;
    }

    .ttm-header-style-infostack .ttm-stickable-header.fixed-header {
        background: transparent;
        box-shadow: none;
    }

    /* ttm-header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: rgba(0, 32, 40, 0.4);
        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;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.20);
    }

    .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li > a {
        color: #fff;
    }

    /* ttm-header-floating-text */
    .ttm-header-text-area {
        float: right;
        height: 98px;
        line-height: 98px;
        padding-left: 20px;
        position: relative;
    }

    .ttm-header-floating-text {
        position: absolute;
        top: 0;
        padding: 0 13px 0 12px;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 44px;
        padding-top: 17px;
        height: 129px;
        overflow: hidden;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        z-index: 1;
    }

    .ttm-header-floating-text h1, .ttm-header-floating-text h2, .ttm-header-floating-text h3, .ttm-header-floating-text h4, .ttm-header-floating-text h5 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
        white-space: pre;
        transform: rotate(90deg);
        letter-spacing: .5px;
        font-weight: 400;
    }

    .ttm-header-floating-text .icon {
        line-height: 39px;
        margin-left: -1px;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
    }

    .ttm-header-floating-text .icon i {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding-top: 4px;
        text-align: center;
    }

    .ttm-header-text-area .header-info-widget {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
    }

    .ttm-header-text-area div.header-info-widget:nth-child(2) {
        padding-left: 62px;
    }

    .ttm-header-text-area .header-info-widget h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 3px;
        font-weight: 600;
    }

    .ttm-header-text-area .header-info-widget h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    /*Footer*/
    .second-footer > div > .row .widget-area:first-child .widget {
        margin-right: 10px;
    }

    .second-footer > div > .row .widget-area:last-child .widget {
        margin-right: 0;
    }

    .second-footer > div > .row .widget-area .widget:not(:first-child) {
        padding-top: 0;
        margin-top: -21px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {

    .mobile-only {
        display: none;
    }

    /* Bg-Layer */
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -200px;
    }

    .ttm-right-span .ttm-col-wrapper-bg-layer,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -200px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    .mobile-only {
        display: none;
    }

    /*topbar*/
    .ttm-top-info-con ul li:not(:last-child):after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.06);
        display: block;
        position: absolute;
        right: 0px;
        top: 36px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    /* menu */
    .ttm-header-icons, .ttm-header-icon {
        float: right;
    }
    .menu {
        float: left;
    }


    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0px;
        padding: 0px 12px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 102px;
        line-height: 102px;
    }

    #site-header-menu #site-navigation .menu ul ul {
        background-color: #fff;
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        width: 250px;
        padding: 0px;
        opacity: 0;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        box-shadow: 0 3px 25px 0px rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .10) inset;
        background-clip: padding-box;
        transition: all .2s ease;
        z-index: 99;
    }

    #site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) > ul {
        right: 0;
        left: auto;
    }

    #site-header-menu #site-navigation .menu ul > li:hover > ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }

    #site-header-menu #site-navigation .menu > ul ul li a {
        margin: 0;
        display: block;
        padding: 15px 20px;
        position: relative;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .ttm-stickable-header.fixed-header .site-branding,
    .ttm-stickable-header.fixed-header .ttm-header-icons, .ttm-stickable-header.fixed-header .ttm-header-icon,
    #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
    .fixed-header .ttm-header-text-area {
        height: 70px;
        line-height: 70px;
    }

    /* sep-img//sepline */
    #site-header-menu #site-navigation li.ttm-sepline {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        display: block;
    }

    #site-header-menu #site-navigation .sep-img {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 8px;
        height: 22px;
        text-align: center;
        margin-left: -5px;
    }

    #site-header-menu #site-navigation .sep-img {
        /*background-color: #00d6a3;*/
    }

    #site-header-menu .fixed-header #site-navigation .sep-img {
        top: -5px
    }

    #site-header-menu #site-navigation .menu > ul > li:hover > a:before {
        opacity: 1
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .sep-img {
        content: unset;
        opacity: 0;
        visibility: hidden;
    }

    #site-header-menu #site-navigation .sep-img {
        -webkit-mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    /* ttm-header-style-classicinfo */
    .ttm-header-style-classicinfo .ttm-contact span.icon {
        padding-right: 8px;
    }

    .ttm-header-style-classicinfo .ttm-contact {
        position: relative;
        padding-left: 20px;
        float: right;
        line-height: 48px;
        bottom: -18px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: "Saira", Arial, Helvetica, sans-serif;
    }

    .ttm-header-style-classicinfo .ttm-contact:after {
        content: "";
        width: 5000px;
        height: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
    }

    /* ttm-header-style-infostack */
    .ttm-header-style-infostack .ttm-topbar-wrapper {
        padding: 0px 0px 61px;
    }

    .ttm-header-style-infostack .ttm-header-wrap {
        top: 49px;
        position: absolute;
        z-index: 21;
        width: 100%;
        box-shadow: none;
    }

    .ttm-header-style-infostack .ttm-header-top-wrapper {
        padding: 0 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu ul.dropdown > li > a,
    .ttm-header-style-infostack .ttm-header-icons, .ttm-header-style-infostack .ttm-header-icon {
        height: 60px;
        line-height: 60px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu {
        float: none;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        padding: 0px 25px 0px 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        color: #fff;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:not(:first-child) {
        margin-left: -4px;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        padding-right: 30px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:after {
        width: 0;
        height: 100%;
        display: block;
        opacity: 0;
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        background-color: #00d6a3;
        -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;
        -khtml-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        -o-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        z-index: -1;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li.active > a:after,
    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:hover > a:after {
        width: 100%;
        opacity: 1;
    }

    .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link:before {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .ttm-header-style-infostack .site-branding,
    .ttm-header-style-infostack .ttm-content-wrapper {
        height: 106px;
        line-height: 106px;
    }

    .ttm-header-style-infostack .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
    }

    .ttm-header-style-infostack .ttm-stickable-header-w {
        height: auto;
        position: relative;
    }

    .ttm-header-style-infostack .ttm-content-wrapper {
        position: relative;
        float: right;
        vertical-align: middle;
        display: table;
    }

    .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        margin: 0;
        padding-right: 40px;
    }

    .ttm-header-style-infostack .header-widget:last-child {
        padding-right: 0;
    }

    .ttm-header-style-infostack .header-widget .ttm-btn {
        padding: 13px 26px 13px 26px;
        font-weight: 600;
        font-size: 12px;
    }

    .ttm-header-style-infostack .ttm-stickable-header.fixed-header {
        background: transparent;
        box-shadow: none;
    }

    /* ttm-header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: rgba(0, 32, 40, 0.4);
        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;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.20);
    }

    .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li > a {
        color: #fff;
    }

    /* ttm-header-floating-text */
    .ttm-header-text-area {
        float: right;
        height: 98px;
        line-height: 98px;
        padding-left: 20px;
        position: relative;
    }

    .ttm-header-floating-text {
        position: absolute;
        top: 0;
        padding: 0 13px 0 12px;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 44px;
        padding-top: 17px;
        height: 129px;
        overflow: hidden;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        z-index: 1;
    }

    .ttm-header-floating-text h1, .ttm-header-floating-text h2, .ttm-header-floating-text h3, .ttm-header-floating-text h4, .ttm-header-floating-text h5 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
        white-space: pre;
        transform: rotate(90deg);
        letter-spacing: .5px;
        font-weight: 400;
    }

    .ttm-header-floating-text .icon {
        line-height: 39px;
        margin-left: -1px;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
    }

    .ttm-header-floating-text .icon i {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding-top: 4px;
        text-align: center;
    }

    .ttm-header-text-area .header-info-widget {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
    }

    .ttm-header-text-area div.header-info-widget:nth-child(2) {
        padding-left: 62px;
    }

    .ttm-header-text-area .header-info-widget h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 3px;
        font-weight: 600;
    }

    .ttm-header-text-area .header-info-widget h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    /*Footer*/
    .second-footer > div > .row .widget-area:first-child .widget {
        margin-right: 10px;
    }

    .second-footer > div > .row .widget-area:last-child .widget {
        margin-right: 0;
    }

    .second-footer > div > .row .widget-area .widget:not(:first-child) {
        padding-top: 0;
        margin-top: -21px;
    }
}

@media only screen and (max-width: 1366px) and (min-width: 1200px) {

    .mobile-only {
        display: none;
    }

    /* Bg-Layer */
    .ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-left: -200px;
    }

    .ttm-right-span .ttm-col-wrapper-bg-layer,
    .col-bg-img-one .ttm-right-span .ttm-col-wrapper-bg-layer {
        margin-right: -200px;
    }
    .mt--148 {
        margin-top: -157px !important;
    }

    .mobile-only {
        display: none;
    }

    /*topbar*/
    .ttm-top-info-con ul li:not(:last-child):after {
        content: "";
        height: 50px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.06);
        display: block;
        position: absolute;
        right: 0px;
        top: 36px;
    }
    .mt--148 {
        margin-top: -170px !important;
    }

    /* menu */
    .ttm-header-icons, .ttm-header-icon {
        float: right;
    }

    .menu {
        float: left;
    }

    #site-header-menu #site-navigation .menu > ul > li > a {
        display: block;
        margin: 0px;
        padding: 0px 12px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 102px;
        line-height: 102px;
    }

    #site-header-menu #site-navigation .menu ul ul {
        background-color: #fff;
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        width: 250px;
        padding: 0px;
        opacity: 0;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        box-shadow: 0 3px 25px 0px rgba(0, 0, 0, .07), 0 0 0 rgba(0, 0, 0, .10) inset;
        background-clip: padding-box;
        transition: all .2s ease;
        z-index: 99;
    }

    #site-header-menu #site-navigation .menu > ul > li:nth-last-child(2) > ul {
        right: 0;
        left: auto;
    }

    #site-header-menu #site-navigation .menu ul > li:hover > ul {
        opacity: 1;
        display: block;
        visibility: visible;
        height: auto;
    }

    #site-header-menu #site-navigation .menu > ul ul li a {
        margin: 0;
        display: block;
        padding: 15px 20px;
        position: relative;
        font-family: "Ubuntu", Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
    }

    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .ttm-stickable-header.fixed-header .site-branding,
    .ttm-stickable-header.fixed-header .ttm-header-icons, .ttm-stickable-header.fixed-header .ttm-header-icon,
    #site-header-menu .ttm-stickable-header.fixed-header #site-navigation > .menu > ul > li > a,
    .fixed-header .ttm-header-text-area {
        height: 70px;
        line-height: 70px;
    }

    /* sep-img//sepline */
    #site-header-menu #site-navigation li.ttm-sepline {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        display: block;
    }

    #site-header-menu #site-navigation .sep-img {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 8px;
        height: 22px;
        text-align: center;
        margin-left: -5px;
    }

    #site-header-menu #site-navigation .sep-img {
        /*background-color: #00d6a3;*/
    }

    #site-header-menu .fixed-header #site-navigation .sep-img {
        top: -5px
    }

    #site-header-menu #site-navigation .menu > ul > li:hover > a:before {
        opacity: 1
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .sep-img {
        content: unset;
        opacity: 0;
        visibility: hidden;
    }

    #site-header-menu #site-navigation .sep-img {
        -webkit-mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        mask: url(../images/menu-sprite.png) no-repeat 100% 100%;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    /* ttm-header-style-classicinfo */
    .ttm-header-style-classicinfo .ttm-contact span.icon {
        padding-right: 8px;
    }

    .ttm-header-style-classicinfo .ttm-contact {
        position: relative;
        padding-left: 20px;
        float: right;
        line-height: 48px;
        bottom: -18px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        font-family: "Saira", Arial, Helvetica, sans-serif;
    }

    .ttm-header-style-classicinfo .ttm-contact:after {
        content: "";
        width: 5000px;
        height: 100%;
        left: 100%;
        top: 0px;
        position: absolute;
    }

    /* ttm-header-style-infostack */
    .ttm-header-style-infostack .ttm-topbar-wrapper {
        padding: 0px 0px 61px;
    }

    .ttm-header-style-infostack .ttm-header-wrap {
        top: 49px;
        position: absolute;
        z-index: 21;
        width: 100%;
        box-shadow: none;
    }

    .ttm-header-style-infostack .ttm-header-top-wrapper {
        padding: 0 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu ul.dropdown > li > a,
    .ttm-header-style-infostack .ttm-header-icons, .ttm-header-style-infostack .ttm-header-icon {
        height: 60px;
        line-height: 60px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu {
        float: none;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        padding: 0px 25px 0px 25px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a {
        color: #fff;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:not(:first-child) {
        margin-left: -4px;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        padding-right: 30px;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a:after {
        width: 0;
        height: 100%;
        display: block;
        opacity: 0;
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        left: 0;
        background-color: #00d6a3;
        -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;
        -khtml-transform: translateX(0%) translateY(0%);
        -moz-transform: translateX(0%) translateY(0%);
        -ms-transform: translateX(0%) translateY(0%);
        -o-transform: translateX(0%) translateY(0%);
        transform: translateX(0%) translateY(0%);
        z-index: -1;
    }

    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li.active > a:after,
    .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li:hover > a:after {
        width: 100%;
        opacity: 1;
    }

    .ttm-header-style-infostack .ttm-header-icons .ttm-header-cart-link:before {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .ttm-header-style-infostack .site-branding,
    .ttm-header-style-infostack .ttm-content-wrapper {
        height: 106px;
        line-height: 106px;
    }

    .ttm-header-style-infostack .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
    }

    .ttm-header-style-infostack .ttm-stickable-header-w {
        height: auto;
        position: relative;
    }

    .ttm-header-style-infostack .ttm-content-wrapper {
        position: relative;
        float: right;
        vertical-align: middle;
        display: table;
    }

    .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        margin: 0;
        padding-right: 40px;
    }

    .ttm-header-style-infostack .header-widget:last-child {
        padding-right: 0;
    }

    .ttm-header-style-infostack .header-widget .ttm-btn {
        padding: 13px 26px 13px 26px;
        font-weight: 600;
        font-size: 12px;
    }

    .ttm-header-style-infostack .ttm-stickable-header.fixed-header {
        background: transparent;
        box-shadow: none;
    }

    /* ttm-header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: rgba(0, 32, 40, 0.4);
        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;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.20);
    }

    .ttm-header-style-overlay #site-header-menu #site-navigation .menu ul.dropdown > li > a {
        color: #fff;
    }

    /* ttm-header-floating-text */
    .ttm-header-text-area {
        float: right;
        height: 98px;
        line-height: 98px;
        padding-left: 20px;
        position: relative;
    }

    .ttm-header-floating-text {
        position: absolute;
        top: 0;
        padding: 0 13px 0 12px;
        color: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        width: 44px;
        padding-top: 17px;
        height: 129px;
        overflow: hidden;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        z-index: 1;
    }

    .ttm-header-floating-text h1, .ttm-header-floating-text h2, .ttm-header-floating-text h3, .ttm-header-floating-text h4, .ttm-header-floating-text h5 {
        font-size: 14px;
        line-height: 19px;
        color: #fff;
        white-space: pre;
        transform: rotate(90deg);
        letter-spacing: .5px;
        font-weight: 400;
    }

    .ttm-header-floating-text .icon {
        line-height: 39px;
        margin-left: -1px;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
    }

    .ttm-header-floating-text .icon i {
        border: 1px solid #fff;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        font-size: 14px;
        padding-top: 4px;
        text-align: center;
    }

    .ttm-header-text-area .header-info-widget {
        vertical-align: middle;
        display: inline-block;
        text-align: left;
    }

    .ttm-header-text-area div.header-info-widget:nth-child(2) {
        padding-left: 62px;
    }

    .ttm-header-text-area .header-info-widget h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 3px;
        font-weight: 600;
    }

    .ttm-header-text-area .header-info-widget h3 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    /*Footer*/
    .second-footer > div > .row .widget-area:first-child .widget {
        margin-right: 10px;
    }

    .second-footer > div > .row .widget-area:last-child .widget {
        margin-right: 0;
    }

    .second-footer > div > .row .widget-area .widget:not(:first-child) {
        padding-top: 0;
        margin-top: -21px;
    }

}

@media all and (min-width: 1170px) and (max-width: 1199px) {


    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }
    .mobile-only {
        display: none;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 40px;
    }

}

@media all and (max-width: 1169px) and (min-width: 991px) {


    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 35px;
    }

    .find-doctor-button {
        margin-right: 0px;
        width: 100px;
    }
    .mt--148 {
        margin-top: -171px !important;
    }
    .featured-imagebox-team.ttm-team-box-view-overlay .featured-thumbnail {
        height: 300px;
    }

    .mobile-only {
        display: none;
    }

    /* padding */
    .res-1200-ptb-0 {
        padding: 0px !important;
    }

    .res-1200-pt-0 {
        padding-top: 0px !important;
    }

    .res-1200-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1200-pl-30 {
        padding-left: 30px !important;
    }

    .res-1200-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1200-mt-0 {
        margin-top: 0 !important;
    }

    .res-1200-mr-0 {
        margin-right: 0 !important;
    }

    .res-1200-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1200-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* featured-icon-box */
    .ttm-box-seperator .featured-icon-box {
        padding: 41px 20px 31px;
    }

    .mobile-only {
        display: none;
    }

    .ttm-row.break-991-colum.bg-layer > .container {
        padding: 0 15px;
    }

    /* sidebar-right*/
    .sidebar.ttm-sidebar-right .content-area {
        padding-right: 30px;
    }

    .sidebar.ttm-sidebar-left .content-area, .sidebar .sidebar-right {
        padding-left: 30px;
    }

    .sidebar .sidebar-left {
        margin-top: -30px;
        margin-right: 15px;
    }

    .sidebar.ttm-sidebar-left .content-area {
        margin-right: -30px;
        padding-right: 30px;
    }

    .sidebar .sidebar-left.ttm-left-span .ttm-col-wrapper-bg-layer {
        margin-right: -15px;
    }
    .ttm-center-video-icon {
        left: 30%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
        margin-top: -135px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 40px;
    }

    .desktop-only {
        display: none;
    }

    .break-991-colum .row .col-md-7,
    .break-991-colum .row .col-md-5,
    .break-991-colum .row .col-md-4,
    .break-991-colum .row .col-md-3,
    .break-991-colum .row .col-md-6,
    .break-991-colum .row .col-md-9 {
        flex: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
    }

    .break-991-colum.bg-layer .container > .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-equal-height > [class*='col-'],
    .ttm-equal-height-image, .featured-imagebox img,
    .break-991-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    .ttm_single_image-wrapper, .ttm-reset-content-center-991 * {
        text-align: center !important;
    }

    .ttm_single_image-wrapper .text-right {
        text-align: left !important;
    }

    .ttm-fbar-main-w {
        display: none;
    }

    /* ttm-bg-layer */
    .break-991-colum .ttm-col-bgimage-yes, .break-991-colum.bg-layer-equal-height .ttm-col-bgcolor-yes {
        height: auto !important;
    }

    /* ttm-btn */
    .ttm-btn.float-right {
        float: none !important;
    }

    /* title */
    .row-title h2.title {
        font-size: 34px;
        line-height: 40px;
    }

    .section-title h2.title {
        font-size: 32px;
        line-height: 38px;
    }

    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 25px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 25px;
    }

    h5 {
        font-size: 16px;
        line-height: 24px;
    }

    h6 {
        font-size: 14px;
        line-height: 18px;
    }

    /* ttm-row */
    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px 0 !important;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 1.75rem auto;
    }
    .ttm-row.about-section {
        padding: 50px 0 30px !important;
    }

    .ttm-row.client-section {
        padding: 10px 0 !important;
    }

    .ttm-row.fid-section {
        padding: 50px 0 25px !important;
    }

    .ttm-row.row-top-section,
    .ttm-row.cta-section,
    .ttm-row.broken-section,
    .ttm-row.experiance-section {
        padding: 0px 0px !important;
    }

    .ttm-row.clientbox-section {
        padding: 10px 0 15px !important;
    }

    .ttm-row.multi-section {
        padding: 0 0 50px !important;
    }

    .ttm-row.expertise-section, .ttm-row.overview-section {
        padding: 50px 0 30px;
    }

    section.error-404 {
        padding: 50px 0 80px;
    }

    /* spacing */
    .spacing-1 {
        margin-top: 0;
        margin-left: 0;
        padding: 50px 15px 40px;
    }

    .spacing-2 {
        padding: 50px 15px 30px;
        margin: 0;
    }

    .spacing-3 {
        margin-left: 0;
        margin-right: 0;
        padding: 50px 15px;
    }

    .spacing-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .spacing-5 {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .spacing-6 {
        margin-top: 0;
        margin-left: 0px;
        padding-top: 50px;
        padding-left: 0;
        padding-bottom: 50px;
    }

    .spacing-7 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .spacing-8 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* fid */
    .ttm-fid-border .inside {
        padding-left: 15px;
    }

    /* testimonial */
    .testimonials .testimonial-content {
        margin: 0;
        padding: 0;
    }

    .ttm-testimonial-box-view-style1 .testimonial-content {
        padding: 25px 25px 29px;
        margin-left: 180px;
    }

    /* footer */
    .footer .widget {
        margin: 30px 0 0;
    }

    .first-footer .widget-area:not(:last-child) .widget {
        margin-bottom: 20px;
    }

    .footer .second-footer {
        padding: 15px 0 35px;
    }

    /* team-single */
    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 45px;
        margin-left: 0;
    }

    .ttm-team-member-content {
        padding-top: 0;
    }

    /* portfolio-single */
    .ttm-pf-single-related-wrapper {
        padding-top: 30px;
    }

    /* sidebar */
    .sidebar .content-area {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .sidebar .sidebar-right {
        padding-top: 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {
        padding-bottom: 10px;
    }

    /* map */
    .map-wrapper {
        height: 290px !important;
        padding: 0px !important;
    }

    /* element-page */
    .element-row {
        padding: 50px 0 0;
    }

    .element-row > .section-title h2.title {
        margin-top: 0px;
    }

    /* margin */
    .res-991-ml-0 {
        margin-left: 0 !important;
    }

    .res-991-mr-0 {
        margin-right: 0 !important;
    }

    .res-991-mt-0 {
        margin-top: 0 !important;
    }

    .res-991-mb-0 {
        margin-bottom: 0 !important;
    }

    .res-991-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-991-mt_15 {
        margin-top: -15px !important;
    }

    .res-991-mt_30 {
        margin-top: -30px !important;
    }

    .res-991-mt_50 {
        margin-top: -50px !important;
    }

    .res-991-mt_80 {
        margin-top: -80px !important;
    }

    .res-991-mt_100 {
        margin-top: -100px !important;
    }

    .res-991-mt-30 {
        margin-top: 30px !important;
    }

    .res-991-mt-40 {
        margin-top: 40px !important;
    }

    .res-991-mt-50 {
        display: none;
        margin-top: 50px !important;
    }

    .res-991-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-991-mb-20 {
        margin-bottom: 30px !important;
    }

    .res-991-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-991-mb-40 {
        margin-bottom: 40px !important;
    }

    .res-991-mb-50 {
        margin-bottom: 50px !important;
    }

    .res-991-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    /* padding */
    .ttm-page-title-row {
        padding: 70px 0 75px;
    }

    .res-991-p-0 {
        padding: 0 ! important;
    }

    .res-991-pt-10 {
        padding-top: 10px !important;
    }

    .res-991-pt-15 {
        padding-top: 15px !important;
    }

    .res-991-pt-30 {
        padding-top: 30px !important;
    }

    .res-991-pt-40 {
        padding-top: 40px !important;
    }

    .res-991-pt-45 {
        padding-top: 45px !important;
    }

    .res-991-pt-50 {
        padding-top: 50px !important;
    }

    .res-991-ptb-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .res-991-pt-0 {
        padding-top: 0px !important;
    }

    .res-991-pl-0 {
        padding-left: 0px !important;
    }

    .res-991-pr-15 {
        padding-right: 15px !important;
    }

    .res-991-pr-0 {
        padding-right: 0px !important;
    }

    .res-991-pl-15 {
        padding-left: 15px !important;
    }

    .res-991-pb-0 {
        padding-bottom: 0px !important
    }

    .res-991-pb-5 {
        padding-bottom: 5px !important
    }

    .res-991-pb-10 {
        padding-bottom: 10px !important
    }

    .res-991-pb-20 {
        padding-bottom: 20px !important
    }

    .res-991-pb-30 {
        padding-bottom: 30px !important
    }

    .res-991-pb-50 {
        padding-bottom: 50px !important
    }

    .res-991-pb-60 {
        padding-bottom: 60px !important
    }

    .res-991-pb-70 {
        padding-bottom: 70px !important
    }

    .res-991-pb-80 {
        padding-bottom: 80px !important
    }

    .res-991-pb-90 {
        padding-bottom: 90px !important
    }

    .res-991-pb-100 {
        padding-bottom: 100px !important
    }

    .res-991-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-991-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-991-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-991-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-991-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-991-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-991-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    /* calendar */
    .calendar table td {
        height: 115px;
    }

    .calendar .calendar-frame tbody td::after {
        top: 32px;
    }

    /* shop */
    .ttm-single-product-details {
        margin-bottom: 0;
    }

    .single .products .product .onsale {
        top: -15px;
    }
    div.product.ttm-single-product-details div.images {
        width: 48%;
        float: left;
    }

    div.product.ttm-single-product-details div.summary {
        width: 48%;
        float: right;
    }

    .row-top-section .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .featured-icon-box.style4:hover {
        margin-top: -30px;
        margin-bottom: -40px;
    }

    header {
        padding: 0px 0;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 13px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f9fafa;
    }
}

@media only screen and (min-width: 591px) and (max-width: 768px) {

    .pop-image-width-95 {
        width: 500px;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    /* ttm-search-overlay */
    .ttm-search-overlay .ttm-search-outer .ttm-form-title {
        font-size: 26px;
        line-height: 40px;
    }

    .ttm-search-overlay .ttm-search-outer {
        border: none;
    }

    .ttm-search-overlay .ttm-site-searchform {
        margin-left: 0;
        left: 0;
        right: 0;
    }

    /* Page-Title */
    .title-box .page-title-heading, .breadcrumb-wrapper {
        display: block;
        text-align: left;
    }

    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0;
        background: transparent;
    }

    .title-box .page-title-heading h1 {
        font-size: 38px;
        line-height: 41px;
    }

    /* footer */
    .ttm-footer-cta-wrapper .widget-area:not(:last-child) {
        margin-bottom: 20px;
    }

    .widget.widget_nav_menu.menu-footer-services-menu ul li,
    .widget.widget_nav_menu.menu-footer-services-menu ul li:nth-child(even) {
        width: 100%;
        margin-left: 0;
    }

    /* .ttm-box-seperator */
    .ttm-box-seperator .featured-icon-box {
        padding: 20px 20px 5px;
    }

    .client-box.ttm-box-view-separator-logo .client-thumbnail:after {
        display: none;
    }

    .client-box .ttm-client-logo-tooltip {
        padding-top: 30px;
    }

    /* calendar */
    .calendar thead th {
        padding: 2px 0;
        font-size: 13px;
    }

    .calendar table td {
        height: 90px;
        font-size: 18px;
    }

    .calendar .calendar-frame tbody td::after {
        top: 25px;
        height: 40px;
        width: 40px;
    }

    /* shop */
    .banner-image, .ttm-product-image-box {
        text-align: center;
    }

    div.product ul.tabs li.active a:before {
        content: unset;
    }

    /* margin */
    .res-767-mb-0 {
        margin-bottom: 0px !important;
    }

    .res-767-ml-0 {
        margin-left: 0px !important;
    }

    .res-767-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-767-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-767-mt-0 {
        margin-top: 0px !important;
    }

    .res-767-mt-30 {
        margin-top: 30px !important;
    }

    .res-767-mt-40 {
        margin-top: 40px !important;
    }

    .res-767-mt-0 {
        margin-top: 0px !important;
    }

    .res-767-mt_15 {
        margin-top: -15px !important;
    }

    /* padding */
    .res-767-plr-15 {
        padding: 0 15px !important;
    }

    .res-767-pl-15 {
        padding-left: 15px !important;
    }

    .res-767-pr-15 {
        padding-right: 15px !important;
    }

    .res-767-pl-0 {
        padding-left: 0px !important;
    }

    .res-767-pr-0 {
        padding-right: 0px !important;
    }

    .res-767-p-30 {
        padding: 30px;
    }

    .res-767-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-767-pt-30 {
        padding-top: 30px !important;
    }

    .res-767-pt-15 {
        padding-top: 15px !important;
    }

    /* single-team */
    .ttm-team-member-appointment-btn-wrapper {
        position: unset;
    }

    /* tab */
    .ttm-tabs.ttm-tab-style-vertical .content-tab {
        padding: 10px 20px;
    }

    .ttm-tabs.ttm-tab-style-horizontal ul.tabs li,
    .ttm-tabs.ttm-tab-style-horizontal ul {
        display: block;
        margin-right: 0;
    }

    .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
        border-radius: 0;
    }

    /* cart */
    .ttm-cart-form, .checkout {
        padding: 0;
    }

    table.shop_table:not(.checkout-review-order-table) tr td {
        display: block;
        text-align: right;
    }

    table .cart_item .product-thumbnail,
    .shop_table_responsive thead {
        display: none;
    }

    table.shop_table:not(.checkout-review-order-table) tbody tr {
        display: block;
    }

    table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .coupon {
        float: none;
        padding-bottom: .5em;
    }

    td.actions button {
        width: 100%;
    }

    .coupon input, td.actions .coupon .button {
        width: auto;
    }

    .quantity {
        display: inline-block;
    }

    .cart-collaterals {
        margin-top: 0px;
    }

    .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
    }

    .site-branding img {
        max-height: 55px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f9fafa;
    }

    .desktop-only {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 45%;
    }

    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        width: 15%;
    }

    .bbpress-forums div.bbp-search-form {
        float: none;
    }

    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }

    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }

    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }

    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }

    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }

    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }

    header {
        padding: 0px 0;
    }

    .site-branding img {
        max-height: 40px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .site-branding img {
        max-height: 35px;
        margin-top: 40px;
        margin-left: 25px;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 10px 10px 10px;
        vertical-align: top;
        line-height: 14px;
        margin: -21px 0px 0px 50px;
        width: 140px;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        font-size: 13px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .pulsing:before, .pulsing:after {
        width: 80%;
        height: 70%;
        border: inherit;
        top: 0px;
        left: 30px;
        z-index: 0;
        border-radius: 0px 0px 10px 10px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9fafa;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget p, .ttm-header-style-infostack .header-widget p {
        font-size: 8px;
        font-weight: 400;
        line-height: 23px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 10px 10px;
    }

    .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f9fafa;
        text-align: center;
        float: none;
    }

    .search__container {
        padding-top: 0px;
        margin-top: -160px;
    }

    .mt_60 {
        margin-top: -87px !important;
    }

    .mx-200 {
        margin: 0px 20px;
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .featured-title h5 {

        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;

    }

    .csp_section .left_txt h2 {
        font-size: 15px;
        line-height: 25px;
    }


    .ttm-row.service-section {
        padding: 90px 0 100px;
    }

    .height-680 {
        height: 680px;
    }

    .ttm-box-seperator .featured-icon-box {
        padding: 10px 20px 10px;
    }

    .mb-30 {
        margin-bottom: 0px !important;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 20px 0 !important;
    }

    .element-row.latestNews {
        padding: 30px 0 0px;
        position: relative;
    }

    .post-title {
        width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        overflow: hidden;
    }

    .section-title.with-desc {
        margin-bottom: 10px;
    }

    .ttm-row.client-section {
        margin-bottom: 50px;
    }

    .ttm-tabs ul.tabs li a {
        padding: 8px;
    }

    .ttm-tabs ul.tabs li {
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }

    .sidebar .content-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttm-row.fid-section {
        padding: 10px 0 15px !important;
    }

    .ttm-page-title-row {
        padding: 10px 0 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {

        padding-top: 15px;

    }

    footer {
        padding-bottom: 0px !important;
    }

    .ttm-team-member-single-content .ttm-featured-wrapper {
        margin-left: 0px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 0px;
        margin-left: 0;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 36px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding: 46px 25px 40px 60px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 10px 0px 40px 0px;
    }

    div.product .ttm-tabs .content-tab {
        padding: 0px;
        width: 100%;
    }

    .sidebar .content-area {
        padding-bottom: 10px;
    }

    .title-box .page-title-heading h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .featured-icon-box.top-icon .featured-content {
        padding-top: 0px;
    }

    .center-section .wrap-search-form .wrap-list-cate {
        position: absolute;
        top: 0;
        right: 40px;
        width: 25px;
        height: 35px;
        border: none;
        outline: none;
        background: #0b7d72;
    }

    .wrap-list-cate .form-control {

        background: #0b7d72;
        color: #fff;
        padding-left: 15px;
        margin-top: 0px;
    }

    .center-section .wrap-search-form button {
        width: 40px;
        height: 35px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 10px 11px;
    }

    .center-section .wrap-search-form {
        display: inline-block;
        /* border: 2px solid #0c861e; */
        position: relative;
        max-width: 500px;

        width: 100%;
        box-shadow: 0 0 15px 0 rgba(107, 107, 107, 0.7);
    }
    .featured-title {
        height: 20px;
    }

    .mt--148 {
        margin-top: -110px !important;
    }
    .center-section .wrap-search-form input[name="search"] {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #999999;
        border: none;
        padding: 0 5px;
        height: 35px;
        border-radius: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 35px;
    }

    .department_text {
        margin-top: 20px;
    }

    .structure {
        margin-left: 10px;
    }

    .csp_section {
        margin-bottom: 0px;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }

}

@media only screen and (min-width: 575px) and (max-width: 590px) {

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    /* footer */
    .newsletter-form input[type="submit"] {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        text-align: center;
        position: initial;
        height: 45px;
    }

    .first-footer .ttm-footer-cta-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .ttm-footer2-left {
        text-align: center;
    }

    .ttm-footer2-right {
        text-align: center;
    }
    .desktop-only {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 45%;
    }

    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        width: 15%;
    }

    .bbpress-forums div.bbp-search-form {
        float: none;
    }

    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }

    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }

    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }

    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }

    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }

    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }

    header {
        padding: 0px 0;
    }

    .site-branding img {
        max-height: 40px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .site-branding img {
        max-height: 35px;
        margin-top: 15px;
        margin-left: 25px;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 10px 10px 10px;
        vertical-align: top;
        line-height: 14px;
        margin: -21px 0px 0px 50px;
        width: 140px;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        font-size: 13px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .pulsing:before, .pulsing:after {
        width: 80%;
        height: 70%;
        border: inherit;
        top: 0px;
        left: 30px;
        z-index: 0;
        border-radius: 0px 0px 10px 10px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9fafa;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget p, .ttm-header-style-infostack .header-widget p {
        font-size: 8px;
        font-weight: 400;
        line-height: 23px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 10px 10px;
    }

    .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f9fafa;
        text-align: center;
        float: none;
    }

    .search__container {
        padding-top: 0px;
        margin-top: -160px;
    }

    .mt_60 {
        margin-top: -87px !important;
    }

    .mx-200 {
        margin: 0px 20px;
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .featured-title h5 {

        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;

    }

    .csp_section .left_txt h2 {
        font-size: 15px;
        line-height: 25px;
    }


    .ttm-row.service-section {
        padding: 90px 0 100px;
    }

    .height-680 {
        height: 680px;
    }

    .ttm-box-seperator .featured-icon-box {
        padding: 10px 20px 10px;
    }

    .mb-30 {
        margin-bottom: 0px !important;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 20px 0 !important;
    }

    .element-row.latestNews {
        padding: 30px 0 0px;
        position: relative;
    }

    .post-title {
        width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        overflow: hidden;
    }

    .section-title.with-desc {
        margin-bottom: 10px;
    }

    .ttm-row.client-section {
        margin-bottom: 50px;
    }

    .ttm-tabs ul.tabs li a {
        padding: 8px;
    }

    .ttm-tabs ul.tabs li {
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }

    .sidebar .content-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttm-row.fid-section {
        padding: 10px 0 15px !important;
    }

    .ttm-page-title-row {
        padding: 10px 0 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {

        padding-top: 15px;

    }

    footer {
        padding-bottom: 0px !important;
    }

    .ttm-team-member-single-content .ttm-featured-wrapper {
        margin-left: 0px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 0px;
        margin-left: 0;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 36px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding: 46px 25px 40px 60px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 10px 0px 40px 0px;
    }

    div.product .ttm-tabs .content-tab {
        padding: 0px;
        width: 100%;
    }

    .sidebar .content-area {
        padding-bottom: 10px;
    }

    .title-box .page-title-heading h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .featured-icon-box.top-icon .featured-content {
        padding-top: 0px;
    }

    .center-section .wrap-search-form .wrap-list-cate {
        position: absolute;
        top: 0;
        right: 40px;
        width: 25px;
        height: 35px;
        border: none;
        outline: none;
        background: #0b7d72;
    }

    .wrap-list-cate .form-control {

        background: #0b7d72;
        color: #fff;
        padding-left: 15px;
        margin-top: 0px;
    }

    .center-section .wrap-search-form button {
        width: 40px;
        height: 35px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 10px 11px;
    }

    .center-section .wrap-search-form {
        display: inline-block;
        /* border: 2px solid #0c861e; */
        position: relative;
        max-width: 380px;

        width: 100%;
        box-shadow: 0 0 15px 0 rgba(107, 107, 107, 0.7);
    }

    .center-section .wrap-search-form input[name="search"] {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #999999;
        border: none;
        padding: 0 5px;
        height: 35px;
        border-radius: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 35px;
    }

    .department_text {
        margin-top: 20px;
    }

    .structure {
        margin-left: 10px;
    }

    .csp_section {
        margin-bottom: 0px;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }
    .featured-title {
        height: 25px;
    }
    .mt--148 {
        margin-top: -110px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
    .mt--148 {
        margin-top: -110px !important;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    .site-branding img {
        max-height: 33px;
        margin-top: 45px;
    }

    .ttm-fid-border .row > [class*='col-']:not(:last-child) {
        border-bottom: 1px solid;
    }

    .ttm-facts-colum-sep .col-md-3 {
        padding: 10px 0 0;
    }

    .ttm-fid-view-topicon {
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 60px;
        font-size: 15px;
    }

    .calendar .calendar-frame tbody td::after {
        content: unset;
    }

    .calendar .calendar-frame tbody td.today {
        background: #e3f2f9;
        color: #555;
    }

    /* margin */
    .res-575-mb-0 {
        margin-bottom: 0px !important;
    }

    .res-575-mb-15 {
        margin-bottom: 15px !important;
    }

    .res-575-mb-30 {
        margin-bottom: 30px !important;
    }

    .res-575-mt-0 {
        margin-top: 0px !important;
    }

    .res-575-mt-30 {
        margin-top: 30px !important;
    }

    .res-575-mt-40 {
        margin-top: 40px !important;
    }

    .res-575-mt-0 {
        margin-top: 0px !important;
    }

    /* padding */
    .res-575-pl-15 {
        padding-left: 15px !important;
    }

    .res-575-pr-15 {
        padding-right: 15px !important;
    }

    .res-575-pl-0 {
        padding-left: 0px !important;
    }

    .res-575-pr-0 {
        padding-right: 0px !important;
    }

    .res-575-p-30 {
        padding: 30px;
    }

    .res-575-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-575-pt-30 {
        padding-top: 30px !important;
    }

    .res-575-pt-15 {
        padding-top: 15px !important;
    }

    /* single-blog */
    .ttm-post-prev-next-buttons {
        text-align: center;
    }

    .ttm-post-prev-next-buttons a.float-right {
        float: none !important;
    }

    .comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
        width: 100%;
    }

    /* .ttm-testimonial-box-view-style1 */
    .ttm-testimonial-box-view-style1 .testimonial-avatar {
        float: none;
        width: 100%;
        display: block;
    }

    .ttm-testimonial-box-view-style1 .testimonial-content {
        margin-left: 0;
        margin-top: 30px;
    }

    .ttm-bgcolor-skincolor .ttm-testimonial-box-view-style1 .testimonial-content::after,
    .ttm-testimonial-box-view-style1 .testimonial-content::after {
        top: -37px;
        left: 60px;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 20px solid rgba(255, 255, 255, .05);
    }

    .ttm-bgcolor-skincolor .ttm-testimonial-box-view-style1 .testimonial-content::after {
        border-bottom: 20px solid rgba(0, 0, 0, .05)
    }

    .search__container {
        padding-top: 0px;
        margin-top: -175px;
    }

    .wrap-list-cate .form-control {
        border-radius: 0;
        border: 0px;
        box-shadow: none;
        font-size: 12px;
        background: #f5f5f5;
        margin: 0px;
        z-index: 999999 !important;
        display: block !important;
        padding-left: 0px;
    }

    .res-991-mt-50 {
        margin-top: -97px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }
    .featured-title {
        height: 25px;
    }
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0px;
    }
    .footer .widget {
        margin: 10px 0;
    }
    .ttm-team-member-appointment-btn-wrapper {
        position: relative;
        right: 60px;
        top: 0px;
    }
    .all_search__container {
        padding-top: 0px;
        margin: 30px 10px;
    }
    .all_short__container {
        margin: 10px 0px;
    }
    .all-center-section .wrap-search-form .wrap-list-cate {
        width: 30px;
    }
    .wrap-list-cate .form-control {
        padding-left: 5px;
        height: 50px;
    }

}

@media only screen and (min-width: 350px) and (max-width: 480px) {

    .mt--148 {
        margin-top: -135px !important;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 45%;
    }

    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        width: 15%;
    }

    .bbpress-forums div.bbp-search-form {
        float: none;
    }

    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }

    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }

    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }

    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }

    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }

    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }

    header {
        padding: 0px 0;
    }

    .site-branding img {
        max-height: 40px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .site-branding img {
        max-height: 35px;
        margin-top: 15px;
        margin-left: 25px;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 10px 10px 10px;
        vertical-align: top;
        line-height: 14px;
        margin: -21px 0px 0px 50px;
        width: 140px;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        font-size: 13px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .pulsing:before, .pulsing:after {
        width: 80%;
        height: 70%;
        border: inherit;
        top: 0px;
        left: 30px;
        z-index: 0;
        border-radius: 0px 0px 10px 10px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9fafa;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget p, .ttm-header-style-infostack .header-widget p {
        font-size: 8px;
        font-weight: 400;
        line-height: 23px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 10px 10px;
    }

    .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f9fafa;
        text-align: center;
        float: none;
    }

    .search__container {
        padding-top: 0px;
        margin-top: -200px;
    }

    .mt_60 {
        margin-top: -87px !important;
    }

    .mx-200 {
        margin: 0px 20px;
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .featured-title h5 {

        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;

    }

    .csp_section .left_txt h2 {
        font-size: 15px;
        line-height: 25px;
    }


    .ttm-row.service-section {
        padding: 90px 0 100px;
    }

    .height-680 {
        height: 680px;
    }

    .ttm-box-seperator .featured-icon-box {
        padding: 10px 20px 10px;
    }

    .mb-30 {
        margin-bottom: 0px !important;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 20px 0 !important;
    }

    .element-row.latestNews {
        padding: 30px 0 0px;
        position: relative;
    }

    .post-title {
        width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        overflow: hidden;
    }

    .section-title.with-desc {
        margin-bottom: 10px;
    }

    .ttm-row.client-section {
        margin-bottom: 50px;
    }

    .ttm-tabs ul.tabs li a {
        padding: 8px;
    }

    .ttm-tabs ul.tabs li {
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }

    .sidebar .content-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttm-row.fid-section {
        padding: 10px 0 15px !important;
    }

    .ttm-page-title-row {
        padding: 10px 0 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {

        padding-top: 80px;
        padding-bottom: 40px;


    }

    footer {
        padding-bottom: 0px !important;
    }

    .ttm-team-member-single-content .ttm-featured-wrapper {
        margin-left: 0px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 0px;
        margin-left: 0;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 36px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding: 46px 25px 40px 60px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 10px 0px 40px 0px;
    }

    div.product .ttm-tabs .content-tab {
        padding: 0px;
        width: 100%;
    }

    .sidebar .content-area {
        padding-bottom: 10px;
    }

    .title-box .page-title-heading h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .featured-icon-box.top-icon .featured-content {
        padding-top: 0px;
    }

    .center-section .wrap-search-form .wrap-list-cate {
        position: absolute;
        top: 0;
        right: 40px;
        width: 25px;
        height: 35px;
        border: none;
        outline: none;
        background: #008738;
    }

    .wrap-list-cate .form-control {

        background: #008738;
        color: #fff;
        padding-left: 15px;
        margin-top: 0px;
    }

    .center-section .wrap-search-form button {
        width: 40px;
        height: 35px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 10px 11px;
    }

    .center-section .wrap-search-form {
        display: inline-block;
        /* border: 2px solid #0c861e; */
        position: relative;
        max-width: 380px;

        width: 100%;
        box-shadow: 0 0 15px 0 rgba(107, 107, 107, 0.7);
    }

    .center-section .wrap-search-form input[name="search"] {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #999999;
        border: none;
        padding: 0 5px;
        height: 35px;
        border-radius: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 35px;
    }

    .department_text {
        margin-top: 20px;
    }

    .structure {
        margin-left: 10px;
    }

    .csp_section {
        margin-bottom: 0px;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }
    .featured-imagebox-team.ttm-team-box-view-overlay .featured-thumbnail {
        height: auto;
    }
    .pop-image-width-95 {
        width: 95%;
    }
    .featured-title {
        height: 45px;
    }
    .mt--148 {
        margin-top: -135px !important;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 45%;
    }

    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        width: 15%;
    }

    .bbpress-forums div.bbp-search-form {
        float: none;
    }

    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }

    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }

    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }

    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }

    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }

    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }

    header {
        padding: 0px 0;
    }

    .site-branding img {
        max-height: 40px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .site-branding img {
        max-height: 35px;
        margin-top: 45px;
        margin-left: 25px;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 5px 10px 10px;
        vertical-align: top;
        line-height: 14px;
        margin: 0px 0px 0px 50px;
        width: 140px;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        font-size: 13px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .pulsing:before, .pulsing:after {
        width: 80%;
        height: 70%;
        border: inherit;
        top: 0px;
        left: 30px;
        z-index: 0;
        border-radius: 0px 0px 10px 10px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9fafa;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget p, .ttm-header-style-infostack .header-widget p {
        font-size: 8px;
        font-weight: 400;
        line-height: 23px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 10px 10px;
    }

    .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f9fafa;
        text-align: center;
        float: none;
    }

    .search__container {
        padding-top: 0px;
        margin-top: -200px;
    }

    .mt_60 {
        margin-top: -87px !important;
    }

    .mx-200 {
        margin: 0px 20px;
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .featured-title h5 {

        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;

    }

    .csp_section .left_txt h2 {
        font-size: 15px;
        line-height: 25px;
    }


    .ttm-row.service-section {
        padding: 90px 0 100px;
    }

    .height-680 {
        height: 680px;
    }

    .ttm-box-seperator .featured-icon-box {
        padding: 10px 20px 10px;
    }

    .mb-30 {
        margin-bottom: 0px !important;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 20px 0 !important;
    }

    .element-row.latestNews {
        padding: 30px 0 0px;
        position: relative;
    }

    .post-title {
        width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        overflow: hidden;
    }

    .section-title.with-desc {
        margin-bottom: 10px;
    }

    .ttm-row.client-section {
        margin-bottom: 50px;
    }

    .ttm-tabs ul.tabs li a {
        padding: 8px;
    }

    .ttm-tabs ul.tabs li {
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }

    .sidebar .content-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttm-row.fid-section {
        padding: 10px 0 15px !important;
    }

    .ttm-page-title-row {
        padding: 10px 0 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {

        padding-top: 80px;
        padding-bottom: 40px;


    }

    footer {
        padding-bottom: 0px !important;
    }

    .ttm-team-member-single-content .ttm-featured-wrapper {
        margin-left: 0px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 0px;
        margin-left: 0;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 36px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding: 46px 25px 40px 60px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 10px 0px 40px 0px;
    }

    div.product .ttm-tabs .content-tab {
        padding: 0px;
        width: 100%;
    }

    .sidebar .content-area {
        padding-bottom: 10px;
    }

    .title-box .page-title-heading h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .featured-icon-box.top-icon .featured-content {
        padding-top: 0px;
    }

    .center-section .wrap-search-form .wrap-list-cate {
        position: absolute;
        top: 0;
        right: 40px;
        width: 25px;
        height: 35px;
        border: none;
        outline: none;
        background: #008738;
    }

    .wrap-list-cate .form-control {

        background: #008738;
        color: #fff;
        padding-left: 15px;
        margin-top: 0px;
    }

    .center-section .wrap-search-form button {
        width: 40px;
        height: 35px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 10px 11px;
    }

    .center-section .wrap-search-form {
        display: inline-block;
        /* border: 2px solid #0c861e; */
        position: relative;
        max-width: 380px;

        width: 100%;
        box-shadow: 0 0 15px 0 rgba(107, 107, 107, 0.7);
    }

    .center-section .wrap-search-form input[name="search"] {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #999999;
        border: none;
        padding: 0 5px;
        height: 35px;
        border-radius: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 35px;
    }

    .department_text {
        margin-top: 20px;
    }

    .structure {
        margin-left: 10px;
    }

    .csp_section {
        margin-bottom: 0px;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }
    .featured-imagebox-team.ttm-team-box-view-overlay .featured-thumbnail {
        height: auto;
    }
    .pop-image-width-95 {
        width: 95%;
    }
    .featured-title {
        height: 45px;
    }
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0px;
    }
    .footer .widget {
        margin: 10px 0;
    }
    .ttm-team-member-appointment-btn-wrapper {
        position: relative;
        right: 60px;
        top: 0px;
    }
    .all_search__container {
        padding-top: 0px;
        margin: 30px 10px;
    }
    .all_short__container {
        margin: 10px 0px;
    }
    .all-center-section .wrap-search-form .wrap-list-cate {
        width: 30px;
    }
    .wrap-list-cate .form-control {
        padding-left: 5px;
        height: 35px;
    }
    .dep-search-button-pad {
        margin: 20px 20px 40px 0px;
    }
    .dep-search-pad {
        margin: 20px 0px 40px 0px;
    }
    .featured-imagebox .featured-title {
        height: 55px;
    }
    .ttm-team-member-content .ttm-team-member-single-title {
        font-size: 35px;
        line-height: 60px;
    }
    .ttm-list.ttm-list-style-icon .ttm-list-li-content {
        display: inline-block;
        padding-left: 0px;
        font-weight: 500;
    }
    .footer-map {
        width: 320px;
    }
    .bg-layer > .container > .row > [class*='col-'], .bg-layer > .container-fluid > .row > [class*='col-'] {
        padding: 15px;
    }

}

@media (max-width: 325px) {
    .mt--148 {
        margin-top: -113px !important;
    }

    /* Header */
    header .container {
        max-width: 100%;
    }

    .ttm-menu-toggle {
        position: relative;
        height: 70px;
        width: 28px;
        float: left;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 20px;
        left: 0;
        margin: 0;
    }

    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #262626;
    }

    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }

    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }

    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -10px;
    }

    .ttm-topbar-wrapper {
    }

    .ttm-search-overlay .ttm-search-outer {
        width: auto;
    }

    /* logo */
    .site-branding {
        float: none;
        text-align: center;
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    /* menu */
    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul, #site-header-menu #site-navigation .menu ul li > ul li a:before {
        display: none;
    }

    #site-header-menu #site-navigation .menu.active, #site-header-menu #site-navigation .menu > ul ul.active {
        display: block;
        max-height: 10000px;
        width: 100%;
    }

    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }

    #site-header-menu #site-navigation .menu > ul {
        padding-right: 15px;
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu > ul {
        position: absolute;
        box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: auto;
        background-color: #fff;
        border-top: 3px solid;
    }

    #site-header-menu #site-navigation .menu > ul li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(127, 144, 148, 0.15);
    }

    #site-header-menu #site-navigation .menu > ul > li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px;
        height: auto;
        line-height: 18px !important;
        color: rgba(127, 144, 148, 1);
    }

    #site-header-menu #site-navigation .menu > ul ul > li.active > a,
    #site-header-menu #site-navigation .menu > ul ul > li:hover > a {
        background-color: transparent;
        color: #0b7d72;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        position: relative;
        font-size: 20px;
        font-weight: normal;
        position: absolute;
        right: 5px;
    }

    #site-header-menu #site-navigation .menu ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul > li > ul li.has-submenu > a:after {
        content: "\f107";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    #site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after {
        content: '\f106';
    }

    #site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }

    #site-header-menu #site-navigation .menu ul li:hover > ul {
        display: block;
    }

    #site-header-menu #site-navigation .menu ul li > ul {
        padding-left: 15px;
    }

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper,
    .ttm-content-wrapper, .ttm-header-text-area {

    }

    /* Header-style-infostack */
    .ttm-header-style-infostack .ttm-stickable-header-w, .ttm-header-style-infostack .site-navigation {
        background-color: #fff;
    }

    .ttm-header-style-infostack .ttm-header-icons {
        display: none;
    }

    /* Header-style-overlay */
    .ttm-header-style-overlay .ttm-stickable-header-w .site-header-menu {
        height: 98px;
    }

    .ttm-header-style-overlay .ttm-stickable-header-w {
        background-color: #033b4a !important;
    }

    .ttm-header-style-overlay .ttm-menu-toggle .toggle-block {
        background-color: #fff;
    }

    /* tabs */
    .ttm-tabs ul.tabs.text-right {
        text-align: left !important;
    }

    .ttm-reset-content-center-1199 * {
        text-align: center !important;
    }

    /* padding */
    .res-1199-ptb-0 {
        padding: 0px !important;
    }

    .res-1199-ptb-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .res-1199-ptb-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .res-1199-ptb-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .res-1199-ptb-150 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }

    .res-1199-ptb-200 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    .res-1199-pt-0 {
        padding-top: 0px !important;
    }

    .res-1199-pt-40 {
        padding-top: 40px !important;
    }

    .res-1199-pb-30 {
        padding-bottom: 30px !important;
    }

    .res-1199-pb-0 {
        padding-bottom: 0px !important;
    }

    .res-1199-pl-30 {
        padding-left: 30px !important;
    }

    .res-1199-pl-0 {
        padding-left: 0px !important;
    }

    .res-1199-pb-50 {
        padding-bottom: 50px !important;
    }

    .res-1199-mt-0 {
        margin-top: 0 !important;
    }

    .res-1199-mt-10 {
        margin-top: 10px !important;
    }

    .res-1199-mt-20 {
        margin-top: 20px !important;
    }

    .res-1199-mb-10 {
        margin-bottom: 10px !important;
    }

    .res-1199-mb-20 {
        margin-bottom: 20px !important;
    }

    .res-1199-mtb-0 {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .res-1199-mr-0 {
        margin-right: 0 !important;
    }

    .res-1199-mlr-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .res-1199-plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .res-1199-plr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .res-1199-plr-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /* break-1199-colum */
    .break-1199-colum .row .col-lg-2,
    .break-1199-colum .row .col-lg-3,
    .break-1199-colum .row .col-lg-4,
    .break-1199-colum .row .col-lg-5,
    .break-1199-colum .row .col-lg-6,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-7,
    .break-1199-colum .row .col-lg-9,
    .break-1199-colum .row .col-lg-10,
    .break-1199-colum .row .col-lg-11,
    .break-1199-colum .row .col-lg-12 {
        flex: 100% !important;
        max-width: 100%;
        float: none !important;
        display: block !important;
    }

    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgcolor-yes'],
    .break-1199-colum.bg-layer .row > [class*='col-'] > [class*='ttm-col-bgimage-yes'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .break-1199-colum .ttm-equal-height-image {
        display: block;
        width: 100%;
    }

    /* ttm-bg-layer */
    .break-1199-colum .ttm-col-bgimage-yes {
        height: auto !important;
    }

    .break-1199-colum .ttm_single_image-wrapper {
        text-align: center;
    }

    .ttm-row .container, .ttm-row .container-fluid, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        max-width: 100%;
    }

    .ttm-row .container, .ttm-page-title-row .container, footer .container, .element-row .container, .sidebar .container {
        padding: 0;
    }

    .ttm-row .container > .row, .ttm-page-title-row .container > .row, footer .container .row, .element-row .container > .row, .sidebar .container > .row {
        margin: 0;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 20px 10px 5px;
        vertical-align: top;
        line-height: 25px;
        margin: -21px 0px 0px 40px;
        width: 161px;
        position: absolute;
        border-radius: 0px 0px 20px 20px;
        font-size: 17px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .button__wrapper {
        /* display: inline-block; */
        position: relative;
        width: 220px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -50px;
    }

    .pulsing {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        z-index: 11;
        position: relative;
        margin: -50px 0px 0px 70px;
    }

    .pulsing:before, .pulsing:after {
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0px;
        left: 0;
        z-index: 0;
        border-radius: 0px 0px 20px 20px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .pulsing:after {
        animation: pulsing1 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    @keyframes pulsing {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.8) scaleX(1.4);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.8) scaleX(1.4);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }
    @keyframes pulsing1 {
        0% {
            opacity: 1;
            transform: scaleY(1) scaleX(1);
        }
        20% {
            opacity: 0.5;
        }
        70% {
            opacity: 0.2;
            transform: scaleY(1.3) scaleX(1.15);
        }
        80% {
            opacity: 0;
            transform: scaleY(1.3) scaleX(1.15);
        }
        90% {
            opacity: 0;
            transform: scaleY(1) scaleX(1);
        }
    }

    .search__container {
        padding-top: 10px;
    }

    .pad_170 {
        padding-bottom: 10px !important;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 15px 10px;
    }

    .site-branding img {
        max-height: 50px;
        margin-top: 0px;
    }

    .desktop-only {
        display: none;
    }

    li.bbp-forum-info, li.bbp-topic-title {
        width: 45%;
    }

    li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
        width: 15%;
    }

    .bbpress-forums div.bbp-search-form {
        float: none;
    }

    .bbpress-forums div.bbp-reply-author img.avatar {
        position: absolute;
        top: 15px;
        left: 0;
        width: 60px;
        height: auto;
    }

    .bbpress-forums .bbp-body div.bbp-reply-author {
        margin: -15px 10px 10px;
        min-height: 100px;
        padding-left: 80px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .bbpress-forums div.bbp-reply-author a.bbp-author-name {
        display: inline-block;
        margin-left: 0;
        word-wrap: break-word;
    }

    .bbpress-forums .bbp-body div.bbp-reply-content {
        clear: both;
        margin: 10px;
        padding: 0;
    }

    /* calendar */
    .calendar table td {
        height: 45px;
        font-size: 14px;
    }

    /* blog-classic */
    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 20px 0 20px;
    }

    .ttm-blog-classic .ttm-blogbox-footer-left {
        float: none;
    }

    .ttm-blog-classic .ttm-social-share-wrapper {
        float: none;
        padding-top: 15px;
    }

    header {
        padding: 0px 0;
    }

    .site-branding img {
        max-height: 40px;
        margin-top: 15px;
    }

    .ttm-header-style-classicinfo .header-widget, .ttm-header-style-infostack .header-widget {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        height: 100%;
        padding: 0px 0px;
    }

    .site-branding img {
        max-height: 35px;
        margin-top: 45px;
        margin-left: 25px;
    }

    .ttm-btn.ttm-btn-size-md-hotline {
        padding: 10px 10px 10px;
        vertical-align: top;
        line-height: 14px;
        margin: -21px 0px 0px 50px;
        width: 140px;
        position: absolute;
        border-radius: 0px 0px 10px 10px;
        font-size: 13px;
        cursor: text;
        color: #ffffff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background-color: transparent;
        /* background-image: linear-gradient(180deg, #fda356 0%, #fd4207 100%); */
        background-color: #f87a2f;
        z-index: 12;
    }

    .pulsing:before, .pulsing:after {
        width: 80%;
        height: 70%;
        border: inherit;
        top: 0px;
        left: 30px;
        z-index: 0;
        border-radius: 0px 0px 10px 10px;
        background-color: transparent;
        background-image: linear-gradient(180deg, #ff572230 0%, #ff572238 10%);
        animation: pulsing 2.5s linear infinite;
        content: "";
        position: absolute;
    }

    .ttm-header-style-classicinfo .ttm-content-wrapper {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f9fafa;
    }

    .ttm-header-style-classicinfo .header-widget h3, .ttm-header-style-infostack .header-widget h3 {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget p, .ttm-header-style-infostack .header-widget p {
        font-size: 8px;
        font-weight: 400;
        line-height: 23px;
        margin: 0;
    }

    .ttm-header-style-classicinfo .header-widget .header-content {
        padding: 10px 10px;
    }

    .ttm-header-style-classicinfo .header-widget .header-icon i, .ttm-header-style-infostack .header-widget .header-icon i {
        font-size: 23px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #f9fafa;
        text-align: center;
        float: none;
    }

    .search__container {
        padding-top: 0px;
        margin-top: -200px;
    }

    .mt_60 {
        margin-top: -87px !important;
    }

    .mx-200 {
        margin: 0px 20px;
    }

    .featured-icon-box .ttm-icon {
        margin-bottom: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .featured-title h5 {

        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;

    }

    .csp_section .left_txt h2 {
        font-size: 15px;
        line-height: 25px;
    }


    .ttm-row.service-section {
        padding: 90px 0 100px;
    }

    .height-680 {
        height: 680px;
    }

    .ttm-box-seperator .featured-icon-box {
        padding: 10px 5px 10px;
        overflow: hidden;
    }

    .mb-30 {
        margin-bottom: 0px !important;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 20px 0 !important;
    }

    .element-row.latestNews {
        padding: 30px 0 0px;
        position: relative;
    }

    .post-title {
        width: 100%;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box;
        overflow: hidden;
    }

    .section-title.with-desc {
        margin-bottom: 10px;
    }

    .ttm-row.client-section {
        margin-bottom: 50px;
    }

    .ttm-tabs ul.tabs li a {
        padding: 8px;
    }

    .ttm-tabs ul.tabs li {
        display: inline-block;
        margin-right: 5px;
        width: 100%;
        text-align: center;
    }

    .sidebar .content-area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .ttm-row.fid-section {
        padding: 10px 0 15px !important;
    }

    .ttm-page-title-row {
        padding: 10px 0 15px;
    }

    .sidebar .sidebar-right, .sidebar .sidebar-left {

        padding-top: 80px;
        padding-bottom: 40px;


    }

    footer {
        padding-bottom: 0px !important;
    }

    .ttm-team-member-single-content .ttm-featured-wrapper {
        margin-left: 0px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        padding: 0 15px 0px;
        margin-left: 0;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 36px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding: 46px 25px 40px 60px;
    }

    .ttm-team-member-single-content-area .ttm-team-member-content {
        margin-top: 16px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding: 10px 0px 40px 0px;
    }

    div.product .ttm-tabs .content-tab {
        padding: 0px;
        width: 100%;
    }

    .sidebar .content-area {
        padding-bottom: 10px;
    }

    .title-box .page-title-heading h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .featured-icon-box.top-icon .featured-content {
        padding-top: 0px;
    }

    .center-section .wrap-search-form .wrap-list-cate {
        position: absolute;
        top: 0;
        right: 40px;
        width: 25px;
        height: 35px;
        border: none;
        outline: none;
        background: #008738;
    }

    .wrap-list-cate .form-control {

        background: #008738;
        color: #fff;
        padding-left: 15px;
        margin-top: 0px;
    }

    .center-section .wrap-search-form button {
        width: 40px;
        height: 35px;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 10px 11px;
    }

    .center-section .wrap-search-form {
        display: inline-block;
        /* border: 2px solid #0c861e; */
        position: relative;
        max-width: 380px;

        width: 100%;
        box-shadow: 0 0 15px 0 rgba(107, 107, 107, 0.7);
    }

    .center-section .wrap-search-form input[name="search"] {
        width: 100%;
        float: left;
        font-size: 10px;
        color: #999999;
        border: none;
        padding: 0 5px;
        height: 35px;
        border-radius: 0px;
    }

    .ttm-icon.ttm-icon_element-size-lg i {
        font-size: 35px;
    }

    .department_text {
        margin-top: 20px;
    }

    .structure {
        margin-left: 10px;
    }

    .csp_section {
        margin-bottom: 0px;
    }

    body .page.ttm-sidebar-true .site-main, .ttm-row {
        padding: 0px !important;
    }

    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 60px;
        width: 100%;
        top: 0px;
        left: 0;
        padding: 20px 0px;
    }

    .offset-2 {
        margin-left: 0px;
    }
    .featured-imagebox-team.ttm-team-box-view-overlay .featured-thumbnail {
        height: auto;
    }
    .pop-image-width-95 {
        width: 95%;
    }
    .featured-title {
        height: 45px;
    }
    .ttm-btn.ttm-btn-size-md {
        font-size: 13px;
        padding: 5px 5px 5px 5px;
        margin-top: 0px !important;
    }



    .section-title h2.title {
        font-size: 30px;
        line-height: 30px
    }

    .short-height {
        height: 25px;
    }
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0px;
    }
    .footer .widget {
        margin: 10px 0;
    }
    .ttm-team-member-appointment-btn-wrapper {
        position: relative;
        right: 60px;
        top: 0px;
    }
    .all_search__container {
        padding-top: 0px;
        margin: 30px 10px;
    }
    .all_short__container {
        margin: 10px 0px;
    }
    .all-center-section .wrap-search-form .wrap-list-cate {
        width: 30px;
    }
    .wrap-list-cate .form-control {
        padding-left: 5px;
        height: 50px;
    }


}
